/* CSS Document */
.font1 {
font-family: Verdana;
LINE-HEIGHT: 16px;
font-size: 10pt;
color: #000000;
}
.font2 {
font-family: Verdana;
font-weight:bold;
font-size: 11px;
color: #3279db;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style2 {	
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #527DB7;
}

.style5 {	
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.style6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3279db;
	font-weight: bold;
}


/* ==================================for menu==========================================  */

#maintab{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#maintab li{
display: inline;
margin: 0;
}

#maintab li a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding: 3px 4px;
margin-right: 3px;
border: 0px solid gray;
border-bottom: none;
background-color: #ffffff;
color: #3279db;}



#maintab li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:Bold;
color: #3279db;
}

#maintab li.selected a{ /*selected main tab style */
position: relative;
top: 1px;
padding-top: 4px;
padding-bottom: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background-color: #f7fbff;
color: #333333;
border: 1px solid gray;}


/* =============================   */
#aa{
padding: 3px 0;
margin-left: 0px;
width:30px;
margin-bottom: 0;
font: bold 12px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#aa li{
/*display: inline;*/
margin: 0;

}

#aa li a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding: 3px 4px;
margin-right: 0px;
margin-left: 5px;
border: 0px solid gray;
border-bottom: none;
background-color:transparent;
color: #3279db;
}


#aa li.selected10 a{ /*selected main tab style */
position: relative;
top: 0px;
padding-top: 4px;
padding-bottom: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background-color: transparent;
color: #333333;
border: 1px solid gray;
border-bottom:none;
}
#aa li.unselected10 a{ /*selected main tab style */
position: relative;
top: 1px;
padding-top: 4px;
padding-bottom: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background-color: #f7fbff;
color: #3279db;
border: 1px solid #3279db;
border-bottom:none;
}


/* =============================   */
#bb{
padding: 3px 0;
margin-left: 0;
width:30px;
margin-bottom: 0;
font: bold 12px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#bb li{
/*display: inline;*/
margin: 0;

}

#bb li a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding: 3px 4px;
margin-right: 0px;
/*margin-left: 5px;*/
border: 0px solid gray;
border-bottom: none;
background-color:transparent;
color: #3279db;
}


#bb li.selected11 a{ /*selected main tab style */
position: relative;
top: 0px;
padding-top: 4px;
padding-bottom: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background-color: transparent;
color: #333333;
border: 1px solid gray;
border-bottom:none;
}
#bb li.unselected11 a{ /*selected main tab style */
position: relative;
top: 1px;
padding-top: 4px;
padding-bottom: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background-color: #f7fbff;
color: #3279db;
border: 1px solid #3279db;
border-bottom:none;
}

/*=========================End of first menu========================================== */
/*=========================Begain of employee menu========================================== */

#tabcontent{ /*2nd level content wrapper*/
padding: 3px 0;
margin-bottom: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*IE7 beta2 fix*/
}

#tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

#tabcontent ul li{
display: inline;
}

#tabcontent ul.selected1{ /*selected 2nd level content*/
display: block;
}

#tabcontent ul li a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding: 3px 4px;
margin-right: 3px;
border: 0px solid gray;
border-bottom: none;
background-color: #ffffff;
color: #3279db;}



#tabcontent ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:Bold;
color: #3279db;

}
#tabcontent ul li.selected2 a{ /*selected main tab style */
position: relative;
top: 1px;
padding-top: 5px;
padding-bottom: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background-color: #f7fbff;
color: #333333;
border: 1px solid gray;
border-top: none;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
display: block;
margin-left:42px;

}
/*=========================End of employee menu========================================== */

/*=========================Begain of client menu========================================== */
#tabcontent1{ /*2nd level content wrapper*/
padding: 3px 0;
margin-bottom: 0;
margin-left:109px;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*IE7 beta2 fix*/
}

#tabcontent1 ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

#tabcontent1 ul li{
display: inline;
}

#tabcontent1 ul.selected3{ /*selected 2nd level content*/
display: block;
}

#tabcontent1 ul li a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding: 3px 6px;
margin-right: 3px;
border: 0px solid gray;
border-bottom: none;
background-color: #ffffff;
color: #3279db;}



#tabcontent1 ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:Bold;
color: #3279db;

}
#tabcontent1 ul li.selected4 a{ /*selected main tab style */
position: relative;
top: 1px;
padding-top: 5px;
padding-bottom: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background-color: #f7fbff;
color: #333333;
border: 1px solid gray;
border-top: none;
}

.clearfix1:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix1{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix1 {height: 1%;}
.clearfix1 {
display: block;
margin-left:109px;

}
/*=========================End of client menu========================================== */
/*=========================Begain of third menu========================================== */
/*IE7 beta2 fix*/

#tabcontent2 ul{
padding: 0;
margin: 0;
margin-left:109px;
list-style-type: none;

display: none;
}

#tabcontent2 ul li{
display: inline;
}

#tabcontent2 ul.selected5{ /*selected 2nd level content*/
display: block;
}

#tabcontent2 ul li a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding: 0px 0px;
margin-right: 3px;
border: 0px solid gray;
border-bottom: none;
background-color: #ffffff;
color: #3279db;
}

#tabcontent2 ul li a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color: #3279db;
}
#tabcontent2 ul li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:Bold;
color: #3279db;

}
#tabcontent2 ul li a:active{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background-color: #f7fbff;
color: #333333;
border: 1px solid gray;
border-bottom: none;
}

#tabcontent2 ul  li.selected6 a{
position: relative;
top: 1px;
padding-top: 5px;
padding-bottom: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
background-color: #f7fbff;
color: #333333;
border: 1px solid gray;
border-top: none;

}
.clearfix2:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix2{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix2 {height: 1%;}
.clearfix1 {
display: block;
margin-left:109px;

}
/*=========================End of third menu========================================== */
