/* TEMPLATE HEADER/FOOTER/ETC */
body {
	scrollbar-base-color: #2D2D4A;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html { height: 100%; }

b.title     { color: #F90;                       }

a:link		{ color: #30F; text-decoration: none }
a:visited	{ color: #96F; text-decoration: none }
a:hover		{ color: #F60; text-decoration: none }
a:active	{ color: #96F; text-decoration: none }

body, td, .body {
	color: #727272;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 11px;
	margin: 20px;
}
.sidebartitle {
	color: #FF9933;
	font: bold 13px verdana, arial, sans-serif;
}
.sidebartext {
	color: #FFFFFF;
	font: 11px geneva, verdana, arial, sans-serif;
}

/* PAGE STYLES */
h1
{
	color: #F90;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
}
h1.welcome
{
	margin: 0px;
	font-size: 18px;
	color: #333366;
}
h2.welcome
{
	margin: 0px;
	color: #369;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 15px;
}
input, select, textarea
{
	color: black;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 11px;
	border-color: #336;
	border-width: 1px;
	border-style: solid;
	background-color: #D8D8D8;
  padding: 0px 3px 0px 3px;
}
input.shadeform, textarea.shadeform
{
	background-image: url("/images/shadeform.gif");
}
input.button {
	color: white;
	border-color: #D8D8D8;
	background-color: #336;
}
li { 
  color: #FF8000;
  padding: 0px 0px 5px 0px;
}
p.welcome { color: #336; }
strong { color: #336; }
tr.blocks
{
	color: white;
	font-size: 13px;
}
.block1
{
	background-color: #336;
	padding: 2px;
}
.block2
{
	background-color: #669;
	padding: 2px;
}
.block3
{
	background-color: #CCC;
	padding: 2px;
}
.block4
{
  color: white;
	background-color: #699;
	padding: 2px;
}
.blockheader
{
	color: #336;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 15px;
}
.blockcontent
{
	padding: 4pt 2pt 0pt 2pt;
	margin: 0px;
	background-image: url(/images/shadeform.gif);
}
.blockcontent b { color: #336; }

.copyright
{
	color: #999;
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 9px;
}
.extrabold { color: black; }
.nameBakos
{
	color: #444;
	font-weight: bold;
}
.nameGroup
{
	color: #444;
	font-weight: normal;
}
.nameDot
{
	color: #FF8000;
	font-size: 1.3em;
	line-height: 0px;
	letter-spacing: .1em;
	vertical-align: -.2em;
	font-weight: bold;
}
.nameCom
{
	color: #888;
	font-weight: normal;
}
ul.nopad
{
	list-style-position: inside;
	padding: 5px 0px 0px 5px;
	margin: 0px;
}



/* MENUS */
.p7tbsub
{
	background-image: url(/images/nav/background-menu.jpg);
	border-color: black;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
}
.p7tbsubv
{
	background-image: url(/images/nav/background-menu.jpg);
	border-color: black;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
}
.p7tbsub div, .p7tbsubv div
{
	margin: 0px;
	padding: 3px 5px 3px 5px;
}
.p7tbsub a:link, .p7tbsub a:visited, .p7tbsub a:active, .p7tbsubv a:link, .p7tbsubv a:visited, .p7tbsubv a:active
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.p7tbsub a:hover, .p7tbsubv a:hover { color: #FF8000; }
.p7tbdn
{
	color: #F90 !important;
	font-weight: bold;
}
.traceon { color: #FF8000 !important; }
.traceoff { color: #FFFFFF; }



/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

/* Begin CSS Popout Menu */

#db-menu{
	position:relative;
	z-index:2;
	width: 145px;
}

#db-menu a, #db-menu h2
{
	font: bold 11px/16px arial,helvetica,sans-serif;
	display: block;
	border-color: #03C #005 #000 #006;
	white-space: nowrap;
	margin: 0;
	padding: 1px 3px;
}

#db-menu h2{
color:#fff;
background:#336;
text-transform:uppercase;
}

#db-menu a
{
	color: #ddd;
	text-decoration: none;
	letter-spacing: .05em;
	background-color: #003;
	background-image: url(/images/nav/menu.gif);
}

#db-menu a:hover{
color:#003;
background:#ddd;
}

#db-menu a:active{
color:#F60;
background:#ccc;
}

#db-menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

li { padding: 0px; }

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#db-menu li, div#db-menu li:hover{
position:relative;
}

div#db-menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#db-menu li { padding: 0px; }

div#db-menu ul ul,
div#db-menu ul ul ul,
div#db-menu ul li:hover ul ul,
div#db-menu ul li:hover ul ul ul
{display:none;}

div#db-menu ul li:hover ul,
div#db-menu ul ul li:hover ul,
div#db-menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#db-menu a.x, #db-menu a.x:visited{
background:#003 url(/css/images/expand.gif) no-repeat bottom right;
}

#db-menu a.x:hover{
background:#ddd;
}

#db-menu a.x:active{
	color:#060;
	background:#ccc;
}

#db-menu a.y, #db-menu a.y:visited{
	background: #003;
	text-align: center;
}

#db-menu a.y:hover { background:#ddd; }

#db-menu a.y:active{
	color:#060;
	background:#ccc;
}



/* DB Styles */
#db-seeker #breadcrumb
{
	color: #AAA;
	font-size: 10px;
	position:absolute; 
	left: 220px; 
	top: 220px; 
	z-index: 300;
	width: 400px;
}
#db-seeker #breadcrumb a
{
	color: #888;
	text-decoration: underline;
}
#db-seeker #breadcrumb a:hover
{
	color: #003;
	text-decoration: underline overline;
	text-transform: inherit;
}

#db-seeker #welcome { font-size: 10px; margin-top: -8px; }
#db-seeker #welcome strong
{
	color: red;
	font-weight: normal;
}

#db-seeker input:hover, #db-seeker textarea:hover, #db-seeker select:hover { background-color: white; }
#db-seeker #welcome input.button {
	font-size: 11px;
}
#db-seeker #welcome input.button:hover {
	color: #F90;
	background-color: #336;
}

