﻿.ColorPicker
{
	background-color: #efefef;
	border: solid 1px #444;
	position: absolute;
	width: 100px;
}
	.ColorPicker input
	{
		border: solid 1px #000;
		margin: 2px;
		height: 16px;
		width: 16px;
	}

.Day_AdAvailable
{
	background-color: #d9ff74;
	border: solid 1px #415100;
	color: #415100;
}
.Day_AdWarning
{
	background-color: #fff7a2;
	border: solid 1px #af8800;
	color: #af8800;
}
.Day_AdUnavailable
{
	background-color: #ffcda5;
	border: solid 1px #6c0000;
	color: #6c0000;
}

/* GENERAL */
.Notice 
{
	color: #234822;
	font-weight: bold;
}

.Link {
	cursor: pointer; cursor: hand;
}

.SubHeadLabel {
	color: #5f3610;
	font-size: 13px;
	font-weight: bold;
}

/* ANCHOR STYLES */
a {
	color: #265426;
}

/* BOLD */
b.Err {
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
}

/* BODY */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}

/* DIV */
div.ContentThinRound {
	margin-bottom: 8px;
}
	div.ContentThinRound table {
		width: 100%;
	}
		div.ContentThinRound table td.corner {
			width: 1px;
		}
		div.ContentThinRound table td.bottom {
			background-image: url(../../Images/Layout/Content/ThinRound/rndDiv_b.gif);
			background-repeat: repeat-x;
		}
		div.ContentThinRound table td.left {
			background-image: url(../../Images/Layout/Content/ThinRound/rndDiv_l.gif);
			background-repeat: repeat-y;
		}
		div.ContentThinRound table td.right {
			background-image: url(../../Images/Layout/Content/ThinRound/rndDiv_r.gif);
			background-repeat: repeat-y;
		}
		div.ContentThinRound table td.top {
			background-image: url(../../Images/Layout/Content/ThinRound/rndDiv_t.gif);
			background-repeat: repeat-x;
		}

div.ControlBox {
	background-color: #e7f3c7;
	border: solid 1px #6d9e62;
	padding: 4px;
}

div.Controls {
	padding-top: 6px;
	text-align: right;
}

.ErrorMessage {
	background-color: #ffefb1;
	border: solid 1px #6f0000;
	color: #6f0000;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 10px;
}

div.FooterMessage {
	font-size: 11px;
	margin-top: 5px;
	text-align: right;
	width: 892px;
}

div.HomeLink {
	cursor: pointer; cursor: hand;
	margin-top: 6px;
	text-align: right;
}

