@charset "utf-8";

.admin{
font-size:9px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/gradient.png);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2c2c2c;
}

h2{
	margin:0px;
	padding:0px;
	padding-right:30px;
}


h1 a:link, h1 a:active, h1 a:visited{
text-decoration:none;
}

h1 a:hover, h1 a:visited:hover{
text-decoration:none;
color:#0099CC;
}

a:link, a:active, a:visited {
color: #2c2c2c;
text-decoration:underline;
	}
	

a:hover, a:visited:hover {
	color: #73A600;
	text-decoration:none;
	text-align: right;
}


#maincontainer{
	background-image:url(../img/back_trans2.png);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
}
	
.twoColFixLtHdr #container { 
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
		
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	width:960px;
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top:40px;
margin-left:100px;
font-size:40px;
line-height:45px;
}

.logo{
	background-image:url(../img/back_logo.jpg);
	width:442px;
	height:131px;
	float:left;
}

.logo span{
margin-left:100px;
font-style:italic;
color: #c2c4c5;
font-size:16px;
}

.birds{
	background-image:url(../img/birds.jpg);
	width:518px;
	height:131px;
	float: left;
}

.birds div{
font-size:12px;
padding-right:30px;
padding-top:41px;
font-family: Trebuchet MS; 
}

.birds img{
margin-top: 39px;
margin-left:22px;
}

.topmenu{
	background-image: url(../img/header_back.jpg);
	width:558px;
	height:178px;
	float:left;
}

#toplinks{
	font-size:13px;
	margin-left:49px;
	margin-top:25px;
	width:245px;
	float:left;
	height:130px;
}

#toplinks ul{
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:20px;
}

#toplinks a:link, #toplinks a:active, #toplinks a:visited {
color: #2c2c2c;
text-decoration:underline;
	}
	

#toplinks a:hover, #toplinks a:visited:hover {
	color: #84AEDD;
	text-decoration:none;
}

#forumlist{
	color: #2c2c2c;
	font-size:11px;
	margin-top:27px;
	height:130px;
	line-height: 17px;
	}
	
#forumlist ul{
	list-style:none;
}

#forumlist a:link, #forumlist a:active, #forumlist a:visited {
color: #2c2c2c;
text-decoration:underline;
	}
	

#forumlist a:hover, #forumlist a:visited:hover {
	color: #84AEDD;
	text-decoration:none;
}

.fphoto{
	background-image:url(../img/photo_back.jpg);
	width: 402px;
	height:178px;
	float:left;
}

.pic1{
	width:150px;
	height:144px;
	margin-left:210px;
	margin-top:11px;
	border: 3px solid #ddeaf6;
	overflow:hidden;
	border-bottom-color: transparent;
	border-left-color: transparent;
  }
  
  .pic1 img {
    width:150px;
	height:auto;
}

  .pic1 img {
    width:auto;
	height:144px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 293px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		padding: 0px;
}

#login{
	background-image: url(../img/login.jpg);
	width: 293px;
	height:319px;
}

.personal{
margin-top: 12px;	
margin-bottom: 5px;
}

.welcome{
	padding-top:30px;
	padding-left:50px;
	font-size:12px;
	color: #73a600;
	line-height: 18px;
	}
	
.welcome_guest{
	padding-top:30px;
	padding-left:50px;
	font-size:14px;
	color: #2c2c2c;
	line-height: 18px;
	}
	
.inlogin{
height:13px;
font-size:11px;
margin-left:17px;
border: solid #CCCCCC 1px;
color: #84AEDD;
width:125px;
}	

.inlogin:hover{
border: solid #84AEDD 1px;
color: #84AEDD;
}

.inpassword{
width:125px;
color: #73A600;
height:13px;
font-size:11px;
margin-left:6px;
margin-top:7px;
border: solid #CCCCCC 1px;
}	

.inpassword:hover{
border: solid #73A600 1px;
}


.enter{
Font-family: Verdana,Arial,Helvetica,sans-serif;
background:#FFFFFF;
margin-top:10px;
margin-left:21px;
width:59px;
border: solid #CCCCCC 1px;
}

.enter:hover{
border: solid #333333 1px;
background-color: #73A600;
color:#FFFFFF;

}
#user{
	padding-left:50px;
	font-size:11px;
	line-height: 18px;
}

#user a:link, #user a:active, #user a:visited {
color: #2c2c2c;
text-decoration:underline;
	}
	

#user a:hover, #user a:visited:hover {
	color: #73a600;
	text-decoration:none;
}



.t {background: url(../img/t.jpg) 0 0 repeat-x;}
.b {background: url(../img/b.jpg) 0 100% repeat-x;}
.l {background: url(../img/l.jpg) 0 0 repeat-y;}
.r {background: url(../img/r.jpg) 100% 0 repeat-y}
.bl {background: url(../img/bl.jpg) 0 100% no-repeat}
.br {background: url(../img/br.jpg) 100% 100% no-repeat}
.tl {background: url(../img/tl.jpg) 0 0 no-repeat}
.tr {background: url(../img/tr.jpg) 100% 0 no-repeat;}

.ins1{
padding:40px;
padding-top:20px;
}

.text{
font-size:11px;
line-height: 18px;
padding-left:10px;
padding-right:5px;
}





.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 293px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFF;
	background-image:url(../img/content_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:667px;
	padding-top:10px;
	} 

.twoColFixLtHdr #mainContent p{
	font-size:12px;
	line-height:18px;
	padding-right:25px;
	
} 

#forum{
	width: 639px;
	margin-top:20px;
		}

.back_f{
font-size: 12px;
line-height:25px;
}	
#tableheader{
	font-size:12px;
}

