/* ////////////// general form elements ///////////////// */

form {
	margin: 0;
	padding: 0;
}


fieldset {	
	border : none;	 
	padding: 0px 5px 0px 5px;		 
	margin: 0em 0em 1em 0em;		
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	position:relative;
	display:block;
}

fieldset h3 {
	color: #c03;
}

 #blogbg fieldset {
	background: #d4effd;
	border : 1px solid #dcd0c6;
	padding: 10px 40px 10px 40px;	 
	margin: 0;	
	margin-right: 30px;
	margin-left: 30px;
	font-size: 1em;	
	color: #000;
}



#fullNews fieldset{
	background: #d4effd;
	border : 1px solid #dcd0c6;
	padding: 10px 30px 10px 30px;	 
	margin: 0;	
	margin-right: 40px;
	margin-left: 30px;
	font-size: 1em;	
	color: #000;
}


#formbg fieldset{
	background: #d4effd;
	border : 1px solid #dcd0c6;
	padding: 10px 30px 10px 30px;	 
	margin: 0;	
	margin-right: 40px;
	margin-left: 0px;
	font-size: 1em;	
	color: #000;
}



#tabarea fieldset{
	background: #d4effd;
	border : 1px solid #dcd0c6;
	padding: 10px 30px 10px 30px;	 
	margin: 0;	
	margin-right: 40px;
	margin-left: 30px;
	font-size: 1em;	
	color: #000;
	
}


#formbgshort fieldset{
	background: #d4effd;
	border : 1px solid #dcd0c6;
	padding: 20px 20px 10px 20px;	 
	margin: 0;	
	margin-right: 40px;
	margin-left: 0px;
	font-size: 1em;	
	color: #000;
	width: 460px;
}





legend{
	font-size: 1.1em; 
	color: #06C; 
	font-weight:bold;		
	background-color:#fff;
	border: solid #999 1px;
	padding:2px 5px;
	margin:0;
	margin-bottom: 0px;
	position:relative;
	top: -24px;	
}
/* get rid of negative margin on legend for Opera 5.x/6.x and MacIE 5.x */
html>body form fieldset legend {
	top: 0px;	
	margin-bottom: 10px;
	display: none;
}

.loginbox legend, #searchbox legend, #formbg legend, #formbgshort legend{
	display: none !important;
}



label {
	display:block;
	float:left;
	width: 20em; 
	border: solid #999; 
	border-width: 0px 0px 1px 0px;  
	margin:0.5em 0.2em 0 0;
	padding: 0, 0, 2px, 0;
	font-size: 0.9em;	
}

#replyToThread label  {
	font-size: 1.2em;
}

input {	
	width: 20em;
	float:left;
	font-size: 0.9em;
	padding: 0em .3em 0.3em .3em;
	color: #06C;
	margin-bottom: 5px;
	margin-right: 5px;	
}



fieldset input:hover {
background-color: #ffc;
}

fieldset input:focus {
background-color: #ffc;
}
fieldset input:active {
background-color: #ffc;
}

select {	
	width: 12.3em; 
	float:left;
	font-size: 1em; 
	padding: 0;
	color: #06C;	
	margin-bottom: 5px;	
	margin-right: 5px;		
}

.wselect {
	width: 20em;
}

.checksArea {
 margin: 5px;
 padding: 5px;
 background: #fff;
}

/* ////////////// label styles ///////////////// */	

#searchbox label {
	display: inline;
	width: auto;
	border: none;
	margin-right: 3px;
	font-size: 1.2em;
	color: #fff;
}

label.halfWidth {
	width: 8.8em;	
}

label.halfwWidth {
	width: 16em;	
}

#fullNews label.halfwWidth {
	width: 15em;	
}

label.wideWidth {
	width: 40em;	
}

.sub {
	width: auto;
	white-space: nowrap;
	font-size: 80%;
	margin: 0em;
	border-style: none;
	padding: 0em;
	color: #036;
	}
	
fieldset span.checkline {
	border: none;
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
	float:left;
	font-size: 1em;
	width: auto;
}	
	
/* ////////////// input fields ///////////////// */	

.entryCheck {
	width: 18px;
	margin-top: 0.5em;		
}

#searchbox input {
	width: 16.4em;
}

input.halfwWidth {
	width: 17em;	
}

input.halfWidth {
	width: 9em;	
}

input.fullWidth {
	width: 40em;	
}

input.widerWidth {
	width: 44.2em;	
}



/* ////////////// submit buttons ///////////////// */


.linkBut {
	text-align: left;
	font-size: 1em; 
	padding-right: 10px;
	padding-left: 23px;	
	padding-top: 1px;
	padding-bottom: 3px;
	color:#000;		
	background : url(../images/button_bg.jpg) 0 0 no-repeat;
	border:outset 1px #ccc;
	margin: 0;		
	margin-left: 15px;	
	min-height : 22px;
	height:auto !important;
	height:22px;	
	display: inline;
	margin-left: 15px;
}

.newsbox .linkBut {
	margin-left: 0px;	
	padding-top: 0px;	
	border:outset 1px #39c;
}




input.buttonForm {
	padding: 0;
	color:#000;
	
	background : url(../images/button_bg.jpg) 0 0 no-repeat;
	border: none;
	width: 6em;
	cursor:pointer;
	cursor:hand;
	margin: 0;	
	min-height : 20px;
	height:auto !important;
	height:20px;
}	

