body {
	font-family: Helvetica, sans-serif;
	background-color: #6d90a3;
	background-image: url(../images/Halftone-BG.jpg);
	background-repeat: repeat-x;
	font-size: 11pt;
}

ul.menu {
	list-style-type: circle;
	font-family: Helvetica, sans-serif;
	color: #195668;
}

#MainContainer {
	width: 860px;
	height: 740px;
	margin: auto;
	background-color: #fff;
	border: 2px solid #195668;
}


#Header {
	width: 100%;
	height: 135px;
	float: left;
	background: white url(../images/head-bg.gif) repeat-x 0 30px;
	margin-bottom: 10px;
}

#Logo {
	float: left;
	margin-left: 30px;
	margin-top: 5px;
}

#Buttons {
	margin-right: 30px;
	position: relative;
	top: 59px;
	left: 445px;
}

#Menu {
	background-color: #7db1ba;
	float: left;
	margin-left: 15px;
	border: 2px solid #195668;

}

#Form {
	margin-top: 30px;
}

#MenuContents {
	color: #ffffff;
	/*height: 530px;*/
}

#Menu a {
	color: white;
	text-decoration: none;
}

#Menu a:hover {
	color: #FF6600;
}

#Content {
	float: right;
	background-color: white;
	border: 2px solid #195668;
	margin-right: 15px;
	margin-left: 10px;
}

#ContentContents {
	/*height: 520px;*/
	/*padding: 5px;*/
	overflow: auto;
}

.ContentsHeight {
	height: 530px;
}

.MenuWidth {
	width: 180px;
}

.ContentWidth {
	width: 600px;
}

#Title {
	color: #195668;
	font: bold 11pt  Helvetica, sans-serif;
	padding: 5px;
	text-align: center;
}

.FAQQuestion {
	color: #195668;
	font: bold 10pt  Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
}

.FAQBlock {
	color: #195668;
	font: 10pt  Helvetica, sans-serif;
	padding: 5px;
}

.TextBlock {
	color: #195668;
	font: 11pt  Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}

#SuiteKeyBar {
	color: #195668;
	font: 11pt  Helvetica, sans-serif;
	padding: 0 10px;
	margin-bottom: 5px;
}

#SuiteNewKeySelect {
	float: left;
	width: 20em;
}

#SuiteKeySaveButton {
	float: right;
	width: 10em;
	text-align: right;
}

#HeaderTitle {
	text-align: right;
	color: #195668;
	float: right;
	margin-right: 40px;
	position: relative;
	margin-top: 30px;
	font: bold 11pt  Helvetica, sans-serif;
}

#welcome {
	color: white;
	margin-left: 30px;
	position: relative;
	margin-top: 10px;
	font: bold 9pt  Helvetica, sans-serif;
}

#HeaderTag {
	color: #195668;
	font: bold 11pt  Helvetica, sans-serif;
	float: left;
	position: relative;
	left: 30px;
	width: 100%;
	margin-top: 30px;
}


#HeaderLinks {
	text-align: right;
	font-size: small;
}

#FooterLinks a {
	color: #7db1ba;
	
}

#FooterLinks a:hover {
	color: #FF6600;
}

#FooterLinks {
	text-align: center;
	color: #7db1ba;
	float: left;
	font-size: small;
	width: 100%;
	/*bottom: 20px;*/
	margin-top: 10px;
}

#AccountList {
	/* Since IE sucks, the html has cellspacing set for this table. but 
	   we'll leave border-spacing in, out of principle. */
	border-spacing: 7px;
	padding: 10px;
	width: 100%;
}

.AccountListLeftCol {
        color: #ffffff;
        width: 40%;
        margin: 5px;
        padding: 5px;
        background-color: #7db1ba;
        font-weight: bold;
}

.AccountListRightCol {
	color: #ffffff;
        width: 60%;
        margin: 5px;
        padding: 5px;
        background-color: #7db1ba;
}

.AccountListRightCol a {
        color: white;
        text-decoration: none;
}

.AccountListRightCol a:hover {
        color: #FF6600;
}

#AddAccountButtonCell {
	margin: 5px;
	padding: 5px;
}

#StatusMessage {
	color: #195668;
	font: small  Helvetica, sans-serif;
	padding: 5px;
	width: 70%;
	margin: 10px auto auto auto;
	background-color: white;
	text-align: center;
}

.status_error {
	color: #D12D00;
	width: 70%;
}

.status_success {
	color: #00D12D;
}

.status_warning {
	color: #D19600;
}

#Header img {
	border: 0px;
}

#LoginDialog {
	margin-top: 10px;
}

#PasswordDialog {
	margin-top: 10px;
}

