/* The PC way of specifying Print-only specs */
@media print {
       .non-printing {display: none;}
}

/* The Mac-supported way to get styles for printing situations 
@import url(rv-print.css) print;
*/


/* one set of fonts across the board - this isn't inheritable */
blockquote, body, div,span, ol, ul, p, td, th, tr, li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
}

.highlight{
background-color: #BBBBBB;
}


/* one set of colors as well - this IS inheritable */
/* note A is gone because it overrides all pseudo-classes in Netscape */
/* note P is gone because it's inherited from BODY */
/* div cannot be set to white due to a netscape bug */
 blockquote, body, span, ol, ul, td, th, tr, li {color: black}


/* basic page text, if nothing else is selected.*/
p {
line-height: 16px;
}

/*body {
line-height: 16px;
background-color:#EEEEEE;
}
*/
body {
background: #F4F4F4;
color: #000000;
font-family: Helvetica,Arial,Verdana,sans-serif;
line-height: 16px;
margin: 0;
}


small {
font-size: 11px; 
line-height: 13px;
}
/* all table cells start at the top*/
td {vertical-align:top;
}


/* IN LISTS, THE FOLLOWING GIVES A NICE LOOK AND EXTRA SPACING AFTER EACH ITEM
*/
/* big hacks:  IE gets (!important); NS gets plain; NS6 likes !important but
not UL,,UL */

 UL,,UL {
  margin-left: 20px !important; 
  }

 UL {
  margin-left: -25px; 
  }

 OL,,OL {
  margin-left: 20px !important; 
  }

 OL {
  margin-left: -25px; 
  }

 li { 
  margin-bottom: 6px !important;
 }

 li { 
  margin-bottom: 0px ;
 }

UL LI { 
 list-style-type: disc;
}

