* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
      background: #000;
     color: #F8F8F8;
}

TEXTAREA {
  margin: 3px;
}

TD {
  color: #F8F8F8;
}

A {
  color: #3377E2;
  text-decoration: none;
}

H4 {
  color: #DFDFDF;
  text-align: center;
  font-weight:bold;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px; 
}

.errormsg {
  margin: 10px;
  padding: 5px;
  color: #E2E2E2;
  background-color: #000000;
  border: #FDFF7A 1px solid;
  text-align:center;
  font-weight:bold;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px; 
}

.login_form {
  margin-top: 15px;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  font-family: Verdana, Tahoma, sans-serif; 
}

.login_textbox {
   margin-top: 5px;
   border: #000000 1px solid; 
    
   background-color: #5BBEFF;
   font-size: 12px;    
   font-family: Verdana, Tahoma, sans-serif;
}

.login_butt {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 10px;
  color : #FFF;
  background-color : #0D659E;
  height : 20px;
  border : 1px solid #FFF;
  margin-top : 5px;
  margin-bottom : 5px;
}

.checkbox {
  margin-bottom: 3px;
  margin-right: 5px;
  width: 10px;
  height : 10px;
}
 
a.loginlink {
  color: #FFFFFF;
  text-decoration: none; 
}

a.loginlink:hover {
   text-decoration: underline;
}

a.logout_link {
  color: #FFFFFF;
  font-weight:bold;
  text-decoration: none;
}

a.logout_link:hover {
  color: #941B06;
  font-style:italic;
  text-decoration: none;
}

.icon {
  margin-right: 4px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#header {
     height: 280px;
     background-image: url(/images/banner.gif);
}


#logo {
  position:relative;
  width: 304px;
  height: 157px;
  margin: 0;
  padding: 0;
  top: 35px;
  left: 350px;
}

#menu {
  position:relative;
  width: 1000px;
  height: 44px;
  margin: 0;
  padding: 0;
  top: 50px;
  left: 0px;
}

#menu ul {
  list-style-type: none;  
}

#menu li {
  display: inline;
}

#middle {
	width: 100%;
	padding: 0 0 223px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
     color: #F8F8F8;
	padding: 0 185px 0 185px;
}

#content ul {
  margin-left: 10px;
}

#content ol {
  margin-left: 10px;
}


#sideLeft {
	float: left;
	width: 172px;
	margin-left: -100%;
	position: relative;
     min-height: 670px;

}

#line1 {
   float: right;
   min-height: 1024px;
  border: 1px #FFF solid;
}

#sideRight {
	float: left;
	margin-right: -3px;
	width: 172px;
	margin-left: -172px;
	position: relative;

}

#line2 {
   float: left;
   min-height: 1024px;
}

#footer {
	width: 1000px;
	margin: -184px auto 0;
	height: 184px;
     background-image: url(/images/footer.jpg);
   background-position:bottom left;   
   background-repeat:no-repeat;
   position: relative;
}

#adv_links {
  color: #E0E0E0;
  padding: 2px;
  text-align: center;
  font-size : 12px; 
  font-family : Tahoma, sans-serif; 
}

.cr_text {
  text-align: center;
  margin-bottom: 24px;
  padding: 0;
  text-align: center;
  color: #E0E0E0;
  font-style:italic;
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif; 
}

.copyright {
  text-align: center;
  padding: 0;
  color: #3377E2;
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Tahoma, sans-serif;
}

a.copyright_link {
  color: #000A65;
  text-decoration: none;
}

a.copyright_link:hover {
  color: #000A65;
  text-decoration: underline;
}

.textbox { 
   border-left: #002163 1px solid; 
   border-right: #002163 1px solid;
   border-top: #002163 1px solid;
   border-bottom: #002163 1px solid;
    
   background-color: #5D9CF2;
   font-size: 12px;    
   font-family: Verdana, Tahoma, sans-serif;
}

.addcomm {
  color: #555;
  background-color : #DEDEDE;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: #002163;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  font-size : xx-small; 
  font-family : Verdana, Tahoma, sans-serif;   
}

.smiles {
  width: 78px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 50px;
}

.button {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 10px;
  color : #FDFF7A;
  background-color : #5D9CF2;
  height : 22px;
  border : 1px solid #C2B58D;
  margin-top : 2px;
}