.tableheader1{
	padding-top:12px;
	font-size:12px;
	text-align:center;
	padding-left:20px;
	width: 360px;
	float:left;
	height:28px;
	border-bottom:solid #e7e7e7 1px;
	border-top:solid #e7e7e7 1px;
	color: #999;
	}
	

.tableheader2{
	width: 130px;
	float:left;
	height:33px;
	text-align:center;
	font-size:10px;
	padding-top:7px;
	overflow:hidden;
	border-left:solid #e7e7e7 1px;
	border-top:solid #e7e7e7 1px;
	border-bottom:solid #e7e7e7 1px;
	color: #999;
	
}

.tableheader_for{
	font-size:10px;
}

.tableheader3{
	width: 127px;
	float:left;
	height:33px;
	text-align:center;
	font-size:10px;
	padding-top:7px;
	overflow:hidden;
	border-left:solid #e7e7e7 1px;
	border-top:solid #e7e7e7 1px;
	border-bottom:solid #e7e7e7 1px;
	color: #999;
}

#table1{
	padding-left:20px;
	width: 360px;
	font-size:10px;
	padding-top:7px;
	border-bottom:solid #e7e7e7 1px;
	padding-bottom:5px;
	}
	
	
#table1 a:link, #table1 a:active {
	color: #06F;
	font-weight: bold;
	background-image: url(../img/new.gif);
	background-repeat:no-repeat;
	background-position:right;

	padding-right:20px;
	}	
	
#table1 a:visited{
color: #2C2C2C;	
font-weight: normal;
}
	
#table1 a:hover{
text-decoration:none;
color: #09F;
}

#table1 a:visited:hover {
text-decoration:none;
color: #73A600;
}
	
#table1 p{
		}

#table2{
	width: 130px;
	text-align:center;
	font-size:10px;
	padding-top:7px;
	border-left:solid #e7e7e7 1px;
	border-bottom:solid #e7e7e7 1px;
	
}

#table3{
	width: 127px;
	text-align:center;
	font-size:10px;
	padding-top:7px;
	border-left:solid #e7e7e7 1px;
	border-bottom:solid #e7e7e7 1px;
}

.messageheader1{
	padding-top:12px;
	font-size:12px;
	text-align:left;
	padding-left:20px;
	width: 619px;
	float:left;
	height:60px;
	border-bottom:solid #e7e7e7 1px;
	border-top:solid #e7e7e7 1px;
	color: #999;
	}
	
.mimg{
	border: solid 1px #666;
	margin-top:-3px;
	margin-right:10px;
	float:left;
	width:20px;
	height:20px;
		}
	
#message1_main{
	padding-left:20px;
	width: 619px;
	font-size:10px;
	padding-bottom:30px;
	background-image:url(../img/fmessage.png);
	background-repeat:repeat-y;
}

#message1{
	padding-left:20px;
	width: 619px;
	font-size:10px;
	padding-bottom:30px;
	background-image:url(../img/fmessage1.png);
	background-repeat:repeat-y;
	}
	
#totalmessages{
    margin-left:5px;
	font-size:12px;
	text-align:left;
	height:28px;
	color: #999;
	}


#totalmessages a:link, #totalmessages a:visited{
color:#999999;
}

#totalmessages a:hover, #totalmessages a:visited:hover {
	color: #0099CC;
	text-decoration:none;
}

.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer1{
	background-image:url(../img/footer1.jpg);
	background-repeat:no-repeat;
	float:left;
	width:293px;
	height:152px;
}
	
.footer2{
	background-image:url(../img/footer2.jpg);
	background-repeat:no-repeat;
	float:left;
	width:667px;
	height:152px;
}
	
.footer3{
	background-image:url(../img/footer3.gif);
	background-repeat:no-repeat;
	float:left;
	width:293px;
	height:381px;
}	
	
.footer4{
	background-image:url(../img/footer4.gif);
	background-repeat:no-repeat;
	float:left;
	width:667px;
	height:381px;
}

#copyright{
	margin-left:29px;
    margin-top:40px;
	font-size:11px;
	line-height: 18px;	
}

#copyright img{
	margin-right:7px;
  }

#copyright a:link, #copyright a:active, #copyright a:visited {
color: #2c2c2c;
text-decoration:underline;
	}
	

#copyright a:hover, #copyright a:visited:hover {
	color: #069;
	text-decoration:none;
}

	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#addnwew{
	font-size:11px;
	margin-top:20px;
	color: #999;
	}

#addnwew .addform{
border: solid #CCCCCC 1px;
width:500px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
height:16px;
}

#addnwew .addform:hover{
border: solid #73A600 1px;
width:500px;
}

#addnwew .addform2{
border: solid #CCCCCC 1px;
width:500px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
}

#addnwew .addform2:hover{
border: solid #84AEDD 1px;
width:500px;
}

#addnwew .addform3{
border: solid #CCCCCC 1px;
font-family:Verdana, Geneva, sans-serif;
color: #73A600;
margin-left:7px;
}

#addnwew .addform3:hover{
font-family:Verdana, Geneva, sans-serif;
border: solid #73A600 1px;
}

#addnwew .addform4{
Font-family: Verdana,Arial,Helvetica,sans-serif;
background:#FFFFFF;
border: solid #CCCCCC 1px;
margin-left:45px;
}

#addnwew .addform4:hover{
border: solid #333333 1px;
background-color: #73A600;
color:#FFFFFF;
}

#addnwew .addform5{
Font-family: Verdana,Arial,Helvetica,sans-serif;
background:#FFFFFF;
border: solid #CCCCCC 1px;
color:#F00;
}

#addnwew .addform5:hover{
border: solid #333333 1px;
background-color: #F00;
color:#FFFFFF;
}


.protect{
color:#73A600;
text-decoration: overline;
}