﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;	
	margin-left:5px;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.tdMenu td
{
	padding-right: 0px;
	padding-left : 0px;
}

.tbContent td
{
	padding-right: 0px;
	padding-left : 0px;
}

.GridViewTable td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom: 1px solid lightgrey;
	border-right: 1px solid #AAB883;
	padding:2px;
}

.GridViewTable th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom: 1px solid lightgrey;
	border-right: 1px solid #AAB883;
	height: 20px;
	background-color: #CBD6A6;
	font-weight: bold;
}

.GridViewTable th a:visited
{
	color: #FFFFCC;
}

.GridViewTable th a:hover
{
	color: #FFFFCC;
	text-decoration: underline;
}

.GridViewTable th a:link
{
	color: #FFFFCC;	
}

.GridViewHover
{
	border-right: #dfdfdf 1px solid;
	background-color: #CCCCCC;
}

.GridViewAlternatingRow
{
	background-color: #FFFFFF;
}

.GridViewRow
{
	background-color: #F7F7DE;
}

.GridViewTablePaging 
{
	color: #CCCCCC;
	text-decoration: none;
	height: 20px;
	background-color: #6B696B; 
}

.GridViewTablePaging td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom: 1px transparent lightgrey;
	color: #FFFFCC;
	padding:2px;
	text-decoration: none;
}

.GridViewTablePaging td a:visited
{
	color: #FFFFCC;
}

.GridViewTablePaging td a:hover
{
	color: #FFFFCC;
	text-decoration: underline;
}

.GridViewTablePaging td a:link
{
	color: #FFFFCC;	
}

.GridViewTablePaging SPAN 
{
	color: #FFFFCC;	
}

/* Textbox - Start */
.DisabledText
{
	background-color: #EEEEEE;
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid Silver;
}

.DisabledNumber
{
	background-color: #EEEEEE;
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid Silver;
	text-align:right;
}

.ContentText
{
	font-family: Verdana;
	font-size: 8pt;	
	border: 1px solid Silver;
}

.FootNotes
{
	font-family: Verdana;
	font-size: 7pt;	
}

.ContentNumber
{
	font-family: Verdana;
	font-size: 8pt;	
	border: 1px solid Silver;
	text-align:right;
}

.StatusText
{
	font-size: 8pt;	
}

/* Textbox - End */

/* RadioButton - Start*/
.RadioButtonText
{
	font-family: Verdana;
	font-size: 8pt;		
}
/* RadioButton - End*/

/* Combo - Start */
.DropDown
{
	font-family: Verdana;
	font-size: 8pt;	
	border: 1px solid Silver;
}
/* Combo - End */


/* Label - Start */
.ContentLabel
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
}

.ContentLabelSmall
{
	font-family: Verdana;	
	font-weight: bold;
	font-size: 8pt;
}

.ContentLabelTitle
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11pt;
}

.ContentLabelCompanyName_Home
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 9pt;
}

.ContentLabel_Red
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: red;
}

.Separator
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	color: #FF9933;
}

.ContentGroup
{
	font-size:larger;
    text-decoration: underline;
    font-weight: bold;
    height: 30px;
	font-family: Verdana;
}

.ContentGroup_No_Underline
{
	font-size:larger;    
    font-weight: bold;
    height: 30px;
	font-family: Verdana;
}

.ContentGroup_Red
{
	font-size: larger;
	text-decoration: underline;
	font-weight: bold;
	height: 30px;
	font-family: Verdana;
	color: red;
}

.ContentTable
{
	margin-bottom: 10px;
	/*border-bottom: solid 1px lightgrey;*/
}

.Content
{
	font-family: Verdana;
	margin-bottom: 8px;
}

/* Label - End */

/* Button - Start */
.Button
{
	cursor: pointer;	
	padding: 1px 2px;
	font-size: 11px;
	vertical-align: middle;	
	text-align: center;
}

.ButtonLong
{
	cursor: pointer;
	border: solid 1px #ccc;
	border-color: Gray;	
	padding: 1px 2px;
	font-size: 11px;
	vertical-align: middle;
	width: 154px;
	font-family: Arial;
	height: 22px;
	text-align: center;
	background-color: #CCCCCC;
}

/* Button - End */

/* Grid Control - Start*/
.GridDropDownList
{
	font-family: Verdana;
	font-size: 8pt;	
	border: 1px solid Silver;
}

.GridButton
{
	/*
	cursor: pointer;
	border: solid 1px #ccc;
	border-color: Gray;	
	height: 18px;		
	background-color: #CCCCCC;
	width: 18px;
*/
	cursor: pointer;
	border: solid 1px #ccc;
	border-color: Gray;	
	padding: 1px 2px;
	font-size: 11px;
	vertical-align: middle;	
	font-family: Arial;
	height: 22px;
	text-align: center;
	background-color: #CCCCCC;	
}

.GridCheckBox
{
	cursor: pointer;
	border: solid 1px #ccc;
	border-color: Gray;	
	height: 5px;		
	background-color: #CCCCCC;	
}
/* Grid Control - End*/



a:visited
{
	color: #0000ff;
	font-size: 12px;
	/*text-decoration:none;*/
}

a:hover
{
	color: #0000ff;
	font-size: 12px;
	text-decoration:none;
}

a:link
{
	color: #0000ff;
	font-size: 12px;
	/*text-decoration:none;*/
}