table
{
    border-spacing: 0;
}

/* ==================== service ==================== */
.block
{
    display: block;
}

/* ==================== main layout ================= */
html, body
{
    color: black;
    font: normal 11px Tahoma;
    font-size: 11px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.content-wrapper
{
    padding: 14px 10px 54px 10px;
    width: 646px;

}

/* ==================== common ==================== */
a
{
    color: #0075a1;
}

h1, h1 a
{
    font: normal 18px Arial;
    color: black;
    text-decoration: none;
    padding-bottom: 20px;
}

input, button
{
    font: normal 11px Tahoma;
}

textarea, label, select, select option, input[type=text], input[type=password], input[type=file]
{
    font: normal 12px Arial;
}

textarea
{
    border: 1px solid #cecece;
    padding: 2px;
    width: 156px;
    height: 135px;
    overflow-y: auto;
}

.error
{
    color: #d80000;
}

.short
{
    width: 50px;
}

.spacer100 {
	height: 100px;
	width: 100%;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.spacer10 {
	height: 10px;
	width: 100%;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.spacer50 {
	height: 50px;
	width: 100%;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

/* ---------------------  header styles -------------------------- */
.login
{
    float: right;
    padding: 44px 20px 0px 0px;
    color: white;
    height: 15px;
    text-align: right;
    position: absolute;
    right: 0px;
}
.login a
{
    color: white;
    text-decoration: none;
}
.login a.FOCUSED
{
    color: #CECECE;
    text-decoration: underline;
}
.login a:hover
{
    color: #CECECE;
    text-decoration: underline;
}

/* ------------------ content styles ----------------------------- */
.content
{
    padding: 10px 14px;
}

.collapse
{
    background-position: 0px -11px;
}

.expand
{
    background-position: 0px 0px;
}

/* -------------------------  shadowed area ----------------- */
.file
{
    font-weight: bold;
    padding: 2px 230px 0px 22px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-top: 10px;
    min-height: 16px;
}

/* --------------------- content wrap -------------------------- */
.content-wrap
{
    position: relative;
    padding: 10px 0px;
}

.content-wrap-log
{
    padding: 0 0 10px 0;
    position: relative;
}

.content-wrap input[type=text]
{
    width: 156px;
    border: 1px solid #cecece;
    padding: 2px 0px;
}

.content-wrap table
{
    width: 530px;
}

.content-wrap table td
{
    padding: 5px 10px 5px 0px;
    white-space: nowrap;
}

.content-wrap-search table
{
    width: 530px;
}

.content-wrap-search table td
{
    padding: 5px 50px 5px 0px;
    white-space: nowrap;
}

.content-wrap label a
{
    color: black;
    text-decoration: none;
}

/* --------------------------------------  LOGIN PAGE ------------------------------------------ */
.login-page
{
    background: #ffffff;
}

.login-block
{
    width: 470px;
    margin: 10% auto;
}

.log-form-body {
    width: 280px;
    height: 55px;
}

.log-wrapper {
    max-width: 245px;
    margin: 20% auto;
}

.log-form-wrapper {
    background: #79288c;
    border-radius: 5px;
    padding: 20px 0;
}

.log-form {
    width: 170px;
    margin: 0px auto;
    padding-bottom: 10px;
    position: relative;
}

.log-input {
    margin-bottom: 10px;
    font-size: 14px !important;
}

.log-input label
{
    color: white;
}

.log-input span
{
    color: white;
    font: 12px Arial;
}

.log-input input
{
    border: 1px solid #cecece;
    width: 168px;
    padding: 3px 0px;
    margin-bottom: 5px;
}

.log-sign-in-button {
    min-width: 120px;
}

.log-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.log-error-message {
    color: #a60c35;
    font-size: 14px;
    margin-top: -30px;
}

.log-logo {
    width: 280px;
}

.log-container {
    padding-left: 20px;
    padding-right: 20px;
}

.forgot-pass
{
    text-align: right;
}

.forgot-pass a
{
    color: #cecece;
    font-size: 11px;
}

.forgot-pass a:hover
{
    color: #fff283;
}

.log-form .button-bar input
{
    margin: 0px;
}

.log-form table
{
    width: 95px;
}

.log-form table td
{
    padding-top: 3px;
    color: white;
}

.log-form .button-bar table td input
{
    min-width: 10px;
    margin: 0px 5px 0px -2px;
}

.log-form .button-bar input[type=submit] {
    min-width: 60px;
    width: 70px;
    padding: 0px;
    color: black;
}

.invalid
{
    text-align: center;
    color: white;
    background-color: #cf0000;
    padding: 3px 0px 5px;
    margin-top: 10px;
    border: 1px solid #ab0707;
}

/* ------------------- BUTTONS ------------------------- */
.button-bar
{
    height: 22px;
    padding-top: 10px;
    position: relative;
}

.button-bar img
{
    float: right;
    margin-left: 10px;
    padding: 0px 5px;
}

.combutt-st
{
    float: right;
    display: block;
    margin-left: 10px;
    height: 22px;
    min-width: 71px;
    padding-left: 2px;
    background-image: url(../Content/images/combutt.png);
    background-position: -346px -88px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.combutt-st .combutt-st-inner
{
    display: block;
    height: 22px;
    padding-right: 0px;
    cursor: pointer;
    background-image: url(../Content/images/combutt.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    text-align: center;
}

.combutt-st input
{
    height: 20px;
    line-height: 22px;
    border: 0px;
    cursor: pointer;
    background: transparent;
    background: none;
    min-width: 73px;
    padding: 0;
    position: relative;
    top: 1px;
    left: -1px;
}

.combutt-st:hover
{
    background-position: -346px -110px;
}

.combutt-st:hover .combutt-st-inner
{
    background-position: right -22px;
}

.combutt-st.pressed
{
    background-position: -346px -132px;
}

.combutt-st.pressed .combutt-st-inner
{
    background-position: right -44px;
}

.combutt-st.disabled, .combutt-st.disabled:hover
{
    background-position: -346px -154px !important;
    cursor: default;
}
.combutt-st.disabled .combutt-st-inner, .combutt-st.disabled:hover .combutt-st-inner
{
    background-position: right -66px !important;
    cursor: default;
}
.combutt-st.disabled input
{
    opacity: .5;
    -moz-opacity: .5;
    cursor: default;
}
