﻿html
{
	background: Silver;
	margin: 0px;
	font-family: Helvetica, Arial;
	font-size: 10pt;
	color: #666666;
	line-height: 12pt;
}

body
{
	border: solid 1px #999999;
	background: white;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

p
{
    margin: 5pt 0px 5px 1px;
}

h1, .header, .gridTitle
{
    line-height: 22pt;
	font-size: 18pt;
	font-weight: normal;
	color: #669966;
	margin-bottom: 0px;
}

/*h1 a, h2 a, h3 a, h4 a, a h1, a h2, a h3, a h4, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, a h1:hover, a h2:hover, a h3:hover, a h4:hover
{
	color: Black;
}*/

h2, .subheader
{
    margin: 5pt 0px 5pt 0px;
    line-height: 14pt;
	font-size: 14pt;
	color: #999999;
}

h3
{
	font-size: 10pt;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #333333;
}

h4
{
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: top;
}


a /*, a:visited*/
{
    color: #336633;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.boldLink
{
	font-weight: bold;
}


ul
{
	margin: 2px 4px 4px 32px;
}

SELECT, INPUT, TEXTAREA
{
	font-family: Helvetica, Arial;
	font-size: 10pt;
	color: #666666;
}

table.address
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

table.address tr td
{
    line-height: 10px;
}


.page
{
	padding: 0px 0px 7px 0px;
}

.pageHeader
{
	height: 116px;
	background-image: url(Images/publicHeader.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.search
{
    position:relative;
    top: 70px;
    left: 750px;
    width:230px;
    color: #679966 ;
}

.search input
{
    background-color: #679966;
    border: none;
    color: white;
}

.header2
{
	margin: 7px 0px 0px 0px;
	background-color: #679966; /*#00462C;*/
    
}

.header2 a
{
	color: white;
}

.header2 a:hover
{
    text-decoration: underline;
}

.login
{
    position:relative;
    padding-left:150px;
    padding-right:10px;
    top: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 31px;
	color: White;
    text-align: right;
    vertical-align:middle;
    line-height: 22pt;
}

.login input
{
    background-color: #9ACC99;
    color: white;
}

.loggedInStatus
{
    vertical-align:middle;
    height: 31px;
}

.mainPage
{
    width: 993px;
    margin: 7px 0px 0px 7px;
    border-collapse: collapse;
}

.breadcrumb
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 12px 0px;
	color: #336633;
	font-weight: bold;
	border-bottom: solid 2px #cccccc;
}

.breadcrumbRootNode
{
    padding-left: 0px;
}

.breadcrumbNode, .breadcrumb .AspNet-Menu-Leaf, .breadcrumb .AspNet-Menu-Leaf-Last
{
	color: #336633;
    padding-right: 5px;
    margin-right: 5px;
    border-right: solid 2px #336633;
}

.breadcrumb .AspNet-Menu-Leaf-Last
{
    border-right: none;
}


/*    MENU */

.mainMenu
{
    background-color:#D6EDD3;
    min-height: 440px;
    height: auto !important;
    height: 440px;
    width: 200px;
    text-align: left;
    color: #333333;
    padding: 0px;
}

.mainMenu a
{
	color: #333333;
}

.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-Leaf-AspNet-TreeView-Selected a
{
    color:#D6EDD3;
}

.mainMenu .AspNet-TreeView-Leaf a,
.mainMenu .AspNet-TreeView-Leaf-AspNet-TreeView-Selected a
{
	color: #999999;
}

.mainMenu a:hover
{
    color:#D6EDD3;
	text-decoration: none;
}

.menuItem, 
.mainMenu .AspNet-TreeView-Root,
.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-Leaf,
.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-Leaf-AspNet-TreeView-Selected,
.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-ChildSelected
{
    padding: 4px 0px 4px 5px;
    border-bottom: solid 1px White;
	width: 200px;
    font-size: 10pt;
    line-height: 13pt;
}

.MenuLevel1, 
.mainMenu .AspNet-TreeView-Root,
.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-Leaf,
.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-Leaf-AspNet-TreeView-Selected,
.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-ChildSelected
{
    padding: 5px 0px 5px 10px;
}

.MenuLevel2,
.mainMenu .AspNet-TreeView-Leaf,
.mainMenu .AspNet-TreeView-Leaf-AspNet-TreeView-Selected
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
}


.selectedMenuItem, .selectedMenuItem a, 
.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-Leaf-AspNet-TreeView-Selected,
.mainMenu .AspNet-TreeView-Leaf-AspNet-TreeView-Selected
 {
    background-color: #679966;
    color: #D6EDD3;
	text-decoration: none;
 }
 
.hoverMenuItem, .MenuLevel2:hover, .mainMenu table tr td:hover, .mainMenu table tr td a:hover,
.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-Leaf:hover,
.mainMenu .AspNet-TreeView-Root-AspNet-TreeView-Leaf-AspNet-TreeView-Selected:hover,
.mainMenu .AspNet-TreeView-Leaf:hover,
.mainMenu .AspNet-TreeView-Leaf-AspNet-TreeView-Selected:hover
 {
    background-color: #679966;
    color: #D6EDD3;
	text-decoration: none;
 }


.mainContent
{
    padding: 5px 12px 5px 12px;
}

/*        PAGE FOOTER   */
.footer
{
    margin-top: 12px;
	border-top: solid 2px #cccccc;
	padding-top: 12px;
    color: #666666;
    line-height: 19px;
}

.footerMenu
{
}

.footerMenuItem, .footer .AspNet-Menu-Link
{
    color: #666666;
}

.footer a, .footer a:active, .footer a:link, .footer a:hover
{
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}


.footer .AspNet-Menu-Leaf-First, .footer .AspNet-Menu-Leaf
{
   line-height: 12px;
   margin: 0;
   padding: 0;
   padding-right: .6em;
}

.footer .AspNet-Menu-Leaf
{
   padding-left: .6em;
   border-left: solid 2px #666666;	
}

.adminContent
{
    min-height: 330px;
    height: auto !important;
    height: 350px;
}

.extranetContent
{
    Width: 750px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

.publicContent
{
    vertical-align:top;
    Width: 750px;
    min-height: 330px;
    height: auto !important;
    height: 350px;
}

.userControl
{
    /*background-color: #D6EDD3;
    border: solid 1px;*/
    margin: 0px 0px;
    padding: 0px 0px;
}

.userControl table
{
    border-collapse:collapse;
}

.grid
{
    width: 100%;
    border: none 0px #D6EDD3;
    vertical-align:text-top;
    padding: 0px;
}

/*.gridTitle   see h1
{
	font-size: 14pt;
	line-height: 14pt;
	color: #669966;
}*/

.gridHeader, .gridPager
{
    vertical-align:text-top;
    text-align: left;
    color: black;
}

.gridPager a
{
    color:#336633;
}

.gridPager a:hover
{
    text-decoration: underline;
}

.gridPager table
{
    border-collapse: collapse;
}

.gridPager table tr td
{
    padding-right: 10px;
}

.gridSelectedRow
{
    vertical-align: top;
    background-color: #5F9C57;
    color: White;
}

.gridColumn1
{
	width: 10px;
}

.gridDataRow td
{
    vertical-align: text-top;
    padding-right: 20px;
}

.gridDataRow:hover
{
    background-color: #D6EDD3;
}

.gridDataHiddenRow td
{
    line-height: 0pt;
}

/* CALENDAR */
.MyCalendar .ajax__calendar_container {
    border:1px solid Black;
    background-color: #D6EDD3;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}


table.tableData
{
    border-collapse: collapse;
}

table.controlBox
{
     height: 12pt;
    border-collapse: collapse;
}

tr.controlRow
{
 vertical-align: top;
}

td.controlLabel
{
    width:140px;
    color: #336633;
    font-weight: bold;
}

td.controlData
{
    width: 200px;
    font-weight: normal;
}

td.controlData100pc
{
    width: 100%;
}

td.wideControlData
{
    width: 400px;
    font-weight: normal;
}

.textBox
{
    width: 97%; /* 150px; */
    font-weight: normal;
}

.postcode
{
    width: 80px;
    font-weight: normal;
}

.dropDownList
{
    width: 100%; /* 156px; */
    font-weight: normal;
}

.dropDownList
{
    width: 200px; /* 156px; */
    font-weight: normal;
}


option
{
width:auto;    
}


.dateBox
{
    width: 60px;
    font-weight: normal;
}

.timeBox
{
    width: 30px;
    font-weight: normal;
}



.timestamp
{
    font-size: 8pt;
    color: Blue;
}


.displayBox
{
    /*border: solid 1px Gray;*/
    padding: 0px 0px 0px 0px;
    width: 200px;
    font-weight: normal;
}

.hyperlink, .siteMap .MenuLevel1, .siteMap .MenuLevel2:hover
{
    color: #336633;
    font-weight: normal;
}

.hyperlink:hover
{
    text-decoration: underline;
}




/*Reorder List*/
.dragHandle {
	width:16px;
	height:16px;
	background-image:url(images/reorder.jpg);
	cursor:move;
}

.callbackStyle {
	border:thin Purple inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderList ul
{
    list-style-type: none;
    list-style-image: none;
}

.reorderCue {
	border:dashed thin black;
	width:100%;
}

.itemArea
{
	background-color: White;
    list-style-type: none;
    list-style-image: none;
    margin: 0px 0px;
	text-align:left;
}

.expanderHeader
{
    padding: 0px; 
    vertical-align: middle;
}


/* define how the user profile appears */

.userProfile
{
    background-color: #D6EDD3;
    padding: 5px 10px;
}

.userProfile h1 .displayBox 
{
    color: Green;
}

.userProfile h2
{
    margin: 0px 0px;
    padding: 5px 0px 15px 0px;
}

.userProfile .displayBox, .userProfile .controlData .displayBox
{
    color: #333333;
    border: none;
    background-color: Transparent;
}

.userProfile td.controlData
{
    width:300px;
}

/*	POPUP WINDOWS	*/
.popup
{
	padding: 20px;	
}

.popupFooter
{
	margin: 0px 10px 0px 10px;
	border-top: solid 2px silver;
}

.popupFooterImage
{
	margin: 20px 10px 10px 0px;
	padding: 0px 10px 10px 0px;
	height: 40px;
	background-image: url(Images/popupLogo.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.verticalLine
{
    border-left: solid 1px black;
    margin-left: 20px;
    padding-left: 20px;
}

.DCUSAHomepageImage
{
    margin: 0px 12px 10px 0px;
    width: 150px;
}

.newsPanel
{
    background-color: #cccccc;
    margin: 0px 0px;
    padding: 0px 0px;
    border: #cccccc medium solid;
}

.newsPanel h2
{
    margin: 0px 0px;
    padding: 5px 0px 5px 0px;
    color: Black;
}

.newsPanel .displayBox
{
    background-color: #cccccc;
    color: #333333;
    padding: 5px 0px 0px 0px;
    margin-bottom: 20px;
}

.newsPanel td.controlData
{
    width:400px;
    line-height: 16pt;
}

.newPartyWizard
{
    height: 360px;
    width: 100%;
}

.newPartyWizardStep
{
    vertical-align: text-top;
}

.passwordRecovery
{
	text-align: left;
}


.cpDetails td.controlData, .partyDetails td.controlData
{
    width:350px;
}


.width600 input, .width600 textarea, .width600 select, 
.width600 .displayBox
{
    width: 600px;
}