/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    /*BACKGROUND-COLOR: #00016B;
    BACKGROUND-COLOR: #020f42;*/
   /* BACKGROUND-COLOR: #162D7F;*/
    /*background-image: url(/images/background.jpg);*/
    /* background-image:url(/images/layout/background_tile.jpg);
	background-repeat:repeat;*/
    background-color:#B0DC13;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt; 
    FONT-WEIGHT: normal;	
    COLOR: black;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    text-align:center
    /*FONT-SIZE: .8em;*/
}

.showcaseView
{
    /*BACKGROUND-COLOR: #00016B;
    BACKGROUND-COLOR: #020f42;*/
   /* BACKGROUND-COLOR: #162D7F;*/
    /*background-image: url(/images/background.jpg);*/
    /* background-image:url(/images/layout/background_tile.jpg);
	background-repeat:repeat;*/
    background-color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt; 
    FONT-WEIGHT: normal;	
    COLOR: black;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    text-align:center
    /*FONT-SIZE: .8em;*/
}


.pageTitle
{
	/*font-family: "Arial black", Helvetica, sans-serif; font-size:20pt; font-weight:bold; color:#EFB71A;*/
	/*font-family:@Arial Unicode MS,"Trebuchet MS", sans-serif,"Arial black", Helvetica, Verdana ; font-size:17pt; font-weight:bold; color:yellowgreen;*/
	font-family: Arial, Helvetica, Verdana ; 
	font-size:16pt;	/* 18pt; */
	/* font-style:italic; */
	font-weight:bold; 
	/*color:#276500; */ /*yellowgreen;*/
	color:#AAD523; 
}

.subheader
{
	font-size: 11pt;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	/*color: #6c2068;*/
	color:#98BF20; 
}

tr.header { font-weight:	bold;	background-color:#E9D6E7;}
tr.header td { font-weight:	bold;	color: #6c2068;}
tr.header th { font-weight:	bold;	color: #6c2068;}
tr.content0 td { font-weight:	normal;	word-spacing:	normal;	letter-spacing:	normal;	text-transform:	none;	background-color:#98BF20;}
tr.content1 td { font-weight:	normal;	word-spacing:	normal;	letter-spacing:	normal;	text-transform:	none;	background-color:#98BF20;}
		
THEAD TD 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	/*color: green;*/
	/*color:#98BF20; */
	color:#6c2068; 
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
	background-color:#E9D6E7;
}
		
TH	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	/*color: green;*/
	/*color:#98BF20; */
	color:#6c2068; 
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	background-color:#E9D6E7;
	}	

TD	{	
	font-size: 10pt ;	/*11pt; */
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


/*font-family:Arial, Verdana; font-size:18pt; font-weight:bold; color:Fuchsia;*/
H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #6c2068;
	/*text-transform: uppercase;*/
	}	
		
H2	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:	normal;
	/*color: green;*/
	color:#98BF20; 
	/*text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none; */
	}	
		
H3	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:	normal;
	/*color: green;*/
	color:#98BF20; 
	}	
		
H4	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:	normal;
	/*color: green;*/
	color:#98BF20; 
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:	normal;
	/*color: green;*/
	color:#98BF20; 
	}	
		
H6	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style:	normal;
	/*color: green;*/
	color:#98BF20; 
	}	
		
TFOOT	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	/*color: green;*/
	color:#98BF20; 
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
	}

	
HR
{
	color: #6c2068;
	height: 1px;
}

A:link	{	text-decoration:	none; }	
		
A:visited	{	text-decoration:	none; }	
		
A:active	{	text-decoration:	none;	}	
		
A:hover	{	text-decoration:	underline;	}
	
SMALL	{	font-size:	.7em;	}	

BIG	{	font-size:	1.17em;	}	

BLOCKQUOTE, PRE	{	font-family:	Courier New, monospace;	}	
	
UL LI		{	list-style-type:	square ;	}	

UL LI LI	{	list-style-type:	disc;	}	

UL LI LI LI	{	list-style-type:	circle;	}	
	
OL LI		{	list-style-type:	decimal;	}	

OL OL LI	{	list-style-type:	lower-alpha;	}	

OL OL OL LI	{	list-style-type:	lower-roman;	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}


.reg
{
	font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:normal; color:white;
}

.regNote
{
	font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:red;
}

