table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../img/icons/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody {
    height: 250px;
    overflow: auto;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/icons/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/icons/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.loginbar {
	background:#eee;
	padding: 4px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/body_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0B1B35;
}
.LAform label {
	text-align: right;
	float: left;
	width: 100px;
	margin: 0px 10px 10px 0px;
	font-weight: bold;
}

#login .LAform label {
	color: #92cef7;
	border-bottom: 1px solid #74826F;
}

.LAform input, .LAform textarea, .LAform select {
	float: left;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.LAform br {
	clear: left;
	height: 0px;
}

.LAform fieldset {
	width: 300px;
}

.LAform legend {
	font-weight:bold;
}
.LAform .forminfo {
	float:right;
	width: 200px;
	margin: 0px 10px 5px 10px;
	padding: 2px;
}
.LAform .optional {
	background:#eee;
	border: 1px solid #ccc;
}

.LAform .required {
	background:#FFB9B9;
	border: 1px solid #000;
	width: 100px;
}

.LAform label.second {
	width:auto;
}

.error {
    padding: 5px;
    margin: 0px 0px 10px 0px;
    background:#A62B01;
    color:#fff;
    border: 5px solid #BF5632;
	overflow: hidden;
}

.error li {
    list-style: square;
    margin-left: 20px;
}

.success {
	padding: 5px;
    margin: 0px 0px 10px 0px;
    background:#6DB1DE;
    color:#000;
    border: 5px solid #44A1DE;
	overflow: hidden;
}

.gallery_photo {
	float: left;
	margin: 5px;
	padding: 3px;
	border: 1px solid #FFF;
}
.gallery_photo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	background: url(../img/gs_main_bg.jpg) no-repeat left top;
}
#content {
	background-image: url(../img/bg_trans.png);
	background-repeat: repeat;
	width: 920px;
	margin-left: 27px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 15px;
}
#news {
	width: 360px;
	float: left;
}
#content #news.wider {
	width: 620px;
	padding-right: 10px;
	border-right: 1px solid #999;
}
#news h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#news h3 {
	color: #0e76bc;
	margin: 0px;
	padding: 3px 1px;
	font-size: 16px;
	font-weight: bold;
	display:block;
}

#news h3 a:hover {
	color:#50594C;
}

#news h4 {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#news a {
	color:#0E76BC;
}
#news a:hover {
	color:#000;	
}
#right_col {
	width: 270px;
	float: right;
	margin-left: 10px;
}
#right_col h2 {
	text-align: center;
	font-size: 16px;
	margin: 5px 0px;
	padding: 0px;
}
#login {
	background-color: #50594c;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
	height: 100%;
}
#login a {
	color: #C90;
	font-weight: bold;
}
#login h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	font-size: 16px;
}
#photos {
	float: left;
	margin-left: 10px;
	width: 250px;
	background-color: #04446f;
	padding: 5px;
	color:#fff;
}
#photos h2 {
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
}

#photos a {
	color:#9AD2F8;	
}
#photos a:hover {
	color:#09F;	
}

#photos ol {
	margin: 0px;	
	padding: 0px;
}
#photos ol li {
	margin-left: 20px;
	padding: 10px 0px;
	border-bottom: 1px solid #9AD2F8;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px;
	width: 250px;
}
ul.thumb li {
	margin: 0;
	padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px;
	height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 3px;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
}
ul.thumb li img.hover {
	background:url(../img/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */
}
#menu {
	padding: 3px;
	list-style-type: none;
	background-color: #0e76bc;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	clip: rect(auto,auto,auto,auto);
	width: 950px;
}
#menu li {
	display: inline;
}
#menu li a {
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	color: #000;
}
#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	width: 300px;
}
#preview img {
	width: 100%;
}
#right_col .events_box {
	width: 200px;
	margin: 0px auto;
}
#right_col .events_box h3{
	background-color: #9AD2F8;
	padding: 2px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
#right_col .events_box h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_col .events_box h4 a {
    text-decoration: none;
}

#right_col .events_box h5 {
	margin: 0px;
	font-size: 10px;
	color: #04446F;
	font-weight: bold;
}
#right_col .events_box p {
	margin: 0px;
}

#right_col .events_box a {
	color: #0E76BC;
}

