/* CSS Document */
body{
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#5ca2cf;
	}
td { text-align: left; vertical-align: top; }
form{
	padding:0;
	}
* .cotainerbg{
	background-image:url(../images/container_bgy.jpg);
	background-repeat:repeat-y;
	}
* .cotainerbg2{
	background-image:url(../images/container_bgy2.jpg);
	background-repeat:repeat-y;
	}
* .cotainer_div{
	width:100%;
	height:auto;
	background-image:url(../images/container_bgbottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
* .cotainer_div2{
	width:100%;
	height:auto;
	background-image:url(../images/container_bgbottom2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
* .footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	vertical-align: middle;
}
td.footer { vertical-align: middle;} 
* .container_left{
	width:171px;
	margin:8px 4px 0 6px;
	}
* .container_right{
	width:174px;
	margin:8px 10px 0 3px;
	}
* .container_main{
	width:380px;
	margin:8px;
	}
* .text_normal{
	font-size:12px;
	font-weight:normal;
	text-align:none;
	line-height:16px;
	color:#333333;
	}
* .left_menu{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}
a.left_menu{
	color:#000000;
	text-decoration:none;
	}
a.left_menu:hover{
	color:#666666;
	text-decoration:none;
	}
* .table_blue{
	background-image:url(../images/table_bluebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #8ebedd;
	background-color:#5698c3;
	width:171px;
	}
* .table_blue2{
	border:1px solid #FFFFFF;
	background-color:#012339;
	}
* .text_white{
	font-size:12px;
	font-weight:normal;
	text-align:none;
	line-height:16px;
	color:#FFFFFF;
	}
* .whitebold{
	font-size:12px;
	font-weight:bold;
	text-align:none;
	line-height:16px;
	color:#FFFFFF;
	word-spacing:2px;
	letter-spacing:1px;
	}
a.whitebold{
	font-size:12px;
	font-weight:bold;
	text-align:none;
	line-height:16px;
	color:#FFFFFF;
	letter-spacing:1px;
	text-decoration:none;
	}
a.whitebold:hover{
	color:#CCCCCC;
	text-decoration:none;
	}
* .input{
	width:152px;
	height:20px;
	border:1px solid #878787;
	background-image:url(../images/inputbg.jpg);
	background-repeat:repeat-x;
	padding:3px;
	}
* .input_btn{
	width:75px;
	height:25px;
	border:1px solid #878787;
	background-image:url(../images/inputbg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	cursor:pointer;
	}
* .blackborder{
	border:1px solid #000000;
	}
	
/* edit.com visible styles */
body, td, .NormalText { text-decoration: none; font-weight: normal; font-style: normal; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color:#333333; }

.Header		{ color: #000000; font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.Subheader	{ color: #000000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }

.LightBlue	{ color: #B9DBF1; }
.Blue		{ color: #4A86AB; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }
.Gray		{ color: #333333; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 1em; }
.LargeText	{ font-size: 24px; line-height: 1em; }

IMG.FloatLeft 	{ float: left; margin: 0 10px 10px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 10px 10px; }

TD.LightBlueBG  { background: #B9DBF1; }
TD.BlueBG 	    { background: #4A86AB; }
	
* .inline { display: inline; float: left; }

