﻿a:link		{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
a:visited	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
a:hover		{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
a:active	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }

/*body		{background-color: #5A6F90; margin: 0; background-image: url(../../images/pagebg.gif); background-repeat:repeat-y; background-position: center;}*/
body		{background-color: #5A6F90; margin: 0; }

.tbMain	{ width:100%; background-color: #5A6F90; margin: 0; background-image: url(../../images/pagebg.gif); background-repeat:repeat-y; background-position: center;}
.tbMenu {   margin: 0; }
.tbLogos {   margin: 0; border-color:#f5f6f7; border-style:solid; border-width:1px;}

p			{font-family: Verdana; font-size: 12px; color: #485477; font-weight: normal; margin:10px;}
span		{font-family: Verdana; font-size: 12px; color: #485477; font-weight: normal; margin:0;}
td			{font-family: Verdana; font-size: 12px; color: #485477; font-weight: normal; margin:0;}


/*Asp:Button*/
.btn_std	
{
	border-left:1px solid #4DADC8; 
	border-right:1px solid #004B80; 
	border-top:1px solid #4DADC8; 
	border-bottom:1px solid #004B80; 
	font-family: Verdana;
	color: Navy;
	font-size:11px;
	font-weight:bold;
	background-color:#3691B3; 
	background-image:url(../../images/btn_bg.gif); 
	background-repeat:repeat-x;
	cursor: hand;
}

/*Asp:GridView*/
.gv_header	{background-color: Silver; color: #485477; font-family: Verdana; font-size: 12px; font-weight: bold; text-align: left;}
.gv_row		{background-color: Transparent; color: #485477; font-family: Verdana; font-size: 12px; font-weight: normal; text-align: left;}
.gv_row_alt	{background-color: #F1F1F1; color: #485477; font-family: Verdana; font-size: 120px; font-weight: normal; text-align: left;}

/*Asp:Label*/
.label_std		{background-color: Transparent; color: #485477; font-family: Verdana; font-size: 12px; font-weight: normal;}
.label_cap		{background-color: Transparent; color: #485477; font-family: Verdana; font-size: 12px; font-weight: bold; text-transform: capitalize;}
.label_bold		{background-color: Transparent; color: #485477; font-family: Verdana; font-size: 12px; font-weight: bold;}
.label_message	{background-color: Transparent; color: Red; font-family: Verdana; font-size: 12px; font-weight: normal;}
.label_title	{background-color: Transparent; color: Red; font-family: Verdana; font-size: 14px; font-weight: bold;}
.label_bold_bigger		{background-color: Transparent; color: #485477; font-family: Verdana; font-size: 14px; font-weight: bold;}
.lbl_top { font-family:Verdana; font-size:12px; color:#003399; font-weight:normal; }
.lbl_Guest { font-family:Verdana; font-size:12px; color:#003399; font-weight:normal; text-transform:capitalize; }

/*Asp:TextBox*/
.text_std	
{	
	background-color: #FFFFFF;
	color: Navy;
	font-family: Verdana, Verdana;
	font-size: 12px;
	padding: 0 0 0 3;
}

/*Asp:LinkButton*/
/*Asp:HyperLink*/
.link_edit:link		{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
.link_edit:visited	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
.link_edit:hover	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
.link_edit:active	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }

.link_main:link		{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
.link_main:visited	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
.link_main:hover	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
.link_main:active	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }

.link_small:link	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
.link_small:visited	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
.link_small:hover	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }
.link_small:active	{font-size: 12px; color: Navy; font-weight: bold; text-decoration: none; padding: 0; }

.link_red:link		{font-size: 11px; color: Red; font-weight: normal; text-decoration: none; padding: 0; }
.link_red:visited	{font-size: 11px; color: Red; font-weight: normal; text-decoration: none; padding: 0; }
.link_red:hover		{font-size: 11px; color: Red; font-weight: normal; text-decoration: none; padding: 0; }
.link_red:active	{font-size: 11px; color: Red; font-weight: normal; text-decoration: none; padding: 0; }

.link_top { font-family:Verdana; font-size:22px; color:#003399; text-decoration:underline; font-weight:bold; }


P.breakhere {page-break-before: always}