@charset "utf-8";
/* CSS Document */

	a{
		color: red;
		text-decoration:none;
		font-weight:bold;
	}
	a:hover{
		border-bottom:1px dotted #317082;
		color: #307082;
	}

* {
	margin: 0;
	padding: 0;
}
#main {
	width: 100%;
	font-family: Myriad, Verdana, Arial, serif;
	color: black;
	background: #DADADA url(bg_body.gif) left top repeat-x;
}
#container {
	background: transparent;
	font-size: 11px;
	line-height: 24px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align: left;
	width: 800px;

	padding: 20px 20px 20px 20px;
}
#container legend {
	border: 1px solid #000000;
	padding: 0.01em 0.8em;
	font-size:14px;
	color: white;
	background-color: red;
	font-weight: bold;
	height: 22px;

}
#container h1 {
	display: block;
	text-align: right;
	font-size: 18px;
	margin-bottom:0px;
	margin-top: -10px;
}
#container h3 {
	font-size: 12px;
}
/*********************NAVIGATION**************************************/

#jumpbox {
	margin-bottom: 10px;
}
.list {
	font-size: 11px;
	list-style-type: none;
}
.list li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 2.4em;
	height: 1.5em;
	text-align: center;
	font-weight: bold;
}
.list a {
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}
.list a:hover {
	text-decoration: none;
	color: #D5A874;
}
/*****************************FORMS***************************************/

.texta {
	height: 1.5em;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 15em;
}
.submit {
	margin: 0px 5px 5px 5px;
	font-size: 11px;
	background-color: red/*#fe9000*/;
	color: #FFFFFF;
	border: 1px solid black;
	height: 19px;
	font-weight: bold;
	width: 15em;
	}

/**************************UPPER FORM**************************/

#horizontalForm fieldset {
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	background-color: #FFFFFF;
}
#horizontalForm fieldset p, h3 {
	clear:both;
}
#horizontalForm textarea {
	clear: both;
	width: 570px;
	overflow: hidden;
	border: 1px solid gray;
	
}
#horizontalForm label {
	font-size: 11px;
	float: left;
	margin: 1em 1em 0 0;
}
#horizontalForm select {
	display: block;
}
#horizontalForm input {
	display: block;
}
#anything input {
	display: inline;
}
#anything {
	text-align:center;
}
#checkbox label {
	clear: both;
	float: left;
}
#checkbox input {
	display:inline;
	width: 15px;
}


/*********************LOGN FORM************************/
#login fieldset {
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	background-color: #FFFFFF;
}
#login input {
	display: block;
	width: 15em;
}
#login label {
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	
}
#login select {
	display: block;
}


/*********************TEXT FIELD***************************/

#text{
	height: 100%;
	width: 100%;
	background-color: white;
	border: 1px solid black;
	padding: 20px 20px 20px 20px;
	}
	
	
	
/**********************TABLE LIST*********************************/


.tablelist{
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
	letter-spacing: normal;
	line-height: 14px; }
		
.tablelist td{	
	padding: 0px 0px 0px 3px;
	border: 2px solid gray; 
	height: 16px;
	width:11.11%;}	


/**********************TOOLTIP*************************************/
	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}

