body, input, select, table, tr, td, p
{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	font-size:12px;
	font-family: Arial, Tahoma, Verdana;
}

.borderAll { border: black solid 1px; }
.borderRight { border-right: black solid 1px; }
.borderLeft { border-left: black solid 1px; }
.borderTop { border-top: black solid 1px; }
.borderBottom { border-bottom: black solid 1px; }

.borderAll_light { border: silver solid 1px; }
.borderRight_light { border-right: silver solid 1px; }
.borderLeft_light { border-left: silver solid 1px; }
.borderTop_light { border-top: silver solid 1px; }
.borderBottom_light { border-bottom: silver solid 1px; }

.input, .textarea {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=Gainsboro,endColorStr=white); 
}

.textHeader 
{
	font-size: 14px;
	color:midnightblue;
	font-family: Verdana;
	font-weight: bold;
}

.menustyle {
	border: solid 0px black; 
	font-family: Myriad;
	height:20px;
	width:200px;
	color:White;
	padding: 2px 6px 2px 6px; 
	margin: 0px;
}
.menuitem { /* level 1 */
	border: solid 0px white; 
	height:20px; width:250px;
	padding: 2px 6px 2px 6px; 
	font-family: Myriad;
	margin: 0px; 
	color:White;
	cursor:pointer;
	cursor:hand;
}
.mouseover {
	border: solid 0px white; 
	height:20px;width:200px;
	font-family: Myriad;
	color:White;
	padding: 2px 6px 2px 6px; 
	margin: 0px; 
	background: #ccc; 
	cursor:pointer;cursor:hand;
}
.subMenu {
	border: black solid 0px;
	background-color: #014CC9;
	color:White;
}

input, textarea
{
 /*border: black solid 1px;*/
}

A:link { COLOR: blue; font-family:Verdana; }
A:visited { COLOR: blue; font-family:Verdana; }
A:hover {	COLOR: black;TEXT-DECORATION: none;  font-family:Verdana;}
A:active { COLOR: 56566A; TEXT-DECORATION: none; }


/* CoolMenus 4 - default styles - do not edit */
.clCMEvent{position:absolute; width:99%; height:99%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible}
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */

/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:1px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold}
.clLevel0{color:white; font-family:tahoma,arial,helvetica; font-size:12px;}
.clLevel0over{color:#FF9900; cursor:pointer; cursor:hand; }

.clLevel1,.clLevel1over{background-color:#014CC9; position:absolute; padding:1px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel1{color:white; font-family:tahoma,arial,helvetica; font-size:10px;}
.clLevel1over{background-color:#014CC9; layer-background-color:#014CC9; color:#FF9900; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:White; layer-background-color:White}

.tableSpecial {
	background-color:whitesmoke;
	border-color:Silver;
	border-collapse:collapse;
	padding: 5px;
}

.bgLeftMenu {
	background-image: url("../images/common/left_menu_repeat.gif");
	background-repeat:repeat-y;
}

.bgHeaderTop {
	background-image: url("../images/common/top_repeat.gif");
	background-repeat:repeat-x;
}

.bgLeftMenu_Bottom {
	background-image: url("../images/common/left_menu_bottom.gif");
	background-repeat:no-repeat;
}