body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C6C6C6; 
	margin-left: 1%; 
	margin-right: 1%; 
	margin-top: 1%; 
	background-color: #0f0f1b; 
	}

a { color:#0033CC; }
a:link, a active {text-decoration: none;color: #ffffff; }
a:visited, a { text-decoration: none; color: #ffffff; }
a:hover { text-decoration: underline; color: #ffffff;  }

p { margin-top: 1.0em; }

table.bordered {
	border-collapse:collapse;
	border-top: 1px;
	border-right: 1px; 
	border-bottom: 1px; 
	border-left: 1px; 
	border-color: #60707E; 
	border-style: solid; 
}

table.borderless { border-style: none; 	border-collapse:collapse;}
		
th { font-weight:bold; color:#C6C6C6; background-color:#272640; white-space:nowrap; text-align:left;}
tr { background-color: #253546; }
td.centre { text-align:center; vertical-align:middle; }

/* mouseover highlighting */
.cellhighlight { background-color:#222222; color:yellow;}

input, select{ border:none; }

/* columns */
.colcontainer { width: 100%; height: auto;	/* overflow: hidden; */ }
.clear { clear: both; height: 1px; margin: 0; /* overflow: hidden; */}

/* column containers */
/* these are not for content, the content holders go inside these */ 
/* 50% left and 50% right, allow 3% for margins and space in the middle */
.colcontainer50left { float:left; width:50%; padding:0; }
.colcontainer50right { float:right; width:47%; padding:0; }

/* 60% left and 40% right, allow 3% for margins and space in the middle */
.colcontainer60left { float:left; width:60%; padding:0; }
.colcontainer40right { float:right; width:37%; padding:0; }


/* content holders floating left or right */
.colcontentleft {float:left; margin:10px;}
.colcontentright {float:right; }

.nonraider { color:grey; }

/*--------------------------------------------------
  anylink styles required for the dropdown menu
  anylink.js
  --------------------------------------------------*/

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
/*font: normal 12px Verdana;*/
line-height: 18px;
z-index: 90; /* zIndex should be greater than that of shadow's below */
background-color: #1F2F3D;
width: 200px; /* default width for menu */
}

.anylinkcss ul{ margin: 0; padding: 0; list-style-type: none; }

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ text-decoration: none; background: black; color: white; }

/*CSS for anylink shadow. Keep this as is */
.anylinkshadow{ position: absolute; left: 0; top: 0; z-index: 89; background: black; visibility: hidden; }

/* ---------- End anylink styles --------------*/
