﻿/* ---------- Generic Page Formatting Styles ----------------------------- */

/* Heading Text ------------- */
h1, h2, h3, h4, h5, h6, h7 {
font-family: arial, helvetica, sans-serif;
padding: 0.2em 0 0.1em 0;}


h1 {
font-size: 1.7em;
padding-top: 0;
text-transform: uppercase;
font-weight: normal;}

h2
{
	padding-top: 1em;
	font-size: 1.2em;
	text-transform: uppercase;
	
}

h3 {
padding-top: 5px;
padding-bottom:5px;
font-size: 18px;
text-transform: uppercase;
border-bottom: silver 1px solid;
}

h4 {
padding-top: .9em;
font-size: 1em;}

h5 {
padding-top: 2em;
font-size: .8em;}

h6 {
font-size: 0.8em;}



/* redefined tags ------------ */

a:link 
{
}

a:visited
{
}

a:hover
{
}

body {
text-align: center;
background-color: #fff;
color: #666;
font-family: arial, helvetica, sans-serif;
font-size: 80%;}

p {
padding: 0.5em 0 0.5em 0;
font-size: 1em;}




/* ---------- Styles for .Net Controls ----------------------------- */

/* Datalist */
.DL_CssClass
{
	width: 95%;
	margin-top:10px;
	margin-bottom:10px;
}
.DL_FooterStyle
{
	
}
.DL_EditItemStyle
{
	
}
.DL_SelectedItemStyle
{
}
.DL_AlternatingItemStyle
{
	font-size:12px;
	background-color: #f8f8f8;
	padding:2px;
}
.DL_ItemStyle
{
	font-size:12px;
	padding:2px;
}
.DL_SeparatorStyle
{
}
.DL_HeaderStyle
{
	font-size: .9em;
	font-weight: normal;
	color: black;
	background-color: #d0d0d0;
	padding: 0.2em 0.5em;
	text-align: left;
	height: 25px;
	vertical-align: middle;
	border-bottom: #5b5b5b 1px solid;
}


/* Bread Crumb Trail*/

.SM_CssClass, .SM_RootNodeStyle,.SM_PathSeparatorStyle,.SM_CurrentNodeStyle,.SM_NodeStyle
{
	font-size:11px;
	text-decoration:none;
	color: #777777;
}

#breadcrumbTrail
{
	padding: 3px 0px 0px 10px;
}

#breadcrumbTrail a:hover
{
	text-decoration:underline;
}


/* Tree View Control Styles */

.TV_nodeStyle
{
	font-family:Verdana;
	font-size:12px;
	width: 300px;
	border-bottom: #777777 1px solid;
	height: 25px;
	color: #000000;
	padding-left: 10px;
}

.TV_parentNodeStyle
{
	
}

.TV_hover
{
	color: #0a2e60;
}

.TV_selectedNodeStyle
{
	font-weight: bold;
	width: 300px;
	height: 25px;
	color: #000000;
	
}

.TV_rootNodeStyle
{
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	background-color: #e3e3e3;
	width: 300px;
	height: 30px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	
}

.TV_leafNodeStyle
{
	
}

/* Wizard Control Styles */

.WIZ_StepNextButtonStyle
{
}
.WIZ_StepStyle
{
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width:100%;
}

.WIZ_FinishCompleteButtonStyle
{
}
    
.WIZ_SideBarStyle
{
	font-family: Verdana;
	font-size: 13px;
	vertical-align: top;
	width:80px;
	color: #000000;
	background-color: #FFFFFF;
	border-right:solid 1px #CCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration:none;
}

.WIZ_SideBarStyle a
{
	text-decoration:none;
}
.WIZ_FinishPreviousButtonStyle
{
}
.WIZ_NavigationButtonStyle
{
}
.WIZ_NavigationStyle
{
	color: #000000;
	
}
.WIZ_SideBarButtonStyle
{
	padding:5px;
}
.WIZ_HeaderStyle
{
	
}
.WIZ_CancelButtonStyle
{
}
.WIZ_StepPreviousButtonStyle
{
}
.WIZ_BorderStyle
{
}

.WIZ_StartNextButtonStyle
{
}
/* other styles */

.GV_CssClass
{
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
	width:85%;
	
}

.GV_RowStyle
{
	font-size:12px;
	background-color: #FFFFFF;
	padding: 5px;
	height:20px;
	text-align: center;
}
.GV_AlternatingRowStyle
{
	font-size:12px;
	background-color: #f8f8f8;
	padding: 5px;
	height:20px;
	text-align: center;
}

.GV_SelectedRowStyle
{
}


.GV_PagerStyle
{
	text-align: right;
	
}



.GV_HeaderStyle
{
	font-size: .9em;
	font-weight: normal;
	color: #048;
	background-color: #d0d0d0;
	padding: 0.2em 0.5em;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	border-bottom: #5b5b5b 1px solid;
}

.GV_FooterStyle
{
}
.GV_EmptyDataRowStyle
{
}
.GV_EditRowStyle
{
	
}
