* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#blue { color: #2461ae; font-weight: bold;}

p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 42px;
	background: #FFF;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 200px;
}

#content a
{
	color: #2461ae;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover
{
	text-decoration: none;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 190px;
	margin-left: -100%;
	position: relative;
	background: #FFF;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 900px;
	margin: -35px auto 0;
	height: 35px;
	background-color: #DADADA;
	padding: 10px;
}



.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/images/blockactive.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(/images/blockdefault.gif) center center repeat-x;
}

.wireframemenu{
padding:	0 10px 0 10px;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: normal 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #2461ae;
text-decoration: none;

}

.wireframemenu a:visited{
color: #2461ae;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: 2461ae;
}

table th
{
	background-color: #f10317;
	color: #FFF;
	font-weight: bold;
	padding: 2px 2px 2px 10px;
	text-align: left;
}

FORM
{
	 margin:0px;
	 padding:0px;
}

.edit
{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#500000;
	border:1px solid #500000;
	padding:2px;
	
}

.button {
	border: 1px solid #101040;
	background-image: url(/images/button.gif);
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	color: #000;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	margin:2px;
}



#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:left;
   width:300px;
}
