﻿body {background-color: LightGray; margin: 0 0 0 0; padding: 0;}

#wrapper 
{
	width: 960px; 
	min-height: 1000px;
	margin: 0 auto; 
	border: Solid DarkGray;
	border-width: 0 1px;
	padding: 5px;
	background-color: White;
	}

#main-menu {float:right;}
#main-menu .ui-tabs .ui-tabs-nav li a {padding: 2px 5px;}
#main-menu .ui-widget-content, #tabs.ui-widget-content {border: None;}

#header {
	position: relative; 
    background-color: White; 
    height: 60px; 
    width: 960px;
    }

#header a {text-decoration: none;}

#site-id {
	color: White; 
    font-size: 3em; 
    font-family: Verdana, arial; 
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#site-id-img {
	border: none;
	height: 65px;
	width: 212px;
}

#login {position: absolute; right: 4px; top: 4px;}
#MembersLink {position: absolute; right: 4px; top: 38px;}

noscript h3 {background-color: Red; display: block;}

#loader 
{
	display: none;
	font-weight: bold;
	line-height: 13px; 
	text-align: center; 
	position: fixed;
	bottom: 0px; 
	left: 30%; 
	width: 500px; 
	z-index: 999; 
	background-color: White;
	border: Solid 1px Orange;
	}

#loader span {
	display: inline;
	vertical-align:text-top;
	}	

#ajaxloading {padding: 8px;}


#home-page {
	height: 1000px; width: 960px;
	background: #0661a6 url("/Images/main-photo.gif") no-repeat;
}

#page {padding: 5px 10px 15px;}

#main-section {width: 84%; float: left;}

#main-section > div.ui-widget-content, #wrapper > div.ui-widget-content {padding: 10px;}

#page-container, .page-section {padding: 10px; 1margin: 5px; 1min-height: 1000px;}

.left-container {float: left;}

.right-container {float: right; }

.content-header, .content-text {padding: 4px;} 

.page-header {padding: 5px 8px;}

.content-header {font-weight: bold; font-size: 1.2em;}

.content-text p {line-height: 1.5em; margin: 0;}

.grouped-documents .content-header {margin-bottom: 2px;}

.document-wrapper {border-bottom: Dotted 1px Silver; padding: 4px; margin-left: 20px;}

.document-wrapper input.ui-button {padding: 3px;}

.clearernoheight {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
}

.smallclearer {
	clear:both;
	display:block;
	font-size:1px;
	height:5px;
	line-height:1px;
	margin-bottom:-1px;
}

.form-entry-clearer{
	clear:both;
	display:block;
	font-size:1px;
	height:7.5px;
	line-height:1px;
	margin-bottom:-1px;
}


.clearer {
	clear:both;
	display:block;
	font-size:1px;
	height:10px;
	line-height:1px;
	margin-bottom:-1px;
}

.indent {margin-left: 20px;}

/* public home page */ 
#public-home {border: 2px Solid #4FA600; padding: 10px 5px;}

#public-home #right-container {padding: 10px;}

#public-home .slideshow div, #public-home .slideshow img { background-color: White; }

#public-home ul {
	list-style-type: circle; 
    padding: 7px 0 0 7px;
    }

#public-home li {margin-left: 20px; color: Gray; font-size: 1.2em; font-weight: bold}

#title-text {margin: 0; font-family: Tahoma, Serif;}
#home-tagline {margin: 5px 0;}



/* login */
.AspNet-Login {padding: 10px;}

.AspNet-Login div {margin-bottom: 15px;}

.AspNet-Login label {display: inline-block; width: 7em;}

.AspNet-Login-RememberMePanel label {width: 13em;}

.AspNet-Login-UserPanel,
.AspNet-Login-PasswordPanel,
.AspNet-Login-RememberMePanel,
.AspNet-Login-SubmitPanel,
.AspNet-Login-PasswordRecoveryPanel {margin-left: 10px;}

/* Password Recovery*/
.AspNet-PasswordRecovery {padding: 10px;}

.AspNet-PasswordRecovery div {margin: 0 0 15px 10px;}

.AspNet-PasswordRecovery label {display: inline-block; width: 7em;}

div.AspNet-PasswordRecovery-UserName-TitlePanel, 
div.AspNet-PasswordRecovery-Question-TitlePanel, 
.AspNet-PasswordRecovery .page-header {margin: 0 0 15px 0;}

/* Change Password*/
.AspNet-ChangePassword {padding: 10px;}

.AspNet-ChangePassword div {margin: 0 0 15px 10px;}

.AspNet-ChangePassword label {display: inline-block; width: 7em;}

div.AspNet-ChangePassword-ChangePasswordTitlePanel, 
div.AspNet-ChangePassword-SuccessTitlePanel,
.AspNet-ChangePassword .page-header {margin: 0 0 15px 0;}


/* Media */

.media div {padding: 4px; color: White; margin-bottom: 10px;} 


/* gridview */

.AspNet-GridView td {padding: 8px 0; border-bottom: 1px Solid Gray;}

.AspNet-GridView th {text-align:left; }

.AspNet-GridView table.stretched {width: 100%;}

.AspNet-GridView td {border-bottom: dotted 1px #CCCCCC; font-size: 0.9em;}

.AspNet-GridView td {text-align:left; vertical-align: top;}

.AspNet-GridView .grid-in-formview td span {font-size: 1.2em;}

.AspNet-GridView td.aligncentre, .AspNet-GridView th.aligncentre {text-align: center;}

.AspNet-GridView td.alignright, .AspNet-GridView th.alignright {text-align: right;}

.AspNet-GridView td.border-left {border-left: Solid 1px Silver;}

.AspNet-GridView td.border-right {border-right: Solid 1px Silver;}

.AspNet-GridView-Selecting { cursor: pointer;}

.AspNet-GridView .highlightrow tbody tr {cursor:pointer;}

.AspNet-GridView .highlightrow tbody tr td.noselect {cursor: default; background-color: White;}

.AspNet-GridView-Pagination {margin:5px 0; clear:both;}

.AspNet-GridView-Pagination {margin :10px 0; font-size: .9em;}
.AspNet-GridView-Pagination a, .pager-current-page {padding:3px 6px; border: Solid 1px Silver;}
.AspNet-GridView-Pagination a:hover {background-color: LightGray; border-color: Black; color: Black;}
.pager-current-page {Border-color: Black; font-weight: bold;}

ul {
	list-style-type:none;
	padding: 14px 0 0 7px;
	margin: 0px;
}

li {
	border: none;
}

ul a 
{
	border:none;
	display:block;
	text-decoration:none;
	background-position: left center; 
	background-repeat: no-repeat;	
}







