/*
COLORS
=======================
Blue			6666FF
Briter Blue		0000FF
GV Dark Blue	91C2E7
GV Lite Blue	D4E4F0
*/
body {
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:8pt;
	background-color:#336699; /* #505050 */ 
	margin: 0px;
}
.header 
{ 
  cursor: hand; 
  cursor:pointer;
  background-color:#FFFFFF; 
  padding:2px; 
}
.details 
{ 
  display:none; 
  visibility:hidden; 
  background-color:#EEEEEE; 
  padding:2px; 
}
legend
{
    border-color: #6666FF;
    border-style: solid;
    border-width: 1px;
    background-color:#EEEEEE;
    color: #000000;
    margin-top: 2px;
}
.PagerStyle, .PagerStyle a, .PagerStyle a:visited, .PagerStyle a:hover, .PagerStyle a:active, .PagerStyle a:link
{
    font-size: 9pt;
    color: #6666FF;
    font-weight: bold;
    padding: 5px;
}
.PagerStyle span
{
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    padding: 5px;
}
.Page_Title
{
    horizontal-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #135AD0;
}
.Option_Menu
{
    background-color: #EEEEEE;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    padding: 4px;    
}
.Hand
{
    cursor: hand;
}
.TopBackground
{
    background-image: url(/images/bg_black_banners.gif);
}
.TopBackgroundFade
{
    background-image: url(/images/bg_fade.gif);
}
.TopBackcolor
{
  background-color: #232323;
}
.TopBackBot
{
  background-color: #080808;
}
.SideBackground
{
    background-image: url(/images/bg_section_head.jpg);
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
    text-align:center;
    padding: 5px;
    font-weight: bold;
}
.SideBackcolor
{
  background-color: #505050;
}
.SideWhite
{
  background-color: #FFFFFF;
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}
.MainWhite
{
  background-color: #FFFFFF;
}
.BottomBackground
{
    background-image: url(/images2/bottom_bg.jpg);
}
.MenuBar
{
    background-image: url(/xara/menubar_bg.gif);
    padding: 0px;
}
.AdBar
{
    background-image: url(/images2/border_center.jpg);
    padding: 0px;    
}
.Border_Left
{
    width: 10px;
    background-image: url(/images2/border_left_bg.jpg);
    padding: 0px;       
}
.Border_Right
{
    width: 10px;
    background-image: url(/images2/border_right_bg.jpg);
    padding: 0px;       
}
.HomePage_Menu
{
    background-image: url(/images2/homepage_menu_bg.jpg);
    padding: 0px;
}
.Title {
  font-family: verdana, arial, helvetica, "sans serif"; 
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.Panel_1 
{
    background-color: #EAE3D2;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
}
.Red
{
    color: #FF0000;
    font-weight: bold;
}
.Column_Text1, .Column_Text2, .Column_Text3, .Column_Text4
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    text-align:center;
    width:150px;
    cursor: hand;
}
.Column_Text1 { background-color:#CCFFFF; }
.Column_Text2 { background-color:#FFFFCC; }
.Column_Text3 { background-color:#FFCCFF; }
.Column_Text4 { background-color:#CCFFCC; }
.Center_Text1, .Center_Text2, .Center_Text3, .Center_Text4
{
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    text-align:center;
    width:480px;
    cursor: hand;
}
.Center_Text1 { background-color:#CCFFFF; }
.Center_Text2 { background-color:#FFFFCC; }
.Center_Text3 { background-color:#FFCCFF; }
.Center_Text4 { background-color:#CCFFCC; }
.Banner {
    text-align:center;
}
a {
	text-decoration: none; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:8pt;  
	color: #135AD0;
}
a:visited {
	text-decoration: none; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:8pt;  
	color: #135AD0;
}
a:hover {
	text-decoration: underline; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:8pt; 
	color: #135AD0;
}
a.small {
	text-decoration: none; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:8pt;
}
a.white_link, a.white_link:visited, a.white_link:hover, a.white_link:active {
    color: #FFFFFF;
    font-family: verdana, arial, helvetica, "sans serif"; 
    font-size:9pt;
	font-weight: bold;	
}
table {
	border-collapse: collapse;
	border: 1px;
	border-color: #CCCCCC;
}
th_delete {
	background-color: #EAE3D2;
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size: 8pt;
	font-weight: bold;
	border-color: #CCCCCC;
}
td {
    font-family: verdana, arial, helvetica, "sans serif"; 
	font-size: 8pt;
	font-weight: normal;
	border-color: #CCCCCC;
}
p {
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:8pt;
}
p.small {
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:7pt
}
li {
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:8pt;
	padding: 3px;
}
h3 {
	color: #637D7C; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:8pt;
}
h2 {
	color: #637D7C; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:10pt;
}
h1 {
	color: #637D7C; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:12pt;
}
input {
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:7pt;
}
select {
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:7pt
}
select.bigger {
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:9pt
}  
password {
	color: #000000; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:7pt
}
textarea {
	color: #000000; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:7pt
}
submit {
	color: #000000; 
	font-family: verdana, arial, helvetica, "sans serif"; 
	font-size:7pt
}
