/* CSS Document */

body{
	margin:0;
	background-image:url(images/ground.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#0099cb;
}
img{
	border:0px;
}

/* ================== BACKGROUND ===================== */

.background_banner{
	background-image:url(images/banner_ground.jpg);
	background-repeat:repeat-x;
	height:90px;
	border:2px solid #0099cb;
}
.loginlink 
{
	font-family:Verdana;
	font-size:11px;	
	color:#333300;	
	text-decoration:none;
}
.loginlink:hover
{	
color:#333300;
text-decoration:underline;
}

.background_ad{
	background-color:#eafaff;
	border:2px solid #0099cb;
}

.background_left_menu{
	background-image:url(images/left_menu.jpg);
	background-repeat:no-repeat;
	height:308px;
	width:183px;
}

.withoutback
{
	padding-left:20px;
	line-height:30px;
	background-image:url(images/menuWT.jpg);
	color:Black;
}

.background_menu{
	background-image:url(images/menu2.jpg);
}

.back_menu_left{
	background-image:url(images/menu1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:230px;
	height:31px;
}
.back_menu_right{
	background-image:url(images/menu3.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	bottom:0px;
	width:230px;
	height:30px;
}



.bgcolor1{
	background-color:#0099cb;
}


/* ================== SPACING ===================== */
.spacing1{
	padding:0 12px;
}
.space2{
	padding:15px;
}
.space3{
	padding:15px 15px 0px 15px;
}
.space4{
	padding-bottom:8px;
}

.space5{
	padding-right:5px;
	float:left;
}
.space6{
	padding-left:10px;
}
.space7{
	padding-top:15px;
}
.space8{
	padding-right:10px;
}
.spacing9{
	padding:0 30px;
}

/* ================== BORDER ===================== */
.border1{
	border:1px solid #0099cb;
}
.border2{
	border-right:1px dashed #c9c9c9;
}
.border3{
	border:1px solid #d5d5d5;
	padding:10px 15px 15px;
}
.border4{
	border-bottom:1px dashed #c9c9c9;
}

.border5{
	border:1px solid #d5d5d5;
}
/* ================== BOX CLASS ===================== */
.top1{
	background-image:url(images/top1.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:36px;
	float:left;
}
.top2{
	background-image:url(images/top2.jpg);
	background-repeat:repeat-x;
}
.top3{
	background-image:url(images/top3.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:36px;
	float:right;
}

.top4{
	background-image:url(images/top4.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:28px;
	float:left;
}
.top5{
	background-image:url(images/top5.jpg);
	background-repeat:repeat-x;
}
.top6{
	background-image:url(images/top6.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:28px;
	float:right;
}

.top7{
	background-image:url(images/top7.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:28px;
	float:right;
}
.top8{
	background-image:url(images/top8.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:28px;
	float:left;
}


.top9{
	background-image:url(images/top9.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:36px;
	float:left;
}
.top10{
	background-image:url(images/top10.jpg);
	background-repeat:repeat-x;
}
.top11{
	background-image:url(images/top11.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:36px;
	float:right;
}

.box{
	background-image:url(images/box.jpg);
	background-repeat:repeat-x;	
	background-position:bottom;	
	background-color:#FFFFFF;
	padding:10px 15px 15px;
}

.bot_box{
	background-color:#9ddbff;
	border:2px solid #0099cb;
	padding:5px;
}

.bot1{
	background-image:url(images/bot1.jpg);
	background-repeat:no-repeat;
	width:8px;
	height:115px;
	float:left;
}
.bot2{
	background-image:url(images/bot2.jpg);
	background-repeat:repeat-x;
}
.bot3{
	background-image:url(images/bot3.jpg);
	background-repeat:no-repeat;
	width:8px;
	height:115px;
	float:right;
}




/* ================== FLOAT CLASS ===================== */
.float1{
	float:right;
}

/* ================== BUTTON CLASS ===================== */
.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	background-image:url(images/button.jpg);
	height:22px;
	border:0px;
	padding:0 10px 4px 10px;
	vertical-align:middle;
	padding-top:expression(4+'px');
}

/* ================== INPUT CLASS ===================== */
.input1{
	border:1px solid #d5d5d5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding:2px;
	}
	
.input2{
	border:1px solid #d5d5d5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding:2px;
	width:135px;
	}

.input3{
	border:1px solid #d5d5d5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	padding:4px;
	}
	
.input4{
	border:1px solid #d5d5d5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding:2px;
	}