html {
	margin:0;
	background-color:#000000;
}
body {
	margin:0;
	color:#cccccc;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
	font-size:9pt;
}
#pagecontainer {
	width:1020px;
	margin:auto;
	position:relative;
	padding-bottom:20px;
	background-color:#1b1b1b;
	background-repeat:no-repeat;
	background-position:bottom left;
}
#headerboxbig {
	width: 100%;
	height: 100px;
  position:relative;
}
#headerbox {
	width: 100%;
	height: 50px;
	position: relative;
	border-bottom: 1px solid #888888;
}
#toprightimg {
	position:absolute;
	top:0;
	right:0;
	width:287px;
	height:90px;
}
#errorbox {
	width: 1000px;
	border: 3px solid red;
	margin: 3px auto 0 auto;
	background-color: yellow;
	padding: 5px;
	color: #000000;
}
#okbox {
	width: 1000px;
	border: 3px solid #2f8700;
	margin: 3px auto 0 auto;
	background-color: #4dde00;
	padding: 5px;
	color: #335533;
}
#errorbox p,#okbox p {
	margin:0;
}
#pagecontent {
	width: 1000px;
	margin: auto;
	position: relative;
	min-height: 590px;
}
#footerdivider {
	width:100%;
	position: relative;
	clear:both;
	height:20px;
}
#pagefooter {
	width: 800px;
	text-align:center;
	border-top: 1px solid #888888;
	padding-top: 5px;
	margin: auto;
}
#logobox {
	position: absolute;
	top:6px;
	left:14px;
}
#logobox img {
	width:134px;
	height:39px;
}
#profnav {
	white-space:nowrap;
	margin-right:6px;
}
#LeftCol {
	width: 690px;
	margin: 0 10px 0 0;
	float: left;
}
#RightCol {
	width: 300px;
	float: left;
}
#searchbox {
	position: absolute;
	top: 2px;
	right: 12px;
}
#searchbox input.textfield {
	background-color: #cccccc;
	width: 100px;
	border: 1px solid #555555;
}
#navline {
	position:absolute;
	left:160px;
	bottom:5px;
}
/* Left column when showing news stories and pages */
#IndexCol {
	width:180px;
	margin: 0 0 0 0;
	float: left;
}
/* Middle col when showing news stories and pages */
#MainCol {
	float:right;
	width:500px;
	margin:0 0 0 10px;
}
div.newsoverview h2 {
	margin-top:20px;
	margin-bottom:2px;
}
div.newsoverview p.dimmed {
	margin-bottom:2px;
}
.searchresults img.preview {
	border: 1px solid black; 
	margin: 2px 5px 5px 0;
	float: left;
	width: 60px;
	height: 60px;
}
.searchresult {
	margin-bottom: 20px;
	clear: both;
}
.searchresult h2 {
	clear:none;
}
div.Section {
	float:left;
}
/*** Formatting starts ***/
h1 {
	clear:both;
	font-size: 16pt;
	font-weight: bold;
	color: #cccccc;
	margin-top: 12pt;
	margin-bottom: 3pt;
}
h2 {
	clear:both;
	font-size: 12pt;
	font-weight: bold;
	color: #cccccc;
	margin-top: 18pt;
	margin-bottom: 3pt;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}
