body {
	background-color: #fff;
	color: #000;
	font-size: 10pt;
	font-family: verdana, Georgia, serif;
	margin:0px;
	padding:0px;
}

a, legend { color:#3d83ac; }

.fakelink {color:#3d83ac;
           text-decoration:underline;}

p { margin:0px 0px 10px 0px; }

#logo {
	background: url(../images/sidebarbackground.gif) repeat-x;
	height: 75px;
	border-bottom: solid 2px black;
}

#logo h1 {
	margin:0px;
}

#logo p {
	position: absolute;
	margin-left: 60px;
	margin-top: 50px;
	font-weight: bold;
	color: #fff;
}

#logo p a {
	color: #00F;
}

#logo h1 a {
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	height: 36px;
	width: 283px;
	margin-left: 20px;
	margin-top: 10px;
}

#logo h1 span {
	display: none;
}

#logo div {
	margin:0px;
}

#logo div a {
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	height: 36px;
	width: 283px;
	margin-left: 20px;
	margin-top: 10px;
}

#logo div span {
	display: none;
}

#header {
	display: block;
	clear: both;
}

#menu {
	display:block;
	margin:0px;
	padding:0px;
}

#menu ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#menu ul li {
	float: left;
	margin:0px;
	padding:0px;
}

#menu ul li a {
	margin-left: 0.5em;
	display: block;
	padding: 1.0em .75em 0.8em .75em;
	border: solid 1px #fff;
	color: #3d83ac;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

#menu ul li span {
	margin-left: 0.5em;
	display: block;
	padding: 1.0em .75em 0.8em .75em;
	border: solid 1px #fff;
	color: #696969;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}

#content {
	padding: 0px 40px 0px 20px;
	vertical-align: top;
}

#content h1 {
	margin:5px 0px 10px 0px;
	font-size:x-large;
	padding:0px;
	border-bottom: solid 1px #696969;
	color:#42423e;
}

#content h2,h3,h4,h5,h6 {
	margin:5px 0px 10px 0px;
	padding:0px;
	color:#42423e;
}

#content h3 {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0;
	border-spacing: 0;
	width: 100%;
}

#footer {
	height: 95px;
	border-top: solid 2px black;
	margin: 20px auto 0px auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #66665E;
}

#footer a {
	color: #000000;
}

/* Sidebar */
#sidebar {
	width: 162px;
	padding-left: 22px;
	padding-top:6px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border-right: solid 1px black;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {

}

#sidebar li li {
	padding-left: 10px;
	margin:2px 0px 2px 5px;
}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
}

#sidebar h2 {
	margin: 0 0 10px 0px;
	padding: 8px 0 5px 10px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #42423E;
	border-bottom: solid 1px black;
}

#sidebar p {
}

#sidebar a {
	color: #696969;
}

.myhighlight {
	
}

.myhighlight a {
	color: #ffffff !important;
	background: #F0F0F0 !important;
	background: url(../images/lightning.png) no-repeat 5px 5px !important;
}

.warning {
   background: #fff6bf url('/images/warning.png') center no-repeat;
   background-position: 15px 50%;
   text-align: left;
   padding: 5px 20px 5px 45px;
   border-top: 2px solid #ffd324;
   border-bottom: 2px solid #ffd324;
   margin-bottom: 10px;   
}

.information  {
   background: #e3f1fe url('/images/information.png') center no-repeat;
   background-position: 15px 50%;
   text-align: left;
   padding: 5px 20px 5px 45px;
   border-top: 2px solid #7aa6d5;
   border-bottom: 2px solid #7aa6d5;
   margin-bottom: 10px;   
}

.error {
   background: #ffe4e3 url('/images/exclamation.png') center no-repeat;
   background-position: 15px 50%;
   text-align: left;
   padding: 5px 20px 5px 45px;
   border-top: 2px solid #e47e7a;
   border-bottom: 2px solid #e47e7a;
   margin-bottom: 10px;
}

.success {
   background: #e0ffd3 url('/images/checkbox.png') center no-repeat;
   background-position: 15px 50%;
   text-align: left;
   padding: 5px 20px 5px 45px;
   border-top: 2px solid #8ad66a;
   border-bottom: 2px solid #8ad66a;
   margin-bottom: 10px;
}

.help {
   background: #e3f1fe url('/images/help.png') center no-repeat;
   background-position: 15px 50%;
   text-align: left;
   padding: 5px 20px 5px 45px;
   border-top: 2px solid #7aa6d5;
   border-bottom: 2px solid #7aa6d5;
   margin-bottom: 10px;   
}

.hint {
   background: #e3f1fe url('/images/information.png') center no-repeat;
   background-position: 15px 50%;
   text-align: left;
   padding: 5px 20px 5px 45px;
   border-top: 2px solid #7aa6d5;
   border-bottom: 2px solid #7aa6d5;
   margin-bottom: 10px;   
}

.link {
	color:#3d83ac;
	font-weight:bold;
	cursor:pointer;	
}

.memberlist tr {
	border-bottom:solid 1px black;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}

.focus {
	border:solid 2px #3d83ac;
	background-color:#ffffcc;
}

.errorText {
	border:solid 2px #ff7575;
	background-color:#ffcece;
}

.overflow {
	overflow:hidden;
}

.setting {
	padding: 10px;
	margin: 10px;
}

.setting .description {
	font-style:italic;
}

.setting label {
	cursor:pointer;
}

fieldset.collapsible { border: none; border-top: 1px solid black; margin-bottom:20px;}
fieldset.collapsible legend { padding: 0 10px 0 10px; font-weight:bold; font-size:1.2em;}
fieldset.collapsible legend:hover { cursor: pointer;}
fieldset.collapsed { }
fieldset.collapsed p,
	fieldset.collapsed div fieldset.collapsed span {
		display: none;
	}

hr {
	border:solid 0px white;
	border-bottom:solid 1px #696969;
	color:White;
}

.browsefilter  {
	border:solid 1px #eeeeff;
	border-collapse:collapse;
}

.browsefilter td {
	vertical-align:top;
	padding:5px;
}

.browsefilter th {
	text-align:left;
	padding-right:20px;
}

.browsefilter ul {
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style-type:none;
}

.browsefilter h4 {
	font-weight:bold;
	color:#696969;
	margin:0px;
	padding:0px;
}

.browsefilter ul li span {
	margin-left:10px;
	font-size:7pt;
}

.searchResults {
}

.searchResults li {
	margin-bottom:20px;
}

.options {
	margin-bottom:		10px;
	width: 			100%;
}
.options th {
	width:			400px;
	vertical-align:		top;
	background-color:	#ffffff;
	border-bottom:		solid 1px #c3e1f7;
	margin-bottom:		5px;
	font-weight:		bold;
	padding:		5px;
	text-align:		left;
}
.options .subheader {
	padding-top:20px;
	background-color:	#ddecf7;
}
.options .header {
	background-color:	#ddecf7;
	border-top:		solid 1px #c3e1f7;
	border-bottom:		solid 1px #c3e1f7;
	text-align:		left;
	padding-left: 		10px;
}
.options td {
	vertical-align:		top;
	background-color:	#ffffff;
	border-bottom:		solid 1px #c3e1f7;
	margin-bottom:		5px;
	font-weight:		normal;
	padding:		5px;
}

.options .checked {
	font-weight:bold;
}

.options .firstcolumn {

}
.options td:first-child {

}