﻿body
{
	background-color: #5481a4;
	color: #524f4f;
}



/********** SWITCH PAGE - START **************/
#switch-outer-box
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	text-align:left;
}

#switch-box
{
	width: 360px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	border: solid 1px #5481a4;
	text-align:left;
}
#switch-box a:link
{
	text-decoration:none;
	color:#524f4f;
}
#switch-box h1
{
	font-size:18px;
	margin:0px;
	text-align:center;
	
}
#switch-box h2
{
	font-size:14px;
	margin:4px;
	text-align:center;
	font-weight:normal;
	
}
.switch-box-header
{
	border-bottom:solid 1px #5481a4;
	padding : 20px 25px 10px 25px;
}
#switch-box-content i
{
	font-size:11px;
	}
#switch-box-content
{
	border-bottom:solid 1px #5481a4;
	text-align:left;
	
}
#switch-list-header h1
{
	text-align:left;
}
#switch-list-header
{
	padding:10px 20px 10px 20px;
	border-bottom:solid 1px #5481a4;
	

	}
#switch-box-content h1
{
	font-size:14px;
	margin:0px;
	text-align:left;
	font-weight:normal;

	}
#switch-box-content h2
{
	font-size:14px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-weight:normal;
	
	}


.switch-item
{
	border-bottom:solid 1px #5481a4;
	padding:10px 20px 10px 20px;
	
	}
.switch-alternate-item
{
	border-bottom:solid 1px #5481a4;
	padding:10px 20px 10px 20px;
	background-color:#f1f2ff;
	
	}
.switch-item:hover
{
	background-color:Yellow;
	}
.switch-alternate-item:hover
{
	
	background-color:Yellow;
	}
.switch-item h2, .switch-alternate-item h2
{
	background-image: url(../Images/role.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:28px;
	padding-top: 5px;
	padding-bottom: 5px;

	
	margin:0px;
	}
.switch-item-logout
{
	border-bottom:solid 1px #5481a4;
	padding:10px 20px 10px 20px;
	
	}
	
.switch-item-logout h2
{
	background-image: url(../Images/logout.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:28px;
	padding-top: 5px;
	padding-bottom: 5px;	
	margin:0px;
	}





/********** SWITCH PAGE - END **************/

/********** ERROR PAGE - START **************/
#error-outer-box
{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	text-align:left;
}

#error-box
{
	width: 660px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	border: solid 1px #5481a4;
	text-align:left;
}
#error-box h1
{
	font-size:18px;
	margin:0px;
	text-align:center;
	
}
#error-box h2
{
	font-size:14px;
	margin:4px;
	text-align:center;
	font-weight:normal;
	
}
.error-box-header
{
	border-bottom:solid 1px #5481a4;
	padding : 20px 25px 20px 25px;
}
#error-box-content
{
	border-bottom:solid 1px #5481a4;
	/*padding : 20px 25px 20px 25px;*/
	text-align:left;
	
}
#error-box-content h1
{
	font-size:16px;
	margin:0px;
	text-align:left;

	}
#error-box-content h2
{
	font-size:12px;
	margin:4px 0px 4px 0px;
	text-align:left;
	font-weight:normal;
	
	}
.error-what-happened 
{
	padding:10px 20px 10px 20px;
	}
.error-what-happened h1
{
	background-image: url(../Images/error.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:28px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.error-panels
{
	border-top:solid 1px #5481a4;
	padding:10px 20px 10px 20px;
	}
.error-panels ul
{ 
	padding-left:20px;
	}

/********** ERROR PAGE - END **************/

/********** LOGIN PAGE - START ************/
#login-outer-box
{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}
#login-box input:focus
{
	background-color: Yellow;
	color:#333333;
}
#login-box
{
	width: 360px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	border: solid 1px #5481a4;
}
#login-box h1
{
	font-size:18px;
	margin:0px;
	text-align:center;
}
#login-box h2
{
	font-size:14px;
	margin:4px;
	text-align:center;
	font-weight:normal;
}
.login-box-field input
{
	height:30px;
	width:100%;
	border:solid 1px #cecece;
	color:#808080;
	font-size:12pt;
	padding:2px;
	line-height: 30px;

}
.login-box-field
{
	padding-bottom:15px;
}
.login-box-label
{
	font-size: 18px;
	font-family: Tahoma;
	padding-bottom:15px;
}
.login-box-button
{
	text-align:center;
	padding : 20px 25px 20px 25px;
}
.login-box-header
{
	border-bottom:solid 1px #5481a4;
	padding : 20px 25px 20px 25px;
}
.login-box-content
{
	border-bottom:solid 1px #5481a4;
	padding : 20px 25px 20px 25px;
}
.login-box-message
{
	margin-bottom:4px;
}
.login-box-message-panel
{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 340px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	border: solid 1px #5481a4;
	}
.login-box-message-innerpanel
{
	background-image: url(../Images/error.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:28px;
	padding-top: 5px;
	padding-bottom: 5px;
	}


.rcRefreshImage 
        { 
             
                 
        
       background: url(../Images/refresh57.png)  no-repeat; 


       display: block;
        height: 24px;
        width: 24px;
      
        position: relative;
        top: -48px;
        left:186px;
           opacity: 0.5;
    filter: alpha(opacity=50); 
    
        
        } 

.rcCaptchaAudioLink 
 { 
      display: block;
        height: 24px;
        width: 24px;
      
        position: relative;
        top: -48px;
        left: 186px;
       background: url(../Images/audio49.png)  no-repeat; 
        opacity: 0.5;
    filter: alpha(opacity=50); 
     
    
        
        }

.rcTextBox {
    width:100px;
    margin-top:-40px;
    margin-bottom:10px;
}

.rcTextBoxLabel {
    font-size: 14px;
	font-family: Tahoma;
	padding-top:15px;
}
.rcInvalid {
     font-size: 14px;
	font-family: Tahoma;
	padding-bottom:15px;
}
/*********** LOGIN PAGE - END ************/


