.GridContent
/* Main class for all text, used for small text (<FONT> size of 1) */
{
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:8pt;
}

.GridContent12
/* Main class for all text, used for small text (<FONT> size of 1) */
{
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:10pt;
}

/* "Pressed" first row of result table */
.GridSelectedSortableCell
{
	background-color:#668CD9;
	font-family:verdana,helvetica,sans-serif; 
	font-size:10px;
	font-weight:bold;
	border-left:1 solid #003366; 
	border-right:1 solid #8CA9E3;
	border-top:1 solid #003366; 
	border-bottom:1 solid #8CA9E3;
	cursor:hand;
}
/*The first row of result grid (blue color and relief) */
.GridUnselectedSortableCell 
{
	background-color:#3366CC;
	font-family:verdana,helvetica,sans-serif; 
	font-size:10px;
	border-left:1 solid #8CA9E3; 
	border-right:1 solid #003366;
	border-top:1 solid #8CA9E3;
	border-bottom:1 solid #003366;
	cursor:hand;
}
.GridUnselectedSortableCellDefaultCursor 
{
	background-color:#3366CC;
	font-family:verdana,helvetica,sans-serif; 
	font-size:10px;
	border-left:1 solid #8CA9E3; 
	border-right:1 solid #003366;
	border-top:1 solid #8CA9E3;
	border-bottom:1 solid #003366;
	cursor:default;
}

/* Sets cursor to default style (like an arrow)*/
.GridCursorDefault
{	
	cursor:default ;
}

/* The cursor is a hand when it is over result table row except check box */
.GridCursorHand
{	
	cursor:hand ;
}

.size1
/* Main class for all text, used for small text (<FONT> size of 1) */
{
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:10px;
}

/* Defines basic look and feel of a header*/
.GridHeader
{
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
}
/* Highlightes header's text yellow during mouse is over*/
.GridHeaderHover
{
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:10px;
	color:#FFCC00;
	font-weight:bold;
	cursor:hand;
}
/* Available (not selected) tab on the result page */
.tabs 
{
	text-decoration:none;
	cursor:hand;
	color: #FFFFFF;
	/*background : "url(../images/icons/button_topgray221_background.gif)" ;*/
}
/* Selected (active) tab on the result grid */
.tabactive 
{
	text-decoration:none;
	font-weight :bold ;
	color: #FFFFFF;
	cursor:default;
}
/* Highlightes tab's text yellow during mouse is over*/
.tabsMover 
{
	text-decoration:none;
	color: #FFCC00;
	cursor:hand;
}
/* "Pressed" first row of result table */
.selsortcells
{
	background-color:#668CD9;
	font-family:verdana,helvetica,sans-serif; 
	font-size:10px;
	font-weight:bold;
	border-left:1 solid #003366; 
	border-right:1 solid #8CA9E3;
	border-top:1 solid #003366; 
	border-bottom:1 solid #8CA9E3;
	cursor:hand;
}
/*The first row of result grid (blue color and relief) */
.sortcells 
{
	background-color:#3366CC;
	font-family:verdana,helvetica,sans-serif; 
	font-size:10px;
	border-left:1 solid #8CA9E3; 
	border-right:1 solid #003366;
	border-top:1 solid #8CA9E3;
	border-bottom:1 solid #003366;
	cursor:hand;
}
.sortcells1 
{
	background-color:#3366CC;
	font-family:verdana,helvetica,sans-serif; 
	font-size:10px;
	border-left:1 solid #8CA9E3; 
	border-right:1 solid #003366;
	border-top:1 solid #8CA9E3;
	border-bottom:1 solid #003366;
	cursor:default;
}
/* Displays table row on darker background, used to alternate row color */
.RowDk
{
	border-right: #000000 1pt solid;
	border-left: #000000 1pt solid;
	border-bottom: #000000 1pt solid;
	background-color: #E7E3E7;
}

/* Displays table row on lighter background, used to alternate row color */
.RowLt
{	
	border-right: #000000 1pt solid;
	border-left: #000000 1pt solid;
	border-bottom: #000000 1pt solid;
	background-color: #ffffff;
}

