/* Baker Colors
GREEN = HEX= A6BD05		RGB= 166,189,5
GRAY  = HEX= 898C91		RGB= 137,140,145
*/
body {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px; 
	background-color:#ffffff;
	font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #000000; 
	text-decoration:none;
	scrollbar-base-color: #666666;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #0000ff; //BIGLAKE #931A15
	scrollbar-3dlight-color: #0000ff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000; 
}

/*************************************************** Site-wide text formatting */
div,td,span {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
	color: #000000;
	line-height:1.3;
}

A:link		{color:#1841B5; text-decoration:underline;}
A:hover		{color:#333333; text-decoration:underline;}
A:active		{color:#006666; text-decoration:none;}
A:visited	{color:#666666; text-decoration:underline;}

H1 {color:#000000; text-decoration:none; font-size:16px; font-weight:bold;}
H2 {color:#000000; text-decoration:none; font-size:14px; font-weight:bold;}
H3 {color:#000000; text-decoration:none; font-size:12px; font-weight:bold;}


/************************************************** HEADER START */

.Hdpage{
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
	background-color:#ffffff;
	border-bottom:1px solid #666666;
	}
	
TABLE.Hd{
	width:100%;
	height:100px;
	padding:0px;
	border:0px;
	}

TD.HdTitle{
	width:246px;
	height:82px;
	text-align:left;
	vertical-align:top;
	}

TD.Hd{
	text-align:left;
	vertical-align:top;
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	border-right:0px solid #666666;
	}

TD.HdMenu{
	background-color:#95D1F4;
	vertical-align:bottom;
	text-align:left;
	}



/************************************************** NAVIGATION */

DIV.pagetitle{
	font-size:16px; 
	font-weight:bold; 
	text-decoration:none;
	color:#000000; 
	padding-bottom:5px;
	padding-left:0px;
	padding-top:10px;
	}

.breadcrumb{
	text-decoration:none;
	font-size:11px; 
	font-weight:normal; 
	padding-top:0px;
	padding-bottom:0px;
}
.breadcrumb A:link				{color:#000000; text-decoration:none; font-weight:normal; font-size:11px;}
.breadcrumb A:hover				{color:#666666; text-decoration:none; font-weight:normal; font-size:11px;}
.breadcrumb A:active				{color:#006666; text-decoration:none; font-weight:normal; font-size:11px;}
.breadcrumb A:visited			{color:#333333; text-decoration:none; font-weight:normal; font-size:11px;}
.breadcrumb A:visited:hover	{color:#cc0000; text-decoration:none; font-weight:normal; font-size:11px;}


TABLE.leftnav{
	padding-top:8px;
	padding-left:8px;
	padding-bottom:0px;
	}
TD.leftnav{
	padding-top:2px;
	padding-right:8px;
	padding-bottom:2px;
	width:170;
	border-bottom:1px solid #cccccc;
	}
.leftnav{
	font-size:14px; 
	font-weight:bold; 
	color:#000000;
	line-height:1.3;
	text-decoration:none;
	}
.leftnav A:link				{color:#084C8B; text-decoration:none;}
.leftnav A:hover				{color:#333333; text-decoration:none;}
.leftnav A:active				{color:#006666; text-decoration:none;}
.leftnav A:visited			{color:#666666; text-decoration:none;}
.leftnav A:visited:hover	{color:#333333; text-decoration:none;}


.navsection{
	font-size:12px; 
	font-weight:bold; 
	color:#666666; 
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:2px;
	padding-left:2px;
	}

.navwedge{
	font-size:11px; 
	font-weight:bold; 
	color:#333333; 
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:2px;
	padding-left:2px;
	}




/************************************************** BODY START */	
/*
GREEN = A6BD05
GRAY = 898C91
*/
.resolution{
	text-align:left;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	padding-left:0px;
	padding-top:8px;
	padding-bottom:8px;
	}

DIV.main{
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
/*	background-color:#ffffff; */
	}
TABLE.main{
	text-align:left;
	vertical-align:top;
	width:100%;
	height:360px;
	}

TD.main_left{
	text-align:left;
	vertical-align:top;
	width:180px;
	border-right:0px solid #666666;
	padding-top:80px;
	padding-right:10px;
/*	background-color:#ffffff; */
	}

TD.main{
	text-align:left;
	vertical-align:top;
	width:100%;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
	}
TD.main_right{
	text-align:left;
	vertical-align:top;
	font-size:4px;
	width:30%;
	}

.title{
	font-size:16px; 
	font-weight:bold; 
	color:#000000; 
	text-decoration:none;
	}

.headline{
	font-size:18px; 
	font-weight:bold; 
	color:#333333; 
	Text-decoration:none;
	}

.Pheadline{
	font-size:14px; 
	font-weight:bold; 
	color:#1841B5; 
	Text-decoration:none;
	padding-bottom:3px;
	}
.phead{
	font-size:14px; 
	font-weight:bold; 
	color:#1841B5; 
	Text-decoration:none;
	padding-bottom:5px;
	}

.ATTNheadline{
	font-size:18px; 
	font-weight:bold; 
	color:#000000; 
	Text-decoration:none;
	}

.ATTN{
	font-size:12px; 
	font-weight:bold; 
	color:#1841B5; 
	Text-decoration:none;
	line-height:1.3;
	}

TABLE.floatingbox{
	width:240px;
	margin-left:8px;
	margin-top:4px;
	margin-bottom:4px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	border: 1px solid #999999;	
	}

.small{
	font-size:10px; 
	font-weight:normal; 
	color:#000000; 
	Text-decoration:none;
	}


TABLE.columnbox{
	width:100%;
	}

/************************************************** HOME FLASH */
TABLE.home_flash{
	text-align:center;
	vertical-align:top;
	width:700px;
	height:180;
	}

TD.home_flash{
	text-align:center;
	vertical-align:top;
	width:700px;
	height:180;
	}

/************************************************** LISTS */
/* http://www.w3schools.com/css/css_list.asp */
/* http://www.alistapart.com/articles/taminglists/*/
/*#custom-gen ul li:before {content: "\00BB \0020";}*/

ul{
	margin-left:0px;
	padding-left:0px;
	display:inline;
	border:none;
	marker-offset:auto;
	/*list-style-type:disc;*/
	/*list-style-image: url(bullet.gif);*/
	}

ul li{
	list-style: square;
	/*	list-style-image: url(../../images/red-bullet.gif);*/
	/*display: inline;*/
	margin-left:10px;
	padding-left:10px;
	list-style-position:outside;
	marker-offset:auto;
	padding-bottom:5px;
	border: none;
	}

ul li li{
	list-style: disc;
	}
ul li li li{
	list-style: circle;
	}


/*
ul li li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	}
*/

/************************************************** FOOTER START */
TABLE.Foot{
	width:100%;
	height:40px;
	font-size: 10px;
	font-weight:normal;
	color: #000000;
	border-top:1px solid #666666;
	}
TD.FootLeft{
	text-align:left;
	vertical-align:bottom;
	padding-left:10px;
	padding-bottom:3px;
	font-size: 10px;
	font-weight:normal;
	}
TD.FootRight{
	width:510px;
	text-align:left;
	vertical-align:top;
}


/*************************************************** EXPONENT ELEMENTS *********************/
.title {
	font-weight: bold;
}

.linesImage {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*************************************************** Generic Module-independent formatting */
.moduletitle {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.moduletitle A:link		{text-decoration:underline;}
.moduletitle A:hover		{text-decoration:none;}
.moduletitle A:active	{text-decoration:none;}
.moduletitle A:visited	{text-decoration:none;}

.summarytitle {
	font-weight: bold;
}

td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}

/*************************************************** Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/**************************************************** Container Styles */
div.container_box {
	padding: 0px;
	margin: 0px;
	padding-bottom:10px;
	padding-right:2px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}

/**************************************************** Block Module New View*/
DIV.block_moduletitle{
	font-size:14px; 
	font-weight:bold; 
	color:#000000; 
	Text-decoration:none;
	border-bottom:1px solid #666666;
	padding-top:10px;
	padding-bottom:2px;
	padding-left:0px;
	}

.block_moduletitle A:link		{text-decoration:none;}
.block_moduletitle A:hover		{text-decoration:none;}
.block_moduletitle A:active	{text-decoration:none;}
.block_moduletitle A:visited	{text-decoration:none;}



DIV.block_content{
	padding-top:4px;
	}


/**************************************************** PPT Text Module New View*/
DIV.ppt_moduletitle{
	font-size:20px; 
	font-weight:bold; 
	color:#000000; 
	text-decoration:none;
/*	border-bottom:1px solid #666666; */
	padding-top:10px;
	padding-bottom:0px;
	padding-left:0px;
	width:800px;
	}
DIV.ppt_content{
	font-size:16px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	width:800px;
	border-top:2px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;
	border-left:2px solid #f2f2f2;
	border-right:2px solid #f2f2f2;
	}

TABLE.ppt{
	width:100%;
	}

TD.ppt{
	font-size:16px;
	vertical-align:top;
	text-align:left;
	}

TD.ppt,DIV.ppt ul{
	}

TD.ppt,DIV.ppt ul li{
	margin-left: 0;
	padding-left: 0;
/*	display: inline;*/
	border: none;
	font-size:20px;
	font-weight:bold;
	}

TD.ppt,DIV.ppt ul li li{
	list-style: square;
	margin-left:15px;
	padding-left: 15px;
	list-style-position:outside;
	marker-offset:auto;
	padding-bottom:5px;
	border: none;
	font-size:16px;
	font-weight:normal;
	}

TD.ppt,DIV.ppt ul li li li{
	list-style: disc;
	font-size:16px;
	font-weight:normal;
	}



/**************************************************** News Module */
div.news{
	width:100%;
	}
div.news_summary {
	padding-left:8px;
	padding-bottom:2px;
	padding-top:2px;
	}
DIV.news_more{
	padding-left:8px;
	padding-bottom:8px;
	}

.newstitle{
	font-size:13px; 
	font-weight:bold; 
	color:#000000; 
	text-decoration:none;
	}
.newsdate{
	font-size:11px; 
	font-weight:normal; 
	color:#666666; 
	text-decoration:none;
	line-height:2;
	}
	

/**************************************************** Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/**************************************************** Administration Module Manager form */
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/**************************************************** Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/**************************************************** FAQ Module*/
div.faq_moduletitle {
	font-size: 16px;
}

td.category_bg {
	background-color: lightgrey;
}
td.category_title {
	font-size: 12px;
	font-weight: bold;
}
td.question {
	font-size: 10px;
	font-weight: bold;
}
.faq_question_title{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	width:100%;
	border-top:2px solid #f2f2f2;
	padding-top:8px;
	padding-bottom:4px
	}

/****************************************************Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}

div.article_body {
	font-size: 10px;
}

td.article_summary {
	font-size: 10px;
}

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/**************************************************** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}