/* CSS Document */


#top_nav_crp {
	border: 0px solid #cccccc;
	height: 21px;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
  	width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #336666;
	border-top: 1px solid #336666;
	background: #FFFFFF;

}

ul#mainlevel-nav2 li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
  	width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #336666;
	border-bottom: 1px solid #336666;

}

ul#mainlevel-nav li a
{
	width: 100%;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #336666;
	background: transparent;
}

ul#mainlevel-nav2 li a
{
	width: 100%;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #336666;
	background: transparent;
}


#buttons>ul#mainlevel-nav li a { width: auto;}

	ul#mainlevel-nav li a:hover
{
	color: #FFFFFF;
	background: #336666;
}

#buttons>ul#mainlevel-nav2 li a { width: auto; }

	ul#mainlevel-nav2 li a:hover
{
	color: #FFFFFF;
	background: #336666;
}


#active_menu {
	color:#FFFFFF;
	font-weight: bold;
}

a#active_menu:hover {
	color: #FFFFFF;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
padding-bottom: 5px;
background-image: url(/images/consortium/arrow.jpg) ;
background-repeat: no-repeat;
background-position: 0px 3px;
font-size: 12px;
}

li.mainlevel-li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
padding-bottom: 0px;
font-size: 12px;
}

td {
	font-size: 12px;
        color: #333333;

}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333333;
	background: url(/images/consortium/greypixel.gif);
}

p {
        font-family: Arial, Helvetica, Sans Serif;
        font-size: 12px;
        color: #333333;
}

h1 {
	margin: 0px;
	
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 18px;
	color: #333333;
	background: #ffffff;
}

h2 {
	margin: 0px;
	
	padding: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	background: #ffffff;
}

h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11pt;
	color:#000000;
	border-bottom: 0; 
	margin-bottom: 0;
	margin-top: 0;

}

h4  {

	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 18pt;
	color:#336666;
	border-bottom: 0; 
	margin-bottom: 0;
	margin-top: 0;
	font-variant: small-caps;
	
}	

a:link, a:visited {
	color: #336666; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 10px;
	margin: 10px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}


.button {
  color: #336666;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(/images/consortium/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}


table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background: url(/images/consortium/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(/images/consortium/menu_bg2.jpg) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #333333;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
}


td.spacer {
  width: 5;
  background: url(/images/consortium/greenshim.gif) repeat-y;
  height: 100%;
}

a.front:link, a.front:visited {
        color: #000000; text-decoration: underline;
        font-weight: bold;
}

a.front:hover {
        color: #336666; text-decoration: underline;
        font-weight: bold;
}

.white {                /* white link style */

        font-family: Arial, Helvetica, sans-serif;
        font-size: xx-small;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        color: #FFFFFF;
        text-decoration: none;
}

a.alert:link, a.alert:visited {
	color: red; text-decoration: underline;
	font-weight: bold;
}

a.alert:hover {
	color: #336666;	text-decoration: underline;
	font-weight: bold;
}

p.disabled
{
	color: #BCBCBC;
}

li.disabled
{
	color: #BCBCBC;
	background-image: url(/images/consortium/disabled_arrow.jpg) ;
}

a.disabled
{
	color: #999999;
	font-weight: bold;
}
