html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font:  1.0em/1.5 Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;}

td, th {
	font:  1.0em/1.5 Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
}

#container {
	position: relative;
	min-height: 100%;
}

#content {
	padding: 10px;
	padding-bottom: 48px;
}

#footer {
	padding: 10px;
	width: 98%;
	font-size: 10px;
	color: lightgrey;
	text-align: right;
	border-top: thin dotted lightgrey;
}

h1 {
	font-size: 20px;
	margin: 0;
	margin-top: 16px;
	margin-bottom: 12px;
}

h2 {
	font-size: 14px;
	margin: 0;
	margin-top: 14px;
	margin-bottom: 10px;
}

a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: blue;}
a:hover {text-decoration: underline overline; color: red;}

a.nolink {text-decoration: none; color: black;}

.errorMessage { color: red; }

#menubar {
	color: black;
	background-color: lightgrey;
	font-size: 12px;
	font-weight: bolder;
	border-top: thin dotted lightgrey;
	border-bottom: thin dotted lightgrey;
	padding-left: 10px;
	padding-bottom: 1px;
}

.highlight {
	background-color: yellow;
}

a[href^="http:"] {
  background: url(../img/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.extremeprofile.com"], a[href^="http://extremeprofile.com"]  {
  background-image: none;
  padding-right: 0;
}

.pTag {
	color: red;
	font-weight: bold;
}

.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
 	border: 1px solid #284279;
}

.openidLoginField {
	background: #FFFFFF url('http://openid.net/login-bg.gif') no-repeat scroll 0pt 50%;
	padding-left: 18px;
}

#timezone>option {
    text-indent: 2em;
}

#timezone>option.hdr {
    text-indent: 0em;
    color: #D90D19;
	font-weight: bold;
	background-color: #F8F8F8;
}
