* { 
    margin: 0 ; 
} 

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

form {
	display: inline;
}

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

div.banner{

	background: black ;
	height: 80px; 
	background-image:url('img/banner1.jpg');
	background-repeat:repeat-x repeat-y;
/*	color: white;*/ 
	min-width: 800px; 
}

div.footer { 
   	height: 2.8em; 
	background: WhiteSmoke      ;	
	color: MidnightBlue            ;
	text-align:center;
	border:1px solid white ;
	padding:5px 0px 5px 0px;
}  

div.tmenu
{
	background: WhiteSmoke            ;	
	padding:2px 10px 5px 10px;
	color: MidnightBlue             ;
	border: 0px solid MidnightBlue            ;
	font: 13px 'Tahoma', monospace   ;
	height: 15px; 
}

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 WhiteSmoke           ;
/*	margin : 0px 0px 5px 5px ;*/
	padding: 0px 0px 00px 5px;
	color: MidnightBlue            ;
}
 
div.upload
{
	background: WhiteSmoke           ;	
/*	float: left; */
/*		width: 50%; */
	border:1px solid MidnightBlue           ;
	margin : 5px 5px 5px 5px ;
	padding: 10px 10px 15px 10px;
	color: MidnightBlue            ;
}

div.maincontent
{
/*	width: 68%; */
/*	float: left; */
	background: white     ;	
	border: 0px solid WhiteSmoke                ;
	margin : 5px 5px 5px 5px ;
	padding: 5px 10px 10px 10px;
	color: MidnightBlue            ;
}

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

div.common
{
	background: WhiteSmoke           ; 
	border: 1px solid grey           ;
}  

div.normal
{
	background: WhiteSmoke           ; 
	border: 1px solid grey           ;
    padding: 15px 15px 15px 15px;
}  


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

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:MidnightBlue               ;
  font: bold 90%'trebuchet ms',helvetica,sans-serif;
  background-color: #fed;
}

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

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

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;
	font: 13px 'Tahoma', monospace   ;
}

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.submitMidnightBlue            {
	background-color:MidnightBlue           ;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.submitWhiteSmoke            {
	background-color:WhiteSmoke            ;color:MidnightBlue           ;
	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: WhiteSmoke           ; 
	border: 1px solid MidnightBlue           ;
	width: 300px;
	text-align:left;
}


table.style001 {

	border-collapse: collapse;
	background-color: GhostWhite  ;
	padding: 5 10 5 10;


}

table.style001 input, text, textarea{
	border: 1px solid white;
}

table.style001 th {
	border-width: 0px;
	border-style: solid solid solid solid ;
	border-color: white;
	font-family:Tahoma; font-size:12; color:00008B;
	
}

table.style001 td {
	border-width: 1px;
	border-style: solid solid solid solid ;
	border-color: white;
	font-family:Tahoma; font-size:12; color:00008B; 
	padding: 0 5 0 5;
}

table.style001_11 {

	border-collapse: collapse;
	background-color: GhostWhite  ;
	padding: 5 5 5 5;


}

table.style001_11 input, text, textarea{
	border: 1px solid white;
}

table.style001_11 th {
	border-width: 0px;
	border-style: solid solid solid solid ;
	border-color: white;
	font-family:Tahoma; font-size:11; color:darkgreen;
	
}

table.style001_11 td {
	border-width: 1px;
	border-style: solid solid solid solid ;
	border-color: white;
	font-family:Tahoma; font-size:11; color:darkgreen; 
	padding: 0 5 0 5;
}


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: WhiteSmoke           ;
	font-family:Arial; font-size:13; color:MidnightBlue           ;
	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:MidnightBlue           ;
	padding: 3 3 3 3;
	-moz-border-radius: 3px 3px 3px 3px;
}

table.glx02 {
	background-color: Lavender      ;
	/*border-spacing: 1px;
	border-collapse: collapse;*/
	margin: 0px 0px 0px 0px;
	border: 0px solid Lavender                ;
}

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

table.glx02 td {
	
	background-color: white;
	font-family:Arial; font-size:12; color:MidnightBlue           ;
	
	-moz-border-radius: 2px 2px 2px 2px;
}

table.glx_small {
	background-color: transparent;
}

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

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

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

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

}

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

}


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

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

}

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

table.simple2 {
	background-color: transparent;
	border: 1px solid MidnightBlue           ;
}

table.simple2 th {
	border: 1px solid MidnightBlue           ;
	background-color: transparent;
	font-family:Tahoma; font-size:12; color:MidnightBlue           ;
}

table.simple2 td {
	border: 1px solid MidnightBlue           ;
	background-color: transparent;
	font-family:Tahoma; font-size:12; color:MidnightBlue           ;
}

table.singleborder {
	background-color: transparent;
	border-collapse: collapse;
	margin: 5px 0px 5px 0px;
}

table.singleborder th {
	border: 1px solid #C3D9FF;
	background-color: WhiteSmoke           ;
	font-family:Arial; font-size:12; color:MidnightBlue           ;
	padding: 3 3 3 3;
}

table.singleborder td {
	border: 1px solid #C3D9FF;
	background-color: transparent;
	font-family:Tahoma; font-size:12; color:MidnightBlue           ;
	padding: 3 3 3 3;
}
table.folder {
	border-width: 1px;
	background-color: transparent;
}

table.folder th {
	border: 1px solid MidnightBlue           ;
	background-color: WhiteSmoke           ;
	font-family:Arial; font-size:13; color:MidnightBlue           ;

}

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

}

#td_head01
{
background-color:WhiteSmoke           ;
}

div.head1
{
	padding:3px 20px 3px 10px;
	background-color: WhiteSmoke            ;	
	border: solid lavender            ; 
	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: MidnightBlue           ;
	background-color: WhiteSmoke           ;
	padding:3px 3px 3px 3px;
}

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

div.container1
{
	margin:00 10 20 10;
	padding:0px 20px 0px 20;
	color:MidnightBlue              ;
	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 WhiteSmoke            ; 
	background-color: MidnightBlue           ; 
	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; }

###########################

fieldset {
	width: 500px;
}

#sample {
	display:table;
}
#sampleFile {
/*	float: left;*/
	display:table-cell;
	margin-right: 0px;
}
#download {
	margin-top: 15px;
	display: table;
}
.dlImage {
	display: table-cell;
	float: left;
	margin-right: 10px;
}
.dlText {
	float: left;
	display: table-cell;
}
.fileDetails {
	color: red;
}
.releaseDate{
	margin-top: -3px;
	color: gray;
}

div.downloadlink
{
	font: 12px 'tahoma';
	color: blue            ;
} 


/*--TAB----------------------------------------------------------------------------------*/
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid gray; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid gray; /* set border color to page background color */
background-color: snow; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: ; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid gray; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: snow; /* set unselected tab background color as desired */
color: ; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}
/*--END TAB----------------------------------------------------------------------------------*/

