﻿/* Default CSS Stylesheet for a new Web Application project */

BODY {
    scrollbar-arrow-color:#7ba2d4;
	scrollbar-base-color:#B4B4B4;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#d9e6f7;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#B4B4B4;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	background-color:white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	margin: 17 0 17 0px;
	height:95% ; 
}




TH { FONT-FAMILY: Arial, Helvetica, sans-serif }
.style1 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #003366 }
.style2 { border-right: gray thin solid; }
.HeaderText { FONT-WEIGHT:normal; FONT-SIZE: 11px; COLOR: #003366 }

.TextBox { BORDER-RIGHT: #999999 1px double; BORDER-TOP: #999999 1px double; FONT-WEIGHT: bold; FONT-SIZE: 12px; BORDER-LEFT: #999999 1px double; COLOR: #333333; BORDER-BOTTOM: #999999 1px double; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f8f8f8 }
.ListBox {  FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f8f8f8 ;}
.style3 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffffff }
.ListBox2 {   FONT-WEIGHT: bold; FONT-SIZE: 10px;  COLOR: #333333;  FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f8f8f8 }
style7 {color: #FFFFFF; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
	.style8 {FONT-FAMILY: Arial, Helvetica, sans-serif;font-size: 11; color: #333333; font-weight:bold;}
	
	
	
.style8 A:link {FONT-FAMILY: Arial, Helvetica, sans-serif;font-size: 11; color: #333333; font-weight:bold;} 
.style8 A:visited {FONT-FAMILY: Arial, Helvetica, sans-serif;font-size: 11; color: #333333; font-weight:bold;} 
.style8 A:active {FONT-FAMILY: Arial, Helvetica, sans-serif;font-size: 11; color: #333333; font-weight:bold;} 
.style8 A:hover {FONT-FAMILY: Arial, Helvetica, sans-serif;font-size: 11; color: #333333; font-weight:bold;} 

	.style9 { font-size: 12px; color: #003366; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
	.style10 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
	.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #FFFFFF; }
	.styleGrid {FONT-FAMILY: Fixed Miriam Transparent;font-size: 11;color: #000000;}
	.styleGridCell{border-style:solid;border-color:White;border-width:3px;}
	.style12 {color: #FFCC00}
 a { 
       color: blue;
       FONT-WEIGHT: bold;
       text-decoration: none;
       font-size:12px; 
   }
   a:hover {
       color: #cccccc;
       FONT-WEIGHT: bold;
       text-decoration: none;
       font-size:12px; }
       
.ButSearch
{

	FONT-SIZE: 11px; color:Gray; 
	border:none;
	background-color:Transparent;
	background-image:url(images/ButSearch.jpg);
	FONT-FAMILY: arial; 
	HEIGHT: 21px;
	font-weight:bold; 
	cursor:hand;
	width:79;
	text-align:center; 
	}
	.ButClear
{

	FONT-SIZE: 11px; color:Gray; 
	border:none;
	background-color:Transparent;
	background-image:url(images/Butclear.jpg);
	FONT-FAMILY: arial; 
	HEIGHT: 21px;
	font-weight:bold; 
	cursor:hand;
	width:79;
	text-align:center; 
	}
	
	.Mapme
{

	FONT-SIZE: 11px; color:Gray; 
	border:none;
	background-color:Transparent;
	background-image:url(images/mapMe.jpg);
	FONT-FAMILY: arial; 
	HEIGHT: 18px;
	font-weight:bold; 
	cursor:hand;
	width:59;
	text-align:center; 
	}
	.butGreen
{

	FONT-SIZE: 11px; color:#909A00; 
	border:none;
	background-color:Transparent;
	background-image:url(images/butGreen.jpg);
	FONT-FAMILY: arial; 
	HEIGHT: 26px;
	font-weight:bold; 
	cursor:hand;
	width:62;
	text-align:center; 
	}
	.SelectedTreeRow
	{
		background-color:Yellow;
		
	}
.infoPageCaption
{
	background-color:#CCCCFF;
	background:#CCCCFF;
	border-width:1px;
	border-color:White;
	
	
}		
.tblBorder

{
 border-left-width:2px;
 border-left-color:#C7C7C7;
 border-left-style:solid;
 
}

.back_rt{ BACKGROUND-POSITION:right top; BACKGROUND-REPEAT: no-repeat}
.back_lt{ BACKGROUND-POSITION:left top; BACKGROUND-REPEAT: no-repeat}
.back_cm{ BACKGROUND-POSITION:center middle; BACKGROUND-REPEAT: no-repeat}
.back_b{ BACKGROUND-POSITION:center bottom; }
.back_rb{ BACKGROUND-POSITION:right bottom; BACKGROUND-REPEAT: no-repeat}
.back_lb{ BACKGROUND-POSITION:left bottom; BACKGROUND-REPEAT: no-repeat}




