/* Custom CSS Variables */

/* Footer at bottom of page */
.footerTable{
	border-width: 1px;
	border-color: #666666;
	border-style: solid;
	background-color: #F2F2F2;
}

input.button{
	font-size: 12px;
	height: 20px;
	border: 1px solid #666;
	background: url("/images/button_background.gif") top left repeat-x;
	font-weight: bold;
	cursor: pointer;
}

/* Links in Menu at left top of page */
a.menuLink{
	text-decoration: none;
	color: #801600;
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: smaller;
}

a.menuLink:hover{
	text-decoration: none;
	color: #000000;
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: smaller;
}

a.boxLink{
	text-decoration: none;
	color: #801600;
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: small;
	border-width: 1px;
	_border-width: 0px;
	border-style: solid;
	border-color: transparent;
	padding: 1px;
}

a.boxLink:hover{
	text-decoration: none;
	color: #FF6600;
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: small;
	border-style: solid;
	border-color: #BBBBBB;
	border-width: 1px;
	background-color: #FFFFFF;
	padding: 1px;
}

a.forumLink{
	text-decoration: underline;
	color: #801600;
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: small;
}

a.forumLink:hover{
	text-decoration: underline;
	color: #FF6600;
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: small;
}

a.icon, a.icon:hover{
	text-decoration: none;
	color: #4f4f4f;
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: smaller;
}

.label{
	color: #333333;
	font-size: small;
	font-weight: bolder;
}

.warning{
	color: #801600;
	font-weight: bold;
	text-align: center;
}

.success{
	color: #000000;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #f2f2f2;
	padding: 5px;
	text-align: center;
}

.info{
	color: #666666;
	font-size: x-small;
}

a.info{
	color: #666666;
	font-size: x-small;
}

a.info:hover{
	color: #666666;
	font-size: x-small;
}

.forumLeft{
	background-color: #F2F2F2;
	border-right-width: 3px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	padding: 10px;
}

.forumRight{
	background-color: #FFFFFF;
	padding: 10px;
}

.forumBottom{
	background-color: #F2F2F2;
	padding: 0px;
}

.forumTable{
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-right-width: 3px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}

a.header{
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: small;
	color: #EFEFEF;
	text-decoration: none;
	padding : 0px;
	background-color: #06151C;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

a.header:hover{
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: small;
	color: #2F2F2F;
	text-decoration: none;
	padding : 0px;
	background-color: #811601;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

/* div's */
#header{
	margin: 0px;
	padding: 0px;
	height: 105px;
	background-color: #000000;
	background-image: url("/images/main_header_bg.jpg");
}

#headerTbl{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-weight: bold;
	color: #4F4F4F;
	background-color: #F2F2F2;
	background-image: url("/images/header_tbl.png");
	height: 30px;
}

.headerTbl{
	color: #4F4F4F;
}

#note{
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #f2f2f2;
}

#articleHeader{
	padding: 8px;
	border: 1px solid #999999;
	background-color: #F2F2F2;
	background-image: url("/images/header_tbl.png");
	color: #801600;
}

.left{
  width: 170px;
	padding: 5px;
	color: #2F2F2F;
	line-height: 18px;
	background-image: url("/images/menuleftback.gif");
	background-repeat: repeat-y;
}

.right{
	width: 170px;
	padding: 5px;
	color: #2F2F2F;
	line-height: 22px;
	background-image: url("/images/menurightback.gif");
	background-repeat: repeat-y;
}

.body{
	padding: 30px;
	padding-top: 5px;
	color: #2F2F2F;
	background-color: #FFFFFF;
	background-image: url('/images/knife_bg.gif');
	background-repeat: no-repeat;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
}

#footer{
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #F2F2F2;
	font-weight: bold;
	font-size: small;
	background-color: #000000;
	background-image: url("/images/main_header_bg.jpg");
	height: 100px;
}

#forum{
	margin: 10px;
	border-width: 1px; 
	border-style: solid;
	border-color: #811601;
	background-color: #F2F2F2;
	padding: 10px;

}

#textbox{
	margin: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #F2F2F2;
	padding: 10px;
}

/* Predefined CSS Variables */

fieldset{
	border-width: 1px;
	border-color: #811601;
	border-style: dotted;
	padding: 10px;
}

body{
	background-color: #F2f2f2;
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: small;
	margin: 0px;
	vertical-align: top;
	max-width: 100%;
}

hr{
	border-style: solid;
	border-width: 1px;
	border-color: #801500;
	width: 95%;
}

textarea{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

label{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label{
	text-align: right;
	width: 125px;
	padding-right: 20px;
}

br {
	clear: left;
}


a{
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: small;
	color: #801600;
	text-decoration: none;
	padding : 0px;
}

a:hover{
	font-family: verdana, sans-serif, geneva, helvetica;
	font-size: small;
	color: #2F2F2F;
	text-decoration: underline;
	padding : 0px;
}