.nav_title {
  color: #DFDFDF;
  margin-bottom: 7px;
  font-weight: bold;
  text-align: left;
}

a.forum_navline {
  color : #DFDFDF;
  text-decoration: none;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
}

.forum_border {
   width: 100%; 
   margin-top: 4px;
   margin-bottom: 4px;
   background-
   border : 1px solid #C2B58D;
}

.forum_header {
   height: 25px; 
   color: #F8F8F8; 
   background-color: #3E83B7; 
   margin-left: 5px;
   text-align: center;
   vertical-align: middle;
   font-weight: bold;
   font-size : 11px;; 
   font-family : Tahoma, sans-serif; 
}

.forum_body {
  height: 20px;
  color: #FDFDFD;
  background-color : #026790;
  padding: 8px;
  vertical-align: middle;
  font-size : 11px; 
  font-family : Tahoma, Verdana, sans-serif;  
}

.topictitle {
	font-weight: bold; 
	font-size: 11px; 
	font-family : Verdana, Tahoma, sans-serif;
}

a.topictitle:link {
	color : #9AC2EB;
	text-decoration: none;
}

a.topictitle:visited {
	color : #9AC2EB;
	text-decoration: none;
}

a.topictitle:hover {
	color : #9AC2EB;
	text-decoration: underline;
}

a.forum_userlink {
	color: #A3C9EE;
	text-decoration: underline;
}

a.forum_post_userlink {
	color: #112;
	text-decoration: underline;
}

.forum_pagelink {
  margin-top: 5px;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  font-family: Verdana, Tahoma, sans-serif;
}

.forum_posts_border {
   width: 100%; 
   margin-top: 4px;
   margin-bottom: 4px;
   
   background-color : #FFFFFF;
   border: #A0A0A0 1px solid; 
}

.forum_posts_header {
   height: 25px; 
   color: #F8F8F8; 
   background-color : #417DB9; 
   margin-left: 5px;
   text-align: center;
   vertical-align: middle;
   font-weight: bold;
   font-size : 11px;; 
   font-family : Tahoma, sans-serif; 
}

.forum_posts_body {
  color :#000000;
  background-color : #3E83B7; 
  padding: 5px;
  vertical-align: top;
  font-size : 11px; 
  font-family : Tahoma, Verdana, sans-serif; 
}

.forum_posts_mainbody {
  color :#000000;
  background-color : #7FACD9; 
  padding: 5px;
  vertical-align: top;
  font-size : 11px; 
  font-family : Tahoma, Verdana, sans-serif; 
}

.postdetails {
  
  margin-bottom: 3px;
  vertical-align: middle;
  font-size : 11px; 
  font-family : Tahoma, Verdana, sans-serif; 	
}

.postbody {
  
  margin: 5px;
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif; 	
}

.forum_post_spliter {
   height: 8px;
   background-color: #417DB9;
}

.avatar {
	margin-top: 8px;
	margin-bottom: 8px;
}

.forum_sorttxt {
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif; 		
}

.forumselect {
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif; 	
}

.forum_butt {
  height : 20px;
  color : #FDFF7A;
  background-color : #941B06;
  border : 1px solid #C2B58D;
  font-size : 10px;
  font-family : Arial, Verdana, Helvetica, sans-serif;  
}

.quote {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 3px;
  margin-bottom: 7px;
}

.forum_blockquote {
   margin-top: 3px;
   padding: 5px;
   background-color : #112;
	border: #C3C3C3 1px solid;
	text-align: left;
   vertical-align: top; 
} 

.forum_post_butt {
  height : 20px;
  color : #000000;
  background-color : #C678A1;
  border: #9D5F80 1px solid;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;	
}

.bbcode {
  margin: 3px;
  height : 20px;
  color : #000000;
  background-color : #5D9CF2;
  border: #9D5F80 1px solid;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;		
}

a.private_link {
	color: #DEDEDE;
	font-size: 12px;
        font-style:italic;
	font-family: Verdana;
        text-decoration: none;
} 

.private_body {
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
}

.reg_tbl {
  color: #333;
  font-size: 11px;
  font-family: Verdana, Tahoma, sans-serif;
}

