@charset "utf-8";
html, body { height: 100%; margin: 0; padding: 0; }
body{
	margin:0 auto;
	padding:0;
	background:#939393 url(../images/bg2.jpg) repeat center top;
	font-family:"trebuchet ms", helvetica, sans-serif;
	background-attachment: fixed;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
p, ol, ul {
	margin:0;
	padding:0;
}
p {
	line-height: 180%;
}
strong {
}
a {
	font-size:13px;
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#0061AD;
}
a img {
	border: none;
}
img.border {
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	margin: 0px auto;
}
hr {
	margin:0 0 10px 0;
	background-color:#DAD6D7;
	border-width:0;
	color:#DAD6D7;
	height:2px;
	line-height:0;
	text-align:center;
	width:100%;
}
.vmiddle{ vertical-align:middle;}
.hcenter{ text-align:center;}
/**  Clearfix ***/
.cf{ clear:both;}
.cfright{ clear:right;}
.cfleft{ clear:left;}
/***LOGIN***/
#loginwrapper{
	width:100%;
	margin:0;
	padding:0;
}
.loginheader{
	padding:27px 0 0 0;
	width:auto;
	height:103px;
}
.loginheader img{
	margin-left:27px;
	width:268px;
	height:103px;
}
.loginbox{
	margin:10% auto;
	padding:0;
	width:448px;
	height:277px;
	position:relative;
}
.loginbox div.LoginHere{
	top:0;
	left:35px;
	width:110px;
	height:40px;
	background:url(../images/loginhere1.png) no-repeat left top;
	display:block;
	position:absolute;
	z-index:1;
}
.loginbox div.LoginBoxTop{
	padding-top:22px;
	height:28px;
	background:url(../images/login_box_top.png) no-repeat left 22px;
}
.loginbox div.LoginBoxBG{
	min-height:199px;
	background:url(../images/login_box_bg.png) repeat-y left top;
}
.loginbox div.LoginLock{
	float:left;
	width:164px;
	height:199px;
	background:url(../images/lock.png) no-repeat 18px 10px;
}
.loginbox div.LoginControls{
	margin:27px 18px 0 0;
	float:right;
	width:266px;
}
.loginbox div.LoginControls form{
	margin:0;
	padding:0;
}
.loginbox div.LoginControls form label{
	padding:0 0 0 9px;
	display:block;
	font-size:12px;
	color:#000;
	line-height:20px;
	vertical-align:middle;
}
.loginbox div.LoginControls form input[type="password"],
.loginbox div.LoginControls form input[type="text"]{
	background:url(../images/login_txtbox.png) no-repeat;
	margin:0;
	padding:3px 10px;
	width:223px;
	height:28px;
	border:none 0;
}
.loginbox div.LoginControls form input[type="password"]{
	font-size:22px;
}
.loginbox div.LoginControls form input:focus{ outline:none;}
form div.lfrmrow{
	padding:14px 0 0 0;
}
.loginbox div.LoginBoxBtm{
	height:28px;
	background:url(../images/login_box_btm.png) no-repeat left bottom;
}
.loginfooter{
	width:auto;
	height:50px;
}
.loginfooter div.copyright{
	width:275px;
	margin-right:27px;
	float:right;
	text-align:center;
}
.loginfooter div.copyright p{
	font-size:12px;
	color:#fff;
}
.loginfooter div.copyright a{
	font-size:12px;
	color:#fff;
	letter-spacing:1px;
}
.loginfooter div.copyright a:hover{
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
/***MAIN***/
.innerheader{
	margin:0;
	padding:0;
	width:100%;
	height:126px;
}
.innerlogo{
	margin:12px 0 0 27px;
	padding:0;
	float:left;
	width:268px;
	height:103px;
}
.innerheader h1.innerheading{
	margin-left:5%;
	padding:45px 10px 0 10px;
	float:left;	
	min-height:28px;
	font-size:28px;
	font-weight:700;
	text-shadow:1px 2px 1px #fff;
	max-width:450px;
	text-align:center;
	line-height:36px;
}
.LangBox{
	margin:30px 27px 0 0;
	padding:8px 0;
	float:right;
	width:161px;
	min-height:45px;
	background-image:url(../images/lng_box_top.png), url(../images/lng_box_btm.png);
	background-position:left top, left bottom;
	background-repeat:no-repeat;
}
.LangBox div.LangBoxContent{
	padding:5px 17px;
	background:url(../images/lng_box_bg.png) repeat-y;
	min-height:45px;
}
.LangBox div.LangBoxContent p{
	font-size:12px;
	font-weight:bold;	
}
.LangBox div.LangBoxContent p span{
	color:#F58220;
}
.LeftBar{
	margin:9px 0 0 10px;
	float:left;
	width:263px;
}
/***MENU / NAVIGATION**/
.MenuBox{
	padding:28px 0;
	width:263px;
	min-height:146px;
	background-image:url(../images/menu_box_top.png), url(../images/menu_box_btm.png);
	background-position:left top, left bottom;
	background-repeat:no-repeat;
}
.MenuBox div.MenuBoxContent{
	margin:0;
	padding:0 18px;
	width:227px;
	min-height:146px;
	background:url(../images/menu_box_bg.png) repeat-y left top;
}
.MenuBoxContent div.sidemenu{
	margin:0 auto;
	width:217px;
}
.MenuBoxContent h1.sidemenuheading{
	padding:10px 5px 25px 5px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 2px 1px #fff;
}
.sidemenu ul{
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
}
.sidemenu ul li a{
	display:block;
	padding:5px 10px;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-shadow:1px 1px 1px #f1f1f1;
}
.sidemenu ul li a:hover{
	color:#ccc;
	text-shadow:1px 1px 1px #333;
}
.AdminOptionBox{
	margin:2px 0 0 0;
	padding:28px 0;
	width:263px;
	min-height:100px;
	background-image:url(../images/admin_opbox_top.png), url(../images/admin_opbox_btm.png);
	background-position:left top, left bottom;
	background-repeat:no-repeat;
}
.AdminOptionBox div.AdminOptionContent{
	margin:0;
	padding:0 18px;
	width:227px;
	min-height:100px;
	background:url(../images/admin_opbox_bg.png) repeat-y left top;
}
.AdminOptionContent h1.adminoptionheading{
	text-align:center;
	padding:10px 5px 25px 5px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 2px 1px #fff;
}
.AdminOptionContent div.adminoptionmenu{
	margin:0 auto;
	padding:0;
	width:217px;
}
.adminoptionmenu ul{
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
}
.adminoptionmenu ul li a{
	display:block;
	padding:5px 10px;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-shadow:1px 1px 1px #f1f1f1;
}
.adminoptionmenu ul li a:hover{
	color:#ccc;
	text-shadow:1px 1px 1px #333;
}
.AdminAdvertisement{
	margin:2px 0 0 18px;
	padding:28px 0;
	max-width:229px;
	min-height:100px;
	box-shadow:10px 10px 50px 5px black;
		
	/*-webkit-box-shadow: 0 0 5px 2px #000;
    -moz-box-shadow: 0 0 5px 2px #000;
    box-shadow: 0 0 5px 2px #000;*/
    background:url(../images/admin_opbox_bg.png) repeat-y -18px top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.RightBar{
	margin:9px 9px 0 0;
	width:717px;
	float:right;
}
/**CONTENT ICON DASHBOARD***/
.DashboardBox{
	margin:0;
	padding:28px 0;
	width:717px;
	min-height:127px;
	background-image:url(../images/dashboard_box_top.png), url(../images/dashboard_box_btm.png);
	background-position:left top, left bottom;
	background-repeat:no-repeat;
}
.DashboardBox div.DashboardBoxContent{
	background:url(../images/dashboard_box_bg.png) repeat-y left top;
	padding:0 18px;
	width:681px;
	min-height:127px;
}
.DashboardBoxContent h1.dashboardboxheading{
	padding:10px 5px 25px 5px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 2px 1px #fff;
}
.DashboardBoxContent div.DashboardIcoGrid{
	margin:0 auto;
	padding:0 0 10px 0;
	width:649px;
}
.DashboardIcoGrid div.DashboardIcoGridItem{
	float:left;
	margin:0 19px 19px 0;
	padding:5px;
	width:100px;
	min-height:100px;
	border-style:solid;
	border-width:1px 3px 3px 1px;
	border-color:#333;
	text-align:center;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
/**ADMIN DASHBOARD ICONS**/
.AdminDashboardBox{
	margin:2px 0 0 0;
	padding:28px 0;
	width:717px;
	min-height:163px;
	background-image:url(../images/dashboard_box_top.png), url(../images/dashboard_box_btm.png);
	background-position:left top, left bottom;
	background-repeat:no-repeat;
}
.AdminDashboardBox div.AdminDashboardBoxContent{
	background:url(../images/dashboard_box_bg.png) repeat-y left top;
	padding:0 18px;
	width:681px;
	min-height:163px;
}
.AdminDashboardBoxContent h1.admindashboardheading{
	padding:10px 5px 25px 5px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 2px 1px #fff;
}
.AdminDashboardBoxContent div.admindashboardicogrid{
	margin:0 auto;
	width:649px;
	min-height:100px;
	overflow:hidden;
}
.admindashboardicogrid div.adminicogriditem{
	float:left;
	margin:0 19px 19px 0;
	padding:5px;
	width:100px;
	min-height:100px;
	border-style:solid;
	border-width:1px 3px 3px 1px;
	border-color:#333;
	text-align:center;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
.admindashboardicogrid div.adminicogriditem img{
	width:76px;
	height:80px;
	border:none;
}
.admindashboardicogrid div.adminicogriditem p{
	font-size:12px;
}
.admindashboardicogrid div.adminicogriditem p a{
	font-size:12px;
}
/**CONNECTED USER INFORMATION***/
.ConnectedUserBox{
	margin:2px 0 0 0;
	padding:28px 0;
	width:717px;
	min-height:226px;
	background-image:url(../images/dashboard_box_top.png), url(../images/dashboard_box_btm.png);
	background-position:left top, left bottom;
	background-repeat:no-repeat;
}
.ConnectedUserBox div.ConnectedUserBoxContent{
	background:url(../images/dashboard_box_bg.png) repeat-y left top;
	padding:0 18px;
	width:681px;
	min-height:226px;
}
.ConnectedUserBoxContent h1.connecteduserheading{
	padding:10px 5px 25px 5px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 2px 1px #fff;
}
.ConnectedUserBox div.ConnectedUserBoxContent div.cubc_bar{
	margin:0 auto;
	padding:15px 0;
	width:426px;
	background-image:url(../images/acub_top.png), url(../images/acub_btm.png);
	background-position:left top, left bottom;
	background-repeat:no-repeat;
	min-height:10px;
}
.ConnectedUserBox div.ConnectedUserBoxContent div.cubc_bar div.cubc_bar_content{
	padding:0 13px;
	line-height:18px;
	height:18px;
	vertical-align:middle;
	background:url(../images/acub_cntr.png) repeat-y left top;
}
.ConnectedUserBox div.ConnectedUserBoxContent div.cubc_bar div.cubc_bar_content div.cubc_bar_content_left{
	float:left;
	width:165px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#202020;
}
.ConnectedUserBox div.ConnectedUserBoxContent div.cubc_bar div.cubc_bar_content div.cubc_bar_content_right{
	float:right;
	width:228px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#333;
}
.breadcrums{
	background:white;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	font-size:13px;
	color:#666;
}
.breadcrums a{
	font-size:13px;
	font-weight:normal;
	color:#000;
}
.breadcrums a:hover{
	border-bottom:solid 1px #000;
	color:#0061AD;
}
.breadcrums span.spanarrow{
	padding:0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#272BC3;
}
#breadcrumb { float: left; display: block; margin:3px 0 0 3px;}
#breadcrumb ul { list-style: none; }

.crumbs { display: block; }
.crumbs li {  display: inline; }
.crumbs li.first { padding-left: 8px; }
.crumbs li a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 9px 17px 11px 25px; position: relative; text-decoration: none; }

.crumbs li a { background-image: url('../images/bg-crumbs.png'); background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.crumbs li a:hover { color: #333; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:active { color: #333; background-position: 100% -96px; }
.crumbs li.first a span { height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }