* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #16a3e4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/pagebg.png);
	background-position: top center;
	background-repeat: repeat-x;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	color: #073da7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #073da7;
	margin-bottom: 20px;
	padding-top: 10px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #073da7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #073da7;
	margin-bottom: 15px;
	margin-top: 40px;
	margin-left: 5px;
}
.mtop20 {
	margin-top: 20px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	color: #073da7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #073da7;
	margin-bottom: 15px;
	margin-top: 20px;
	margin-left: 5px;
}
table {
	border-width: 0px;
	margin-left: 5px;
}
th, td {
	text-align: left;
	border-width: 0px;
	padding: 2px;
}
th {
	padding-right: 30px;
}
a:link, a:visited {
   color: #0052a6;
   text-decoration: underline;
}
a:hover {
   color: #FFFFFF;
   text-decoration: none;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	color: #073da7;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
}
dl {
	margin-left: 5px;
}
dd {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#pagecontainer {
	min-height: 100%;
	background-image: url(images/walibibg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#fulltop {
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	
}
#fullbanner {
	background-color: #91c036;
	background-image: url(images/headerside.png);
	background-position: top;
	background-repeat: repeat-x;
}
#fullnav {
}
#fullcontent {
}
#fullfooter {
	/*background-color: #8bd8fb;*/
}
#containertop {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #073da7;
	background-image: url(images/leftbg.png);
	background-position: left top;
	background-repeat: repeat-y;
}
#containerbanner {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#containernav{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #073da7;
}
#containercontent {

	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #073da7;
	overflow: hidden;
	background-image: url(images/contentbg.png);
	background-position: left top;
	background-repeat: repeat-y;
}
#containerfooter {
	background-color: #f5eb41;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	overflow: hidden;
	
}
#toplinks {
	margin-left: 20px;
	background-color: #8bd8fb;
	width: 780px;
	height: 40px;
}
#toptext {
	position: absolute;
	margin-top: 159px;
	margin-left: -10px;
	color: #f5eb41;
	font-size: 40px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant:small-caps;
	background-image: url(images/bgtoptext.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#banner {
	background-color: #073da7;
	height: 200px;
	width: 780px;
	padding-left: 20px;
	background-image: url(images/leftbg.png);
	background-position: left top;
	background-repeat: repeat-y;
}
#nav {
	background-color: #f5eb41;
	height: 40px;
	width: 780px;
	padding-left: 20px;
	background-image: url('images/wbfnavbg.png');
	
}
#content {
	background-color: #8bd8fb;
	width: 550px;
	padding: 20px;
	float: left;
	
}
#content ul {
    list-style-type: none;
	padding-left: 5px;
}