#db-seeker #header
{
	background-color: #003;
	color: #F90;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	text-align: center;
	height: 30px;
}
#db-seeker #main
{
	vertical-align: top;
	padding: 10px 20px;
}
label
{
	color: #003;
	cursor: pointer;
	cursor: hand;
}
.errors
{
	padding: 5px;
	color: #336;
	border-width: 1px;
	border-style: dashed;
	text-align: left;
	margin: 10px 5px;
}

.notice {
	background-color: #CCF;
	border-color: #336;
}
.alert {
	background-color: #CFC;
	border-color: #060;
}
.error {
	padding: 5px 5px 5px 30px;
	color: white;
	background-color: red;
  background-image: url(/css/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
	border-color: #003;
}

/* Position and Location */
td.indeed_location {
	/* color: rgb(102, 102, 102); overridden by inline style */
	font-size:11pt;
}
	/* Position */
	a.indeed_style3 {
		color: #676767;
		font-size: 12px;
		font-family: arial;
		font-weight: bold;
		text-decoration:none;
	}
	/* Location */
	td.indeed_location .indeed_style1 {
		color: #6b6b6b;
		font-size: 11px;
		font-family: tahoma;
		text-decoration:none;
	}

/* Summary and Service and Date */
td.indeed_summary {
}
	/* Summary */
	td.indeed_summary .indeed_style1 {
		color: #676767;
		font-size: 11px;
		font-family: arial;
		text-decoration:none;
	}
	/* Service */
	.indeed_style4 strong {
		color: rgb(255, 102, 0);
		font-size: 10px;
		font-family: tahoma;
		text-decoration:none;
	}
	/* Date */
	.indeed_style2 {
		color: #5DAC00;
		font-size: 11px;
		font-family: tahoma;
		text-decoration:none;
	}


#icons div#searchform {
 position: absolute;
 right: 300px;
 color: #999;
}