p {
	margin: 0 0 6pt 0;
}
a {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.indented{
	padding-left:2em;
}
form {
	margin:0;
}
div.formvalidationerror {		/* Used for ajax forms */
	border: 3px solid red;
	margin: 3px auto 0 auto;
	background-color: yellow;
	padding: 5px;
	color: #000000;
}
div.formvalidationerror p {
	margin:0;
}
a.NewMessage {
	font-weight:bold;
}
li {
	margin-bottom:6pt;
}
ul.Poll {
	padding:0;
	margin:0;
	list-style:none;
}
ul.Poll li {
	display:block;
	margin:0 0 0.5em 1.8em;
	text-indent:-1.8em;
}
ul.TagList,ul.TagListButtons {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
ul.TagList li,ul.TagListButtons li {
	display:inline;
}
ul.TagList li {
	margin:0 2px 0 3px;
}
ul.TagList li a{
	vertical-align: middle;
}
span.taglink {
	height:16px;
	line-height:10pt;
	padding:2px 6px 0 26px;
	position:relative;
	margin:0 2px 4px 0;
	display:inline-block;
}
span.tagnormal {
	/* background-color:#ec0083; */
	background-image:url("/sysgfx/tagbg.gif");
	background-repeat:no-repeat;
	background-position:top right;
}
span.tagnormal-n {			/* on light blue background */
	/* background-color:ec0083; */
	background-image:url("/sysgfx/tagbg-n.gif");
	background-repeat:no-repeat;
	background-position:top right;
}
span.taggeo {
	/* background-color:#4a7eeb; */
	background-image:url("/sysgfx/tagbggeo.gif");
	background-repeat:no-repeat;
	background-position:top right;
}
span.tagdimmed {
	/* background-color:#545454;*/
	background-image:url("/sysgfx/tagbglight.gif");
	background-repeat:no-repeat;
	background-position:top right;
}
span.nobut {
	padding-left:6px;
}
span.taglink img {
	position:absolute;
	top:-1px;
	left:-1px;
}
span.taglink div.tagleft {
	position:absolute;
	top:-1px;
	left:-1px;
	width:6px;
	height:20px;
	background-repeat:no-repeat;
	background-position:top left;
}
span.tagnormal div.tagleft {
	/*background-color:#1b1b1b;*/
	background-image:url("/sysgfx/tagleft.gif");
}
span.tagnormal-n div.tagleft {	/* on light blue background */
	/*background-color:#ec0083; */
	background-image:url("/sysgfx/tagleft-n.gif");
}
span.taggeo div.tagleft {
	/* background-color:#4a7eeb; */
	background-image:url("/sysgfx/tagleftgeo.gif");
}
span.tagdimmed div.tagleft {
	/*background-color:#545454; */
	background-image:url("/sysgfx/tagleftlight.gif");
}
	
span.taglink a {
	color:black;
}
span.taglink a:hover {
	text-decoration:none;
}
.dimmed {
	font-size:8pt;
	color:#777777;
}
p.breadcrumb {
	margin:5px 0 0 0;
}
img {
	border: none;
}
img.but {
	width:9px;
	height:9px;
}
img.linkpartner {
	border:none;
	width:9px;
	height:20px;
}
div.phototext {
	padding:5px;
	margin-top:5px;
	background-color:#2a2a2a;
}
div.imgoverlaybar {
	position:absolute;
	top:0;
	left:0;
	height:20px;
	background-color:#2a2a2a;
	filter:alpha(opacity=60);
	opacity:0.6;
}
div.imgoverlaydeleted {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#2a2a2a;
	filter:alpha(opacity=80);
	opacity:0.8;
}
div.imgoverlaytext {
	position:absolute;
	top:0;
	left:0;
	height:20px;
	overflow:hidden;
}
div.imgoverlaydeltext {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
div.newspreview {
	clear:left;
}
div.newspreview h2 {
	clear:none;
}
div.eventsection {
	clear:left;
}
div.thumbframe,div.profpicframe,div.profpicframesmall,div.diveventpostermed {
	position:relative;
	overflow:hidden;
	float:left;
}
div.thumbframe img,div.profpicframe img,div.profpicframesmall img,div.diveventpostermed img {
	position:absolute;
	border:1px solid black;
}
div.thumbframe {
	width:106px;
	height:86px;
	margin:0 4px 4px 0px;
	background-image:url("/sysgfx/gallbg.png");
	background-repeat:no-repeat;
}
div.profpicframesmall {
	width:66px;
	height:66px;
	margin:0 6px 4px 0px;
	background-image:url("/sysgfx/profpicbgm.png");
	background-repeat:no-repeat;
	clear:left;/*?*/
}
div.profpicframe {
	width:132px;
	height:132px;
	background-image:url("/sysgfx/profpicbgm.png");
	background-repeat:no-repeat;
}
div.diveventpostermed {
	width:250px;
	height:250px;
	background-image:url("/sysgfx/eventpicbgm.png");
	background-repeat:no-repeat;
}
div.thumbframelast {
	margin-right:0;
}
th,td {
	/* vertical-align: baseline;*/
	text-align:left;
}
td.rightalign {
	text-align:right;
}
textarea {
	 font-family: Verdana,Arial,Helvetica,Sans-serif;
}
/* Navigation in top of page (bread crumb) */
.navigation {font-size: 8pt;
             margin-bottom: 1em; 
}
.navigation a {font-size: 8pt;
}
div.PlacesBox {
	width:100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin:0 auto 10px auto;
	padding:4px 0 5px 0;
	float:left; /* new 07/03-2010 */
}
.Box1 { /* Sidebar box */
	border: 1px solid #888888;
	background-color: #2a2a2a;
	margin:0 auto 10px auto;
	padding:4px 4px 2px 5px;
	font-size:8pt;
	float:left;
}
div.AddBox {
	clear:both;
	margin:0 auto 10px auto;
}
.PlacesBox h2, .PlacesBox h3 {
	font-size:9pt;
	font-weight:bold;
	margin:0;
}
div.Box1 h2 {
	font-size:8pt;
	font-weight:bold;
	margin:0;
}
p.more {
	margin:0 0 0.5em 0;
	text-align:right;
}
div.pagecontrol {
	float:left;
	width:100%;
	margin-top:10px;
	clear:both;
	text-align:center;
}
/* New page navigation buttons */
div.pagecontrol span.navbut {
	width:31px;
	height:19px;
	display:inline-block;
	text-align:center;
	padding-top:5px;
	overflow:hidden;
}
div.pagecontrol span.navbutsel {
	background-image:url("/sysgfx/pagenavselected.gif");
	background-repeat:no-repeat;
	color:black;
}
div.pagecontrol span.navbutnotsel {
	background-image:url("/sysgfx/pagenav.gif");
	background-repeat:no-repeat;
}
div.pagecontrol span.navbutnotsel:hover {
	background-color:#cccccc;
	background-image:url("/sysgfx/pagenavhover.gif");
	background-repeat:no-repeat;
}
span.formbutton {
	font-size: 8pt;
	border: 1px solid #cccccc;
	margin: 0px 5px 0px 5px;
	padding: 0px 10px 1px 10px;
}
span.formbutton:hover {
	cursor: pointer;
}
div.pollbar,div.pollbarCol2,div.pollbarInner,div.pollbarMixed {
	white-space:nowrap;
	padding:0;
	font-size:8pt;
	line-height:8pt;
	height:12px;
}
div.pollbarInner {
	float:right;
}
div.pollbar,span.LegendCol1 {
	border:1px solid #ec0083;
	background-color: #ec0083;
	background-image:url("/sysgfx/chartbgpink.gif");
	position:relative;
}
div.pollbarMixed {
	border:1px solid #4a7eeb;
	background-color:#ec0083;
	background-image:url("/sysgfx/chartbgpink.gif");
	position:relative;
}
div.pollbarCol2,span.LegendCol2 {
	border:1px solid #4a7eeb;
	position:relative;
}
div.pollbarInner,div.pollbarCol2,span.LegendCol2 {
	background-color:#4a7eeb;
	background-image:url("/sysgfx/chartbgblue.gif");
}
span.LegendCol1,span.LegendCol2 {
	padding-left:9px;
	margin-left:15px;
	display:inline-block;
	height:12px;
}
div.pollbarVert {
	padding:0;
	border:1px solid #4a7eeb;
	border-bottom:0;
	background-color: #4a7eeb;
	background-image:url("/sysgfx/chartbgvblue.gif");
	background-position:center bottom;
	position:relative;
	width:12px;
	margin:auto;
}
div.pollbarVert div.pollbarInner {
	position:absolute;
	bottom:0;
	left:0;
	width:12px;
	background-color:#ec0083;
	background-image:url("/sysgfx/chartbgvpink.gif");
	background-position:center bottom;
}
img.imgbut:hover {
	cursor: pointer;
}
div.InfoBox {
	background-color:#444444;
	border:2px solid #cccccc;
	padding:4px;
	font-size:8pt;
}
#CommentInputBox {
	width: 100%;
	font-size:8pt;
	/*background-color: #ffddff;*/
	padding-bottom:10px;
	position:relative;
	float:left;
}
#CommentsBox {
	margin:0 0 25px 0;
	float:left;
	width:380px;
}
#CommentsBox div.Comment {
	border-bottom:1px solid #cccccc;
	margin-bottom:9px;
	padding-bottom:3px;
}
#CommentTooltip {
	position:absolute;
	top:-8px;
	right:-142px;
	width:110px;
	padding:10px 6px 0 24px;
	height:94px;
	text-align:center;
	color:black;
	background-image:url("/sysgfx/callout.gif");
}
div.Comment {
	clear:both;
	float:left;
	width:100%;
}
div.Highlight {
	/*background-color:#2a2a2a;*/
	border-top:1px solid #cccccc;
	padding-top:9px;
}
#CommentsBox div.CommentBy {
	font-size:8pt;
	margin:2px 0 2px 0;
}
/* Image upload button */
div.imgupload {
	position:relative;
	background-color:#cccccc;
	padding:5px 5px 5px 38px;
	width:195px;
	border:1px solid #888888;
	margin:auto;
	min-height:25px;
}
div.imgupload img {
	position:absolute;
	top:4px;
	left:5px;
}
div.imgupload a:hover {
	text-decoration:none;
}
/* Image upload form */
div.ImgUpload {
	color:black;
	font-family:Tahoma,Arial,Helvetica,Sans-serif;
}
div.ImgUpload a {
	color:black;
}
div.ImgUpload div.ImgUploadBottom {
	position:relative;
	width:100%;
	height:19px;
	background-color:#eeeeee;
	background-image:url('/sysgfx/uplfmbbg.gif');
	background-position:left bottom;
}
span.ImgUplButton {
	width:60px;
	height:17px;
	display:inline-block;
	text-align:center;
	padding-top:2px;
	overflow:hidden;
	margin-right:1px;
}
span.ImgUplButtonSel {
	background-color:#a3b8cc;
}
span.ImgUplButtonNotSel {
	background-color:inherit;
}
span.ImgUplButtonNotSel:hover {
	background-color:#a3b8cc;
}
li.tagselected {
	background-color:blue;
}
li.tagunselected {
}
