/**** IMPORT FORM STYLES *****************************/
@import url("style_forms.css");
/*****************************************************/

/**** IMPORT BOXES STYLES ****************************/
@import url("style_boxes.css");
/*****************************************************/


body {
	background: #fff url(../images/mnu2_bg.gif) repeat-x top;
	padding-bottom: 7px;
}

/* LAYOUT BLOCKS */
#hd {
	position: relative;
	height: 37px;
	background: #fff url(../images/mnu2_bg.gif) repeat-x top; /* fixes disappearing background issue when resizing the window to less than 960px */
}

#bd {
	margin-top:15px;
}

#skiplinks {
	position: absolute;
	height: 0;
	width: 0;
	left: -19000px;
	overflow: hidden;
}

/* CONTENT BLOCKS */
.content { padding: 0 5px 20px 0; }
.table { padding: 0 5px 0 0; position: relative; }
.yui-g { padding-top: 0; margin-top: 0; padding-bottom: 17px; }

/* SIDEBAR */
#sidebar {
	padding-top: 31px;
	position: relative;
}

/* SIDEBAR BOXES */
.box, #sidebar .table {
	clear: both;
	margin-top: 20px;
	padding: 0;
}
#sidebar .table { margin-top: 16px; }

/* SEARCH */
h6.search { margin: 0 0 2px 0; border-top: 25px solid white; }
form#search {
	height: 28px;
	width: 100%;
	overflow: visible;
	white-space: nowrap;
 /*	background: url(../images/search_bg.gif) -20px 0; */
}
form#search div#box_search_wrap {
	border: 1px solid #d6e997;
	background-color: #f2f8dc;
	float: left;
	clear: both;
}
form#search div.box_search select.txttypedropdown {
	border: 1px solid #b0c963;
	height: 19px;
	margin-top: 0;
	font-size: 13px;
	width: 66px;
}
form#search div.box_search {
	border: 0;
	height: 23px;
 /*	background: url(../images/search_bg.gif) repeat-x left top; */
	float: left;
	padding: 3px 0 0 3px;
}
form#search div.box_search input.txt {
	border: 1px solid #b0c963;
	height: 17px;
	width: 109px;
	font-family: Calibri, Trebuchet MS;
	color: #3a3a3a;
	padding-top: 2px;
	margin-right: 3px;
}
form#search div.box_searchbtn { right: 0px; position: absolute; }
form#search div.box_search input.btn {
	height: 28px;
	float: left;
}

/* LOGIN */
.box.login {
	margin-top: 20px;
	background: url(../images/box_login_bg.gif) no-repeat bottom left;
}
.box.login h2 { margin-bottom: 12px; }
.box.login form#login {
	padding-bottom: 8px;
}
.box.login form#login label {
	display: block;
	width: 65px;
	height: 25px;
	line-height: 21px;
	float: left;
	clear: left;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
}
.box.login form#login div {
	padding: 0 15px 5px 0;
	clear: both;
}
.box.login form#login input.txt {
	width: 133px;
	height: 16px;
	padding: 2px 0 0 2px;
	float: right;
	clear: right;
	font-family: Calibri, Trebuchet MS;
	font-size: 1em;
	color: #3a3a3a;
	border: 1px solid #b0c963;
}
.box.login form#login input.txt.pass {
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-top: 0;
	height: 18px;
}
.box.login form#login p {
	clear: left;
	float: left;
	padding: 5px 0 0 15px;
	font-size: 90%;
}
.box.login form#login input.btn {
	position: absolute;
	float: right;
	right: 0;
	margin-top: -18px;
}

/* FOOTER */
#ft {
	border-top: 1px solid #a1c92b;
	padding: 8px 0 23px 0;
}

#ftleft {
	width:700px;
	float:left;
	}

#ftright {
	width:200px;
	float:right;
	text-align:right;
	font-size:11px;
	color:#698C00;
	}
#ftright a {
	color:#698C00;
	text-decoration:none;	
	}
#ftright a:hover {
	color:#0099CC;
	text-decoration:underline;
	}
	
.txttypedropdown {
	font-size:12px;
	width:73px;
	}

/*** Account Bar **********************************/
#acctextbox {
	padding:1px 10px 10px 10px;
	}
	
.displaytable {
	display:table;
	}

.displaytablefull {
	display:table;
	width:100%;
	}
	
/*** Members Pages ********************************/
#memheadingleft {
	float:left; 
	width:200px; 
	padding-bottom:16px;
	}
#memheadingright {
	float:right; 
	width:150px; 
	padding-bottom:16px;
	text-align:right;
	}

.profileimageouter {
	float:right; 
	width:210px; 
	text-align:right;
	position: relative;
	}
.profileimageinner {
	width:210px; 
	display:block;
	}
.profileimageinner2 {
	width:210px; 
	display:block;
	padding-top:5px;
	text-align:center;
	clear: both;
	float: right;
	padding-bottom: 20px;
	}
.profileimage {
	border:solid #A1C92B 1px;	
	}
.profileimagedark {
	border:solid #666666 1px;	
	}
.profileimageinner .profileimage {
	margin-bottom: 10px;
}
/**************************************************/

ul.paddedlist { padding-top: 10px; }
.paddedlist li {
	padding-bottom:10px;
	}

.searchpagesearch {
	width:242px; 
	float:left; 
	position:relative;
	}

/**** Paging Links ************************************/
.compaginglinks {
	font-size:11px;
	text-align:right;
	float:right;
	width: 525px;
	}
.compaginglinks a {
	padding:1px;
	text-decoration:underline;
	}
.compaginglinks a:hover {
	text-decoration:underline;
	}
.compagingstatus {
	font-size:11px;
	float:left; 
	width:150px;
	}
/******************************************************/

/*** search ******************************************/
.searchprofiletop {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8dbd01;
	}
.searchprofileouter {
	width:100%; 
	display:table; 
	padding:10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8dbd01;
	}
.searchprofileimg {
	float:left; 
	width:90px;
	}
.searchprofiletext {
	float:left; 
	width:540px;
	line-height:22px;
	}
.searcharticlesdate {
	padding:4px 0px;
	font-size:11px;
	}
/******************************************************/

/*** Inbox ********************************************/
.inboxoutercontainer {
	width:100%; 
	display:table; 
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #8dbd01;
	}	
.inboxinsidecontainer {
	width:100%; 
	display:table; 
	padding:10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8dbd01;
	}
.inboxcheckboxcontainer {
	float:left; 
	width:30px;
	}
.inboximagecontainer {
	float:left; 
	width:90px;
	}
.inboxnamecontainer {
	float:left; 
	width:120px;
	}
.inboxsubjectcontainer {
	float:left; 
	width:460px;
	}
/******************************************************/

.netwookbookmarks {
	margin: 18px 0 0 20px;
	}
.netwookbookmarks ul, li {
    list-style-type: none;
	margin: 0;
	padding: 0;
	}
.netwookbookmarks li {
	padding-right:28px;
	padding-left: 0px;
	display:inline;
	background-image:url(../images/spacer.gif)
	}
.netwookbookmarks image {
	padding-right:2px;
	}
	
/*** Events *******************************************/
.eventscontainer {
	background-image:url(../images/calendar.gif); 
	background-repeat:no-repeat; 
	text-indent:70px;
	height:46px;
	}
.eventsheadline {
	padding:6px 0px;
	font-weight:bold;
	}
.eventstext {
	color:#888888;
	}
/******************************************************/

/*** Forum ********************************************/
.forumbreadleft { line-height: 1.5em; }
.forumbreadcontainer { clear: both; }
table.txtmain { clear: both; }

/******************************************************/