/* in-line text links: note that A itself is not defined due to netscape
bug.*/
a:link {color: blue; }
a:visited { color:#AF5F5F}

a:hover { color: #993333; }

/* A's for menus overrides */
a.onpagemenu-lit:visited { color: red; text-decoration: none}
a.onpagemenu-lit { color: red; text-decoration: none}
a.onpagemenu-visited { color: black; text-decoration: none}
a.onpagemenu-hover { color: maroon; text-decoration: none}
a.onpagemenu { color: black; text-decoration: none}
a.onpagemenu:link { color: black; text-decoration: none}
a.onpagemenu:visited { color: black; text-decoration: none}
a.onpagemenu:hover { color: maroon; text-decoration: none}
a.myTest:link {color:black; text-decoration:none}
	      
/*and submenu links take a third combination...*/
span.submenu { font-size: 11px; line-height: 14px; color: black;}
a.submenu:link { font-size: 11px; line-height: 14px; color: black;}
a.submenu:visited { font-size: 11px; line-height: 14px; color: #999999;}
a.submenu:hover { font-size: 11px; line-height: 14px; color: red;}
a.submenu-lit { font-size: 11px; line-height: 14px; color: #999999;}
a.submenu-hover { font-size: 11px; line-height: 14px; color: red;}

/* things to apply to the leftmenu's p element class */	     
.leftmenu { color: #000000;
 font-weight: bold;
 line-height: 15px;
 margin-bottom: 10px;
 margin-top: 10px;
 margin-right: 10px;
 text-align: right;
 font-size: 12px;
 }

/* things to apply to the topmenu's p element class */	
.topmenu { color: black; 
line-height: 12px;
font-size: 12px;
}


.padded {padding-left: 24px; 
}

.padded2 {padding-left: 48px;
}

/* now special main-content classes-- */

H6 {font-size: 22px; 
line-height: 22px;
color: #ffffff; 
font-weight: bold;
text-align:right;
margin:0px;
}

H1, .heading {font-size: 16px; 
color: #000000; 
font-weight: bold;
text-align:center;
}

H2 {font-size: 18px; 
color: #000000; 
font-weight: bold;
margin-top:0px;
padding-top:0px;
}

H3 {font-size: 14px; 
color: #000000; 
font-weight: bold;
margin-left:24px;
margin-top:20px;
margin-bottom:6px;
}


.leader {color: white; text-align: left; margin-left: 20px; line-height: 15px;
; margin-right: 20px}

.copy-title {font-size: 14px; font-weight: bold; color: #000000;
text-decoration: none; text-align: center;}

.copy-colsmall {color: white; font-size: 10px; text-align: left; line-height:
13px; }

.copy-colindent {color: white; text-align: left; line-height: 15px;
margin-left: 25px; }

.underphoto {
font-size: 10px; 
margin-left: 8px; 
line-height: 12px;
}

.tiny {
font-size: 9px; 
line-height: 11px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

.copy-titlelg { 
font-size: 16px; 
font-weight: bold; 
text-align: center; 
}



.LM_header {
	   font-family:Arial, Helvetica, sans-serif;
	   text-decoration: none;
color: white;
font-weight: bold;
margin-left: 8px;
margin-bottom: 2px;
font-size:12px;
}


.LM_item {
	 font-family:Arial, Helvetica, sans-serif;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0px;
}

.LM_item a, .LM_item a:link, .LM_item a:visited, .LM_item a:hover {
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
color:white;
font-size:11px;
line-height: 13px;
}


/*this was in old css

.LM_header {
color: black;
font-weight: bold;
margin-left: 4px;
margin-bottom: 2px;
}
.LM_item {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 8px;
margin-right: 0px;
color:black;
}

.LM_item a, .LM_item a:link, .LM_item a:visited, .LM_item a:hover {
text-decoration: none;
color:black;
font-size:11px;
line-height: 13px;
}
*/




/* the basic button look*/
.actionbutton {background-color: #57677B;
width: 90px;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color:#ffffff;
}

.tableleft {
text-align:right;
width:20%;
color:#000000;
}

input,textarea {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

/* select boxes in orange menu above a form*/
.tableselect { color:#000000;
 background-color: #E7EEF5;
 padding: 0px;
 margin-left: 1px;
 margin-right: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 border-color:#999999;
}

/* for our character-counting popup tooltips*/
 .tooltip  {
 background-color:#58A9F4;
 border-top-width:0px;
 border-left-width:0px;
 border-bottom-width:0px;
 border-right-width:0px;
 border-style:solid;
 border-color:#33333;
}

/* used by forms with DEEADLINES to hide the editable pieces*/
.hidden {display:none}
.visible {}

/*this part is from newcss - UPDATED 4/12/05*/
a.nav {
      text-decoration: none;
      color:#ffffff;
      font-size:11px;
      font-weight: bold;

      line-height: 20px;
      }
a.nav:link {
	   text-decoration: none;
	   color:#ffffff;
	   font-size:11px;
	   font-weight: bold;
	   line-height: 20px;
	   }
a.nav:visited {
	      text-decoration: none;
	      color:#ffffff;
	      font-size:11px;
	      font-weight: bold;
	      line-height: 20px;
}
a.nav:hover {
	    text-decoration: none;
	    color:#ffffff;
	    font-size:11px;
	    font-weight: bold;
	    line-height: 20px;
	    }
a.nav:active {
	     text-decoration: none;
	     color:#ffffff;
	     font-size:11px;
	     font-weight: bold;
	     line-height: 20px;
}
a.subnav {
	 text-decoration: none;
	 color:#ffffff;
	 font-size:11px;
	 margin-left: 10px;
	 }
a.subnav:link {
	      text-decoration: none;
	      color:#ffffff;
	      font-size:11px;
	      margin-left: 10px;
	      }
a.subnav:visited {
		 text-decoration: none;
		 color:#ffffff;
		 font-size:11px;
		 margin-left: 10px;
}
a.subnav:hover {
	       text-decoration: none;
	       color:#ffffff;
	       font-size:11px;
	       margin-left: 10px;
	       }
a.subnav:active {
		text-decoration: none;
		color:#ffffff;
		font-size:11px;
		margin-left: 10px;
}
.header{
	color: #86374A;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.nextEvent{
	color: #84374B;
	font-weight: bold;
}

.NextEventBar{	
		background-color: #303030;
}
.NavBar{
	background-color: #303030;
}

.reqinfo
{
color:blue;
}
.bodycolor{background-color:#FFFFFF;}
.reletedinfo{color:#007777;}
.msgcnt{color:#000000;}
.tabtitle{
background-color: #57677B;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color:#ffffff;
}

.submitText{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color=#000079; 
}

.mandatory{
	font-weight: bold; 
}

/* This is for Even and Odd Rows */
.even_row
{
	background-color: #FFFFFF;
}
/* This is for Even and Odd Rows */
.odd_row
{	
	background-color: #E7E8E9;
}

#TheFooter {
clear:both;
color:#333333;
font-size:0.9em;
padding:10px 0;
text-align:center;
}
ul.reset, ul.reset li {
list-style-type:none;
margin:0;
}

#TheFooter li#copyright, #TheFooter li.last {
border:0 none;
}
#TheFooter li#copyright {
margin-right:20px;
}
#TheFooter li {
border-right:1px solid #333333;
display:inline;
margin-right:6px;
padding-right:6px;
}

#TheFooter li a {
color:#333333;
}

.InCommon{
	color: #0000FF;
	font-weight:700;
}

.NotInCommon{
	color: #000000;
	font-weight:300;
}