.hdr
{
	font-family: Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; color:Olive;
}

.hdrBig
{
	font-family: Arial, Helvetica, sans-serif; font-size:13pt; font-weight:bold; color:red;
}

.printLink
{
	font-family: Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; color:white;
}

.printLink A:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.printLink A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.printLink A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.printLink A:hover	{	
	text-decoration:	none;
	color:	#EFB71A;
	}

.sitemapLevel1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt; 
}
.sitemapLevel2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
.sitemapLevel3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
}

.careerSectionPageTitle
{
	font-family: "Arial black", Helvetica, sans-serif; font-size:20pt; font-weight:bold; color:#EFB71A;
}

.careerSectionDate
{
	font-weight: bold;
}

.careerSectionHeader
{
	font-weight: bold;
}

.content_border_left1
{
background-image:url(/images/layout/content_border_left1.jpg);
background-repeat:repeat;
}

.content_border_left2
{
background-image:url(/images/layout/content_border_left2.jpg);
background-repeat:repeat;
}

.content_border_middle
{
background-image:url(~/images/layout/content_border_middle.jpg);
background-repeat:repeat;
}

.content_border_right
{
background-image:url(/images/layout/content_border_right.jpg);
background-repeat:repeat;
}

.content_pagetitle_bg
{
background-image:url(/images/layout/content_pagetitle_bg.jpg);
background-repeat:repeat ;
}

.pagecontent_border_left
{
background-image:url(/images/layout/pagecontent_border_left.jpg);
background-repeat:repeat;
}

.pagecontent_border_right
{
background-image:url(/images/layout/pagecontent_border_right.jpg);
background-repeat:repeat;
}

.body_backgd
{
background-image:url(/images/layout/background_tile.jpg);
background-repeat:repeat;
}

.content_pagetitle_bg
{
background-image:url(/images/layout/content_pagetitle_bg.jpg);
background-repeat:repeat;
}

.white
{
background-image:url(/images/layout/white.gif);
background-repeat:repeat;
}

.content_top
{
	background-image:url(/images/layout/content_top.jpg);
}


.descriptor
{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c2068;
}

.listing
{
	/*background-color: #ccff99;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt; 
	font-weight:normal; 
	font-style:italic;
}



.new
{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:9pt; 
	font-weight:normal; 
	font-style:normal;
	color: #ff0000;
}

.note
{
	color: #6c2068;
}

.contactUsLocation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18pt; 
	font-weight:bold; 
	font-style:normal;
	color: #340e70;
}

.contactUsPhone
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt; 
	font-weight:bold; 
	font-style:normal;
	color: #fdfa00;
}

.contactUsPhone2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt; 
	font-weight:bold; 
	font-style:normal;
	color: #fdfa00;
}

.contactUs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt; 
	font-weight:bold; 
	font-style:normal;
}

.contactUsWebsite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt; 
	font-weight:bold; 
	font-style:normal;
}

.contactUsContact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt; 
	font-weight:bold; 
	font-style:normal;
	color: #eb3d00;
}


.stats_heading {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	/*color: green;*/
	color:#98BF20; 
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	}
	
	
a img {
  border: 0;
}

/*table.sortable 
{
 word-spacing:0;
  border-spacing: 0;
  border: 1px solid #000;
  border-collapse: collapse;
  text-align: center;
}

*/
table.sortable th, table.sortable THEAD TD {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	/*color: green;*/
	color:#6c2068; 
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
	border-width: 1px 1px 1px 1px;
	/*background-color: #ccc;*/
	background-color:#E9D6E7;
}

table.sortable td 
{
	font-size: 10pt ;	/*11pt; */
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*table.sortable th {
  border-width: 0px 1px 1px 1px;
  background-color: #ccc;
}

table.sortable td {
  border-width: 0px 1px 0px 1px;
}
*/
table.sortable tr.odd td {
   font-weight:	normal;	word-spacing:	normal;	letter-spacing:	normal;	text-transform:	none;	
}

table.sortable tr.even td {
  font-weight:	normal;	word-spacing:	normal;	letter-spacing:	normal;	text-transform:	none;	
}

table.sortable tr.sortbottom td {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	/*color: green;*/
	color:#98BF20; 
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
}

.languageLinkClass A:hover	{	
	text-decoration:	none;
	color:	white;
	}