
/* --------------------------------- EDIT CONSOLE (TABLE, ETC.) -------------------------*/
/* #editConsole {
left: 1px;
top: 0px;
width: 100%;
border: 1px solid red;
} */
/* ------------------------------------- CONSOLE -------------------------------------------*/

#console {
margin: 0px;
padding:0px;
margin-bottom:10px;
color:#000000;
font-size:12px;
}


#console div.consoletext {
clear: both;
font-size:12px;
font-weight: bold;
color:#336600;
}


/* ----------------------------- EDIT CONSOLE OPTIONS - MAIN CONSOLE CONTENT -----------------------------*/


#editConsoleOptions {
clear: both;
padding: 10px 0px;
}

#editConsoleOptions table.l{
margin:0 0 0 0px;
background:#A0B3C6;
}

#editConsoleOptions table.l td{
padding:3px;
font-size:11px;
background:#FFF;
}

#editConsoleOptions table.l tr.header td{
background:#ebf5ff !important;
vertical-align:bottom !important;
border: none;
}

#editConsoleOptions span.console_title{
float: left;
width: 25%;
color: #000000;
font: 11px  Arial,Helvetica,sans-serif;
font-weight:bold;
text-align:left;
}

#editConsoleOptions span.help a.help{
float: right;
width: 25%;
font: 11px Arial,Helvetica,sans-serif;
font-weight: bold;
text-align: right;
}


/* -----------  featured highlight definitions --------------------------------------------*/
/*------------  display: none used in the features and disclaimer definition --------------*/
/*------------- until we decide how we wat to handle the features area of the console -----*/

#console div.feature {
	float:left;
	width:31%;
	margin:5px 5px 0 0;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	background-color:#FFFFFF;
	border: 1px solid #666;
	text-align: left;
	padding: 5px;
	font-size: 11px;
	display: none;
}


#console div.last {
	margin-right: 0px;
}

#console .feature h1.fhead{
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	padding: 0px;
	margin-top: -5px;
	margin-bottom: 3px;
}
#console div.disclaimer {
	font: 10px Arial, Helvetica, sans-serif;
	display: none;
}
#console .feature h1.fhead span.superscript, #console .feature ul.list li span.superscript {
	font: 10px Arial, Helvetica, sans-serif;
	position:relative;
	bottom: 5px;
	left: 3px;
}

#console div.feature p {
	font-size: 11px;
	color: #000;
}

#console div.cap {
	margin: -5px;
	margin-right: -6px;
	background: url(Images/console/orange_1x4.jpg) repeat-x;
	height: auto;
}

#console div.half-bucket {
	float: left;
	width: 49%;
	height: auto;
	margin-top: -5px;
	margin-bottom: 0px;
}

#console div.full-bucket {
	float: left;
	width: auto;
	height: auto;
	margin-top: -5px;
	margin-bottom: 0px;
}

#console div.half-bucket img, #console div.full-bucket img {
	float: left;
	margin-right:10px;
}


#console div.feature a:link,
#console div.feature a:visited,
#editConsoleOptions table.l a:link,
#editConsoleOptions table.l a:visited  {
	color: #176D9A;
	text-decoration:underline;
	}

#console div.feature a:hover, #editConsoleOptions table.l a:hover {
	color: #000000;
	text-decoration:underline;
}

#console div.half-bucket span a, #console div.full-bucket span a  {
	float:left;
	width: auto;
	display: block;
	padding-top: 10px;
	font-size: 11px;
	font-weight: normal;
}

#console div.feature ul.list {
	margin: 0px;
	margin-top: 6px;
	padding:0px;
}


#console div.feature ul.list li {
	color: #333;
	list-style-type: none;
	background:url(Images/console/Ok.jpg) no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	margin-top: 3px;
}

#console div.feature ul.list li a{
		font-size: 11px;
	font-weight: normal;
}



/* ---------------------------------------- CREATE POSTING ----------------------------------------*/

.createposting {
padding:1px 1px 5px 1px;
background-color:#eee;
border:3px solid #313c42;
width:200px;
margin-bottom:10px;
}

.createposting .postinglist {
margin:10px 10px 10px 10px;
border:0px solid green;
}

.createposting h3 {
FONT:bold 12px Verdana, sans-serif; TEXT-TRANSFORM: uppercase; 
margin:0px;
padding:5px;
background-color:#000000;
color:#FFFFFF;
}
div#console div.createposting A:link{
COLOR:#333 !important; 
FONT:11px Verdana, sans-serif;
}
.createposting A:visited {
COLOR:black;
}
.createposting TD A:hover {
COLOR:blue; 
TEXT-DECORATION:underline;
}


/* ---------------------------------------- HELP ----------------------------------------------------*/

div.help{ 
background:#fff;
width:100%;
margin:0 0 0 0px;
text-align:left;
height:auto;
}
div.help h4{
background:#777;
color:#FFF;
height:20px;
line-height:30px;
padding:0 0 0 10px;
margin:0;
}

div.help p{
line-height:1.3em;
color:#000;
margin:10px;
}

