*
{
	padding: 0;
	margin: 0;
}

body
{
	text-align:left;
	background: #fff;
	color: #000;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	font-size: 76%;
}

p
{
	margin: 0 0 1.1em 0;
}

img
{
	border: 0;
}

/* ---------------------[ Headings ] */



/* ---------------------[ Links ] */

a:link
{
	color: #000080;
	text-decoration: none;
}

a:visited
{
	color: #000080;
	text-decoration: none;
}

a:hover
{
	color: #000080;
	text-decoration: underline;
}

a:active
{
	color: #000080;
	text-decoration: underline;
}

/* ---------------------[ Layout ] */
#masthead
{
	border: 1px solid black;
	margin: 0 auto;
	margin-top: 12px;
	width: 850px;
}

#masthead td.Title
{
	border-top: 1px solid black;
	font-weight: bold;
	height: 16px;
	padding: 3px 6px;
}
#masthead td.Date
{
	border-top: 1px solid black;
	height: 16px;
	padding: 3px 6px;
	text-align: right;
}

#content
{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 400px;
	margin: 0 auto;
	width: 650px;
}


#column_left
{
	border-right: 1px solid black;
	padding: 5px 10px 5px 5px;
	width: 199px;
}

#column_right
{
	padding: 6px;
}

#footer
{
	margin: 12px auto;
	text-align: center;
	width: 854px;
}

#footer .copyright
{
	font-family: verdana, helvetica;
	font-size: 9px;
	color: #666;
}
#footer .copyright a:link
{
	color: #4B90E6;
	text-decoration: underline;
}
#footer .copyright a:visited
{
	color: #4B90E6;
	text-decoration: underline;
}
#footer .copyright a:hover
{
	color: #4B90E6;
	text-decoration: underline;
}