.regselect {
  height: 20px;
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif; 	
}

.lostpwd_tbl{
  color: #FFF;
  font-size: 11px;
  font-family: Verdana, Tahoma, sans-serif;
}

.profile_tbl {
        border: 1px solid #D1D7DC; 
        
}

.edit_tbl {
        color: #333;
        background-color : #FAFAFA;
        
	height: 27px;
	padding-left: 10px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.avatar_tbl {
        background-color : #FAFAFA; 
        text-align:center;
        font-size:12px; 
        font-family:Verdana, Arial, Helvetica, sans-serif;
}

.upload { 
  width: 220px;
  height : 20px;
  color : #000000;
  background-color : #EFEFEF;
  border : 1px solid #C2B58D;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;       
}

.addcontacts {
  height : 220px;
  color :#F0F0F0;
  background-color : #000000;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif;   
}

.contacts_title { 
  margin-left: 3px;
  color: #DFDFDF;
  font-weight: bold;
  font-size : 11px;
  font-family : Tahoma, sans-serif; 
}

.contacts_content {
  margin-left: 3px;
  margin-top: 5px;
  color: #DFDFDF;
  font-size : 11px;
  font-family : Tahoma, sans-serif;  
}

.tomail_select {
  margin-top: 2px;
  color: #DFDFDF;
  background-color: #DC541A;
  font-weight: bold;
  font-size : 11px;
  font-family : Tahoma, sans-serif; 
}

.title {
  margin-left: 15px;
  font-weight: bold;
  font-size : 12px; 
  font-family : Verdana, Tahoma, sans-serif; 
}

.title2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight: bold;
  color: #EB710C;
  padding-left: 7px; 
  padding-top: 2px; 
  padding-bottom: 3px;
} 

.news_border {
   color: #F8F8F8;
   width: 100%; 
}

.news_header {
   height: 34px;
   color: #F8F8F8; 
   margin-left: 5px;
   font-size : 11px;; 
   font-family : Tahoma, sans-serif; 
}

.news_body {
  color :#FDFDFD;
  background-color : #000000; 
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  font-size : 10px; 
  font-family : Verdana, Tahoma, sans-serif;  
}

.news_footer {
  color :#FDFDFD;
  height: 20px;
  width: 100%;
  background-color : #000000;
  font-size : 11px; 
  font-family : Tahoma, sans-serif; 
}

a.newslink {
  font-weight: bold;
  color : #DFDFDF;
  font-size : 12px;; 
  font-family : Tahoma, sans-serif; 
  text-decoration: none;  
}

a.newslink:hover {
  color : #8A063B;
  text-decoration: underline;  
}

.dl_border {
   color :#000000;
   width: 100%; 
   border-top: 1px #DFDFDF dashed;
   border-bottom: 1px #DFDFDF dashed;
}

.dl_header {
   height: 34px; 
   margin-left: 5px;
   font-size : 11px;; 
   font-family : Tahoma, sans-serif; 
}

.dl_body {
  color :#FDFDFD;
  background-color : #000000; 
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  font-size : 10px; 
  font-family : Verdana, Tahoma, sans-serif;  
}

.dl_footer {
  color :#FDFDFD;
  height: 20px;
  width: 100%;
  background-color : #000000;
  font-size : 11px; 
  font-family : Tahoma, sans-serif; 
}

a.dllink {
  font-weight: bold;
  color : #DFDFDF;
  font-size : 11px;; 
  font-family : Tahoma, sans-serif;
  text-decoration: none;  
}

a.dllink:hover {
  color : #EB710C;
  text-decoration: underline;  
}

a.dl_smalllink {
  color : #DFDFDF;
  font-style:italic;
  font-size : 11px; 
  font-family : Tahoma, sans-serif;
  text-decoration: none;  
}

a.dl_smalllink:hover {
  text-decoration: none;  
}

.gallery_border {
   color :#000000;
   width: 100%; 
   border-top: 1px #DFDFDF dashed;
   border-bottom: 1px #DFDFDF dashed;
}

.gallery_header {
   height: 34px; 
   margin-left: 5px;
   font-size : 11px;; 
   font-family : Tahoma, sans-serif; 
}

.gallery_body {
  color :#FDFDFD;
  background-color : #000000; 
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  font-size : 10px; 
  font-family : Verdana, Tahoma, sans-serif;  
}