/* Sets cursor to default style (like an arrow)*/
.CursorDefault
{	
	cursor:default ;
}

.PaginationControl
{
	color:#000000;
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:8pt;
}

.PaginationEnabled
{
	color:#000080;
	cursor:hand;
}

.PaginationDisabled
{
	color:#666666;
}

A.PaginationLink
{
	color:#000080;
	text-decoration:none;
}

A.PaginationLink:hover
{
	cursor:hand;
	text-decoration:none;
}

/* The cursor is a hand when it is over result table row except check box */
.RowResultGrid
{	
	cursor:hand ;
}


/* Used for prev/next nav on Snapshot Detail page*/
/* Property Attributes values in Snapshot List */
.smLabel
{
	color:#666666;
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:8pt;
}

.smLabelBlack
{
	color:#000000;
	font-family:Verdana,Helvetica,Sans-Serif;
	font-size:8pt;
}

/* Labels for Property Attributes in Snapshot List */
.smLabelBold
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana,Helvetica,Sans-Serif;
}

/* Result grid for Snapshot Edit and View */
.topmenu
{
	background-color: #3366CC;
	border-left: #C0C0C0 1pt solid;
	text-align: left;	
}

/* Result grid for Snapshot Edit and View */
.SortNav
{
	font-family: Verdana;
	FONT-SIZE:   xx-small;
	color:#FFFFFF;
	text-decoration:none;
}

A.SortNav
{
	color:#FFFFFF;
	text-decoration:none;
}

A.SortNav:link
{
	color:#FFFFFF;
	text-decoration:none;
}

A.SortNav:hover
{
	color: rgb(255,204,0);
	text-decoration:none;
}

/* Edit and View result grid for Snapshots */
.sortgrid
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Helvetica,Sans-Serif;
	border-top: #C0C0C0 1pt solid;
	border-left: #C0C0C0 1pt solid;
	border-right: #C0C0C0 1pt solid;
	border-bottom: #C0C0C0 1pt solid;
}

/* Edit textbox for Snapshot editing */
.textbox
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	FONT-FAMILY: verdana; 
	TEXT-ALIGN: left
}

/* Used by GoTo nav in snapshot list for page number */
.textpage
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	FONT-FAMILY: verdana; 
	TEXT-ALIGN: center
}

/* Used by Prev/Next navigation in Snapshot Results */
.grey
{
	color: #c0c0c0;
}

/* Used by address header and broker email links on Snapshot Result Grid */
.verd1
{
    FONT-SIZE: 10px;
    FONT-FAMILY: verdana,helvetica,sans-serif;
}

/* Used by address header and broker email links on Snapshot Result Grid */
A.verd1
{
    COLOR: #000080;
    TEXT-DECORATION: none
}

.verd1bold
{
	FONT-WEIGHT: bold; 
    FONT-SIZE: 10px;
    FONT-FAMILY: verdana,helvetica,sans-serif;
}

.gridSmLabel
{
	color: #808080;
    FONT-SIZE:   smaller;    
    FONT-FAMILY: verdana,helvetica,sans-serif;
}

.gridSmLabelBold
{
	FONT-WEIGHT: bold; 
	color: #000000;
    FONT-SIZE:  smaller;    
    FONT-FAMILY: verdana,helvetica,sans-serif;
}

/* Result grid for Snapshot Edit and View */
.EditBtn
{
	FONT-WEIGHT: bold; 
	font-family: Verdana;
	FONT-SIZE: x-small;
	color:#3366CC;
	text-decoration:none;
}

A.EditBtn
{
	color:#3366CC;
	text-decoration:none;
}

A.EditBtn:link
{
	color:#3366CC;
	text-decoration:none;
}

A.EditBtn:hover
{
	color: rgb(255,204,0);
	text-decoration:none;
}
.labelcell
{
	text-align:right;
}

.datacell
{
	padding-left:5px;
}

A
/* Main <A> tag class */
{
	color: #000000; /*#003366;*/
}

A:hover
/* Main <A> tag class' hover aspects */
{
	color:#3366CC;
	text-decoration:none;
}

