* { 
    margin: 0 ; 
} 

html, body { 
	
	font: 13px 'Arial',helvetica,sans-serif;
	height: 100%; 
	min-width: 1000px;
	margin: 0px 0px 0px 0px; 
	color: DarkGreen  ;
	
} 

div.wrapper { 
	
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -2.2em; 
	
} 

div.banner{

/*	background: #660000 ;	*/
	width: expression(document.body.clientWidth < 742? "1000px" : document.body.clientWidth > 1202? "1200px" : "auto");
	min-width: 1000px;
	height: 102px; 
	background-image:url('banner1.jpg');
	background-repeat:repeat-x;
	color: white;
}

div.footer { 
   	height: 2em; 
	background: white;	
	color: DarkGreen ;
	text-align:center;
	border:1px solid white ;
}  

div.tmenu
{
	background: Beige ;	
	padding:2px 10px 5px 10px;
	color: DarkGreen  ;
	border: 0px solid DarkGreen ;
	font: 13px 'Arial',helvetica,sans-serif ;
	font-weight: bold;

}

div.rmenu
{
	float:left;
	width:160px;
	margin:0;
	padding:1em;
	border: 1px solid SteelBlue;
}

div.content
{
	border: 0px solid SteelBlue;
/*	margin-left:190px;*/
	padding: 10px 10px 10px 10px;
	background: white ;	
}

div.info
{
	background: Snow;	
	float: right;
	width: 390px;
	height: 90px;
	border: 1px solid Beige;
/*	margin : 0px 0px 5px 5px ;*/
	padding: 0px 0px 00px 5px;
	color: DarkGreen ;
}
 
div.upload
{
	background: beige;	
/*	float: left; */
/*		width: 50%; */
	border:1px solid green;
	margin : 5px 5px 5px 5px ;
	padding: 10px 10px 15px 10px;
	color: DarkGreen ;
}

div.maincontent
{
/*	width: 68%; */
/*	float: left; */
	background: beige;	
	border: 1px solid green;
	margin : 15px 5px 5px 5px ;
	padding: 10px 10px 10px 10px;
	color: DarkGreen ;
}

div.myform
{
	margin: 10px 0 0 0;
	font:  0.9em 'arial',helvetica,sans-serif;
	padding: 15px 0px 15px 0px;
	background: beige     ; 
	border: 1px solid green;
	width: 300px;
	text-align:left;
}  

div.common
{
	background: beige; 
	border: 1px solid green;
}  

a 
{
	/*text-decoration: none;
	*/
	color: DarkGreen  ;
}

a:hover {
	color: red ;
	text-decoration:underline;
} 
a:active {
	color: red
} 

.tleft{
	text-align:left;
}

.tright{
	text-align:right;
}

.tcenter{
	text-align: center;
}

.fleft{
float: left; 
}

.fright{
float: right; 
}

.bgred
{
	background-color: red;
}

.bgblue
{
	background-color: blue;
}

label.foot { 
	display: block;
	float: center; 
	padding: 5px; 
/*	color:white;*/
}

.tbold
{
	font-weight : bold;
}

.titalic
{
	font-style : italic;
}

p{
	padding: 3px 3px 3px 3px ;
}

li{
	padding: 3px 3px 3px 3px ;
}

input.btn1 {
  color:DarkGreen    ;
  font: bold 90%'trebuchet ms',helvetica,sans-serif;
  background-color: #fed;
}

input.btn {
  color:DarkGreen ;
  font: bold 100% 'trebuchet ms',helvetica,sans-serif;
}

input, textarea {
	border: 1px solid darkgray;
	background-color: #ffffff;
	margin: 5px 5px 5px 5px;
}

input.default {
	border: 0px solid darkgray;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	
}

input.reg {
	border: 1px solid darkgray;
	background-color: #ffffff;
	margin: 0px 0px;
}

input.text1 {
	width:150px;
}

input.submitred {
	background-color:red;color:white;font-weight:bold;
	font-size: 11px;
	cursor:pointer;
}

input.submitblue {
	background-color:blue;color:white;font-weight:bold;
	cursor:pointer;
}

input.submitgreen {
	background-color:green;color:white;font-weight:bold;
	font-size: 11px;
	cursor:pointer;
}

input.submitgray {
	background-color:gray;color:white;font-weight:bold;
	font-size: 11px;
	cursor:pointer;
}

input.submitlightgray {
	background-color:lightgray;color:white;font-weight:bold;
	font-size: 11px;
	cursor:pointer;
}

input.submitbeige {
	background-color:beige ;color:darkgreen;
	font-size: 11px;
	cursor:pointer;
}



#divinputfile{
	background:url(upload_file.gif) no-repeat 100% 1px;
	height:28px;
	width:385px;
	margin:0px;
}

#divinputfile #filepc{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
}

#fakeinputfile{
	margin-top:-28px;
}

#fakeinputfile #fakefilepc{
	width:265px;
	height:22px;
	font-size:18px;
	font-family:Arial;
}

