@import url( "shadowdiv.css" );
@import url( "form.css" );

html {
	overflow-y: scroll;
}

body { 
	background-color: #f1f1f1;
	font-family: Helvetica, sans-serif ;
	font-size: 12px;
	text-align: justify;	
}

a { text-decoration:none; font-style: normal; color:black;  }
a:visited { text-decoration:none; color:black; }
a:hover { text-decoration:none; color:black; }

h1 {
	font-size:2em;
	overflow:hidden;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;
	color:gray;
	overflow:hidden;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0px 3px 0px;
	overflow:hidden;
}

.inputbox {
	border: gray solid 1px;
}

.enhancedlink:hover {
	cursor:pointer;
}

.modallink:hover {
	cursor:pointer;
}

.link {
	font-weight:bold;
}

.link:hover {
	color:#ff6609;
	cursor:pointer;
}

.nolink {
	color:gray;
}

#container {
	clear:both;
	margin: 0 auto;
	width: 1000px;
	text-align: left;	
	margin-top:10px;
}

#content {
	width:100%;
	overflow:auto;
}

#header {
	width:100%;		
	margin-top:10px;
	margin-bottom:20px;
	overflow:auto;
}

#main {
	background-color: white;
	border: #d1d1d1 solid 1px;
	overflow:auto;
	padding:10px;
}

#footer {
	font-size:14px;
	text-align:right;
	padding:15px 50px 0px 0px;
}

#statusbar {
	overflow:auto;
	float:right;
	text-align:right;
}

#menubar {
	font-variant: small-caps;	
	overflow:auto;
	float:left;
	width:500px;
}

#menubar li {
	font-size:14px;
	line-height:30px;
	float:left;
	display:block;
	text-align: center;	
	width:100px;
	background-color:#d1d1d1;
	margin: 1px 2px 0px 0px;
}

#menubar li#selected {
	border-bottom: 2px solid #ff6609
}

#leftpanel {
	float:left;
	width:88px;
	line-height:20px;
	border-right: #d1d1d1 solid 1px;
	padding-right: 10px;
}

#submenu {
	text-align:right;
}

#submenu li#selected {
	font-weight:bold;
}

#rightpanel {
	float:left;
	width:859px;
	padding-left:10px;
}

#navigatebar {
	padding-bottom:5px;
}

#navigatebar ul {
	list-style:none;
}

#navigatebar li {
	display:inline;
	padding-right:5px;
}

#navigatebar a {
	color: black;
	font-weight: bold;
}

#shortlayer {
	left: 0px;
	top: 0px;
	width:330px;
	text-align: left;	
}

#shortlayer .lstline {
	width:282px;	
}

#shortlayer .lsbline {
	width:282px;
}


#longlayer {
	left: 0px;
	top: 0px;
	width:530px;
	text-align: left;	
}

#longlayer .lstline {
	width:482px;	
}

#longlayer .lsbline {
	width:482px;
}

#modal {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:1200px;
	text-align: justify;	
	z-index: 1000;
	background: url(/img/transparent.png);
}

#modalbox {
	width:550px;
	background-color:white;
	clear:both;
	margin: 0 auto;
 	text-align: left;	
 	margin-top:150px;
 	padding:10px;
	overflow:auto;
}

#modalbar {
	text-align:right;
}

#feedbackdiv {
	font-size:16px;
}

#feedbackdiv .input {
	width:430px;
}

#feedbackdiv .error {
}

#feedbackdiv .inputbox {
	font-size:16px;
}

#feedbackdiv .submit {
	width:100px;
}

#usereditdiv .label {
	width:100px;
	height:1px;
}

#usereditdiv .input {
	width:180px;
}

#usereditdiv .description {
	padding-left:100px;
}

#usereditdiv .submit {
	width:100px;
}

#userchangepassworddiv .label {
	width:120px;
	height:1px;
}

#userchangepassworddiv .input {
	width:180px;
}

#userchangepassworddiv .description {
	padding-left:120px;
}

#userchangepassworddiv .submit {
	width:120px;
}

.floatlayer {
	position:absolute; 
	visibility:hidden;
	z-index:2; 
}