div.HomeLayoutSubCaption {
	color: #bcdbf5;
	font-family: Verdana;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

div.HotTopicsSection {
	background-color: #527d52;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}

div.Info
{
	/* background-color: #ffe9c9;
	border: solid 1px #9a5b00;
	color: #5c3600; */
	background-color: #e4f4f8;
	border: solid 1px #7fc2e2;
	color: #2c527d;
	padding: 6px;
}

div.LaunchCtrls
{
	background-color: #fffae6;
	border: solid 1px #cc9951;
	color: #543822;
	padding: 6px;
}

div.LoginMessage {
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	width: 400px;
}

div.LoginPanel {
	background-color: #ffffff;
	border: solid 1px #3e3e3e;
	padding: 2px;
}

div.LoginPanelCaption {
	background-color: #7b9170;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 2px;
	text-align: left;
}

div.LoginPanelContent {
	background-color: #daeacb;
	padding: 2px;
}

div.divMainBodyHeight {
	min-height: 500px;
}
* html div.divMainBodyHeight {
	height: 500px;
}

div.Notes01 {
	background-color: #efefef; 
	border: solid 1px #c0c0c0; 
	padding: 10px;
}

div.PS {
	font-size: 9px;
}

div.Section {
	background-color: #47525d;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}

div.SectionIndented {
	padding: 5px; 
	padding-left: 20px;
}

/* H1 */
h1.SubTitle {
	color: #20431f;
	font-size: 18px;
	font-weight: bold;
	margin: 4px 0px 3px 6px;
}

/* HR */
hr.Main {
	background-color: #444444;
	border: none;
	color: #444444;
	height: 1px;
	width: 90%;
}

/* INPUTS */
input {
	font-size: 11px;
}

input.Field2col {
	width: 95%;
}

input.Field3Quarter {
	width: 75%;
}

input.Field4col {
	width: 90%;
}

input.FieldMedium {
	width: 50%;
}

input.Label {
	background-color: Transparent;
	border: none;
	cursor: default;
}

input.cbo, select.cbo
{
	width: 97%;
}
input.cbo4col, select.cbo4col
{
	width: 95%;
}
input.txt 
{
	width: 98%;
}
input.txt4col
{
	width: 92%;
}

/* LIST ITEMS */
li.DblSpace {
	margin-top: 12px;
}

/* SELECT INPUT CONTROLS */
select {
	font-size: 11px;
}

/* TABLE */
table.HotTopicsNav {
	border: solid 1px #397d39; 
	width: 100%;
}

table.LoginForm {
	/*border-collapse: collapse; */
	background-image: url(../../Images/Layout/Login/MainTableBG.jpg); 
	background-repeat: repeat-y; 
	background-color: #043b5e; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: -2px; 
	width: 400px;
}

table.MainLayoutTable {
	width: 892px;
}

table.MainLayoutTableNested {
	width: 100%;
}

/* TD */
td.DottedLine {
	background-image: url(../../Images/Icons/DottedLine.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.GeneralLayoutBG {
	background-color: #ffffff;
}

td.HomeLayoutSubImage {
	background-color: #253a59;
	background-image: url(../../Images/Layout/Main/HomeSubImageBG.gif);
}

td.LeftMenuPanel {
	background-color: #3e3e3e;
	vertical-align: top;
	width: 150px;
}

td.LeftMenuShadow {
	background-color: #e5e5e5;
	background-image: url(../../Images/Layout/Main/LeftNavGradientGray.gif);
	background-repeat: repeat-y;
	width: 12px;
}

td.LeftMenuShadowBG {
	background-color: #e5e5e5;
	background-image: url(../../Images/Layout/Main/LeftNavGradientGray.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

td.LeftMenuShadowBottom {
	background-color: #e5e5e5;
	background-image: url(../../Images/Layout/Main/LeftNavGradientBottom.gif);
	background-repeat: repeat-y;
}

td.LeftNavGradient {
	background-color: #e5e5e5;
	background-image: url(../../Images/Layout/Main/LeftNavGradient.gif);
	background-repeat: repeat-y;
}

td.LoginBorder {
	background-color: #043b5e;
}

td.LoginFooter {
	background-color: #e5e5e5; 
	background-image: url(../../Images/Layout/Login/footbar_LoginInfo.gif); 
	background-repeat: no-repeat; 
	text-align: right;
}

td.MainBody {
	background-color: #e5e5e5;
	vertical-align: top;
}

* html td.MainBody {
	background-color: #e5e5e5;
	vertical-align: top;
}

td.MainBodyHome {
	background-color: #e5e5e5;
	background-image: url(../../Images/Layout/HomeBG_Truck01.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: top;
}

* html td.MainBodyHome {
	background-color: #e5e5e5;
	background-image: url(../../Images/Layout/HomeBG_Truck01.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: top;
}

td.MainBodyRight {
	background-color: #3c7c3c;
	width: 3px;
}

td.MainLayoutBottomBG {
	background-image: url(../../Images/Layout/Main/BottomBG.gif);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
}

td.MainLayoutTitleBG {
	background-color: #3b7c3a;
}

td.TopMenuBG {
	background-color: #e5e5e5;
	background-image: url(../../Images/Layout/Main/TopMenuBG.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}

td.WebPartsPersonalizedBorderLeft {
	background-color: #395938;
}

td.WebPartsPersonalizedBorderRight {
	background-color: #395938;
}

td.WebPartsBorderLeft {
	background-color: #407738;
}

td.WebPartsBorderRight {
	background-color: #1e3f19;
}

td.WebPartsBottomShadow {
	background-image: url(../../Images/Layout/Main/WebParts/BottomShadowBG.gif);
	background-repeat: repeat-x;
}

td.WebPartsContent {
	background-color: #ffffff;
}

td.WebPartsRightShadow {
	background-image: url(../../Images/Layout/Main/WebParts/RightShadow.gif);
	background-repeat: repeat-y;
}

td.WebPartsPersonalizedTitle {
	background-color: #757575;
}

td.WebPartsTitle {
	background-color: #1e3f19;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
}




					/*C*/
/* CONFERENCES STYLES */
td.SubMenuBG {
	background-color: #ffffff;
	background-image: url(../../Images/Layout/Conferences/SubMenuBG.gif);
	background-repeat: repeat-x;
}

td.SubMenuBGBottom {
	background-color: #ffffff;
	background-image: url(../../Images/Layout/Conferences/SubMenuBGBottom.gif);
	background-repeat: repeat-x;
}




/* HOMEPAGE STYLES */
a.HomeLink {
	color: #4f4c2a;
	font-weight: bold;
	text-decoration: none;
}
	
td.HomeBG {
	background-image: url(../../Images/Layout/Conferences/BackgroundTable/bg.gif);
	background-repeat: repeat-y;
}

td.HomeBGLeft {
	background-image: url(../../Images/Layout/Conferences/BackgroundTable/lbg.gif);
	background-repeat: repeat-y;
}
/* END HOMEPAGE STYLES */



					/*E*/
/* EVENT DETAIL PAGE CLASSES */
table.EventGrid {
	background-color: #508a4f;
}

table.EventGridLight {
	background-color: #d0f5c0;
}

td.EventGrid {
	background-color: #508a4f;
}

td.EventGridCaption {
	background-color: #d4e6ca;
	font-weight: bold;
}

td.EventGridValue {
	background-color: #d4e6ca;
}



					/* L */
/* LINKS LIST STYLES */
table.Links {
	background-color: #508a4f;
	font-size: 11px;
}
td.LinksPadding {
	background-color: #ffffff;
}
td.LinksTitle {
	background-color: #508a4f;
	color: #ffffff;
}


					/*M*/
/* MEMBER DETAILS STYLES */
table.MemberDetails {
	background-color: #6d9e62;
}

table.MemberDetailsGrid {
	background-color: #d9e4ba;
	font-size: 11px;
}

td.MemberDetailsCaption {
	background-color: #e7f3c7;
	/* font-weight: bold; */
}

td.MemberDetailsFooter {
	background-color: #f5f5f5;
}

td.MemberDetailsInfo {
	background-color: #e7f3c7;
}

td.MemberDetailsTitle {
	background-color: #d9ffc6;
	color: #3e3e3e;
	font-weight: bold;
}

td.MemberDetailsTitleDark {
	background-color: #c7cfa9;
	color: #3e3e3e;
	font-weight: bold;
}



					/*P*/
/* PERMITS STYLES */
table.Permit {
	background-color: #6d9e62;
}

table.PermitGrid {
	background-color: #d9e4ba;
	font-size: 11px;
}

td.PermitCaption {
	background-color: #e7f3c7;
	width: 120px;
}

td.PermitCaption6Col {
	background-color: #e7f3c7;
	width: 98px;
}

td.PermitFooter {
	background-color: #f5f5f5;
}

td.PermitInfo {
	background-color: #e7f3c7;
}

td.PermitTitle {
	background-color: #d9ffc6;
	color: #3e3e3e;
	font-weight: bold;
}

/* PERMIT STYLES - READONLY */
div.read, input.read, textarea.read, select.read, span.read {
	background-color: #fdffae;
	border: none;
	cursor: default;
}


					/*S*/
/* SPECIAL EVENTS STYLES */
table.SpecialEvents {
	background-color: #3b7c3a;
	font-size: 11px;
}

td.SpecialEventsCaption {
	background-color: #ffffff;
}

td.SpecialEventsFooter {
	background-color: #f5f5f5;
}

td.SpecialEventsInfo {
	background-color: #ffffff;
}

td.SpecialEventsTitle {
	background-color: #d9ffc6;
	color: #3e3e3e;
	font-weight: bold;
}


/* STAFF STYLES */
table.Staff {
	background-color: #6d9e62;
}

table.StaffContents {
	background-color: #47525d;
}

table.StaffGrid {
	background-color: #d9e4ba;
	font-size: 11px;
}

td.StaffCaption {
	background-color: #e7f3c7;
}

td.StaffTitle {
	color: #ffffff;
	font-weight: bold;
}

td.StaffFooter {
	background-color: #f5f5f5;
}

td.StaffInfo {
	background-color: #e7f3c7;
}

td.StaffContentsInfo {
	background-color: #f0f0f0;
}

td.StaffPosition {
	background-color: #e7f3c7;
	font-size: 11px;
	font-style: italic;
}

td.StaffTitle {
	background-color: #d9ffc6;
	color: #3e3e3e;
	font-weight: bold;
}

tr.DeletedRow {}
	tr.DeletedRow td
	{
		background-color: #ffc19b;
	}
	tr.DeletedRow td, tr.DeletedRow td a
	{
		color: #5f0000;
	}



					/*T*/
/* TOOLTIP STYLES */
.tooltip {
	width: 200px; 
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:left;
}

.tooltip span.top {
	padding: 30px 8px 0;
    background: url(../../Images/Layout/bt.gif) no-repeat top
}

.tooltip b.bottom {
	padding:3px 8px 15px;
	color: #548912;
    background: url(../../Images/Layout/bt.gif) no-repeat bottom
}




					/*W*/
/* WEB PART STYLES */
.WebCatalogMenuItem {
	margin-bottom: 2px;
}

.WebPartGeneric {
	margin-top: 3px;
	overflow: scroll;
}