/************************************************************
* Forms                                                     *
************************************************************/
.formTable
{
	background-color: #000;
	margin-bottom: 6px;
	width: 95%;
	border-collapse: collapse;
	
	
}
.formTable td
{
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	/*padding: 1px 3px;*/
	padding:4px 4px 4px 4px;
	vertical-align: top;
	border: solid 1px gainsboro;	
}
.formTable tr
{
	vertical-align: top;
}
.formTable td.Title
{
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.formTable td.Label
{
	font-weight: bold;
	min-width: 125px;
	text-align: right;
	white-space: nowrap;
}
.Label
{
	font-weight: bold;
	min-width: 125px;
	text-align: right;
	white-space: nowrap;
}
.formTabs
{
	background-color: #fff;
	margin-bottom: 0;
	width: 100%;
}
.formTabs td a:link, .formTabs td a:visited, .formTabs td a:active
{
	background-color: #000;
	color: #fff;
	display: block;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	padding: 3px 24px;
	background-position: left top;
	background-image: url(images/bg_tab.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
}
.formTabs td a:hover, .formTabs td a.current:link, .formTabs td a.current:visited, .formTabs td a.current:hover, .formTabs td a.current:active
{
	background-color: #000080;
	background-image: url(images/bg_tab-over.gif);
}

/*.formTable td div {background-color:#EFEFDE;}
.formTable td table {background-color:#EFEFDE;}
.formTable td a:link {color:#000080;text-decoration:underline;}
.formTable td a:visited {color:#000080;text-decoration:underline;}
.formTable td a:hover {color:#000080;font-weight:bold;}
.formTable td a:active {color:#000080;text-decoration:underline;}*/
.Button
{
	background-color: #efefde;
	border: 1px solid black;
	font-size: 11px;
	padding: 1px 6px 1px 6px;
}

.TextBox
{
	border: 1px solid black;
	padding: 1px 3px;
}
.w40px
{
	width: 50px;
}
.w50px
{
	width: 50px;
}
.w75px
{
	width: 75px;
}
.w100px
{
	width: 100px;
}
.w125px
{
	width: 100px;
}
.w150px
{
	width: 150px;
}
.w300px
{
	width: 300px;
}
.w400px
{
	width: 400px;
}
.w450px
{
	width: 450px;
}
.w98pcnt
{
	width: 98%;
}
.TextAlignRight
{
	text-align: right;
}

.required
{
	color: #800000;
}

/************************************************************
* DataList                                                  *
************************************************************/
.DataListHeader
{
	border: 1px solid #000;
	border-bottom: 0;
	width: 100%;
}
.DataListHeader TD
{
	padding: 3px;
}
.DataListHeader TD.Title
{
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: black;
	padding: 1px 3px;
}
.DataListFooter
{
	border: 1px solid #000;
	border-top: 0;
	width: 100%;
}
.DataListFooter TD
{
	padding: 3px;
}
.DataList
{
	background-color: #000;
}

.DataList TD
{
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	font-size: 12px;
	padding: 3px;
}
.DataList TH
{
	background-color: black;
	color: white;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px;
}

.DataList TH A:link
{
	color: #fff;
	text-decoration: underline;
}
.DataList TH A:visited
{
	color: #fff;
	text-decoration: underline;
}
.DataList TH A:hover
{
	color: #ffcc00;
	text-decoration: underline;
}
.DataList TH A:active
{
	color: #fff;
	text-decoration: underline;
}

.DataList TR.row1 TD
{
	background-color: #f5f5f5;
}

.DataList TR.row2 TD
{
	background-color: white;
}


.DataList .Pager TD
{
	background-color: #ffffff;
	font-size: 11px;
	color: black;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
}
.DataList .Pager TD A
{
	border-right: 1px solid black;
	padding-right: 3px;
	text-decoration: underline;
}
.DataList .Pager TD SPAN
{
	border-right: 1px solid black;
	padding-right: 3px;
}

.DataList .TextInput
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.DataList .DataField
{
	padding: 1px 3px 1px 3px;
}

.ItemInfo
{
	border: 1px solid Silver;
	margin-bottom: 3px;
}
.ItemInfo A:link
{
	color: Blue;
}
.ItemInfo A:visited
{
	color: Blue;
}
.ItemInfo A:active
{
	color: Blue;
}
.ItemInfo A:hover
{
	color: Navy;
	text-decoration: underline;
}
/*.ItemInfo IMG{margin-right:3px;}*/

/*****************************************
 * Custom                                *
 *****************************************/
.errorMessage
{
	border: 1px solid #800000;
	color: #800000;
	margin: 1px 0;
	padding: 3px;
}
.confirmMessage
{
	border: 1px solid #000080;
	color: #000080;
	margin: 1px 0;
	padding: 3px;
}

.vsForm
{
	border: 1px solid #800000;
	color: #800000;
	margin-bottom: 6px;
	padding: 6px;
	width: 608px;
}

.current A
{
	font-weight: bold;
}


/************************************************************
 * .NET Providers                                           *
 ************************************************************/
.aspnetLogin
{
	border: 1px solid #000;
	font-family: Arial;
	font-size: 100%;
	width: 400px;
}
.aspnetLogin table
{
	width: 100%;
}
.aspnetLogin td
{
	padding: 3px 1px 3px 1px;
}

.aspnetLogin td.FailureText
{
	color: #800000;
	padding-left: 6px;
	text-align: left;
}
.aspnetLogin td.HyperLink a:link
{
	color: #000080;
}
.aspnetLogin td.HyperLink a:visited
{
	color: #000080;
}
.aspnetLogin td.HyperLink a:hover
{
	color: #000080;
}
.aspnetLogin td.HyperLink a:active
{
	color: #000080;
}
.aspnetLogin td.InstructionText
{
	padding-left: 6px;
	text-align: left;
}
.aspnetLogin td.Label
{
	font-weight: bold;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	width: 10%;
}
.aspnetLogin td.TitleText
{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 3px 6px;
	text-align: left;
}
.aspnetLogin .Button
{
	background-color: #efefde;
	border: 1px solid black;
	font-size: 11px;
	padding: 1px 6px 1px 6px;
}
.aspnetLogin .TextBox
{
	border: 1px solid #000;
}
.aspnetLogin td.SuccessText
{
	padding-left: 6px;
	text-align: left;
}
.aspnetLogin .ValidatorText
{
	color: #800000;
	padding-left: 3px;
}
/************************************************************
 * AJAX Toolkit                                             *
 ************************************************************/
/*
.CalendarExtender .ajax__calendar_container
{
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	width: 215px;
}
.CalendarExtender .ajax__calendar_body
{
	text-align: center;
	width: 100%;
}
.CalendarExtender .ajax__calendar_footer
{
	border-top: 1px solid #cecece;
}
.CalendarExtender .ajax__calendar_days .ajax__calendar_dayname
{
	border-bottom: 1px solid #cecece;
}
.CalendarExtender .ajax__calendar_other .ajax__calendar_day, .CalendarExtender .ajax__calendar_other .ajax__calendar_year
{
	border: 1px solid #fff;
	color: #cecece;
}
.CalendarExtender .ajax__calendar_day, .CalendarExtender .ajax__calendar_month, .CalendarExtender .ajax__calendar_year
{
	background-color: #fff;
	border: 1px solid #fff;
	color: black;
}
.CalendarExtender .ajax__calendar_hover .ajax__calendar_day, .CalendarExtender .ajax__calendar_hover .ajax__calendar_month, .CalendarExtender .ajax__calendar_hover .ajax__calendar_year
{
	background-color: #EDF9FF;
	border: 1px solid #DAF2FC;
	color: black;
}
.CalendarExtender .ajax__calendar_active .ajax__calendar_day, .CalendarExtender .ajax__calendar_active .ajax__calendar_month, .CalendarExtender .ajax__calendar_active .ajax__calendar_year
{
	background-color: #fff;
	border: 1px solid #fff;
	color: black;
	font-weight: bold;
}
*/
.fieldlabel
{
	text-align: right;
}

/* tabs */

.html
{
	background-color: silver;
}
.tabs
{
	position: relative;
}
.tab
{
	border: solid 1px black;
	background-color: #eeeeee;
	padding: 2px 5px;
}
.selectedTab
{
	background-color: white;
	border-bottom: solid 1px white;
}
.tabContents
{
	border: solid 1px black;
	padding: 5px;
	background-color: white;
	width: 98%;
}

.buttonlink
{
	border: solid 1px darkgray;
	text-decoration: none;
	padding: 3px;
	margin: 5px 5px 5px 5px;
	background-color: #f5f5f5;
}

.auditDiv
{
	margin: 10px 10px 10px 0px;
	border: solid 1px darkgray;
	padding: 7px 5px 7px 5px ;
	width: 95%;
	text-align: left;
	background-color: #f5f5f5;
}

H2
{
	margin: 5px 0px 10px 0px;
}

.divWithImage
{	
 	background-repeat: no-repeat;
	width: 100%;	
	height:93px;
	color: white;
	font-size: 20px;	
	text-align: right;
	vertical-align: bottom;
	line-height:normal;
}
.adminContainer
{
	text-align: left;
	width: 100%;
	border: solid 0px black;	
	padding: 0;
}

div#idTreeView img {display: block; float: left;}

div#idTreeView div {display: inline-block;}
div#idTreeView a {display: inline-block; text-decoration:none; color:black;}

.selectedNode .selectedLeaf
{
	font-weight:bold;
}
body, td, th { font-size: 11px !important; }
