@charset "UTF-8";
body {
	font: 11px Tahoma, Geneva, sans-serif;
	color: #333;
	background: #797e87;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tableBorders {
	background: #FFF;
	border: 1px solid #5b5e65;
}
.welcome, .navSelected {
	color: #df6b01;
}
.welcome {
	margin-right:100px;
	font-size:12px;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.utilities {
	color: #595959;
	font-size:12px;
	text-decoration: none;
	padding-left: 10px;
	padding-right:10px;
}
.navMain, .navSelected {
	font-size:12px;
	padding-right: 10px;
	padding-left: 5px;
	margin-left:20px;
}
.titles {
	font-size: 14px;
	color: #ee821f;
	font-weight: bold;
	text-transform: uppercase;
}
.titlesGreen {
	font-size: 14px;
	color: #0c8100;
	font-weight: bold;
	text-transform: uppercase;
}
.titlesBlack  {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.titlesRed {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
.titlesGreenRegistration {
	font-size: 14px;
	color: #0c8100;
	font-weight: bold;
}
.grayTableBorders {
	background: #ebebeb;
	border: 1px solid #ccc;
}
.orangeTableBorders {
	background: #eeeeee;
	border: 3px solid #d57923;
}
.blueTableBorders {
    border: 3px solid #11a2e6;
}
.profileImageLarge {
	margin:10px;
	border:2px solid #d57923;
}
.profileImageSmall {
	margin:2px;
	border: 0px;
}
.titleBars {
	background: url(/images/titles_bg.gif) repeat-x;
	height: 37px;
	text-align: center;
}
.titleBarsLeftAlign {
	background: url(/images/titles_bg.gif) repeat-x;
	height: 37px;
	text-align: left;
	padding-left:10px;
}
.subTitles {
	font-size:12px;
	font-weight:bold;
}
.subTitlesOrange {
	color: #ee821f;
	font-size:12px;
	font-weight:bold;
}
.subTitlesGreen {
	color: #0c8100;
	font-size:12px;
	font-weight:bold;
}
.bottomBorder {
	border-bottom: 1px solid #666;
}
.progressPane {
	width:675px;
	_width:650px;
	background: #F6F6F6;
	float:left;
	border-bottom: 2px solid #b1b1b1;
	border-top: 1px solid #c9c9c9;
	border-right: 2px solid #b1b1b1;
	border-left: 1px solid #c9c9c9;
}
.tablePad {
	padding-top:25px;
	padding-bottom:25px;
}	
.radio {
	border-style: none;
	height:auto;
}
textarea {
	font-size: 11px;
	color: #333;
	width: 275px;
/*	background: url(/images/input_bkg.gif) repeat-x bottom; */
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.textSmall {
	font-size: 9px;
}
.textOrange {
	color: #ee821f;
}
.textGreen {
	color: #0c8100;
}
.textRed {
	color: #990000;
}
input {
	font-size: 11px;
	color: #333;
	height: 20px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.listHeading {
	color: #333;
	background: url(/images/titles_bg.gif) repeat-x;
	border-right: 1px solid #ebebeb;
	font-weight: bold;
	height: 25px;
	vertical-align: middle;
	font-size: 12px;
}
.itemName {
	font-weight:bold;
}
.itemDescription {
	padding-left:10px;
}
.listAltRow {
	background-color:#ebebeb;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
.floatRight {
	float: right;
}
.rightBorder {
	border-right: 1px solid #999;
}
.rightBorderDotted {
	border-right: 1px dotted #999;
}
.tableBordersGray {
	background: #FFF;
	border: 1px solid #999;
}
.responseMessage {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	border: medium solid Maroon;
	padding: 4px 4px 4px 4px;
}
.errorMessage {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	border: medium solid #990000;
	padding: 4px 4px 4px 4px;
}
.friendlyMessage {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	border: thin solid #ee821f;
	padding: 4px 4px 4px 4px;
}
.buttons {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #0066cc url(/images/button_bkg.gif) repeat-x;
    border: 1px solid #0066cc;
    cursor: hand;
    text-align: center;
    height: 25px;
}
.buttons:hover {
    color: #ebebeb;
    background: #0066cc url(/images/button_bkg_h.gif) repeat-x;
}
.lumi_block {
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	width: 100%; /* stupid IE */
}
.grayTable {
	background: #ebebeb;
}
.pad10px {
	padding:10px;
}.tableDividers {
	border-right: 1px solid #CCC;
}
.borderTop {
	border-top: 1px solid #999;
}

/* below used for jquery.tags.js BEGIN */
SPAN.tagMatches {
    margin-left: 10px;
}

SPAN.tagMatches SPAN {
    padding: 2px;
    margin-right: 4px;
    background-color: #ee821f;
    color: #fff;
    cursor: pointer;
}
/* below used for jquery.tags.js END */


.toolbarFeatureTable {
	background: #eeeeee;
	border: 3px solid #d57923;
}

.messagesTable {
	border-top: 1px solid #c60000;
	border-right: 2px solid #c60000;
	border-bottom: 2px solid #c60000;
	border-left: 1px solid #c60000;
}

.redFeatureTable {
	background: #a90000;
	border: 3px solid #a90000;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.titlesWhite {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}



