﻿body
	{
	color: Black;
	background-image: url('/images/background_azure.png');
	background-color: #E1E7EF;
   	font-family: Verdana, Helvetica, sans-serif;
   	font-size: .8em;
   	font-weight: normal;
   	letter-spacing: normal;
	text-transform: none;
   	word-spacing: normal;
	}
	
img
	{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	/* width: 135px;
	height: 80px; */
}
	
input, select, textarea
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #0066ff;
}
	
a:hover, a:visited:hover
	{
	text-decoration: underline; 
	color: #AAAAAA;
	}
	
a.LinkWhite:link, a.LinkWhite:visited, a.LinkWhite:active 
	{
	text-decoration: none; 
	color: #FFFFFF;
	}
	
a.LinkWhite:hover, a.LinkWhite:visited:hover
	{
	text-decoration: underline; 
	color: #BBBBBB;
	}
	
a.LinkMenu:link, a.LinkMenu:visited, a.LinkMenu:active 
	{
	text-decoration: none; 
	color: #FFFFFF;
	}
	
a.LinkMenu:hover, a.LinkMenu:visited:hover
	{
	text-decoration: underline; 
	color: #BBBBBB;
	}

a.LinkBlack:link, a.LinkBlack:visited, a.LinkBlack:active, a.LinkWhite:hover, a.LinkWhite:visited:hover
	{
	text-decoration: none; 
	color: #000000;
	}

.PageFrame
	{
  	width: 900px;
  	position: relative;
  	padding: 0px;
  	color: Black;
  	background-color: #fffff0;
  	vertical-align: top
	}
	
.PageHeader
	{
  	border-left: 1px solid #8d6143;
  	border-top: 1px solid #8d6143;
  	border-right: 1px solid #8d6143; 
  	border-bottom: 1px solid #000000; 
	background-image: url('/images/header.png');
	width: 900px;
	height: 135px;
	position: relative;
	color: #000000;
	padding: 0px;
	vertical-align: top;
	}
		
.PageHeaderFont	
	{
  	color: #888888;  	
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 11px;
	font-weight: bold;
	}

.PageMenu
	{
  	border-left: 1px solid #0B7EFF;
  	border-top: 1px solid #0B7EFF;
  	border-right: 1px solid #000000; 
  	border-bottom: 1px solid #000000; 
  	position: relative;
  	color: #FFFFFF;
  	background-color: #00459A;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	padding: 6px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 1px;
 	width: 100px;
	}
	
.PageNavigation
	{
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	height: 15px;
	}
	
.PageContent 
	{
  	border-right: 1px solid #000000; 
  	border-bottom: 1px solid #000000; 
  	position: relative;
  	color: #000000;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	vertical-align: top;
  	width: 800px;
	}
	
.PageContentM 
	{
  	border-right: 1px solid #000000; 
  	border-bottom: 1px solid #000000; 
  	position: relative;
  	color: #000000;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	vertical-align: top;
  	width: 650px;
	}
	
.PageSide 
	{
  	border-bottom: 1px solid #000000;
  	background-image: url('/images/sideFade.png');
  	background-color: #FFFFFF;
  	position: relative;
  	color: #000000;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	padding: 0px;
  	vertical-align: top;
  	text-align: center;
  	width: 150px;
	}	
	
.PageSideH {
  	border-left: 0px;
  	border-top: 0px;
  	border-right: 0px;
  	border-bottom: 1px solid #000000;
  	background-color: #000000;
  	position: relative;
  	color: #FFFFFF;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	padding: 2px;
  	vertical-align: top;
  	text-align: center;
  	width: 150px;
	}
	
.PageSideI {
  	border-left: 0px;
  	border-top: 0px;
  	border-right: 0px;
  	border-bottom: 1px solid #AAAAAA;
  	position: relative;
  	color: #000000;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 10px;
  	vertical-align: top;
  	text-align: center;
  	width: 100%;
	}
									
.TableMain
    {
  	background-color: #FFFFFF;
  	color: #000000;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	padding: 4px;
  	vertical-align: top;
  	width: 100%;
	}
	
.TableHeader
{
	background-image: url('/images/table_header_small.png' );
	border-left: #0099ff 1px solid;
	border-top: #0099ff 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066ff;
}
	
.CellOddRow
	{
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: normal;
  	color: #000000;
  	vertical-align: top;
  	background-color: #EEEEEE;
	}

.CellEvenRow
	{
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: normal;
  	color: #000000;
  	vertical-align: top;
  	background-color: #DDDDDD;
	}
	