#AddAccountDialog {
	color: #195668;
	font: small  Helvetica, sans-serif;
	padding: 10px;
	background-color: white;
	border: 2px solid #195668;
        width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#DelAccountDialog {
        color: #195668;
        font: small  Helvetica, sans-serif;
        padding: 10px;
        background-color: white;
	border: 2px solid #195668;        
        margin: auto;
        width: 60%;
        text-align: left;
}

#DelAccountConfirmButtons {
	width: 100%;
	text-align: center;
}
 
.LoginLink {
	color: white;
	font: small  Helvetica, sans-serif;
	background-color: #7db1ba;
	padding: 5px;
	text-align: center;
	float: left;
	width: 75px;
	height: 50px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 50px;
	border: 1px solid #ff7b00;
}

#LoginLink a {
	color: white;
	text-decoration: none;
}

#LoginLink a:hover {
	color: #FF6600;
}

#LoginButtons {
	margin-left: 180px;
}


/* Form Stuff */

input[type="text"], input[type="password"] {
	font: small Helvetica, sans-serif;
	width: 150px;
	color: black;
	border: 1px solid #004457;
}

input[type="submit"] {
	font: small Helvetica, sans-serif;
	margin: 10px;
}

label {
	font: small Helvetica, sans-serif;
	width: 37%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
}

fieldset,#AdminAdded {
	font: small Helvetica, sans-serif;
	border: 2px solid #004457;
        margin: auto;
        width: 70%;
	color: #004457;
}

legend {
	color: white;
	background: #7db1ba;
	border: 1px solid #004457;
	padding: 2px 6px;
	font-weight: bold;
}

#NewAcctSubmit {
	margin: 0px;
}

/* menu corners */

.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}

.men_tl {
	position: relative;
	float: left;
	top: -2px;
	left: -2px;
}

.men_tr {
	position: relative;
	float: right;
	top: -2px;
	left: 2px;
}

.men_bl {
	position: relative;
	top: 2px;
	left: -2px;
	float: left;
}

.men_br {
	position: relative;
	top: 2px;
	left: 2px;
	float: right;
}

.centered {
	text-align: center;
}

form#adminadd,form#adminsearch {
	padding-top: 20px;
}

p#searchtips {
	text-align: center;
	font-size: 80%;
	font-style: oblique;
}

div#NewUserid {
	text-align: center;
	margin-bottom: 10px;
}

span#NewUseridVal {
	font-weight: bold;
}

div#NewUseridButtonContainer {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}

div.PageNav {
	margin-top: 5px;
}

#PageNavTable {
	margin: auto;
	font-size: 12px;
}

td.PageNav {
	border: 1px solid #7db1ba;
}

td.PageNavCurrent {
	border: 1px solid #7db1ba;
	color: #FFF;
	background-color: #7db1ba;
	padding: 2px 7px;
}

td.PageNavNext,td.PageNavPrev {
	border: 1px solid #7db1ba;
	font-weight: bold;
}

td.PageNavDisabled {
	border: 1px solid #7db1ba;
	color: #929292;
	padding: 2px 5px;
}

.PageNav a:link, .PageNav a:visited,
.PageNavPrev a:link, .PageNavPrev a:visited,
.PageNavNext a:link, .PageNavNext a:visited {
	padding: 2px 5px;
	text-decoration: none;
	color: #195668;
}

.PageNav a:hover, .PageNav a:active,
.PageNavPrev a:hover, .PageNavPrev a:active,
.PageNavNext a:hover, .PageNavNext a:active {
	padding: 2px 5px;
	color: #195668;
	background-color: #FF6600;
}

div.FloatContainer {
	overflow: auto;
}

div#SuiteFeaturesLeft {
	float: left;
	margin: 0 1em 0 3em;
	width: 15em;
}

div#SuiteFeaturesRight {
	margin-left: 20em;
}

ul.SuiteFeatures {
	color: #195668;
	margin: auto;
	padding-left: 40px;
}

p.SectionHeader {
	color: #195668;
	font: bold 11pt  Helvetica, sans-serif;
	padding: 5px;
	text-align: center;
}

input#SuiteGenerate {
	margin: 0 0 5px 10px;
}

div#SuiteKeyContainer {
	margin: 0px 10px 5px 10px;
}

div.SuiteKey {
	border: 1px solid white;
	float: left;
	width: 20em;
	padding: 5px;
	background-color: #7db1ba;
	color: white;
	font-family: monospace;
}

div.SuiteKeyActions {
	border: 1px solid white;
	padding: 5px;
	margin-left: 21em;
	background-color: #7db1ba;
	color: white;
}

.SuiteKeyActions a:link {
        color: white;
        text-decoration: none;
}

.SuiteKeyActions a:hover {
        color: #FF6600;
}

.AdminInfoHeader {
	color: #195668;
	font-weight: bold;
}

.AdminInfoIndent {
	margin-left: 15px;
}

