body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;

}

A:link,A:active,A:visited
{
	color: #02518A;
}
A:hover {
 color: #0276CC ;
}

A.list1{
	font-size:10px;
	text-decoration:none;
	color:#000;
}

A.list1:hover{
	text-decoration:underline;
}


#layoutTop{
	background-color: #03406c;	
}

#headerBox{
	float:left;
	width:367px;
	background-image: url(img/header-small.jpg);
	background-repeat: no-repeat;
	height: 65px;
}

#sessionBox{
	height: 65px;
	font-size: 10px;
	background-image: url(img/userGrad-small.jpg);
	background-repeat: repeat-x;
	float:right;
	display:block;
}

#sessionBoxText{
	float:left;
	text-align:left;
	display: block;
	width:auto;
	padding-top:3px;
	
}

#sessionBoxLeft{
	background-image: url(img/userGradSide-small.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 8px;
	float:left;
	height:65px;
}

#headerIco{
	display: block;
	float: left;
	width: 32px;
	height: 32px;
}

#headerTitle{
	display: block;
	float: left;
	width: 200px;
}

.iconFrame{
	border: 1px solid #0B4575;
	padding: 3px;
	margin: 5px;
	overflow: hidden;
	background-color: #FEFEFE;
	display:block;
	float:left;
}


#navMenu1 {
	clear:both;
	height: 30px;
	font-size: 11px;
	background-color: #D7E1EC;
	background-repeat: repeat-x;
	background-image: url(img/navGrad2.jpg);
}
#navMenu2 {
	height:22px;
	clear:both;
	font-size:11px;
	display: block;
}


#navMenu1 ul, #navMenu2 ul{
	list-style: none;
	padding: 0;
	margin: 0;	
}

#navMenu1 li, #navMenu2 li{
	float: left;
	margin: 0 0.15em;
}

#navMenu1 li a{
	height: 28px;
	line-height: 2.5em;
	float: left;
	width: 10em;
	display: block;
	text-decoration: none;
	text-align: center;
	color:#000;
}

#navMenu1 li a:hover  {
	color: #000000;
	text-decoration: none;
	background-image: url(img/sessionGrad2.jpg);
	background-repeat: repeat-x;
	width: 10em;
	height: 28px;
	font-weight: bold;
}


#navMenu2 li a{
	height: 22px;
	line-height: 2em;
	float: left;
	width: 12em;
	display: block;
	text-decoration: none;
	text-align: center;
	color:#5B0000;
}

#navMenu2 li a:hover  {
	color: #2F0000;
	text-decoration: underline;
	width: 12em;
	height: 22px;
	font-weight: bold;
}
#pageContent{
	display: block;
	width:815px;
	text-align:left;
	font-size: 12px;
	margin: 0px auto 0px auto;
}

#pageBackground {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(img/pageGrad.jpg);
	text-align: center;
	vertical-align: top;
	padding: 5px;
}

#panelStats{
	border: 1px solid #224A6F;
	font-size: 10px;
	color: #000000;
	background-color: #FDFEFF;
	padding: 2px;
	display:block;
}


.panelStatsLabel{
	color:#003C77;
	text-align:left;
}

.panelStatsValue{
	text-align:center;	
}


.panelSummary {
	border: 1px solid #DADEE7;
	margin:5px;
	/*background-color: #F8F9FA;*/
	background-color:#F4F4F4;
}

.panelSummary td{
	font-size: 11px;	
	padding: 2px;
	background-color: #FFFFFF;

}

.panelSummary ul{
	padding-left: 15px;	
	margin: 0px;
}

