a img{
	border: 0px;
	text-decoration: none;
}

body{
	font-family: arial, serif;
	font-size: 16px;
	color: #444;
	margin: 0px;
	background: #eee;
}

h1,h2,h3{
	font-family: 'Cantarell', arial, serif;
	color: #293e72;
	font-weight: normal;
	margin-top: 20px;
}
h1{
	display: block;
	font-size: 200%;
	text-align: left;
	margin-bottom: 0px;
}
h3{
	font-weight: bold;
}

table p{
	margin: 0px;
	padding: 0px;	
}
table h3{
	margin: 0px 0px 0px 7px;	
}


.accordionBox{
	background: #777;
	color: #fff;
	border: 2px solid #fff;	
}
.accordionBox a{
	color: #0f0;
}

#banner{
	display: block;
	top: 0px;
	height: 83px;
	padding: 0px;
	background: #fff;
}

#banner,
#banner a{
	color: #000;
	text-decoration: none;
}
#banner .toolBar{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	background: url('img/menu_bg.png') repeat-x;
	font-family: 'tahoma',arial,verdana;
	text-align: left;
	clear: both;
}
#banner .toolBar li{
	display: block;
	background: url('img/menu_bg_split.gif') no-repeat;
	background-position: right top;
	float: left;
	padding: 0px 1em 0px 10px;
	height: 100%;
	list-style:none;
	margin: 0px;
}
#banner .toolBar li a{
	height: 100%;
	padding: 0px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#banner .toolBar li ul{
	display: none;
	position: absolute;
	z-index: 99999;
	clear: both;
}
#banner .toolBar li ul li{
	float: none;
	background: #007;
}
#banner .toolBar li ul li a{
	color: #fff;
}
#banner .toolBar li:hover ul{
	display: block;
}

#banner.slim{
	height: 52px;
}


#banner #logo_main{
	float: left;	
}

#banner.slim #logo_main{
	float: left;	
}


#banner_login{
	display: block;
	float: left;
	width: 219px;
	height: 60px;
}




#container{
	margin: 0px auto 0px auto;
	width: 1000px;
	padding: 0px;
	background: #fff;
	clear: both;
}

#content{
	position: relative;
	top: 0px;
	width: 100%;
	padding: 0px;
	border-top: none;
}

#content .actionBox{
	background: #000;
	color: #fff;	
}
#content .actionBox h2{
	color: rgb(153,224,56 );
	font-size: 160%;	
}


#content .col_left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 342px;
}
#content .col_left .noticeBox{
	margin:40px 0px 0px 30px;
	width:280px;
	height:430px;
	border:1px solid #ccc;
	overflow:auto;
}

#content .col_main{
	position: relative;
	margin: 0px 217px 0px 350px;
	padding: 10px 0px 0px 0px;
}

#content .col_right{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 210px;
}

#content p{
	margin-left: 10px;
}

#content .itemLink{
	font-weight: bold;
	color: #000;
}


#footer{
	display: none;	
	position: relative;
	clear: both;
	text-align: right;
	font-size: 75%;
	width: 100%;
	height: 31px;
}

#footer a{
	color: #cc0000;
	text-decoration: none;
}

.infoBox{
	background: url('img/bg_infobox.png') repeat-x #1f377f;
	color: #fff;
	padding: 10px;
	margin: 10px;
	border: 1px solid #777;
	list-style: none;
}
.infoBox h1, .infoBox h2, .infoBox h3{
	margin-top: 0px;
	color: #5a92d5;
}
.infoBox .head{
	background: rgb(102,204,255);
	color: #007;
}
.infoBox li{
	padding: 5px;
}

#menu_main{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	background: url('img/menu_bg.png') repeat-x;
	font-family: 'tahoma',arial,verdana;
	text-align: center;
	clear: both;
}
#menu_main li{
	display: block;
	background: url('img/menu_bg_split.gif') no-repeat;
	background-position: right top;
	float: left;
	padding: 0px 1em 0px 10px;
	height: 100%;
	list-style:none;
	margin: 0px;
}
#menu_main li a{
	height: 100%;
	padding: 0px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu_main .title{
	position: relative;
	top: 5px;
	font-weight: bold;
	height:20px;
	color: #ccc;
}

table td{
	vertical-align: top;	
}

#tabs-content{
	display: block;
	margin: 37px 0px 0px 30px;
	overflow: auto;
	width: 288px;
	height: 443px;
}

#tabs-nav{
	list-style: none;
	padding: 0px;	
}
#tabs-nav li{
	display: inline;
	margin: 0px;
	padding: 0px;	
}

table .details{
	padding: 5px;	
}

/* ***** SPECIFIC BOX ITEMS ***** */




.SYSTEM_htmlEditor_basic{
	width:100%;
	height:150px;	
}
.SYSTEM_htmlEditor{
	width:100%;
	height:300px;	
}

#SYSTEM_signout{
	float: right;
}




