/* Base font and page definition -------------------------------------------------------------------------------- */

BODY
{
	background-color: #E9E9E9;
}

BODY, CENTER, P, BLOCKQUOTE, TD, TH, INPUT,
.textStandard, .textSmall, .textAdminNav, .textLargeHeader, .textSmallHeader, .textFormRequired, .textFormRequiredSmall,
.textFormError, .textHTMLHelpHeader
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	text-align: left;
}

h1,h2,h3,h4,h5 
 {
 	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 18px;
	margin:0;
	padding:0;
}

TABLE
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse
}	

/* Link definitions -------------------------------------------------------------------------------- */

/* standard links */
a {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:visited { text-decoration: none; color: #FF0000; }
a:hover { text-decoration: underline; color: #FF6600; }
a:active {
	text-decoration: none;
	color: #FF0000;
}

/* Remove border from links */
img
{
 border-style: none;
}

/* Font definitions -------------------------------------------------------------------------------- */

/* main font: small, black */
.textSmall 
{
	padding: 0px;
	font-size: 11px;
	color: #000000;
}

/* text large header font: large, bold black */
.textLargeHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

/* text small header font: not so large, bold black */
.textSmallHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* form "required item" font: standard-sized, red */
.textFormRequired 
{
	padding: 0px;
	font-size: 12px;
	color: #cc0000;
}

/* form "required item" font: small, red */
.textFormRequiredSmall 
{
	padding: 0px;
	font-size: 11px;
	color: #cc0000;
}

/* font for form error messages: standard-sized, bold, red */
.textFormError 
{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}

/* Drop Cap for the first letter */
.dropcap {
float:left;
color:#FF0000;
font-size:58px;
line-height:40px;
padding-top:3px;
font-family: "Times New Roman", Times, serif;
} 

/* DIV & SPAN definitions -------------------------------------------------------------------------------- */

.divAdminArea 
{
	width: 580px;
	padding: 0px;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	color: #000000;
}

.divAdminStatusHeader 
{
	padding: 5px;
	font-family: Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.divAdminStatusArea 
{
	padding: 5px;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	color: #ffffff;
}

.divAdminErrorMsg 
{
	width: 580px;
	padding: 0px;
	font-family: Arial, Helvetica, serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}

.divRightColumnBox
{
	width: 160px;
}

.divRightColumnText
{
	padding: 5px 10px 0px 10px;	
}

.spanAdminFormLabel 
{
	width: 180px;
	padding: 5px;
	vertical-align: top;
}

.spanAdminFormField 
{
	width: 550px;
	padding: 5px;
}

/* TABLE definitions -------------------------------------------------------------------------------- */

.tableOutlineBlack
{
	border-top: 0.5px solid black;
	border-left: 0.5px solid black;
}

.tableOutlineBlack TD
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.tableOutlineGray
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
}

.tableBorder {
	border-right: 2px solid #000000;
	border-bottom: 2px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
/* Form definitions --------------------------------------------------------------------------------------- */
label
{
	width: 4em;
	float: left;
	text-align: right;
	margin: 2px 0.5em 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input-box
{
	float: left;
	color: #000000;
	background: #feb;
	border: #000 solid 1px;
	height: 18px;
}

.submit-button
{
	margin-left: 3px;
	background-color: #fc3;
	font-size: 11px;
	color: #000;
	border: 2px #f60 outset;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset
{
border: #f60 solid 1px;
width: 21.5em
}

legend
{
	background: #fb0;
	border: #f60 solid 1px;
	padding: 1px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Input Field definitions -------------------------------------------------------------------------------- */

INPUT.formstyle 
{
	background-color: #e5e5e5;
	font-size: 11px;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
	padding-bottom: 10px;
}

TEXTAREA.formstyle 
{
	background-color: #e5e5e5;
	font-size: 12px;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
}

SELECT.formstyle 
{
	background-color: #e5e5e5;
	font-size: 11px;
	color: #000000;
}

SELECT.selectEdition 
{
	width: 130px;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

INPUT.buttonstyleOrange 
{
	background-color: #FF6600;
	font-size: 11px;
	color: #000000;
	border-left-color : #FF9933;
	border-right-color : #DD5800;
	border-bottom-color : #DD5800;
	border-top-color: #FF9933;
}

TEXTAREA.formstyle2
{
	background-color: #e5e5e5;
	font-size: 12px;
	color: #000000;
	border-color: #000000;
	border-width: 1px;
}

SELECT.formstyle2
{
	background-color: #e5e5e5;
	font-size: 11px;
	color: #000000;
}

SELECT.selectEdition2
{
	width: 130px;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* Form Table definitions -------------------------------------------------------------------------------- */
.adminFormTable
{
	backgound: #ffffff;
}

.adminFormTable TD
{
	background: #fea11e; 
	color: #ffffff; 
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

/* Navigation Bar definitions -------------------------------------------------------------------------------- */
#navlist {
/* font-size: .9em; */
margin: 8px 0 8px 2em;
/* width: 100%; */
}

#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a
{
padding: 2px 8px 2px 24px;
border: 1px solid #333;
background-color: #999;
background-image: url(../Ideas/l1_down.gif);
}

#navlist a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navlist a:hover
{
border: 1px solid #333;
background-color: #FFB621;
background-image: url(../Ideas/l1_over.gif);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF0000;
background-image: url(images/l1_over.gif);
color: #333;
}

/* Body Column definitions -------------------------------------------------------------------------------- */
.tableColumRight {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
}
.tableColumnLeft {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #3A3A3A;
}
.sidebarRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
}
.sidebarLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	margin: 5px;
	padding: 10px;
	color: #FFFFFF;
	font-style: normal;
}
.bodyColumn {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Update Box definitions -------------------------------------------------------------------------------- */
.updatebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px #000000 solid;
	color: #FFFFFF;
}
.updateboxbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: solid;
	border-color: black #000000 #000000;
	border-width: 0px 1px 1px;
}
.updateposition {
	margin-top: 10px;
	border-collapse: collapse;
	margin-right: 3px;
	margin-left: 2px;
	padding-right: 3px;
	padding-left: 3px;
}.updatetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0px;
}