.gallery_footer {
  color :#FDFDFD;
  height: 20px;
  width: 100%;
  background-color : #000000;
  font-size : 11px; 
  font-family : Tahoma, sans-serif; 
}

a.gallerylink {
  font-weight: bold;
  color : #DFDFDF;
  text-decoration: none;  
}

a.gallerylink:hover {
  color : #8A063B;
  text-decoration: underline;  
}

.content {
  padding-top: 20px; 
  padding-left: 7px; 
  padding-right: 7px; 
  padding-bottom: 15px;
  font-size:11px; 
  color: #DFDFDF; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.news_tbl {
  width: 100%;
  padding-left: 3px; 
  padding-right: 3px; 
  font-size:11px; 
  color: #DFDFDF; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


.gallery {
  background-

  margin: 5px;
  float: left; 
  text-align: center;
}

.miniature {
  border : 1px solid #C2B58D;
  margin: 10px;
}

.gallery_title {
  color: #FFFFFF;
  font-weight: bold;
  font-size : 12px; 
  font-family : Verdana, Tahoma, sans-serif;
}

.gallery_text {
  color: #FDFDFD;
  padding: 3px;
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif;
}

.disc_border {
   padding: 5px;
   color :#000000;
   width: 100%; 
}

.disc_header { 
   color :#FDFDFD; 
   width: 100%;
   padding-left: 10px;
   padding-top: 5px;
   vertical-align: top;
   font-size : 11px;; 
   font-family : Tahoma, sans-serif; 
}

.disc_title {
  color: #FFFFFF; 
  font-weight: bold;
  font-size : 12px; 
  font-family : Verdana, Tahoma, sans-serif;
}

.disc_description {
  color: #FFFFFF; 
  font-size : 11px; 
  font-family : Tahoma, sans-serif;
}

.disc_content {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 7px; 
  color: #FFFFFF; 
  font-size : 11px; 
  font-family : Tahoma, sans-serif;
}

a.disk_link {
  color: #FDFDFD;
  text-decoration: none;
}


.stat_item {
  margin-left: 8px;
  width: 155px;
  padding-left: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #DFDFDF;
  border-bottom: #C2B58D 1px dashed;
  font-weight: bold;
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif;
}

.lable {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size : 12px; 
  font-family : Verdana, Tahoma, sans-serif;
}

.divider {
  margin-right: 6px;
}

.panel_item {
  margin-left: 7px;
  width: 155px;
  padding-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: #C2B58D 1px dashed;
  font-weight: bold;
  font-size : 12px; 
  font-family : Tahoma, sans-serif;
}

a.panellink {
  color: #DFDFDF;
  text-decoration: none; 
}

a.panellink:hover {
  color: #941B06;
  font-style:italic;
  text-decoration: none;
}


.search_form {
  vertical-align: bottom;
  margin-right: 10px;
  margin-bottom: 25px;
}

.search_txtbox {
   border: #FDFF7A 1px solid; 
    
   background-color: #DC541A;
   font-size: 12px;    
   font-family: Verdana, Tahoma, sans-serif;
}

.search_butt {
  width: 65px;
  height : 19px;
  margin-left: 2px;
  color : #FDFF7A;
  background-color : #941B06;
  border : 1px solid #C2B58D;
  font-size : 10px;
  font-family : Arial, Verdana, Helvetica, sans-serif;
}

a.goforumlink {
  color: #DFDFDF;
  text-decoration: none;
}

a.goforumlink:hover {
  color: #EB710C;
  font-style:italic;
  text-decoration: none;
}

.cr_text {
  margin: 5px;
  text-align: center;
  color: #DFDFDF;
  font-style:italic;
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif;
}

.archive {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  color: #EB710C;
  padding-left: 7px; 
  padding-top: 2px; 
  padding-bottom: 2px;
} 

a.archivelink {
   margin-left: 12px;
   margin-right: 0px;
   color: #3377E2;
   font-size : 11px;; 
   font-family : Tahoma, sans-serif
   text-decoration: underline;
}

a.archivelink:hover {
  text-decoration: underline;
}

.message_border {
   width: 100%; 
   margin-top: 4px;
   margin-bottom: 4px;
   
   background-color : #FFFFFF;
   border: #A0A0A0 1px solid; 
}

.message_body {
  color :#000000;
  background-color : #DBB3B3; 
  padding: 5px;
  vertical-align: top;
  font-size : 11px; 
  font-family : Tahoma, Verdana, sans-serif; 
}

a.message_userlink {
  color: #8A063B;
  text-decoration: underline;
}

a.pagelink {
	color: #DFDFDF;
   text-decoration: underline; 
}

.pagelink {
  text-align: right;
  font-size : 11px; 
  font-family : Verdana, Tahoma, sans-serif; 
}

.filetype {
  width: 16px;
  height: 16px;
  margin-top: 2px; 
  margin-right: 5px;
}

.poll_panel_form {
  margin-left: 7px;
  width: 160px;
  padding-left: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: #C2B58D 1px dashed;
  border-bottom: #C2B58D 1px dashed;
  font-size : 11px; 
  font-family : Tahoma, Verdana, sans-serif; 
}

.poll_panel_title {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: bold;
}

.poll_panel_item {
  margin-top: 4px;
  margin-bottom: 4px;  
}

.percent_td {
  color: #DFDFDF;
  font-size : 11px;
  font-family : Arial, Verdana, Helvetica, sans-serif;
}

.poll_panel_butt {
  color : #FDFF7A;
  background-color : #941B06;
  width: 80px;
  height : 18px;
  border : 1px solid #C2B58D;
  margin-top : 10px;
  margin-bottom : 8px;
  font-size : 10px;
  font-family : Arial, Verdana, Helvetica, sans-serif;
}

.radio {
  width: 15px;
  height : 15px;
  margin-right: 5px;
}

.progressbar {
  margin-right: 4px;
  margin-top: 3px;
  margin-bottom: 2px;  
  border : 1px solid #C2B58D;
}

.video_border {
   color :#000000;
   width: 100%; 
   border-top: 1px #DFDFDF dashed;
   border-bottom: 1px #DFDFDF dashed;
}

.video_body {
   height: 34px; 
   margin-left: 5px;
   font-size : 11px;; 
   font-family : Tahoma, sans-serif; 
}

a.videolink {
  font-weight: bold;
  color : #DFDFDF;
  text-decoration: none;  
}

a.videolink:hover {
  color : #8A063B;
  text-decoration: underline;  
}


.a_comment {
   overflow: hidden;
}

.a_comment A.userpic {
   width: 60px; 
   height:  60px;
   display: block; 
   float: left; 
   margin: 0px 5px 5px 0px; 
}

.comm_body {
   width: 570px;
   margin-left: 60px;
   padding 0 5px 0 5px;
   color: #555; 
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

.comm_header {
   margin: 0;
   padding: 5px;
   background-color: #E6E6E6;
   border-top: 1px solid #D1D7DC;
   font-family : Tahoma, Arial, Verdana, sans-serif; 
}

.comm_text {
   margin: 0;
   padding: 8px 5px 7px 5px;
   background-color: #FDFDFD;
}

.comm_footer {
   margin: 0;
   border-bottom: 1px solid #D1D7DC;
   background-color: #FDFDFD;
   padding: 5px 0 5px 5px; 
   font-size : 11px; 
   font-family : Verdana, Tahoma, sans-serif; 
}

.separator {
   height:  20px;
   margin: 0;
   padding: 0; 
}

.c_msg {
   width: 340px; 
   height: 100px;
   border: 1px #DFDFDF solid;
   font-size : 11px; 
   font-family : Verdana, Tahoma, sans-serif; 
}

#cbutt {
   width: 144px;
   height:  25px;
   margin: 5px;
   padding: 5px;
   border: 1px solid #D1D7DC;
   background-color: #E6E6E6;
   font-size : 11px; 
   font-family : Verdana, Tahoma, sans-serif;  
}

.ccode {
   float:left;
   margin: 2px 5px;
} 

a.commlink {
	color : #3377E2;
	text-decoration: none;  
}

a.commlink:hover {
	color : #3377E2;
	text-decoration: underline;
}

a.commadmlink {
	color : #666666;
	text-decoration: none;  
}

a.commadmlink:hover {
	color : #666666;
	text-decoration: underline;
}