.infobox {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 6px 3px;
	background: #FFDB75;
	border: 1px solid #FFCE43;
	border-top: 5px solid #FFCE43;
	border-right: 5px solid #FFBE04;
}
.infobox ul {
	margin: 0px;
	padding: 0px;
}
.infobox li {
	list-style: square;
	margin-left: 20px;
}

#news .infobox h4 {
	border-bottom: 1px solid #000;	
	margin-bottom: 5px;
}

#news .infobox h3 a {
	background: #FFBE04;
	font-size:14px;
	text-decoration:none;
	display:block;
	color:#000;
	padding: 2px;
}

.thinner {
	width: 250px;
}
.scroller {
	height: 440px;
	overflow:auto;
}

#news h4.event_title a {
	background:#054C7A;
	padding: 3px;
	color: #fff;
	text-decoration:none;
	display:block;
}

#news h4.event_title a:hover {
	background:#2B668D;
}

#news h2.project_name {
	background:#0E78BC;
	color:#fff;
	border: none;
	padding: 2px;
	margin-top:10px;
}

.wow {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    background: #000;
    color: #fff;
    padding: 0px 2px;
	border-top: 1px solid #ccc;
	margin-right: 1px;
}

.pagination {
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.pagination li {
	margin: 4px;
	border: 1px solid #4D618B;
	float: left;
	display: block;
}
.pagination li a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
.pagination li a:hover {
	background:#CFEAFA;
	color:#000000;
}
.pagination li.current {
	padding: 4px;
	background: #6699CC;
	font-weight:bold;
	color:#FFFFFF;
}
.pagination .prev, .pagination .next, .pagination .first, .pagination .last {
	background:#eee;
	font-weight:bold;
}

.confirm {
	padding: 3px;
	background:#279560;
	color: #fff;
	border: 6px solid #018144;
	overflow:hidden;
}
#news .confirm h3 {
	color: #fff;	
}
	
.apology {
	padding: 3px;
	background:#FFC275;
	border: 6px solid #FF9004;
	overflow:hidden;
}
#news .apology h3 {
	color:#000;
}

.adminbox {
    background: #fff;
    padding: 4px;
    float: left;
    margin: 10px;
    width: 150px;
    height: 100px;
    border:2px solid #0E76BC;
}
.adminbox ul {
    margin: 0px;
    padding: 0px;
}
.adminbox li {
    margin-left: 20px;
    list-style: square;
}
#news .adminbox h3 {
    background: #0E76BC;
    color: #fff;
    padding: 2px 3px;
    margin-bottom: 10px;
}

.closelist {
	margin: 0px;
	padding: 0px;
}
.closelist li {
	margin-left: 20px;
	margin-bottom:10px;
	padding: 0px;
	list-style:square;
	font-weight:bold;
}

.closelist li li {
	margin: 0px;
	padding: 0px;
	list-style:circle;
}

.attendee {
    float: left;
    width: 188px;
    height: 200px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #333;
    padding: 3px;
}
#news .attendee h3 {
    font-size: 12px;
    border-bottom: 1px solid;
	text-align: center;
}

#news .attendee h4 a {
	text-align: center;	
	font-size: 14px;
	background:#fff;
	padding: 3px;
	text-decoration:none;
	display:block;
	text-transform:none;
	border: 1px solid #666;
}
#news .attendee h4 a:hover {
	background: #0E76BC;
	color: #fff;
	display:block;
}

.attending_true {
	background: #9AD2F8;
}

.attending_false {
	background: #eee;	
}

.photoBox {
    width: 180px;
    height: 255px;
    background: #fff;
    margin:0px 10px 10px 0px;
    text-align: center;
    padding: 5px;
    float: left;
    border: 1px solid #999;
}
.photoBox img {
	width: 170px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 3px;
}

.hidden{display:none;}
.added{color:#CCCCCC;}
#coords .added { color: #CC9900; }
.tableinfo{float:left; text-align:left; font-weight:normal; margin-bottom: 10px;}

.left_aligned {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #666;
}

.right_aligned {
	float: right;
	margin-left: 10px;
	padding: 3px;
	border: 1px solid #666;
}

.statbox {
    border: 1px solid #333;
    padding: 3px;
    text-align: center;
    width: 290px;
    float: left;
    margin: 10px 10px 10px 0px;
    background: #fff;
}

#news .statbox h3 {
    background: #0E76BC;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;

}

#news .statbox h4 {
    margin-bottom: 5px;
}