﻿/* debug div positions */

/*
div {border: 1px dotted gray; padding: .5em}
*/

/* major divs */

/* Main white rectangle */
#main_page {
	background-color: #ffffff;
	border: 1px solid #bbbcbc;
	text-align: left;
	width: 780px;
	padding: 10px;
	margin:0 auto 0 auto;
}

/* Masthead: Logo, login navigation*/
#mast {
	background-image: url(Images/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 80px;
	margin-right: 17px;
	margin-left: 18px;
	border-width: thick;
	font-size: 12px;
}

#mast_LoginArea
{
	float:right;
}

#mast a {
	color: #2745FB;
}

#mast a:hover {
	color: #0000ff;
}
 
/* Blue navigation bar */
#nav {
	height: 65px;
	background-image: url(Images/navBG.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 40px;
	text-align: left;
}

/* For lower-end browsers that can't render the menu */ 
#nav a {
	font-weight: bold;
	color:#ffff4f;
}
.menuNav {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 12px;
}

.menuNav a {
	font-weight: bold;
	color:#ffff4f;
}
/* chris' choice color:#f1f886; */

.menuNav a:hover {
	color:#ffffff;
}

.subMenuItem 
{
	background-color: #4a95dc;
	border-color: #4a95dc;
	border-style: ridge;
	border-width: 1px;
}

/*Footer*/
#navBottom {
	font-size: 11px;
	margin-top:10px;
}

#copyright {
	font-size: 10px;
	margin-top: 5px;
	color: #000000;
}	

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	text-align: center;
}

body.popup {
	background-color: White;
	background-image: none;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}

img {
	border-width: 0;
}

/* left side of page */
#content {
	float: left;
	margin-left: 5px;
	width: 450px;
}

/* right side of page */
#sidebar {
	float: right;
	width: 200px;
}

/*Right Content*/
#rightSidebar {
	float: right;
	width: 240px;
	margin-right: 17px;
	border: 1px solid #91BF7A;
	margin-top: 5px;
	text-align: left;
}

/*Right Content*/
#topSidebar {
	margin-right: 17px;
	border: 1px solid #91BF7A;
	margin-top: 5px;
	text-align: left;
}

#rightContent {
	padding: 2px;
}

h6 {
	background-color: #91BF7A;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* entire page */
#content_wide {
	float: left;
	margin-left: 5px;
	width: 686px;
}

/* UNKNOWN Use after this!!!! */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-color: Fuchsia;
}


/* Basic Tags */
table {
	font-size: 1em;
}
td
{
	vertical-align: top;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

.pageErrors {
	color: Red;
}

.pageResults {
	color: Blue;
}

.gridFieldHeader 
{
	text-align: right;
}

.gridFieldHeaderCenter 
{
	text-align: center;
}

.gridFieldItem 
{
	text-align: left;
}

/* Potential */

.formError {
	color: Red;
	background-color: Green;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a.helpLabel {
	color: Gray;
	text-decoration: underline;
}
 
a.helpLabel:hover {
	color: Gray;
	text-decoration: underline;
}
 
a {
	color: #3267A2;
	text-decoration: underline;
}
a:hover {
	color: #4B95D9;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #3167A2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	background-color: #91BF7A;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* 1.1 SHIM */

.shim {
	display: none;
	height: 500px;
	 
}

/* 2 PAGE */

h3 {
	margin-top: 0.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
}

h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
}

/* 2.1 ALL PAGES */

#search, #resume, #links, #about, #details, #register, #login, #directory, #addVisit {
	
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

li.normal {
	color: #000028;
	text-decoration: none;
}

.li_result
{
	color: Blue;
}

/* ValidationSummary
li. {
	color: #FF0000;
	text-decoration: none;
}
*/

.li_desc {
	color: #000000;
	text-decoration: none;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 400px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}













/* 3 FOOTER */




/* XSL Table formatting */
TD.buttoncell
{
	text-align: center;
	font-weight: bold;
	background-color: #0E08B0;
	color: #0E08B0;
	border-right: outset thin;
	border-top: outset thin white;
	border-left: outset thin white;
	border-bottom: outset thin;
	padding-left: 5px;
	padding-right: 5px;
}
TD.buttoncelldisabled
{
	text-align: center;
	font-weight: bold;
	background-color:#39688F;
	color: #cccccc;
	border-right: outset thin #A7C9EE;
	border-top: outset thin #A7C9EE;
	border-left: outset thin #A7C9EE;
	border-bottom: outset thin #A7C9EE;
	padding-left: 5px;
	padding-right: 5px;
}
A:visited.buttoncella
{
	text-decoration: none;
	font-weight: bold;
	color: #ccccff;
}
A:hover.buttoncella
{
	text-decoration: none;
	font-weight: bold;
	color: Blue;
}
A.buttoncella
{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: White;
}
A.linkcella
{
    COLOR: #3543a9;
    TEXT-DECORATION: none;
}
TD.tdheader
{
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
}
TD.tdheader_u
{
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	border-bottom: inset thin;
}
/*
TD.tdfield_alternating
{
	text-align: left;
    FONT-WEIGHT: bold;
	border-right: #BBBBBB thin inset;  
	border-top: #bbbbbb thin inset;  
	border-left: #bbbbbb thin inset;  
	border-bottom: #BBBBBB thin inset;
	font-weight: normal;
}
*/

TABLE.news
{
	margin-left: 50px;
}

TR.news
{
	text-align: left;
}

TD.news_col1
{
	vertical-align: top;
	width: 75px;
	white-space: nowrap;
}

TD.news_col2
{
	vertical-align: top;
	width: 500px;
}

.clear
{
	clear:both;
}


