body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  margin: 0px;
  text-align: center;
  background-color: #EEE;
}

img { 
  border: 0; 
  vertical-align: middle; 
}

#wrapper {
  width: 100%;
  text-align:left;
  position:relative;
}

header {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  right: 0px;
  left: 0px;
  top: -192px;
  position: fixed;
  background-color: #C2185B;
  height: 256px;
  z-index:1;
}

.header-wrapper {
  left: 72px;
  right: 72px;
  top: 0px;
  position: fixed;
  height: 64px;
  padding-left: 240px;
  transition: padding-left 0.3s ease-in 0s;
  z-index:2;
}

.header-title {
  font-size: 24px;
  line-height: 64px;
  width: 100%;
  color: #FFF;
  font-weight: 400;
  margin: 0px auto;
  overflow: hidden;
  width: 1120px;
  white-space: nowrap;
}

.header-wrapper .header-title span {
    float: left;
}

.header-wrapper .header-title a {
  font-size: 24px;
  line-height: 64px;
  color: #FFF;
  font-weight: 400;
  white-space: nowrap;
}

.header-wrapper .separator-title {
    margin: 0px 0.7em 0px 0.8em;
}

.subheader {
    width:1000px;
    height:120px;
}

.logo {
    width:1000px;
    height:120px;
}

.logo-img {
    float: left;
}

/* - Profile Block - */

.profile {
    width:284px;
    height:63px;
    float:right;
    padding-top:15px;
}

.profile ul {
    list-style-type:none;
    float:left;
    margin:2px 0 0 10px;
    color: #D5DDE5;
}

.profile ul li {
    display:block;
    float:left;
    margin:0 1px;
}

.profile ul li a {
    display:block;
    float:left;
    border-bottom:1px dotted #fff;
    color: #D5DDE5;
}