#searchbox .buttonForm {	
	position: absolute;
	right:0 !important;
	bottom: 0 !important;		
	margin-top: 0;
	width: 6em;
	text-align: left;
	font-size: 1em; 
	padding: none;
	padding-left: 23px;	
	padding-top: 2px;
	color:#000;		
	background : url(../images/button_bg.jpg) 0 0 no-repeat;
	border:0;
	border-bottom: outset 1px #ccc;
	border-right: outset 1px #ccc;
	cursor:pointer;
	cursor:hand;
	margin: 0;	
	min-height : 20px;
	height:auto !important;
	height:20px; 	
}


 #areabox .buttonForm {		
	margin-top: 0;
	width: 6em;
	text-align: left;
	font-size: 1em; 
	padding: none;
	padding-left: 23px;	
	padding-top: 2px;
	color:#000;		
	background : url(../images/button_bg.jpg) 0 0 no-repeat;
	border:outset 1px #ccc;
	cursor:pointer;
	cursor:hand;
	margin: 0;	
	margin-left: 166px;
	min-height : 17px;
	height:auto !important;
	height:17px; 	
}
.buttonFree {
	text-align: left;
	font-size: 1em; 
	padding: 0;
	padding-left: 23px;	
	color:#000;		
	
	background : url(../images/button_bg.jpg) 0 0 no-repeat;
	border:outset 1px #ccc;
	cursor:pointer;
	cursor:hand;
	margin: 0;	
	min-height : 22px;
	height:auto !important;
	height:22px; 	
	width:7.8em; 	
	}
	
		
	
.buttonNews {
	text-align: left;
	font-size: 1em; 
	padding: 0;
	padding-left: 23px;	
	color:#000;		
	
	background : url(../images/button_bg.jpg) 0 0 no-repeat;	
	border:outset 1px #ccc;	
	cursor:pointer;
	cursor:hand;
	margin: 0;	
	margin-top: 1px;
	min-height : 20px;
	height:auto !important;
	height:20px; 	
	width:7.8em; 	
	}	
	
#formbg .buttonNews {
	margin-right: 25px
}	

#tabarea .buttonNews {
	margin-left: 490px;
}

#fullNews .buttonNews {
	margin-left: 440px;
}

#replyToThread .buttonNews {	
	margin-left: 85px;
}	

#login_form .buttonNews, #register_form .buttonNews {	
	margin-left: 360px;
}	


.linkWide {
	display: block;
	text-align: left;
	font-size: 1em; 
	padding-right: 10px;
	padding-left: 23px;	
	padding-top: 1px;
	padding-bottom: 3px;
	color:#000;		
	background : url(../images/button_bg.jpg) 0 0 no-repeat;
	border:outset 1px #ccc;
	margin: 0;	
	min-height : 30px;
	height:auto !important;
	height:30px; 			
	width:200px;
	display: inline;
	margin-left: 15px;
}


.buttonWide {
	text-align: left;
	font-size: 1em; 
	padding: 0;
	padding-left: 23px;	
	color:#000;			
	background : url(../images/button_bg.jpg) 0 0 no-repeat;
	border:outset 1px #ccc;
	cursor:pointer;
	cursor:hand;
	margin: 0;	
	min-height : 22px;
	height:auto !important;
	height:22px; 			
	width:16em;
	display: inline;
	margin-left: 15px; 	
	}		
	
	
	
	.buttonvWide {
	text-align: left;
	font-size: 1em; 
	padding: 0;
	padding-left: 23px;	
	color:#000;			
	background : url(../images/button_bg.jpg) 0 0 no-repeat;
	border:outset 1px #ccc;
	cursor:pointer;
	cursor:hand;
	margin: 0;	
	min-height : 22px;
	height:auto !important;
	height:22px; 			
	width:17em;
	display: inline;
	margin-left: 15px; 	
	}	
	
.buttonWhite {
	text-align: left;
	padding: 0;
	padding-left: 23px;	
	color:#000;		
	
	background : url(../images/newsbox_but.jpg) 0 0 no-repeat;
	border: none;
	cursor:pointer;
	cursor:hand;
	margin: 0;	
	min-height : 20px;
	height:auto !important;
	height:20px; 	
	width:7.8em; 	
	}		
	
/* ////////////// login box ///////////////// */
.loginbox input {	
	width: 12em;
	margin-top: -0.3em;	
}


.loginbox form {
	margin-left: 3px;
}

.loginbox label {	
	width: 7em; 
	font-size: 1.2em;
	font-weight: bold;	
	margin-top: 0;
	border: none;
	padding:none;
}

.loginbox p {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 6px;	
	padding: 0;
}

.loginbox p strong{
	font-size: 1.4em;
	font-weight: bold;
}

.loginbox p.plinks {
	width: 125px;
	float: left;	
}

.loginbox .buttonForm { 	
	width: 8em; 	
	margin-top: 17px;
	margin-left: 10px;
	border:outset 1px #ccc;
	}
	
/* ////////////// homepage ///////////////// */			
	
/* ////////////// homepage area box ///////////////// */	

#areabox label {
	width: 196px;
	margin-left: 10px;
	margin-top: 0;
	font-size: 1.2em;
}	

#areabox .entryCheck {	
	margin-top: 0;	
	margin-bottom: 0;	
	padding-bottom: 0;	
}



			
/* ////////////// content pages ///////////////// */			
	
/* ////////////// document lists ///////////////// */	

.doclist {
	float: left;
	width: 260px;
	margin: 0px 15px 0px 0px;
}

.doclist ul {
	list-style: none; 
}

.doclist img {
	margin-top: 5px; 
	margin-bottom: -8px; 
}



/* ////////////// windows ///////////////// */	
.window .buttonNews {
	font-size: 0.8em;
} 

.window p.center {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color:#06c;
}



