/* CSS Document */

/* use import without a media type so that IE can import the style sheet */
/* skinall is the overall styling for the skin */
@import url("skinAll.css");

/* screen media section, media allows IE to import the styles and to assign it
to screen. We need to do this for sIFR to allow the print stylesheet to work */
@media screen 
{
    /* ==============
    sIFR section
================ */

/* These are standard sIFR styles... do not modify */


.sIFR-flash {
	visibility: visible !important;	
	
}

.sIFR-replaced {
	visibility: visible !important;
	margin-bottom: 0em;
	
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:16px;
	line-height:30px;
	height:30px;
	width:300px;
}

/* end of screen media */
}


/* print media section, media allows IE to import the styles and to assign it
to print. We need to do this for sIFR to allow the print stylesheet to work */
@media print 
{
    /* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}





/*-- Home Page container class --*/
.container table {
	border: 1px solid #808070;
	padding: 5px 5px 5px 5px;
}

.tablecontent {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;
}	

/*-- Sub page container class --*/
.subpagecontainer table {
	border: 1px solid #999966;
	
}

.noborder table {
	border: 0px solid #808070;
}


.pagetitlefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 14px;
	font-weight: bold;
	color: #5A2630;
	padding: 5px 5px 0px 2px;

}

.dateformat {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:xx-small;
  font-weight:bold;
  color:#000000;
  }
  
  .bioPicWCaption
{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:xx-small;
font-weight:bold;
text-align: center;
float: right;
width: 240px;
margin: 0 0 0px 0px;
background-color: #;
padding: 2px 0px 10px 10px;
border-top: 0px solid #999;
border-right: 0px solid #555;
border-bottom: 0px solid #555;
border-left: 0px solid #999;
}

span.bioPicWCaption img
{
border-top: 5px solid #000;
border-right: 5px solid #000;
border-bottom: 5px solid #000;
border-left: 5px solid #000;
}

.tableBorder{
border-top: 1px dashed #325278;
border-right: 1px dashed #325278;
border-bottom: 1px dashed #325278;
border-left: 1px dashed #325278;
background-color:#ECE9D8;
}

td, tr, table	{
	
	page-break-inside: avoid;
	border-collapse:collapse;
}

.pdf 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

/* text used for module titles */
.Head {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	font-weight: bold;
	color: #808070;

}


/* text style used for most text rendered by modules */
.Normal 
{
    font-family: Arial, Helvetica, sans-serif;   
    font-size: 12px;
    font-weight: normal;
}

.Normal td
{
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 12px;
    font-weight: normal;
}

p 
{
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 12px;
    font-weight: normal;
}

UL 
{
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 12px;
    font-weight: normal;
}



H3  {
 color: #D97322;
 font-size: 10pt;
 font-weight: bold;
 font-family: Verdana, Arial, Helvetica, sans-serif;  
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 12px;
    font-weight: normal;
}



.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 11px;
    font-weight: bold
}

td, tr, table	{
	
	page-break-inside: avoid;
	border-collapse:collapse;
}

A:link {color:#3300FF; text-decoration: underline;}
A:active {color:#FF6600; text-decoration: underline;}
A:visited {color: #3300FF; text-decoration: underline;}
A:hover {color: #FF6600;text-decoration: underline;}

.breadcrumfont{
    color: #000000; 
	font-family: verdana,arial,geneva,helvetica,sans-serif; 
	font-size: 9px; 
	font-style: normal; 

}

A.breadcrumfont:link {
    text-decoration:    underline;
	font-family: verdana,arial,geneva,helvetica,sans-serif; 
	font-size: 9px; 
    color: #000000;
}

A.breadcrumfont:visited  {
    text-decoration:    underline;
	font-family: verdana,arial,geneva,helvetica,sans-serif; 
	font-size: 9px; 
    color: #000000;
}

A.breadcrumfont:active   {
    text-decoration:    underline;
	font-family: verdana,arial,geneva,helvetica,sans-serif; 
	font-size: 9px; 
    color: #000000;
}

A.breadcrumfont:hover    {
    text-decoration:    underline;
	font-family: verdana,arial,geneva,helvetica,sans-serif; 
	font-size: 9px; 
    color: red;
}


.breadcrumfontWhite{
    color: #FFFFFF; 
	font-family: verdana,arial,geneva,helvetica,sans-serif; 
	font-size: 9px; 
	font-style: normal; 

}

.Tabitem
{
    font-family: Arial, Helvetica, sans-serif;  
    font-size: 11px;
    font-weight: normal;
    
}

A.Tabitem:link {color:#3300FF; text-decoration: underline;}
A.Tabitem:active {color:#FF6600; text-decoration: underline;}
A.Tabitem:visited {color: #3300FF; text-decoration: underline;}
A.Tabitem:hover {color: #FF6600;text-decoration: underline;}


A.loginHidden:link {color:#3F3F3F; font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9px;}
A.loginHidden:active {color:#3F3F3F; font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9px;}
A.loginHidden:visited {color:#3F3F3F; font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9px;}
A.loginHidden:hover {color:#3F3F3F; font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9px;}



.copyright {color:#FFFFFF;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9px;}
A.privacy:link {color:#B49F4B;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9px;}
A.privacy:active {color:#B49F4B;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9px;}
A.privacy:visited {color:#B49F4B; font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9px;}
A.privacy:hover {color:#B49F4B;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:9px;}


A.toplinks:link { font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:xx-small;
  font-weight:bold;
  color:#000000;}
A.toplinks:active { font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:xx-small;
  font-weight:bold;
  color:#000000;}
A.toplinks:visited { font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:xx-small;
  font-weight:bold;
  color:#000000;}
A.toplinks:hover { font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:xx-small;
  font-weight:bold;
  color: #FF0000;}


.leftpane {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}

.contentpane {
	padding: 10px 5px 10px 5px;
}

.rightpane {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}


.homepane {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;

	padding-bottom: 0px;
}

.noPaddingpane {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
}

.PageTitlePadding {
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* end of print media section */
}