label.tab { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 7px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

div.loginform
{
	margin: 40px 0 0 0;
	font:  0.9em 'tahoma',helvetica,sans-serif;
	padding: 20px 0px 20px 0px;
	background: beige; 
	border: 1px solid green;
	width: 300px;
	text-align:left;
}

table.glx01 {
	background-color: transparent;
	border-spacing: 1px;
	/*border-collapse: collapse;*/
	margin: 5px 0px 5px 0px;
}

table.glx01 th {
	border: 1px solid #C3D9FF;
	background-color: Beige;
	font-family:Arial; font-size:13; color:DarkGreen;
	padding: 3 3 3 3;
	-moz-border-radius: 3px 3px 3px 3px;
}

table.glx01 td {
	border: 1px solid #C3D9FF;
	background-color: transparent;
	font-family:Tahoma; font-size:12; color:DarkGreen;
	padding: 3 3 3 3;
	-moz-border-radius: 3px 3px 3px 3px;
}

table.glx02 {
	background-color: Snow;
	border-spacing: 1px;
	/*border-collapse: collapse;*/
	margin: 3px 0px 3px 15px;
}

table.glx02 th {
	border: 1px solid green;
	background-color: Snow;
	font-family:Arial; font-size:12; color:DarkGreen;
	-moz-border-radius: 2px 2px 2px 2px;
}

table.glx02 td {
	border: 1px solid green;
	background-color: transparent;
	font-family:Arial; font-size:12; color:DarkGreen;
	
	-moz-border-radius: 2px 2px 2px 2px;
}

table.glx_small {
	background-color: transparent;
}

table.glx_small th {
	border: 1px solid green;
	background-color: transparent;
	font-family:Arial; font-size:11; color:DarkGreen;
	padding: 3 5 3 5;
}

table.glx_small td {
	border: 1px solid green;
	background-color: transparent;
	font-family:Tahoma; font-size:10; color:DarkGreen;
	padding: 3 5 3 5;
}

table.simple {
	background-color: transparent;
	border: 0px solid green;
}

table.simple th {
	border: 0px solid green;
	background-color: transparent;
	font-family:Arial; font-size:13; color:DarkGreen;

}

table.simple td {
	border: 0px solid green;
	background-color: transparent;
	font-family:Tahoma; font-size:12; color:DarkGreen;

}


table.simple1 {
	background-color: transparent;
	border: 0px solid green;
}

table.simple1 th {
	border: 0px solid green;
	background-color: transparent;
	font-family:Tahoma; font-size:9; color:DarkGreen;

}

table.simple1 td {
	border: 0px solid green;
	background-color: transparent;
	font-family:Tahoma; font-size:9; color:DarkGreen;
}

table.folder {
	border-width: 1px;
	background-color: transparent;
}

table.folder th {
	border: 1px solid green;
	background-color: beige;
	font-family:Arial; font-size:13; color:DarkGreen;

}

table.folder td {
	border: 1px solid green;
	background-color: transparent;
	font-family:Tahoma; font-size:12; color:DarkGreen;

}

#td_head01
{
background-color:Beige;
}

div.head1
{
	padding:3px 20px 3px 10px;
	background-color: beige ;	
	border: solid green ; 
	border-width: 1px 1px 0px 1px;
	font: 14px 'veranda',helvetica,sans-serif ;
	font-weight: bold;
	-moz-border-radius: 3px 3px 0px 0px;
}

div.head2
{
	color: DarkGreen;
	background-color: beige;
	padding:3px 3px 3px 3px;
}

div.content1
{
	padding:15px 20px 10px 10px;
	color:DarkGreen   ;
	background-color: transparent;
	border: 1px solid green;	
	height: auto; 
}

div.container1
{
	margin:00 10 20 10;
	padding:0px 20px 0px 20;
	color:DarkGreen   ;
	border: 2px solid #FFFFFF;

}

.style1 {
	color: red;
	font-weight : bold ;
}


.style2 {
	color: red;
}

.MemberNavBarText, .MemberNavBarText a
{
	font-size:8pt;
	color:#333;
	font-family:verdana,Sans-Serif;
	letter-spacing:-1px;
}

.SmallText, table.SmallText tr td
{
	font-size:8pt;
}

.TinyText
{
	font-size:7pt;
}

.FormButton
{ 
	font-size:90%;
	color: darkgray; 
	border-color: #FFEFDB; 
	background-color: #E08900; 
	font-weight: 700; 
}


.usertype
{
DISPLAY: inline-block;
	width: 70px;
	padding: 2px 3px 2px 3px;
	color: white; 
	border: 1px solid beige ; 
	background-color: green; 
	font-size:10pt;
	text-align: center;
}

.pointer{
text-decoration:underline; 
cursor: pointer;
color: blue;
}

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}















#main {
	border: 1px solid #666;
	clear: both;
	background: #FFF3B3;
	padding-top: 2em;
}

#contents {
	padding: 1.5em;
	background: #FFFDF3;
	/*min-height: 300px;*/
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #FFF3B3;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #FFFAE1;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }