
body {
	background:url(images/bg.jpg);
    background-repeat:no-repeat; 
    background-position:center bottom;
    background-attachment: fixed;
    background-color:#000000;
    color:#003300;
    font-family:Tahoma, Arial, sans-serif; 
    font-size:12px;
    padding:0;
    margin:0;
}

img {
    border:none;
    margin:0px;
}

a { color:#ffe400; font-weight:bold; text-decoration:none; cursor:pointer; }
/*a:hover { color:#ffe400; text-decoration:underline;}*/

.EntryField {
    border:solid 1px #3b422e; 
    background-color:#becbac; 
    color: #3b422e; 
    font-family:Verdana; 
    font-weight:bold;
    font-size:11px; 
    padding: 2px; 
    margin-top:5px; 
    
    filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

.EntryFieldError {
    border:solid 1px #990000; 
    background-color:#ff6666; 
    color: #3b422e; 
    font-family:Verdana; 
    font-weight:bold;
    font-size:11px; 
    padding: 2px; 
    margin-top:5px; 
    
    filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}



/* HEADER ---------------------------------------------------------- */
#wrap-head { margin: 15px 0; height: 114px; background: url(images/header_bg1.png)  repeat-x center center;}
#header{ width: 960px; margin: 0 auto; background: url(images/header_bg2.png)  no-repeat center center; }
#header h1{height: 114px; width: 271px; margin-top:0px; background: url(images/logo.png) no-repeat top left; text-indent: -9999em; margin-left: 100px; float: left;}
#header h2 { height: 114px; width: 550px; background: url(images/tagline.png) no-repeat center right; text-indent: -9999em;  margin-left: 375px }



#Footer {
	height:35px;
    background: url(images/footer.jpg) #0f0000 repeat-x top center;
	padding: 45px 0 5px 0; color: #cccccc; text-transform: uppercase; font-size: 11px;

}

.TransCanvas { 
    background: #000000 none repeat scroll 0% 0%; 
    /*position: absolute;*/
    width: 350px;
	min-height:789px;
    z-index: -1; 
    margin:auto;
    filter: alpha(opacity=90); 
    opacity: 0.9;
	border:solid 1px #FF0000;
}



.ContentCanvas { 
    
    position: relative; 
    top: 0pt; 
    left: 0pt; 
    width: 930px;  /* adjusted due to padding */
    z-index: 9999; 
    margin:auto;
    padding:10px;
	color:#FFFFFF;
    /*color: #cfb465;*/
}


#Main {
    position:relative;
    height: 800px;
    text-align:left;
    color:#FFFFFF; /*color: #cfb465;*/
	background: url(images/content_bg.png) no-repeat left;
}

#OuterPanel {
  width:800px;
  margin:auto;
  z-index: 1001;
  }

#Left {
    float:left; 
    width: 650px; 
    margin-right: 5px; 
    margin-bottom: 5px; 
}

#Right {
    float:right; 
    width: 250px; 
    margin-left: 5px; 
    margin-bottom: 5px; 
}


#LoginPanel {
	height:150px;
	width:162px;
    background: url(images/login_bg.png) no-repeat;
    color: #cfdbe9;
	padding-top:10px;
}

#RegPanel {
    width: 250px;
    height: 600px;
    max-height:600px;
    margin-bottom: 10px;
    background: url(images/login_reg_panel.jpg) no-repeat;
}

#ContentPanel {
    width: 659px;
    height: 437px;
    margin-bottom: 10px;
    background: url(images/login_content_panel.gif) no-repeat;
}

/* Text content */

.InfoText {
  position:relative; 
  left: 55px; 
  top:40px; 
  width: 540px;
  height: 328px;
  overflow: auto;
  font-size: 14px;
  padding: 5px;
  color:#181818;
}


/* top panel table */
table.top_list {
    border-collapse:collapse;
    width: 340px;
    margin-top:5px;
    margin-bottom:10px;
	margin-left:5px;
	
}

table.top_list th.top_users {
  width: 340px;
  background: url(images/content_heading.png) no-repeat top center;
  margin: 0 5px; padding: 3px 0 20px 0; text-transform: uppercase; color: #000000; font-weight: bold;
  text-align:center;
  }

table.top_list th.top_platoons {
  width: 250px;
  height: 29px;
  background: url(images/login_top_platoon_header.jpg) no-repeat;
}