.email a, .messagesbox a { color:#fff; }

.status_avatar {
    width:50px;
    height:50px;
    margin:6px 6px 0 6px;
    float:left;
    border:1px solid #1c334e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.status_avatar img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.email, .messagesbox {
    height:21px;
    float:left;
}

.email { width:200px;}
.email p { padding:15px 0 0 0; color:#fff;margin:0;}
.messagesbox { width:15px;}
.messagesbox p { padding:4px 0 0 4px; color:#fff; }

.msgalert {
    background:#d5dde5;
    color:#000;
    padding:1px 2px 1px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Back to top */

.btn.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999999;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

.btn.back-to-top.show {
    opacity: 1;
}

/* Account settings */

.field {
  display: block;
  margin-top: 20px;
  position: relative;
  min-height: 27px;
}

#account_settings .field {
  width: 450px;
}

#account_settings .first-item {
  margin-top: 0;
}

.field label {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

/* - Profile Login Block - */

.sign_in {
    width:264px;
    height:30px;
    margin:5px 0 0 10px;
    background:#1d3652;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rlink { padding:30px 0 0 0; }

.rlink a { color:#fff; }


/* - Navigation - */

#navigation {
    width: 1000px;
    height:80px;
    float: left;
    color:#E0E0E0;
}

#nav {
    height:80px;
}
/* - Main Column - */

#container {
    width:100%;
    height:100%;
}

#maincolumn {
    width: 100%;
    height: 100%;
    color: #333;
}

/* - Header Block - */

.cblock {
    width:100%;
    height:100%;
    float:left;
    margin:10px 0 10px 0;
}

.cblock-header {
    margin: 0 auto;
    width:990px;
    color:#fff;
    padding:5px;
    font-size:17px;
    background:#192b40;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.cblock-lb {
    margin: 0 auto;
    width:990px;
    padding:5px;
    color:#1d3652;
    background:#b6c7db;
    font-weight:bold;
}

.mainContainer {
  width: 1000px;
  padding-top: 55px;
  margin: 0 auto;
  min-height: 400px;
}

.leftCol {
  width: 164px;
  float: left;
  position: relative;
  word-wrap: break-word;
}

.leftCol .userProfile {
    padding-bottom:15px;
}

.leftCol .profilePic {
  background-color: #FFF;
  border: 4px solid #FFF;
  border-radius: 2px;
  width: 160;
  height: 160;
}

.leftCol .name {
  font-weight: bold;
  word-wrap: break-word;
  font-size: 14px;
}

.leftCol .navigation {
  padding-top:40px;
}

.navigationSeparator {
  padding-bottom: 7px;
}

.leftCol .navigationItem {
  font-weight: bold;
  padding-bottom: 7px;
  color: #3E50B4;
  font-size: 14px;
}

.contentCol {
  min-height: 450px;
  margin-left: 172px;
  padding: 0 15px 10px 15px;
  background-color: #FFF;
}

.inner_header {
    width:737px;
    height:14px;
    margin-bottom:10px;
    padding:3px 0 3px 3px;
    background:#b4c5d5;
}

/* - Footer - */

#footer {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}

.footerbg { text-align:center; color:black;}

/* Browse page */

.upload-buttons {
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 35px 0 10px;
  white-space: nowrap;
  margin-bottom: 9px;
  position: relative;
}

.btn {
  color: #FFF;
  line-height: 40px;
  padding: 0 10px 0 10px;
  text-align: center;
  position: relative;
  height: 40px;
  border-radius: 2px;
  border: 0px none; 
  background-color:#7F7F7F;
  background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #8C8C8C), color-stop(1, #747474) );
  background-image:-o-linear-gradient(bottom, #8C8C8C 0%, #747474 100%);
  background-image:-moz-linear-gradient(bottom, #8C8C8C 0%, #747474 100%);
  background-image:-webkit-linear-gradient(bottom, #8C8C8C 0%, #747474 100%);
  background-image:-ms-linear-gradient(bottom, #8C8C8C 0%, #747474 100%);
  background-image:linear-gradient(to bottom, #8C8C8C 0%, #747474 100%);
  -webkit-box-shadow:0px 1px 2px 0px rgba(0,1,1,0.15);
  -moz-box-shadow:0px 1px 2px 0px rgba(0,1,1,0.15);
  box-shadow:0px 1px 2px 0px rgba(0,1,1,0.15)
}

.btn.btn-green {
  background-color:#89c03f;
  background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #95C645), color-stop(1, #7EBA39) );
  background-image:-o-linear-gradient(bottom, #95C645 0%, #7EBA39 100%);
  background-image:-moz-linear-gradient(bottom, #95C645 0%, #7EBA39 100%);
  background-image:-webkit-linear-gradient(bottom, #95C645 0%, #7EBA39 100%);
  background-image:-ms-linear-gradient(bottom, #95C645 0%, #7EBA39 100%);
  background-image:linear-gradient(to bottom, #95C645 0%, #7EBA39 100%);
  border-bottom:1px solid #70a733
}

.btn.btn-green:hover {
  background-color:#96d446;
  background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #a1d84d), color-stop(1, #8cd03f) );
  background-image:-o-linear-gradient(bottom, #a1d84d 0%, #8cd03f 100%);
  background-image:-moz-linear-gradient(bottom, #a1d84d 0%, #8cd03f 100%);
  background-image:-webkit-linear-gradient(bottom, #a1d84d 0%, #8cd03f 100%);
  background-image:-ms-linear-gradient(bottom, #a1d84d 0%, #8cd03f 100%);
  background-image:linear-gradient(to bottom, #a1d84d 0%, #8cd03f 100%)
}

.btn.btn-blue{
  background-color:#0899CE;
  background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #4991f5), color-stop(1, #3c79f3) );
  background-image:-o-linear-gradient(bottom, #4991f5 0%, #3c79f3 100%);
  background-image:-moz-linear-gradient(bottom, #4991f5 0%, #3c79f3 100%);
  background-image:-webkit-linear-gradient(bottom, #4991f5 0%, #3c79f3 100%);
  background-image:-ms-linear-gradient(bottom, #4991f5 0%, #3c79f3 100%);
  background-image:linear-gradient(to bottom, #4991f5 0%, #3c79f3 100%);
  border-bottom:1px solid #356dda
}

.btn.btn-blue:hover{
  background-color:#5797ff;
  background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #60a2ff), color-stop(1, #4f8dff) );
  background-image:-o-linear-gradient(bottom, #60a2ff 0%, #4f8dff 100%);
  background-image:-moz-linear-gradient(bottom, #60a2ff 0%, #4f8dff 100%);
  background-image:-webkit-linear-gradient(bottom, #60a2ff 0%, #4f8dff 100%);
  background-image:-ms-linear-gradient(bottom, #60a2ff 0%, #4f8dff 100%);
  background-image:linear-gradient(to bottom, #60a2ff 0%, #4f8dff 100%);
  border-bottom:1px solid #356dda
}

.btn.btn-orange {
  background-color:#f29d1b;
  background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #f3a61e), color-stop(1, #f19318) );
  background-image:-o-linear-gradient(bottom, #f3a61e 0%, #f19318 100%);
  background-image:-moz-linear-gradient(bottom, #f3a61e 0%, #f19318 100%);
  background-image:-webkit-linear-gradient(bottom, #f3a61e 0%, #f19318 100%);
  background-image:-ms-linear-gradient(bottom, #f3a61e 0%, #f19318 100%);
  background-image:linear-gradient(to bottom, #f3a61e 0%, #f19318 100%);
  border-bottom:1px solid #cc7b11
}

.btn.btn-orange:hover {
  background-color:#ffa317;
  background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #ffab19), color-stop(1, #ff9915) );
  background-image:-o-linear-gradient(bottom, #ffab19 0%, #ff9915 100%);
  background-image:-moz-linear-gradient(bottom, #ffab19 0%, #ff9915 100%);
  background-image:-webkit-linear-gradient(bottom, #ffab19 0%, #ff9915 100%);
  background-image:-ms-linear-gradient(bottom, #ffab19 0%, #ff9915 100%);
  background-image:linear-gradient(to bottom, #ffab19 0%, #ff9915 100%);
  border-bottom:1px solid #cc7b11
}

.btn.btn-green input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  width:100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.float-right {
  float: right;
}

.search {
  position: relative;
  padding-left: 10px;
}

.searchbox {
  width: 250px;
  outline: 0px none;
  position: relative;
  transition-duration: 150ms;
  transition-property: border-color;
}

h2.staff {
  text-align: center;
  font-size: 26px;
  margin-bottom: 0px;
}

h3.staff {
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 16px;
}

/* - Textboxes - */

input, select, textarea {
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  color: #424F59;
  outline: 0px none;
  height: 40px;
  padding-left: 10px;
}

fieldset {
  border: none;
}

input:focus {
  border-color: #0095DD;
  transition-duration: 150ms;
  transition-property: border-color;
}
textarea:focus {
  border-color: #0095DD;
  transition-duration: 150ms;
  transition-property: border-color;
}

select { 
  margin: 0px; 
}


/* Admin */

.admin-btn {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  box-shadow: 0px 1px 1px #F2F2F2 inset;
  outline: 0px none;
  position: relative;
  transition-duration: 150ms;
  transition-property: border-color;
  padding: 3px;
}

/* Overlays */

#overlayUpload {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: none repeat scroll 0% 0% rgba(30, 30, 30, 0.8);
    z-index: 9998;
    opacity: 0.8;
}

#modalUpload {
    visibility: hidden;
    width: 560px;
    min-height: 250px;
    position: fixed;
    margin: 0 auto;
    background: none repeat scroll 0% 0% #FFF;
    text-align: center;
    z-index: 99999;
}

#overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: none repeat scroll 0% 0% rgba(30, 30, 30, 0.8);
    z-index: 9998;
    opacity: 0.8;
}

#modal {
    visibility: hidden;
    width: 560px;
    height: 230px;
    position: fixed;
    margin: 0 auto;
    background: none repeat scroll 0% 0% #FFF;
    text-align: center;
    z-index: 99999;
}

#overlay-password {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: none repeat scroll 0% 0% rgba(30, 30, 30, 0.8);
    z-index: 9998;
    opacity: 0.8;
}

#modal-password {
    width: 560px;
    height: 230px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    background: none repeat scroll 0% 0% #FFF;
    text-align: center;
    z-index: 99999;
    padding-top:30px;
}

.downloadId {
  margin: 5em 0px;
  border: 1px solid #0095DD;
  height: 25px;
  color: #424F59;
  outline: 0px none;
  width: 380px;
  text-align: center;
}

.options-button-groups {
  margin-top:10px;
}

.btn-exit-normal {
  float: right;
  height: 30px;
  border-radius: 2px;
  border: 0px none;
  background-color: #e51c23;
  line-height: 30px;
  color: #FFF;
  padding: 0px 10px;
  text-align: center;
  position: relative;
  margin-right:10px;
}

.btn-email-normal {
  float: right;
  height: 30px;
  border-radius: 2px;
  border: 0px none;
  background-color: #3E50B4;
  line-height: 30px;
  color: #FFF;
  padding: 0px 10px;
  text-align: center;
  position: relative;
  margin-right:10px;
}

.btn-copy-normal {
  float: right;
  height: 30px;
  border-radius: 2px;
  border: 0px none;
  background-color: #3E50B4;
  line-height: 30px;
  color: #FFF;
  padding: 0px 10px;
  text-align: center;
  position: relative;
  margin-right:10px;
}

.btn-change-normal {
  float: left;
  height: 30px;
  border-radius: 2px;
  border: 0px none;
  background-color: #3E50B4;
  line-height: 30px;
  color: #FFF !important;
  padding: 0px 10px;
  text-align: center;
  position: relative;
  margin-right:10px;
}

.green {

}

/* Ajax upload */

.ajax-file-upload-statusbar {
border: 1px solid #0ba1b5;
margin-top: 10px;
width: 535px;
margin-right: 10px;
margin: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 5px
}
.ajax-file-upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579
}
.ajax-file-upload-progress {
margin: 0 10px 5px 10px;
position: relative;
width: 250px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block
}
.ajax-file-upload-bar {
background-color: #0ba1b5;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
   font-weight: bold;
  padding: 15px 20px;
  cursor:pointer; 
  line-height:20px;
  height:25px;
  margin:0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8; 
  padding: 6px 10px 4px 10px; 
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d; 
  vertical-align:middle;  
  }
  
.ajax-file-upload:hover {
      background: #3396c9;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      -webkit-box-shadow: 0 2px 0 0 #15719f;
      box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop
{

  border:2px dotted #A5A5C7;
  width:535px;
  color: #DADCE3;
  text-align:left;
  vertical-align:middle;
  padding:10px 10px 0px 10px;
}

/* Login page */
.login-container {
  margin: 0px auto;
  min-height: 300px;
  padding: 60px 40px 40px;
  position: relative;
  text-align: center;
  width: 420px;
}

.login {
  width: 200px;
  outline: 0px none;
  position: relative;
  transition-duration: 150ms;
  transition-property: border-color;
}

.login:focus {
  border-color: #0095DD;
  color: #424F59;
  outline: 0px none;
}

.infobox {
  position: relative;
  width: 274px;
  height: 68px;
  border: 1px solid #CCC;
  padding: 30px 30px 30px 100px;
  background-color: #FFF;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: left;
}

.infobox i {
  width: 66px;
  height: 66px;
  display: block;
  position: absolute;
  top: 30px;
  left: 25px;
}

/* - News Block - */

.newsblock {
    width:738px;
    height:100%;
    border:1px solid lightgrey;
    margin-bottom:10px;
}

.newsheader { height:20px; background:lightgrey; }
.newsheader span { font-weight:bold; font-size:10pt; }
.newscont { padding:5px; }

.dateadded {
    color:grey;
    font-weight:bold;
    text-decoration:underline;
}

.newsbody { margin-top:10px; }

/* - Message Boxes - */

.info {
    width:50%;
    border: 1px solid;
    margin: 10px auto;
    padding:15px 10px 15px 50px;
    color: #00529B;
    background:#BDE5F8 url('images/info.png') no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.error {
    width:50%;
    border: 1px solid;
    margin: 10px auto;
    padding:15px 10px 15px 50px;
    color: #D8000C;
    background:#FFBABA url('images/error.png') no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* - The Cloud? - */

.thecloud {
    width:90%;
    margin:20px auto;
    border:1px solid #000;
    background:pink;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* - Special Staff page phooarrr - */

.staffbox {
    width:155px;
    float: left;
    margin:0 5px 5px 0;
}

.staffhead {
    width:155px;
    height:14px;
    padding-top:5px;
    padding-bottom:5px;
    background:#d5dde5;
    color:#1d3652;
    font-weight:bold;
    text-align:left;
}

/* - Pagination links start - */

.pagelink, .pagelinklast, .pagecurrent, .minipagecurrent, .minipagelink, .minipagelinklast {
	background: #F0F5FA;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
}

.pagelinklast, .minipagelinklast { background: #DFE6EF; }
.pagecurrent { background: #FFC9A5; }
.minipagecurrent { background: #F0F5FA; font-size: 10px; }

.minipagelink, .minipagelinklast {
    border: 1px solid #C2CFDF;
	font-size: 10px;
	margin: 0 1px 0 0;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link,
.minipagelink a:active,
.minipagelink a:visited,
.minipagelink a:link,
.minipagelinklast a:active,
.minipagelinklast a:visited,
.minipagelinklast a:link {
  text-decoration:none;
  color:#004C93
}

.pager { margin:5px 0px 5px 0px; }

/* - Captcha/pin stuff - */

.cimage { border: 1px solid #eee; }

p#statusgreen { font-size: 1.2em; background-color: #fff; color: #0a0; }
p#statusred { font-size: 1.2em; background-color: #fff; color: #a00; }
.tag_cloud { padding: 3px; text-decoration: none; font-family: verdana; }
.tag_cloud:link  { color: #0099FF; text-decoration:none; }
.tag_cloud:visited { color: #00CCFF; }
.tag_cloud:hover { color: #0000FF; background: #00CCFF; }
.tag_cloud:active { color: #0000FF; background: #FFFFFF; }

.forumrules_title {
    background-color: #7192b2;
	font-size: 14px;
	color: #fff;
	padding: 7px;
    margin-bottom: 4px;
}

.forumrules_border { border:1px solid #e2e2e0; padding:4px; }
.forumrules_text_border { border:1px solid #e2e2e0; padding:4px; }

.forumrules_text {
    background-color: #FFFF99;
	font-size: 14px;
    color: #000;
}

.popupmenu {
    background: #C2CFDF;
    color: #3A4F6C;
    border: 1px solid #3A4F6C;
    text-align:left;
    font-size:11px;
    font-weight:bold;
    white-space:nowrap;
}

.popupmenu-item {
    padding: 5px;
	white-space: nowrap;
	border-bottom: 1px solid #C2CFDF;
	color:  #000000;
	font-weight: normal;
}

.popupmenu-item-last {
	padding: 5px;
    white-space: nowrap;
	color:  #000000;
	font-weight: normal;
}

.popupmenubutton {
    width:120px;
    height:18px;
    background: #C2CFDF;
    color: #3A4F6C;
    border: 1px solid #3A4F6C;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    white-space:nowrap;
}

.popupmenu-item a:link, .popupmenu-item a:visited, .popupmenu-item-last a:link, .popupmenu-item-last a:visited { color: #000; text-decoration: none; }
.popupmenu-item a:hover, .popupmenu-item-last a:hover { color: #EA5F00; text-decoration: none; }

.tbi {
    vertical-align:middle;
	border:0px;
	padding:0px;
	margin:0px;
	float:none;
}

.menusep {
	white-space: nowrap;  /* stop menu collapsing in IE */
	padding-top:4px;
	padding-bottom:3px;
	border-bottom:1px solid #DDD;
}

.menuseplast {
	white-space: nowrap; /* stop menu collapsing in IE */
	padding-top:4px;
	padding-bottom:3px;
	color: #000;
}

.menusep a:link, .menusep a:visited, .menusep a:active, .menuseplast a:link, .menuseplast a:visited, .menuseplast a:active {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
}

.roundedCorners {
    border: 1px solid #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* - Forum styles - */

.fbtn a {
    font-size: 1.2em;
    font-family:Verdana,sans-serif;
    background:#1d3652;
    color: #fff;
    text-decoration: none;
    border: 1px solid #072A66;
    padding: 5px;
    margin:5px 0px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fbtn a:hover { background-color:#666; }

.nocreate {
    font-size: 1.2em;
    font-family:Verdana,sans-serif;
    background:#900000;
    color: #fff;
    text-decoration: none;
    border: 1px solid #072A66;
    padding: 5px;
    margin:5px 0px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jbtn {
    font-size: 1.2em;
    font-family:Verdana,sans-serif;
    background:#1d3652;
    color: #fff;
    text-decoration: none;
    border: 1px solid #072A66;
    padding: 2px;
    margin:5px 0px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tb_table_outer_wrap { width: 100%; }

.tb_table_inner_wrap {
    text-align:left;
    border:0;
    background-color:#1d3652;
    font-size:17px;
    font-weight:normal;
    padding:8px;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
}

.header { background: #b6c7db; color: #1d3652; }
.maintitle .desc { font-size: 0.8em; color: #606060; }
.row1, .row1 td, .post_block.row1 { background-color: #fafbfc; /* Very light blue */ }
.row1 .altrow, .row1.altrow { border: 0; background-color: #eef3f8; /* Slightly darker than row1 */  }
.row2, .row2 td, .post_block.row2 { background-color: #f1f4f7; /* Light blue */ }
.row2 .altrow, .row2.altrow{ background-color: #e4ebf2; /* Slightly darker than row2 */ }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.fright { float: right; }
.fleft { float: left; }
.fclear { float: clear; }
.col_c_icon { width:53px; }
.col_c_stats { width: 15%; }
.col_c_post { width: 40%; }
.col_c_forum { width: 60%; }
.no_topics { width: 100%; }

/* - Table Styles - */

table.tb_table { line-height: 120%; border-bottom: 4px solid #d5dde5; }
table.tb_table a { text-decoration: none; }
table.tb_table a:hover, body table.tb_table th a {  text-decoration: underline; }
table.tb_table caption span.desc {  font-size: 0.6em; }

table.tb_table h4, table.tb_table .topic_title {
    font-size: 1.1em;
    font-weight: normal;
    display: inline;
}

table.tb_table tr td { padding: 10px 8px 8px 8px; border-bottom: 1px solid #fff; }

table.tb_table tr .stats { text-align: right; }
body table.tb_table tr td p { font-size: 0.9em; }

table.tb_table th {
    font-size: 0.85em;
    font-weight: bold;
    padding: 6px;
}

table.tb_table ol.subforums { padding-top: 6px; margin-top: 5px; }

table.tb_table ol.subforums li {
    color: #1d3652;
    font-size: 0.85em;
    padding: 0 4px 0 15px;
    float: left;
}

table.tb_table ol.subforums li.newposts {
    color: #1d3652;
    font-size: 0.85em;
    padding: 0 4px 0 16px;
    float: left;
}

table.tb_table tr.announcement td { font-weight: bold; font-size: 1.1em; }

table.tb_table tr.subhead th  {
    font-weight: bold;
    font-size: 1.1em;
    padding: 8px;
}

table.tb_table ul li { font-size: 0.95em; }
.noborder { border: 0; }

/* - Post background - */

.post_wrap {
    text-align: left;
	background: #fafbfc;
    border-bottom:6px solid #666;
	top: 0px;
}

.author_info {
    text-align: left;
	font-size: 0.9em;
	border-right: 1px solid #e4ebf3;
	margin: 15px -5px 10px -15px;
	width: 180px;
	float: left;
}

.author_info ul { list-style:none; }
li.avatar { text-align: center; }
li.title { text-align:center; font-size: small; }
li.info_rep { text-align: center; }
.fnav { text-align: left; font-weight: bold; }

.post_body {
    margin-left: 190px;
	line-height: 100%;
	margin-top: 3px;
	padding: 10px;
}

.post_footer {
	clear: left;
	text-align: right;
	background-color: #e4ebf3;
	padding: 10px;
}

.post_head {
    text-align: right;
    background-color: #d5dee5;
	padding: 10px;
}

.post_time { margin-bottom: 15px; }

.fedited_by {
    background-color: lightgray;
    font-size: tiny;
    line-height: 200%;
    padding: 5px;
    margin-top: 10px;
}

.user_control_fbtn a {
    font-size: 1em;
    font-weight: thin;
    font-family:Verdana,sans-serif;
    background: #e4ebf3;
    color: #000;
    text-decoration: none;
    border: 1px solid lightblue;
    padding: 2px;
    margin:5px 5px 5px 5px;
    border-radius:5px;
    -moz-border-radius:5px 5px 5px 5px;
}

.user_control_fbtn a:hover { background-color: lightblue; }

.mod_option_box {
    width: 80%;
    background: #f1f6ec;
    border: 1px solid #b0ce94;
    color: #515151;
    margin: 20px 0 20px 0;
    padding: 5px;
    clear: both;
}

.mod_option {
    width: 80%;
    background-color: #f1f6ec;
    border: 0px solid red;
    padding: 5px;
    clear: both;
}

.quotetop {
	background: #E4EAF2 url('1/css_img_quote.gif') no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 2px auto 0 auto;
	padding: 3px;
}

.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-left: 4px solid #8394B2;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0 auto 0 auto;
}

.codetop {
	background: #FDDBCC url('1/css_img_code.gif') no-repeat right;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
}

.codemain {
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;
}

/* - Sexy Ass Div Table - */

.base-layer {
	color:#000000;
	padding:0;
	text-align:center;
	width:auto;
}

.table-row {
	color:#000000;
    margin:0 auto 0 auto;
	padding:0;
	text-align:center;
	width: 100%;
}

.left-layer {
	border:none;
	float:left;
	margin:0;
	padding:5px;
	width:20%;
}

.space-line {
	clear:both;
	margin:0;
	padding:0;
	width: auto;
    border-bottom:1px solid #d5dde5;
}

p.text {
	border:1px solid #d5dde5;
	margin:0;
	padding:3px;
	font-style:normal;
	font-size:1em;
	text-align:center;
	text-indent:0;
	width: auto;
}

/* Essentials */

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

* { padding: 0; margin: 0; }

a {
  text-decoration:none;
  color:#004C93
}

a:hover {
  color:#0899CE;
}

.clear { clear:both; }

/* - Fonts etc.. - */

h1 { font-size: 40px; font-weight:300; margin: 0 !important;}
h2 { font-size: 26px; margin-bottom: 6px; }
h3 { font-size: 20px; padding-bottom: 10px; margin: 0px; }

font.gray { color: #ACA899; text-decoration: underline; }
.important { font-weight: bold; font-size: 8pt; }
.red { color: #ee0000; }
.yellow { color: #997700; }
.green { color: #000000; }
.white { background:#F5F4EA; }
.small { font-size: 7pt; }
.big { font-size: 10pt; }

/* - Hyperlink Information - */

/*a:link, a:visited { text-decoration: none; color: #000000; }
a:hover { color: #FF0000; } */
a.index { font-weight: bold; }
a.biglink { font-weight: bold; font-size: 12pt; }

a.altlink:link, a.altlink:visited {
    font-weight: bold;
    color: #A83838;
    text-decoration: none;
}

a.altlink:hover { text-decoration: underline; }

a.altlink_blue:link, a.altlink_blue:visited {
    font-weight: bold;
    color: #004E98;
    text-decoration: none;
}

a.altlink_blue:hover { text-decoration: underline; }

a.altlink_green:link, a.altlink_green:visited {
    font-weight: bold;
    color: #007800;
    text-decoration: none;
}

a.altlink_green:hover { text-decoration: underline; }

a.colheadlink:link, a.colheadlink:visited {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

a.colheadlink:hover { text-decoration: underline; }

/* - Misc Information - */

p { font-size: 13px; margin: 0px; }
p.sub { margin-bottom: 4pt; }
.bold { font-weight: bold; }

/* - Table and TD information - */

table {
    border-collapse: collapse;
    border: none;
    margin:0 auto;
}

table td { 
  vertical-align: top;
  padding: 12px 12px 12px 0px;
  margin: 0px; 
  line-height: 40px;
}
table th {
  text-transform: uppercase;
  text-align: left;
  padding-right: 40px;
  border-bottom: 1px solid #EEE;
  line-height: 48px;
  width:60px;
  height:40px;
  line-height:40px;
  vertical-align: middle;
  width: 50px;
}

table th.filename {
  width: 295px;
}

table th.link {
  width: 160px;
}

form {
    display: inline;
}

.sublink {
    font-style: italic;
    font-size: 7pt;
    font-weight: normal;
}