.bullet {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
#menu {
	background-color: #91c036;
	width: 150px;
	padding: 20px;
	padding-top: 35px;
	overflow: hidden;
	background-image: url(images/sidebarbg.png);
	background-position: right top;
	background-repeat: repeat-y;
}
#footer {
	margin-left: 20px;
	background-color: #91c036;
	height: 40px;
	width: 780px;
	text-align: center;
	background-image: url(images/sidebarbg.png);
	background-position: right top;
	background-repeat: repeat-y;
}
#footer p {
	font-size: 10px;
	margin: 0;
	padding-top: 15px;
}
#memberbarcontainer {
	background-color: #f0f0f0;
	position: fixed;
	clear: both;
	width: 100%;
	bottom: 0px;
	border-top: 2px solid #f4862d;
	padding-left: auto;
	padding-right: auto;
} 
#memberbar {
	padding-right: 20px;
	width: 778px;
	background-color: #DDDDDD;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	margin-left: auto;
	margin-right: auto;
	height: 26px;
}
#memberbarLogo {
	width: 200px;
	float: left;
	height: 22px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-right: 2px solid #999999;
}
#memberbarLogo img {
	margin-bottom: -5px;
	margin-right: 7px;
}
#memberbarWelcome {
	font-size: 11px;
	width: 458px;
	float: left;
	height: 19px;
	text-align: center;	
	padding: 2px;
	padding-top: 5px;
	border-right: 2px solid #999999;
}
#memberbarShowActions {
	font-size: 11px;
	width: 100px;
	float: left;
	height: 19px;
	text-align: center;	
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 2px;
}
/* #memberbarActions {
	width: 150px;
	float: left;
	text-align: center;	
	padding: 13px;
	padding-bottom: 2px;
	border-right: 2px solid #999999;
} */
#memberbarActions {
	font-size: 11px;
	background-color: #EEEEEE;
	width: 220px;
	bottom: 26px;
	margin: 0;
	margin-left: 572px;
	position: fixed;
	border: 2px solid #f4862d;
	padding: 2px;
	display: none;
}
.memberbarActionSep {
	border: 1px solid #999999;
	margin: 2px;
	padding: 2px;
	text-align: left;
	padding-left: 7px;
}
.memberbarActionSep img {
	border: 0px;
	height: 20px;
	margin-top: -1px;
	margin-left: -6px;
}
.memberbarActionSep a {
	display: block;
	width: 175px;
	float: left;
	color: #000000;
	text-decoration: none;
}
.memberbarActionSep:hover {
	display: block;
	width: 175px;
	float: left;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
}
.editInPage {
	background-color: #9fefff;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -16px;
	margin-left: 5px;
	padding-left: 5px;
	border-bottom: 1px dotted #0668cc;
}
.formSideBar {
	background-color: #a0d446;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 2px;
	padding-left: 5px;
	border-bottom: 1px dashed #f5eb41;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.botpad {
	padding-bottom: 8px;
}
.alert {
	background-image: url(images/alert.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #f5eb41;
	padding-left: 50px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.SBTit {
	font-weight: bold;
	font-size: 16px;
	color: #f5eb41;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #f5eb41;
	margin-bottom: 12px;
	margin-left: -5px;
}
.SBSubTit {
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: -3px;
}
.SBContent {
	margin-bottom: 24px;
	margin-left: -3px;
}
.artTit1, .artTit2 {
	text-align: center;
	font-weight: bold;
}
.artTit1 {
	font-size: 16px;
	margin-top: 28px;
}
.artTit2 {
	font-size: 13px;
	margin-top: 28px;
	margin-bottom: 28px;
}
.actions {
	border: 0;
}
.attfotos {

	float: left;
	width: 135px;
	text-align: center;
	margin: 0;
	padding: 0;

}

.wbnav
{
	color: #0052a6;
	text-decoration: underline;
	font-size: 14px;
	display: block;
	width: 155px;
	float: left;
	text-align: center;
	border-right: solid 1px #0668cc;
	height: 28px;
	padding-top: 12px;
	background-color: #8bd8fb;
	cursor: pointer;
	background-image: url('images/wbnavbg.png');
}

.wbnav:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #91c036;
	background-image: url('images/navhover.png');
}


.wbfnav
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	float: left;
	text-align: center;
	border-right: solid 1px #073da7;
	height: 28px;
	padding-top: 12px;
	background-color: #f5eb41;
	background-image: url('images/wbfnavbg.png');
}

.wbfnav:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #91c036;
	background-image: url('images/navhover.png');
}

.attthumb {
	border-color:#073da7;
	border-width: 3px;
	border-style: solid;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
a .attthumb:hover {
	border-color:#FFFFFF;
	border-width: 3px;
	border-style: solid;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.att {
	margin-top: 25px;
	height: 75px;
}

.toolbar {
	background: #DDD url('images/editor/background_silver.jpg') repeat-x;
	height: 23px;
	width: 524px;
	margin-top: 1px;
	padding-top: 1px;
	padding-left: 7px;
	margin-left: 10px;
}
.bbcode_button {
	margin: 1px;
}
.bbcode_button:hover {
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	cursor: pointer;
	margin: 0px;
}




.star-rating {
	background: url(images/star2.png) left -1000px repeat-x;
}
.current-rating {
	background: url(images/star.png) left -1000px repeat-x;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background: url(images/star3.png) left -1000px repeat-x;
}
.star-rating {
	position:relative;
	width:110px;
	height:21px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li {
	display: inline;
}
.star-rating a,
.star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:21px;
	line-height:21px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width:20%;
	z-index:6;
}
.star-rating a.two-stars {
	width:40%;
	z-index:5;
}
.star-rating a.three-stars {
	width:60%;
	z-index:4;
}

.star-rating a.four-stars {
	width:80%;
	z-index:3;
}
.star-rating a.five-stars {
	width:100%;
	z-index:2;
}
.star-rating .current-rating {
	z-index:1;
	background-position: left center;
}