@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
scrollbar-track-color:#DDEEFA;
scrollbar-arrow-color:#DDEEFA;
scrollbar-base-color:#BBDDFF;
scrollbar-highlight-color:#DDEEFA;
scrollbar-3dlight-color:#88CCFF;
scrollbar-shadow-color:#DDEEFA;
scrollbar-darkshadow-color:#88CCFF;
}

table, tr, th, td
{
font-family: Arial, verdana, helvetica, MS sans serif;
font-size: 12px;
}

/*** Admin Styles  #7799AA ***/

.panel
{
border:1px solid #ddeefe;
background: transparrent #aedcfd;
}

.paneltitle
{
font-family : Tahoma;
font-size : 11px;
font-weight : bold;
color:#0582DC;
text-align:center;
vertical-align: middle;
background: #F5F9FC url(../images/PanelTop.gif) repeat-x center;	
padding : 2px;
border:0px;
border-bottom:1px solid #ddeefe;
height:20px;
}

.btn
{
font-family: arial;
font-size: 11px;
font-weight: bold;
height:22;
color: #7799AA;
background: url(../images/bg_button.gif) #F5F5F5 repeat-x center;
border:1px solid #7799AA;
}

.box
{
font : 11px Arial;
color:#000000;
background: #F7F9FA;
border : 1px solid #7799AA;
padding:1px;
padding-left:2px ;
min-height :18px;
}

.listbox
{
font : 11px Tahoma,Arial;
color:#000000;
background: #F7F9FA;
border : 1px solid #7799AA;
padding:1px;
min-height :18px;
}

.error
{
font : bold 12px 'Trebuchet MS';
color : #CC0000;
}

a.Menu
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:333399;
font-weight:bold;
text-decoration:none;
}

a.Menu:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#CC33CC;
text-decoration:none;
}

.textbox
{
border : 1px solid #aedcfd;
padding:2px;
padding-left:5px ;
background-repeat:repeat-x;
font : 11px Tahoma,Arial;
color:#000;
width : 200px;
min-height :20px;
}

.textboxsmall
{
	border : 1px solid #aedcfd;
	padding:2px;
	padding-left:5px ;
	font : 11px Tahoma,Arial;
	color:#000;
	width : 100px;
	height :20px;
}

.textboxnormal
{
	border : 1px solid #666;
	padding:2px;
	padding-left:5px ;
	font : 11px Tahoma,Arial;
	color:#000;
	width : 150px;
	height :20px;
}

.dropdown
{
	border : 1px solid #aedcfd;
	padding:1px;
	font : 11px Tahoma,Arial;
	color:#000;
	min-height :20px;
}

.hand
{
	cursor:pointer;
}

.mandatory
{
	font : 11px Tahoma,Arial;
	color: #fe0e02;
}


/*Added on 20080624*/

.MenuDefault
{
background: url(../images/bg_menu.gif) repeat-y;
border:1px solid EDF8FD;
height:25px;
cursor:pointer;
color:#333399;
}

.MenuHover
{
background: #FFFFFF url('../images/bg_menu_hover.gif') repeat-y;
border:1px solid EDF8FD;
height:25px;
cursor:pointer;
color:#CC33CC;
}

.pagetext
{
font-family: Arial, verdana, helvetica, MS sans serif;
font-family: Tahoma;
font-size: 11px;
}

.pagetextbold
{
font-family: Arial, verdana, helvetica, MS sans serif;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
}

.tableheading
{
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
background:#AEB8BE;
color:000000;
}


.button
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
width:75;
height:22;
color: #0582DC;
background: url(../images/bg_button.gif) #F5F5F5 repeat-x center;
border:1px solid #0582DC;
}


/* Added on 20080628 */
.menusection
{
	padding-top:20;
	color: #666666;
	font-family: Arial, Helvetica ;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	height: 25;
}

.menubullet
{
	color:0582DC;//#3355AA;
	/*color:#DD3366;*/
	font-size:11px;
}

.submenubullet
{
	padding-left:10px;
	color:#3366DD;
	font-size:11px;
}

a.Link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0D72A3;
	font-weight:normal;
	text-decoration:none;
}

a.Link:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0582DC;
}


.bordertop{border-top:1px solid #77A5BD;}
.borderleft{border-left:1px solid #77A5BD;}
.borderright{border-right:1px solid #77A5BD;}
.borderbottom{border-bottom:1px solid #77A5BD;}

.tableTitle
{
	background-color:#ddeefe;
	padding:5px;
	font-family : Tahoma;
	font-size : 11px;
	font-weight : bold;
	color:#0582DC;
	height:25px;
}

a
{    
    color:#245ba0;
    text-decoration: none;
}

a:hover
{
    color: #333333;
    text-decoration: underline;
}

.viewed
{
font: 10px tahoma;
color: #888888;
}