/* CSS Document */
a:visited {
	text-decoration: none;
	color: #993366;
}
a:hover {
	text-decoration: underline;
	color: #482D5E;
}
a:active {
	text-decoration: none;
}
body.main {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:2px;
	background-color:#E3DED5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	background-repeat: repeat-x;
	text-align:center;
}

.headerStyle {
	padding: 0px 0px 0px 0px;
	position:relative;
	border-color:#452325;
	width: 100%;
	background-image:url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#452325;
	height: 58px;
	top: 0px;
}
	
.breadCrumbStyle {
	font-size: 11px;
	width:600px;
	text-align:right;
	position: relative;
	left: 98px;
	top: 88px;
	display:none;
}

#breadcrumb_div {
	font-size:12px;
}

.footerMenuStyle {
	padding-top: 2px;
	padding-bottom: 3px;
	position:relative;
	border-color:#551901;
	border-width: 1px;
	border-style:dashed;
	border-top-style: solid;
	border-top-width: medium;
	border-bottom-style: solid;
	border-bottom-width: medium;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #660000;
	text-decoration: none;
	text-align: center;
	white-space: normal;
}

.loginFormStyle, .forgotPasswordFormStyle, .registerFormStyle {
	position:relative;
	padding:0px 4px 0px 4px;
	border-color:#551901;
	border-style:dashed;
	width:400px;
	border-width: 1px;
}

.notificationFormStyle {
	position:relative;
	padding:4px 4px 4px 4px;
	border-color:#551901;
	border-style:dashed;
	width:400px;
	border-width: 1px;
}

.notificationFormStyleTextArea {
	position:relative;
	padding:0px 0px 0px 0px;
	border-color:#999999;
	width:360px;
	height:300px;
	border-width: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	overflow: scroll;
	text-align: left;	
}

.applicationStyle {
	position:relative;
	padding:4px 4px 4px 4px;
	border-color:#551901;
	border-style:solid;
	width:788px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-right-width: 2px;
	border-left-width: 2px;
}

hr {
	color:#551901;
	height: 2px;
}

.mainMenuStyle {
	position:relative;
	padding:0px 0px 0px 0px;
	height:25px;
}

.mainMenuTabItemStyleSelected {
	position:relative;
	padding:0px 0px 0px 4px;
	border-color:#551901;
	border-bottom-style:none;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;
	border-width:1px;
	height:25px;
	color: #551901;
	font-weight:bold;
	font-size:10px;
	width:150px;
	border-top-width: medium;
	border-right-width: 2px;
	border-left-width: 2px;
}

.mainMenuTabItemStyle {
	position:relative;
	padding:0px 0px 0px 4px;
	border-bottom-style:solid;
	border-top-style:dashed;
	border-right-style:dashed;
	border-width:1px;
	border-left-style:dashed;
	font-size:10px;
	height:23px;
	width:170px;
	border-color: #A65300;
	border-bottom-color: #551901;
	border-bottom-width: medium;
}

.mainMenuTabBlank {
	position:relative;
	padding:0px 0px 0px 0px;
	border-color:#551901;
	border-bottom-style:solid;
	border-top-style:none;
	border-right-style:none;
	border-width:1px;
	border-left-style:none;
	font-size:10px;
	height:25px;
	border-bottom-color: #551901;
	border-bottom-width: medium;
}

.input {
 font : normal 11px/12px arial,verdana,trebuchet,sans-serif;
 border : 1px solid #909daa;
 color:#39394a;
 background-color : #F9FBFA;
 margin-top: 2px;
 margin-bottom: 2px;
}

.input.large {
 width: 200px;
}

.input:focus {
 background-color : #F9FBFA;
}

.button {
 color : #39394a;
 background-color : #F9FBFA;
 font:10px/12px verdana,arial,sans-serif;
}

.textarea {
 border: 1px solid #909daa;
 margin-bottom: 10px;
 color: #666666;
 background-color: #F9FBFA;
 font: 11px/16px verdana,arial,rebuchet,sans-serif;
 }

.textarea:focus {
 background-color : #F9FBFA;
 }
 
.spacer {
margin: 0;
padding: 0;
clear: both;
}