.panelSummary th{
	background-image: url(img/grad4.jpg);
	background-repeat: repeat-x;
	height: 22px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

/* OLD STYLES START HERE */


.form1  {
	margin: 10px;
	padding:5px;
	border: 1px solid #94AEBB;
	border: 1px solid #A3ABAE;
	color: #888888;
	background-color: #FEFEFE;
}

.form1>legend {
	margin: 5px;
	font-weight: bold;
}

.form1 label{
	font-size: 12px;
}

.formControls1{
	margin-top: 2px;
	
}


.wysiwyg{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}


.tabInactive {
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	width: 100px;
	text-align: center;
	background-image: none;
}
.tabActive {
	font-size: 10px;
	color: #004B90;
	height: 25px;
	width: 100px;
	font-weight: bold;
	background-image: url(img/toolbar-tab.jpg);
	background-repeat: no-repeat;
	text-align: center;
}


#bgBlocker{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
 	background-color:#036;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}


a.frontendButton {
	display: block;
	margin: 5px;
	padding: 5px;
	float: right;
	
	color: #000;
	background-color: #D9ECFA;
	font-size: 12px;
	text-decoration: none;
}

a.frontendButton:hover{
	background-color: #E8E3C8;	
	color: #000;
	font-weight:bold;
}

#editorMenu
{
	position: absolute;
	font-size: 11px;
	color: #003;
	text-decoration: none;
    text-align: left;
	width: 100px;
	border: 1px solid #003f7d;
	background-color: #FAF9FB;
	margin: 0px;
	padding: 2px;
}

a.buttonType2{
	font-size: 11px;
	color: #000000;
	padding:2px;
	text-align:center;
	background-color: #FAF9FB;
	border: 1px solid #003F7D;
	text-decoration:none;
	margin: 2px;
	display: block;
	width: auto;
	float:left;
	
}

img, div { behavior: url(iepngfix.htc) }
form {
	margin: 0px;
}

a.buttonType2:hover{
	background-color: #F0F2F7;
	border: 1px solid #000033;
}


.divContainer1{
	border: 1px solid #DADEE7;
	display: inline;
	text-align: left;
	float: left;
}

.pageIcon{
	width: 75px;
	text-align: center;
	padding: 3px;
	display: block;
	float: left;
}

.pageHead{
	display: block;
	float: left;
	
}

a.explorer{
	color:#B00400;
	text-decoration:none;
}
a.explorer:hover{
	text-decoration:underline;
}


a.headerLink1{
	color: #FC3;
	text-decoration: none;
	display: block;	
	float:left;
	margin-top:45px;
	margin-right:10px;
	font-weight: bold;
}

a.headerLink1:hover{
	font-weight: bold;
	text-decoration:underline;
}

iframe.largebox
{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #003366;
	height: 20px;
	width: 350px;
}





input[type=text],input[type=file],input[type=password],select
{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #DADEE7;
	height: 20px;
}

input[type=text]:hover,input[type=file]:hover,input[type=password],select:hover{
	background-color:#FAFCFE;
    height: 20px;
}

select.toolbox{
	background-color:#eaeef0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	border: 1px solid #003366;
	height: 18px;

}



h1,h2,h3{
	color: #004080;
	text-align: left;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 16px;
	
}
.formFrame{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #023244; 
	width: 520px;
}

th.cat
{
	background-image: url(img/headcell2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}

table.cfgmenu{
	width: 160px;
	border: 1px solid #003366;
}

table.cfgmenu td{
	background-color: #f0f2f4;
	height:20px;
	padding:2px;
}

table.cfgmenu td a{
	text-decoration:none;
	color: #04466e;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}



table.cfgmenu td a:hover{
	color: #5c7b8e;
	font-weight: bold;
}

table.cfgmenu th, table.sysconfig th{
	background-image: url(img/menuCat.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 22px;
	font-size: 12px;
	color:#3c3c5a;
}

table.sysconfig{
	font-size:11px;
	color: #023244;
	width: 100%;
	border: 1px solid #003366;
}


table.sysconfig td.label{
	background-color: #ECECFF;
	height:20px;
	width: 40%;
	padding:2px;
	text-align:right;
	font-weight: bold;

}

table.sysconfig td.field {
	background-color: #f6f7f8;
	font-weight: normal;
	padding:2px;
	text-align:left;

}

table.sysconfig td.controls{
	background-color: #E9ECEF;
	height:22px;
	text-align:center;
	font-weight: bold;
	background-image: url(img/menuFooter.jpg);
	background-repeat: repeat-x;
}

.newsEditor {
	text-align: left;
	margin:0 auto;
	width:90%;
}

.newsEditorH {
	color: #003C77;
}

.cleaner{
	clear: both;	
}

.newsEditorM{
	
}

.labelHolder1 {
	padding: 2px;
	display:block;
	height: 25px;
	float:left;
	text-align:right;
}

.labelHolder1 label {
	font-size: 14px;
	font-weight:bold;		
}

.inputHolder1 {
	display: block;
	height:25px;
}


.newsEditorM input[type=text], .newsEditorM select{
	font-size: 14px;
	height:24px;
	margin:2px;
	width: 400px;
}

.newsEditorM label{
	display:block; 
	clear:left; 
	float:left; 
	width:100px; 
	text-align:right; 
	padding:2px;
	margin:2px;
	font-size: 14px;
	font-weight:bold;
}


.newsEditorC1{
	overflow:hidden;
	margin-right:2px;
}
.newsEditorC2{
	float: right;
	width:200px;

}

/* groupHead1 - panelSummary th*/






A.ListItem  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}



.SpanClass2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003C77;
}
A.ListItem:hover {
	color: #000000;
	text-decoration: underline;

}


.footcell {
	background-image: url(img/grad5.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
.headcell-small {
	background-image: url(img/grad2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000033;

}
.tableborder {
	border: 1px solid #003366;
}
.SpanClass4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.ErrorClass1 {
	color: #FF0000;
}

.row9 {
	background-color: #DCE2ED;
}

.pageTable1 {
	width: 90%;
	margin-top: 20px;
	margin: 0px auto;
	text-align: left;
}


input[type=button],input[type=submit] {
	border: 1px solid #8b91a7;
	color: #5e6980;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #d6dddf;
	height:20px;
}



input[type=button]:hover,input[type=submit]:hover
{
	background-color: #CEDDF2;
	border: 1px solid #80b2b1;
	color: #5e6980;



}

input[type=select].multiplesel,select.multiplesel
{
	height: 100px;
	width: 200px;
 
}

/* avatarFrame -> Icon Frame */

/* groupItem1 - > td.item1*/

td.item1 {
	font-size: 11px;
	background-color: #F4F4F4;
}

/* groupItem2 td.item2*/

td.item2 {
	font-size: 11px;
	background-color: #F8F9FA;
	text-align: left;
}

/* groupBox1 - panelSummary */ 

.hintbox2 {
	border: 1px solid #DADEE7;
	background-color: #F7F8F9;
	
	font-size: 11px;
	color: #000;
	padding: 5px;
}

.groupItem3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-indent: 20px;
	height: 30px;
	vertical-align: middle;
	font-weight: bold;
}

/* groupItem2 -> th head2*/

th {
	text-align: center;
}

th.head2 {
	background-image: url(img/grad5.jpg);
	background-repeat: repeat-x;
	height: 25px;
	background-color: #DEE6F1;
	font-size: 11px;
}

th.head2>label{
	float:left;
	font-weight:bold;
}
.textDetails {
	font-size: 9px;
	font-style: italic;
}


.mediumText1 {
	color: #003C77;
}
.divContainer2 {
	border: 1px solid #DCA465;
	display: table;
	text-align: left;
	padding: 5px;
	float: left;
	font-size: 11px;
	color: #770000;
	background-color: #EFE7CB;
	margin: 2px;
}
.divContainer3 {
	display: block;
	text-align: left;
}

/* groupBox3 - panel1*/ 

.listControls{
	border: 1px solid #394257;
	font-size: 12px;
	padding: 1px;
	overflow: auto;
	margin:1px;
	background-color: #F8F9FA;
}

.listControls>input[type=submit]{
	display: block;
	background-color:#FDFDFD;
	border: 1px solid #394257;
}

.listControls>input[type=submit]:hover{
	background-color:#EEE;
}


.row1 {
	border: 1px solid #DADEE7;
	font-size: 11px;
	padding: 2px;
	margin: 1px;
	display:block;

}




.panel1 {
	border: 1px solid #DADEE7;
	font-size: 12px;
	padding: 3px;
	overflow: auto;
}

.newsEditorPanelTop {
	font-weight: bold;
	display:block;
	height:22px;
	text-align:center;
}


.groupBox4 {
	background-color: #B9C4C9;
}

label active {
	color: #006600;
}


.ListHeadBox {

	font-size: 12px;
	color: #1F2427;
	/*color: #1F2427;*/
	background-color: #F8F9FA;
	padding: 2px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

.ListItemBox {

	font-size: 12px;
	padding: 2px;
	text-align: left;

}

.ListItemBox2 {
	background-color: #FBFAF9;
}

.ListItemBox1{
	background-color: #FCFCFC;
}

label inactive {
	color: #FF0000;
}

.subcontentIframe {
	position: absolute;
	z-index : 299999;
	margin: 0px auto;
	border: 1px solid #274078;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.subcontentIframe2 {
	width: 450px;
	position: absolute;
	z-index : 299999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.subcontentBody{
	width: 520px;
}

.loadingBox{

	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #274078;
	position: absolute;
	z-index : 299999;
	margin: 0 auto;
	top: 300px;
	
}


.divTreeBox {
	
	font-size: 12px;
	border: none;
	border-left: 2px solid #216BA9;
	padding-left: 2px;
}
.divTreeItem {
	display: block;
	padding: 5px;
}
.divError {
	border: 1px solid #C47C2D;
	display: inline;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	color: #900;
	background-color: #FCFBF5;
	margin: 2px;
}
.divContainer4 {
	border: 1px solid #DADEE7;
	display: block;
	text-align: left;
	background-color: #FBFBFF;
}
/* tdRow2 - > row2 */
td.row2 {
	font-size: 12px;
	color: #000;
	background-color: #EEF2F5;
	background-image: url(img/grad7.jpg);
}

/* tdRow1 - > row1 */


td.row1 {
	font-size: 10px;
	padding-left: 2px;
	background-color: #FFF;
}


.fieldFrame2 {
	background-color: #057798;
	color: #FFF;
	padding: 5px;
	border: 1px solid #E8DFFF;
}

.exListView{
	font-size: 12px;
}


.exListView td.exRow1 {
	color: #000;
	
	background-color: #D7DCE0;
}


.exListView td.exRow2 {
	color: #000;
	background-color: #B6C1C7;
}


.exListView th {
	color: #5e6980;
	background-image: url(img/colgrad.jpg);
	background-repeat: repeat-x;
	background-color: #C1CAD1;
	height: 20px;
}

.fileEditor{
	font-size:12px;
}

.fileEditor textarea{
	width: 100%;
	text-align:left;
	background-color:#F0F1F4;
	font-family:Verdana, Geneva, sans-serif;
	font-color: #003;
	font-size: 12px;
	height:300px;
}

.fileEditor .header{
	height: 45px;
	background-image:url(img/fileEditorHead.jpg);
	background-repeat:repeat-x;
	background-color:#bfd5ed;
}

.fileEditor .feAct{
	height: 25px;
	background-image:url(img/fileEditorAct.jpg);
	background-repeat:repeat-x;
	background-color:#bfd5ed;
	
}

.CommentTable{
	
	font-size: 11px;
	color: #000;
	vertical-align: top;
	margin:0px;
	border: 1px solid #036;
}

.tdCommentHeader {
	background-color: #F9F9F9;
	background-image: url(img/grad9.jpg);
	height: 25px;
	vertical-align: middle;
}

.tdCommentHeader2{
	font-style: italic;
	background-color: #F2F4F7;
}

.tdCommentLeft {
	background-color: #F7F8FB;
}

.tdCommentControls{
	background-color: #F2F4F7;
}




.thumbFrame {
	
	font-size: 11px;
	color: #000;
	background-color: #BCC7DA;
	border: 1px solid #5E6A79;
	margin: 5px;
}

input[type=text].thumbName{
	background-color: #BCC7DA;
	border: 0px none #BCC7DA;
	
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 120px;
}


.fieldFrame {
	border: 1px solid #DADEE7;
	background-color: #F1F3F5;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

/*Definitions for the WYSIWYG/BBCode editor*/


table.editor{
	border:#003366 solid 1px;
	font-size: 12px;
}

table.editor td.toolbar{
	background: url("img/toolbar-bg.jpg");
	height: 30px;

}

table.editor td.toolbar2{
	background-color: #EDEFF1;

}

table.editor td.fontbutton{
	width: 25px;
}

table.editor td.fontbutton a{
	background-color: #eaeef0;
	height: 25px;
	width: 25px;
	display: block;
	text-align: center;
	border: 1px solid #003366;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	
}

table.editor td.fontbutton a.img{
	width: 21px;
	height: 21px;
	border: none;
}
table.editor td.fontbutton a:hover {
	background-color: #b9c4c9;
	border: 1px dashed #003366;
	text-decoration: none;
	color: #000000;

}


.explorer{
	width: 800px;
}

.explorer .addressBar{
	font-size:12px;
	color:#000;
	background-image: url(img/expAddress.jpg);
	background-repeat: repeat-x;
	height: 22px;
}

.explorer .actionBar{
	font-size: 12px;	
	background-image: url(img/expAct.jpg);
	background-repeat: repeat-x;
	height: 22px;
	background-color:#bfd5ed;
}

.actionForm{
	background-color: #d8dde3;
	height:40px; 
	padding:5px; 
	font-size: 12px;
	display: block;
}

