/*
Sticky footer css
Copyright (c) 2006-2007 Ryan Fait
Remember: use padding rather than margins
*/
* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: 'Trebuchet MS' , Arial, Sans-Serif;
	font-size: 11pt;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em; /* the bottom margin is the negative value of the footer's height */
	background-color: #EEEEEE;
	width: 980px;
}
#footer, #push {
	clear: both;
	height: 3em; /* .push must be the same height as .footer */
	margin: 0 auto;
	width: 980px;
}

/*
end sticky footer css
*/

/* Final overall settings */
#header {
	padding: 10px;
}


/* Content */

#content {
	width: 960px;
	padding: 0 10px 10px 10px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-size: 100%;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}


/* menu */

#menu {
	text-align: left;
	padding-left: 10px;
	background-color: darkblue;
	color: lightblue;
}
#menu p {
	padding-bottom: 3px;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 100%;
}
#menu a:hover, #menu a:active {
	text-decoration: underline;
	color: lightblue;
}


#content {
	width: 960px;
	padding: 0 10px 10px 10px;
}
#contentLeft {
	float: left;
	width: 650px;
}
.footerText {
	padding-left: 10px;
	font-size: 0.8em;
}

/* User Details */
#userDetails {
	position:relative;
	float:right;
	top:-30px;
	right:20px;
	color:white;
	font-size:90%;
	font-weight:bold;
}


/* Headings */
h1 {
	font-size: 2em;
	color: darkblue;
	padding-top: 0.5em;
}

h2 {
	padding-top: 1.0em;
	padding-bottom: 0.5em;
	color: midnightblue;
}

h3 {
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	color: midnightblue;
}
h4 {
	padding-top: 1em;
}

/* Links */

#content a:link, a:visited {
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-size: 100%;
}
#content a:hover, a:active {
	text-decoration: underline;
}



/* Paragraphs & Lists */

ul li {
	margin-left:40px;
}

ul {
	margin-bottom:1em;
}


p {
	margin-bottom:1em;
}

/* Standard Table Styles */

table {
	border-collapse: collapse;
	border: solid 3px white;
}

td {
	border: solid 1px white;
	padding: 5px;
}

th {
	border: solid 1px white;
	border-bottom: 3px;
	color: darkblue;
	text-align: left;
	padding: 5px;
}
td.numeric {
	text-align:right;
}

table.summitInfo {
	border: none;
}

table.summitInfo td,th{
	border: none;
}

/* Management Team on User list */
.mt {
 color:blue;
}


/* Photo bar */

#sideBar {
	float:right;
	position:relative;
	top: -40px;
	/*left: 50px;*/
	background-color: #DDDDDD;
	width: 250px;
	/*height: 400px;*/
	margin-right: 10px;
	padding: 20px;
	font-size: 95%;
}
#sideBar img {
	margin: 5px;
}
#sideBar li {
	margin-left: 20px;
}

.question {
	font-weight:bold;
	padding-top:1em;
}