.CellHeader 
{
	border-left: 1px solid #0B7EFF;
  	border-bottom: 1px solid #000000; 
  	background-image: url('/images/titlebar_azure.png');
  	background-color: #0066ff;
  	position: relative;
  	color: #FFFFFF;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 18px;
  	font-weight: bold;
  	padding: 0px;
  	text-align: left;
  	height: 30px;
}
			
.CellHeaderSmall
	{
	background-image: url('/images/table_header_small.png');
  	border-left: 1px solid #A0C7E2;
  	border-top: 1px solid #A0C7E2;
  	border-right:1px solid #000000; 
  	border-bottom:1px solid #000000; 
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	color: #FFFFFF;
  	background-color: #0066ff;
	}
	
.CellContent 
	{
  	position: relative;
  	color: #000000;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 13px;
  	padding: 8px;
  	vertical-align: top;
	}
	
.CellNormal {
  	background-color: #FEFEFE;
  	position: relative;
  	color: #333333;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	padding: 6px;
  	text-align: left;
  	vertical-align: top;
	}
	
.CellLabel {
  	position: relative;
  	color: #333333;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	padding: 4px;
  	text-align: right;
  	vertical-align: top;
	}

.CellSubHeader {
  	position: relative;
  	color: #0066ff;
  	border-left: 1px solid #FFFFFF;
  	border-top: 0px solid #DBDAC9;
  	border-right: 1px solid #DBDAC9; 
  	border-bottom: 1px solid #C5C1B1; 
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 14px;
  	font-style: italic;
  	font-weight: bold;
	background-color: #E9E7D7;
	padding: 3px;
	}
	
.CellInput {
  	background-color: #FEFEFE;
  	position: relative;
  	color: #333333;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	padding: 4px;
  	text-align: left;
  	vertical-align: top;
	}

.InputEdit
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 300px; 
	}
	
.InputEditW
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 500px; 
	}
	
.InputEditN
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 200px; 
	}
	
.InputEditS
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 100px; 
	}

.Footer 
	{
  	border-left: 1px solid #AAAAAA;
  	border-top: 1px solid #AAAAAA;
  	border-right: 1px solid #222222; 
  	border-bottom: 1px solid #222222; 
  	background-color: #555555;
  	position: relative;
  	color: #FFFFFF;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	padding: 0px;
  	text-align: center;
  	vertical-align: top;
  	width: 800px;
	}
	
.FontNormal
	{
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: normal;
  	color: #000000;
	}
	
.FontHeader
	{
  	color: #005468;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 18px;
  	font-weight: bold;
	}	

.FontSmall
	{
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	}
			
.TableFloatRight {
    border-top: 0px;
  	border-left: 0px;
  	border-right: 0px; 
  	border-bottom: 0px; 
  	color: #FFFFFF;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 8px;
  	padding: 4px;
  	margin-bottom: 1px;
  	vertical-align: top;
	}	

.NewsHeader
	{
	text-decoration: none;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #375C85;
	}
	
.Navigation 
	{
	background-image: url('/images/navigation.gif');
	background-color: #4D4D4D;
	height: 20px;
	}

.ThinTable
	{
	border-style: none;
	border-collapse: collapse;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	}
	
.FontHeader
	{
	color: Maroon;
	font-size: 14px;
	font-weight: bold;	
	}
	
.LinkButton
	{
		background: Blue;
		border-left: 2px solid #0B7EFF;
		border-top: 2px solid #0B7EFF;
		border-right: 2px solid #000000;
  		border-bottom: 2px solid #000000; 
		text-align: center;
		font-weight: bold;
		padding: 2px;
	}
	
.PurchaseButton
	{
		background-image: url('/images/purchase.png');
		background-color: #ffcc00;
		border-left: 1px solid #cc9900;
		border-top: 1px solid #cc9900;
		border-right: 1px solid #817409;
  		border-bottom: 1px solid #817409; 
		text-align: center;
		font-weight: bold;
		vertical-align: middle;
		padding-left: 20px;
		padding-right: 4px;
		height: 24px;
	}
	
.GreenButton
	{
		background-image: url('/images/button_green.png');
		border-left: 1px solid Lime;
		border-top: 1px solid Lime;
		border-right: 1px solid Black;
  		border-bottom: 1px solid Black; 
		text-align: center;
		font-weight: bold;
		vertical-align: middle;
		padding-left: 20px;
		padding-right: 4px;
		height: 24px;
	}
	
	
.FailedButton
	{
		color: White;
		background: Red;
		border-left: 1px solid Magenta;
		border-top: 1px solid Magenta;
		border-right: 1px solid Black;
  		border-bottom: 1px solid Black; 
		text-align: center;
		font-weight: bold;
		vertical-align: middle;
		padding-left: 20px;
		padding-right: 4px;
		height: 24px;
	}