@charset "UTF-8";

*{
	margin:0;
	padding:0;}

html {
	overflow: -moz-scrollbars-vertical;
	 height: 101%;
}


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color:#eeefef;
	color:#333;

}

p{
	text-align:left;
	margin-bottom:10px;
	
	
}

h1, h2, h3, h4{
	margin-bottom:10px;}
	
h2 {
	font-size:22px;
	font-weight:normal;}

h3 {
	font-size:20px;
	font-weight:normal;}
	
sup{font-size:12px;}

a:link, a:visited{
	color:#4f4f4f;
	text-decoration:none;}
	
a:hover{
	color:#000;
	text-decoration:underline;}


.nav a:link, .nav a:visited{
	color:#40bbee;
	text-decoration:none;}
	
.nav a:hover{
	color:#40bbee;
	text-decoration:underline;}

.small{
	font-size:11px;
}

.tblAd{
	line-height:18px;}

table.tblAd td{
	padding-top:2px;
	padding-bottom:2px;
	}
	
.img{
	border:#CCC solid 1px;
	padding:2px;
	
}

/* -- GENERAL --------------------------------------------------------- */

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:875px;
	padding-bottom:10px;
	
}

#wrapper .header{
	background-attachment: scroll;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:202px;
	padding-bottom:10px;
	display:block;
	color:#FFF;
}

#wrapper .bottom{
	background-attachment: scroll;
	background-image: url(../images/bg-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px;
}
#wrapper .top{
	background-attachment: scroll;
	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:9px;
}
#wrapper .main{
	background-attachment: scroll;
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.innerTop{
	padding-left:35px;
	padding-right:35px;
	padding-top:40px;
	padding-bottom:0px;}


.inner{
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:15px;}


.footer{}
.infobar{
	margin-top:25px;}
	

.dots{
	background-attachment: scroll;
	background-image: url(../images/dot1.png);
	background-repeat: repeat-x;
	background-position: left center;
	height:30px;
	}

ul{
	padding-left:25px;}

.top{
	height:167px;
}

.topmenu{
	color:#b1b1b1;
	font-size:11px;
	padding-top:3px;
}
.topdesc{
	color:#b1b1b1;
	font-size:14px;
	padding-top:25px;
	height: 130px;
}

#top a:link, #top a:visited{
	color:#FFF;
	text-decoration:none;}

#top a:hover{
	color:#f26724;
	text-decoration:underline;}


#top .innerTop{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	}

.cLeft a:link, .cLeft a:visited{
	color:#000;
	text-decoration:none;}

.cLeft a:hover{
	color:#efa420;
	text-decoration:underline;}

.cLeft img{
	padding-left:6px;
	padding-right:6px;
	
	}



.mLeft a:link, .mLeft a:visited{
	color:#000;
	text-decoration:none;}

.mLeft a:hover{
	color:#efa420;
	text-decoration:underline;}

.mLeft img{
	border:#666 solid 1px;
	margin-right:20px;}


.mRight a:link, .mRight a:visited{
	color:#000;
	text-decoration:none;}

.mRight a:hover{
	color:#efa420;
	text-decoration:underline;}


.hline {
	background-attachment: scroll;
	background-image: url(../images/dot1.png);
	background-repeat: repeat-x;
	padding-bottom:4px;
	padding-top:4px;
	margin:0;
	background-position: left center;
}

.sep {
	background-attachment: scroll;
	background-image: url(../images/dot1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:4px;
	padding-top:4px;
	margin:0;
	clear:both;
}

.sep2 {
	background-attachment: scroll;
	background-image: url(../images/dot1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:8px;
	padding-top:8px;
	margin:0;
}

/* -- MODAL --------------------------------------------------------- */

#modal {
	width:100%;
	font-size:13px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:25px;
	background-color: #F1F1F1;
	border: 2px solid #d3d3d3;
}

label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: middle; font-weight:normal; font-size:10px; }


/* -- MENU --------------------------------------------------------- */

.nav { padding-left:35px; }

.nav img{
	padding-left:6px;
	padding-right:6px;}
ul.menu{
	list-style:none;
	padding:0;
	
	}
	
.menu li{
	float:left;


	font-size:14px;
}

.menu li a{
		padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;}

.menu li a:link, .menu li a:visited{
	background-color:#CCC;
	color:#000;
}

.menu li a:hover{
	color:#000;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
	


/* -- LOGIN --------------------------------------------------------- */

#login{
	margin-left:auto;
	margin-right:auto;
}


.login{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	margin-top:2px;
	margin-bottom:15px;
	padding:3px;
	border: 1px solid #A4A4A4;
	clear:both;
}


/* -- FORMS --------------------------------------------------------- */


table.tblForms input{
	font-size:12px;
	padding:3px;
	border: 1px solid #A4A4A4;
	clear:both;
	color:#666;
	margin-top:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

table.tblForms .clean{
	font-weight:normal;}	

table.tblForms td{
	font-size:11px;
	font-weight:bold;}

table.tblForms textarea{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:3px;
	border: 1px solid #A4A4A4;
	clear:both;
	color:#666;
	margin-top:3px;
	}

table.tblForms #radio{
	border:none;
	}

table.tblForms .checkbox{
	border:none;
	}

table.tblForms td{
	padding-top:3px;
	padding-bottom:3px;
	}

.inputbox{
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
	border: 1px solid #A4A4A4;
	clear:both;
	color:#666;
}

.textarea{
	font-size:12px;
	color:#666;
}

.inputbox2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px;
	border: 1px solid #A4A4A4;
	clear:both;
}

.readonly{
	color:#666;}

.select{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	margin-bottom:10px;
	padding:2px;
	padding-right:10px;
	color:#666;
}

.select option{
	margin:2px;
	padding:2px;
}


.checkbox{
	
	}

.seperator{
	border-bottom: #CCC solid 1px;
	
}

.forms {
	margin:0px;
	padding-bottom:3px;
	margin-bottom:1px;}

.forms input{
	margin-right:5px;
}

.radio{
	vertical-align:middle;}

.button{
	margin-top:15px;
	font-weight:bold;}

.button2{
	font-weight:bold;}

.tblLogin{
	background-color:#FFF;
	border:#D5D5D5 solid 1px;
	padding-left:20px;
	padding-bottom:20px;
}

table th{
	text-align:left;}
	
#ADImages img{
	margin-bottom:15px;}	

.tblList{
	width:100%;	
}

.tblList td{
	border-bottom:#CCC solid 1px;
	padding-top:5px;
	padding-bottom:5px;}	

.tblList th{
	border-bottom:#CCC solid 4px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:left;
}

#notify{
	background-color:#EEE;
	border:#999 solid 1px;
	margin-top:25px;
	display:block;
	margin-bottom:10px;
	}
	
.notifycontent{
	padding:15px;
	}
