@import url("reset.css");

body {
	background: #bba47a url(../images/body-bg.jpg) repeat left top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 20px 0;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #c8bc90;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	font-size:22px;
	font-weight:bold;
	padding-bottom:5px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}

h6 {
	font-size: 9px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}


#wrapper {
	background: #644927 url(../images/wrapper-bg.jpg) repeat-y left top;
	width: 902px;
	margin: 0 auto;
}

#wrapper-top {
	background: url(../images/wrapper-top.jpg) no-repeat left top;
	width: 902px;
	margin: 0 auto;	
}

#banner {
	height: 290px;
}

#container {

}

#leftcol {
	width: 174px;
	float: left;
	margin-right: 26px;
}

.moduletable {
	margin-bottom: 10px;
}

.moduletable ul li a:link, 
.moduletable ul li a:visited,
.moduletable ul li a:active {
	background: url(../images/nav-li-bg.gif) no-repeat left bottom; 
	font-weight: bold;
	color: #bfb07b;
	font-size: 12px;
	text-decoration: none;
	width: 144px;	
	display: block;
	padding: 5px 15px 7px 15px;	
}

.moduletable ul li a:hover,.moduletable ul li.active {
	background: url(../images/nav-li-hover.gif) no-repeat left bottom;
	text-decoration: none;
}

.moduletable-login {
	padding: 0px 0px 0px 15px;
	margin-bottom: 10px;
}

.moduletable-login .inputbox-login {
	margin: 5px 0px;
}

.moduletable-login .button-login {
	margin: 5px 0px;
	background: #483318;
	border: 1px solid #6b2d06;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}

#contentCol {
	width: 645px;
	float: left;
	margin-right: 25px;	
}

#contentCol .content {
	width: 307px;
	float: left;
}

#contentCol .moduletable-box1 {
	margin-bottom: 10px;
}

#contentCol .moduletable-box1 h3 {
	background: url(../images/BetweentheCovers.gif) no-repeat left top;
	height: 54px;
	line-height: 54px;
	color: #bfb07b;
	margin-bottom: 10px;
	padding-left: 65px;
	font-size: 22px;
	text-indent: -9999px;
}

#contentCol .moduletable-box2 {
	margin-bottom: 10px;
}

#contentCol .moduletable-box2 h3 {
	margin-bottom: 5px;
	color: #bfb07b;
	font-size: 18px;
}

#contentCol .rightcol {
	width: 304px;
	float: right;
}

#contentCol .rightcol .moduletable-box3 {
	margin-bottom: 10px;
}

#contentCol .rightcol .moduletable-box3 h3 {
	height: 54px;
	line-height: 54px;
	color: #bfb07b;
	margin-bottom: 10px;
	padding-left: 65px;
	font-size: 22px;
	text-indent: -9999px;
}

#contentCol .rightcol .moduletable-none {
	margin-bottom: 10px;
}

#contentCol .rightcol .moduletable-none h3 {
	color: #bfb07b;
	margin-bottom: 10px;
	font-size: 20px;
}


.contentheading, .componentheading {
	color: #bfb07b;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight:bold;
}

.small, .createdate, .modifydate {
	color: #837c50;
	font-size: x-small;
}

.content ul {
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 15px;
}

.content ul li {
	color: #fff;
	list-style: disc;
	margin-bottom: 3px;
}

#footer {
}

.designer {
	width: 300px;
	float: left;
	padding: 10px 15px;	
}

.copyright{
	width: 300px;
	float: right;
	text-align: right;
	padding: 10px 15px;
	padding-top: 70px;
}



/* System Standard Messages */

#system-message { margin-bottom: 20px; }



#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}



/* System Error Messages */

#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}



/* System Notice Messages */

#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}


/*-----------  Registration Form  -------------*/

.contact {
	width: 300px;
}

.contact .inputbox {
	margin-bottom: 8px;
}

.mod_placehere_leading .buttonheading {
	display: none;
}

#cbUserTable tr {
	margin-bottom: 15px;
	display: block;
}

#cbUserTable tr th,#cbUserTable tr td {
	padding-left: 15px;
}

.caption {
	margin-bottom: 5px;
	color: #bfb07b;
	font-size: 18px;
}

/*--------------  login Form  -------------------*/

#login label {
	width: 120px;
	text-align: left;
	padding-right: 10px;
	float: left;
}

#login .inputbox {
	margin-bottom: 5px;
	width: 200px;
}

#login .remember .inputbox .rem {
	width: 20px;
	border: 1px solid red;
}

.moduletable-login .button-login,
#login .button,
.dm_button .button {
	margin: 5px 0px;
	background: #483318;
	border: 1px solid #6b2d06;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}

.dm_taskbar ul li,
ul.dm_toolbar li {
list-style-type:none;
}


.fb_rulesdesc  ul li {
	color: #000;
}