/* CSS Document */

BODY{
margin:0px;
font-family:trebuchet ms, Helvetica, sans-serif;
background-color:#FFFFFF;
/*background-image:url(../images/bg.png);*/
background-repeat:repeat-x;
background-position:top;}

.header{
background-image:url(../images/header.jpg);
background-position:center;
background-repeat:no-repeat;
height:174px;
margin-left:auto;
margin-right:auto;
width:900px;
}

.title{
font-size:24px;
color:#003366;
letter-spacing:-1px;
font-weight:bold;
padding:0px;
width:270px;
margin-left:20px;
margin-top:30px;
text-align: center;
float:left;}

.navigation{
color:#FFFFFF;
font-size:12px;
width:205px;
font-weight:bold;
letter-spacing:0px;
margin-right:50px;
margin-top:10px;
float:right;
}
.outer{width:100%;
margin: auto;
}

.block-1 {
height:63px;
width:727px;
margin: 0.3em 0.3em 0.5em 0.3em;
padding-top:15px;
padding-bottom:0px;
}

.block-2 {
/*height:550px;*/
width:900px;
margin-top:-8px;
padding-bottom:0px;
/*background-image:url(../images/btm_bg.jpg);*/
background-position:bottom;
background-repeat:repeat-x;
text-align:left;
padding:10px;
background-color:#FFFFFF;
}
.block-3 {
height:19px;
width:900px;
margin-top:-8px;
text-align:left;
}

.footer {
/*height:19px;*/
/*width:727px;*/
margin-top:-8px;
color:#0066CC;
font-size:10px;
}

.content_holder {
width:740px;
float:left;
height:100%;
}

.side_bar {
width:140px;
float:right;
border:#006699 dashed 1px;
padding:5px;
font-size:10px;}

.nav_holder {
padding-right:10px;
padding-top:10px;
width:134px;
height:168;
float:left;
border-right:solid #CCCCCC 1px;
height:100%;
background-image:url(../images/sub_nav.jpg);
background-repeat:no-repeat}

.child{
border-bottom:solid #CCCCCC 1px;
font-size:12px;
font-weight:bold;
color:#003366;
}

*html .nav_link{
display:block;
width:117px;
color:#003366;
text-decoration:none;
background-image:url(../images/bullet.gif);
background-repeat:no-repeat;
background-position: +3px +9px;
padding:3px;
padding-left:11px;
}

.nav_link{
display:block;
width:117px;
color:#003366;
text-decoration:none;
background-image:url(../images/bullet.gif);
background-repeat:no-repeat;
background-position: +3px +9px;
padding:3px;
padding-left:11px;
}

*html .nav_link:hover{
display:block;
background-color:#DEFE92;
width:117px;
color:#003366;
padding:3px;
padding-left:11px;}

.nav_link:hover{
display:block;
background-color:#DEFE92;
width:120px;
color:#003366;
padding:3px;
padding-left:11px;}

.text_area
{
	margin-left: 150px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: justify;
}

h1{
font-size:18px;
color:#0066CC;
font-weight:bold;
margin-bottom:2px;}

a:link {color: #0066CC}     
a:visited {color: #0066CC} 
a:hover {color: #0066CC}  

.nav:link {color: #FFFFFF; text-decoration:none;}     
.nav:visited {color: #FFFFFF; text-decoration:none;} 
.nav:hover {color: #FFFFFF; text-decoration:none;}  

.tb
{	
	border: 1px solid #CAE2FB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
}
.btn
{
	display: block;
	background: #aaa;
	padding: 0px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.btn
{
	display: block;
	background: #EBEBEB;
	padding: 0px;
	float: left;
	color: #0066CC;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

.btn.pink { background: #eb9dc0;
	/*top: 8px;
	left: 362px;
	height: 39px;*/
}
.btn:hover { background-color: #D5FBE1; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 1px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

/*MESSAGE BOX CLEAN	serie	  		 */
	.clean-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
		
	}
	.clean-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-ok{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	.clean-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}

/* --------------------------------- */
/*MESSAGE BOX Iconized	  		 */
	.icon-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.icon-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC url(../msgbox/icon-yellow.png) 8px 6px no-repeat;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.icon-ok{
		border:solid 1px #90ac13; 
		background:#eef4d3 url(../msgbox/icon-green.png) 8px 6px no-repeat;
		color:#6b800d;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	.icon-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA url(../msgbox/icon-red.png) 8px 6px no-repeat;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
/* --------------------------------- */
.wm
{
	background: #FFFBFC;
	border: 1px solid #CAE2FB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
	margin-left: 0px;
}