table.top_list td.left_side {
    width: 6px;
    height: 6px;
    background: url(images/login_top_left_side.jpg) repeat-y;
}

table.top_list td.right_side {
    width: 4px;
    height: 6px;
    background: url(images/login_top_right_side.jpg) repeat-y;
}

table.top_list td.bottom_side {
    width: 250px;
    height: 5px;
    background: url(images/login_top_bottom.jpg) no-repeat;
}

table.top_list tr.even {
    background-color: #b6b781;
    color: #53492e;
}

table.top_list tr.odd {
    background-color: #c8c99a;
    color: #53492e;
}

table.top_list td.text {
    width: 252px;
    padding:5px;
    border: solid 1px #ff000;
}


/* input style */
input, textarea, select {
  border:solid 1px #d6e3f2; 
  background-color:#979ca3; 
  color: #990000; 
  font-family:Verdana; 
  font-size:11px; 
  padding: 2px; 
}

input[type="button"],input[type="submit"],input[type="reset"] {
    color: #d4d5e3; 
    background-color: #990000; 
    border:solid 1px #d4d5e3 ; 
    font-size:10px;
    font-weight: bold;
    padding: 3px; 
    margin-top:5px; 
    margin-bottom:5px; 
    cursor:pointer;
}

.EntryField {  
  border:solid 1px #d6e3f2; 
  background-color:#979ca3; 
  color: #990000; 
  font-family:Verdana; 
  font-size:11px; 
  padding: 2px; 
}

.EntryFieldError {
  border:solid 1px #990000; 
  background-color:#ff6666; 
  color: #000000; 
  font-family:Verdana; 
  font-size:11px; 
  padding: 2px; 
}

/* Shoutbox */

.ShoutBox {
    font-size: 12px;
}

.ShoutBoxName {
    background-color: #4d5259;
    padding: 3px;
    color: #323232;
    font-weight:bold;
    font-variant: small-caps;
}

.ShoutBoxName a {
    color: #323232;
    font-weight:bold;
    font-variant: small-caps;
    text-decoration:none;
}

.ShoutBoxName a:hover {
    color: #fff;
    text-decoration:none;
}

.ShoutBoxNameAdmin {
    background-color: #4d5259;
    padding: 3px;
    color: #990000;
    font-weight:bold;
    font-variant: small-caps;
}

.ShoutBoxNameAdmin a {
    color: #990000;
    font-weight:bold;
    font-variant: small-caps;
    text-decoration:none;
}

.ShoutBoxNameAdmin a:hover {
    color: #fff;
    text-decoration:none;
}

.ShoutBoxTime {
    background-color: #323232;
    color: #fff;
    padding:3px;
    font-size:10px;
}


.ShoutBoxMsg {
    background-color: #323232;
    color: #fff;
    padding:3px;
    padding-bottom:5px;
}

.ShoutBoxMini {
    font-size: 12px;
}

.ShoutBoxMiniName {
    background-color: #8c8c8c;
    padding: 3px;
    color: #323232;
    font-weight:bold;
    font-variant: small-caps;
}


.ShoutBoxMiniName a {
    color: #323232;
    font-weight:bold;
    font-variant: small-caps;
    text-decoration:none;
}

.ShoutBoxMiniName a:hover {
    color: #fff;
    text-decoration:none;
}

.ShoutBoxMiniNameAdmin {
    background-color: #8c8c8c;
    padding: 3px;
    color: #323232;
    font-weight:bold;
    font-variant: small-caps;
}

.ShoutBoxMiniNameAdmin a {
    color: #323232;
    font-weight:bold;
    font-variant: small-caps;
    text-decoration:none;
}

.ShoutBoxMiniNameAdmin a:hover {
    color: #fff;
    text-decoration:none;
}

.ShoutBoxMiniTime {
    background-color: #323232;
    color: #fff;
    padding:3px;
    font-size:10px;
}

.ShoutBoxMiniMsg {
    background-color: #323232;
    color: #fff;
    padding:3px;
    padding-bottom:5px;
}


.contentTitle{
  width: 340px;
  background: url(images/content_heading.png) no-repeat top center;
  margin: 0 5px; padding: 3px 0 20px 0; text-transform: uppercase; color: #000000; font-weight: bold;
  text-align:center;
}