
body, td, .textInput, .formbutton, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td, body
{

	font-size: 12px;
}

body
{
	background-color: #91AF57;
	margin: 5px;
	padding: 5px;
}

.message_box
{
	border: 1px solid #666666;
	margin: 15px;
	padding: 8px;
	background-color:#eeeeee;
	width: 340px;
	font-weight: bold;
}


.message
{
	padding: 2px;
}

.message_box_close
{
	font-weight: normal;
	font-size: 10px;
}

strong{font-weight:bold;}

.textInput, textarea, .formbutton, select
{
	border: 1px solid #666699;
	font-size:11px;
}



.formbutton
{
	text-align:center;
}

.formErrorText
{
	color: #990000;
	font-style: italic;
}


.small, .smallBold, .smallStrong
{
	font-size: 9px;
}

.smallBold, .smallStrong
{
	font-weight: bold;
}

h1, h2, h3
{
	margin: 4px;
	padding: 3px;
}

h1
{
	color: #333333;
	font-size: 16px;
}

h2
{
	color: #333333;
	font-size: 14px;
}

h3
{
	color: #333333;
	font-size: 12px;
}



.noWrap
{
	white-space: nowrap;
}


.lightBg
{
	background-color:#eeeeee;
}


/*

 MAIN layout styles

*/


.mainBlock, .borderedBlock
{
	padding: 12px;
	border: 1px solid #999999;
	height: auto;
	width: auto;
	background-image: url('/_lib/templates/main/bg_main.jpg');
	background-repeat: repeat-x;
}

/*
	the min width here has to synchronized with contentBlock's min width 

	IE is stupid and will parse and apply _height as if it were a min-height
	(actual min-height not supported)

*/
.mainBlock
{
	background-color: #eeeeee;
	min-height: 430px;
	_height: 430px;
	min-width: 700px;
	
}


.borderedBlock
{
	background-color: #FFFFFF;
}

/*
	this block gets a left margin of 210px to allow for 190 px of nav (with border) and 
	left margin of 12 with 6 pixels in between main content div and nav (1/2 padding)
*/
.contentBlock
{
	background-color: #FFFFFF;
	padding: 12px;
	border: 1px solid #999999;
	margin-left: 155px;
	min-width: 400px;
	min-height: 250px;
	_height: 250px;
}

.headerBlock
{
	background-color: #ffffff;
	padding: 0px;
	border: 1px solid #777777;
	margin-bottom: 12px;
}

.mainHeader
{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

/*
	
	NAV
	
	no bottom border, defined in nav item
	
	NOTE 190 too small for mozilla, IE good.  Can we auto or 100% somehow?
	
	BUG: float: left caused strange wrapping of divs as if they were text, so I used position: absolute.
*/
.navColumn
{
	position: absolute;
	left: 25px;
	top: 136px;
	width: 133px;
	margin-right: 12px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.navHeader, .navItem, .currNavItem, .subNavItem, .spacerNavItem
{
	border-bottom-style: solid;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

/*
	giving these their own reduced padding looks better, but then the width needs adjusting.
	IE and moz won't match up.
*/
.navItem, .currNavItem, .subNavItem, .spacerNavItem
{
	font-size: 10px;
}

.navHeader
{
	background-color: #CCCCCC;
}


.navItem, .currNavItem
{
	cursor: pointer;
}

.navItem
{
	background-color: #eeeeee;
}

.subNavItem
{
	background-color: #dddddd;
}


.spacerNavItem
{
	background-color: #bbbbbb;
}


.currNavItem
{
	background-color: #ffdd77;
	padding-top: 7px;
	padding-bottom: 7px;
}



.indented1
{
	margin-left: 10px;
}

.navBody
{
	font-size: 10px;
}



/*
	
	links
	
*/

a:link
{
	text-decoration: underline;
	color: #222255;
}
a:visited
{
	text-decoration: underline;
	color: #222255;
}
a:active
{
	text-decoration: underline;
	color: #222266;
}
a:hover
{
	text-decoration: none;
	color: #444488;
}


a:link.navLink
{
	text-decoration: none;
	color: #222255;
}
a:visited.navLink
{
	text-decoration: none;
	color: #222255;
}
a:active.navLink
{
	text-decoration: none;
	color: #222277;
}
a:hover.navLink
{
	text-decoration: none;
	color: #444488;
}



a:link.currNavLink
{
	font-weight: bold;
	text-decoration: none;
	color: #882222;
}
a:visited.currNavLink
{
	font-weight: bold;
	text-decoration: none;
	color: #882222;
}
a:active.currNavLink
{
	font-weight: bold;
	text-decoration: none;
	color: #882222;
}
a:hover.currNavLink
{
	font-weight: bold;
	text-decoration: none;
	color: #882222;
}
