@charset "utf-8";
/* CSS Document */
.admin_main {
	font-size: 9pt; 
	font-family: georgia, verdana; 
	color: black;
}
.admin_main_warn {
	font-size: 12pt; 
	font-family: georgia, verdana; 
	color: red;
	font-style: bold;
}

.border {
	background: url(/images/background.gif) no-repeat;
	background-position: center;
	border-color:#FFFFFF;
	height: 902px;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	margin-top: auto;
	padding-right: 0px;
	border-width: 1px;
	border-style: solid;
	}
	
.innerleft {
	float: left;
	width: 164px;
	height: 578px;	
	padding-left: 42px;
}

/* This is the transparent box */
#transbox {
	float: left;
	width: 605px;
	height: 578px;
	padding-right: 43px;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}

/* This is the transparent box */
#transboxnoimages {
	float: left;
	width: 812px;
	height: 578px;
	margin-left: 43px;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}

/* This is the container which set text to solid color.
position: relative used for IE */ 
#transbox div {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

/* This is the container which set text to solid color.
position: relative used for IE */ 
#transboxnoimages div {
	font-weight: bold;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 8px;
}

.style3 {
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
}
.style4 {color: #FFFFFF}

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #FF0000;

}

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #000000;

}

p {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}