body
{
  font-family: Arial;
  font-size: 13px; 
  font-style: normal;
  background-image:url(images/bg.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  background-color:#000000;
  margin: 0;
  border:0;
  margin-left: auto;
  margin-right:auto;
}
table
{
  border-width: 0px;
  border-spacing: 0px;
  border-style: groove groove groove groove;
  border-color: #c7ad00;
  border-collapse: collapse;
  color: #FFFFFF;
}
td
{
  border-width: 0px;
  padding: 0px;
  vertical-align: top;
}
tr, th
{
  border-width: 0px;
  padding: 0px;
  vertical-align: top;
}

table.inner
{
  border-width: 0px;
  border-spacing: 0px;
  border-style: groove groove groove groove;
  border-color: #c7ad00;
  border-collapse: collapse;
  color: #FFFFFF;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  table-layout:auto;
}
table.inner td
{
  border-width: 0px;
  border-style: groove groove groove groove;
  padding: 2px;
 /* background-color: #FFFFFF; */
  color: #FFFFFF;
  vertical-align: top;
}

table.inner tr,th
{
  /*background-color: #FFFFFF;*/
  border-width: 0px;
  border-style: groove groove groove groove;
  color: #FFFFFF;
  border-color: #0a4423;
  vertical-align: top;
}


img.title {
	padding: 6px; 
	text-align: center;
    display:block;
	margin-left:auto;
	margin-right:auto;
}

img {
	border: medium;
	border-color: #000000;
}


table td.nav
{
  border-width: 0px;
  /*color:#FFFF66;*/
  text-decoration:none;
  border-style: groove groove groove groove;
  background-color: #000000;
  background-image:url('images/bg_nav.jpg');
  font: 80% 'helvetica neue', sans-serif, Helvetica;
  letter-spacing:3px;
  text-transform:uppercase;
  text-align: center;
  vertical-align:middle;
  height: 30px;
}



table tr.nav 
{
  background-image:url('images/bg_nav.jpg');
  background-repeat:repeat-x;
  border-width: 0px;
 /* border-width: 1px 0px 1px 0px;*/
  padding: 0px 0px 0px 0px;
 /*border-style: ridge;
  border-color: #FFFFFF;*/
  vertical-align: top;

  
}

table.infoTable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
	color: #000000;
}
table.infoTable th {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	color: #000000;
}
table.infoTable td {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 0px;
	color: #000000;
}
div 
{ 
   /*padding: 20px; */
}
p 
{ 
   padding: 10px; 
}
p#quote 
{ 
  border: 0px; 
  border-color: #CCF;
  border-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px; 
  padding-right: 30px;
  font-size: 15px;
  font-style:italic;
 /* background: url('images/quote.bottom.png') 100% 100% no-repeat;*/
  
}

.tableRollOverEffect1{
  background-color:#317082;
  color:#FFF;
}

.tableRollOverEffect2{
  background-color:#000;
  color:#FFF;
} 

.tableRowClickEffect1{
  background-color:#F00;
  color:#FFF;
}
.tableRowClickEffect2{
  background-color:#00F;
  color:#FFF;
} 

a:link, a:visited, a:active {
  color:#FFFF66;
  text-decoration:none;
  border: none;
  
}

a:hover
{
  text-decoration:underline;
}

a.nav:link,a.nav:visited,a.nav:active
{
  color:#FFFF66;
  text-decoration:none;
}
.indented
{
   padding-left: 30px;
}

.faq
{
   padding-left: 30px;
   padding-top: 40px;
   padding-bottom: 40px;
}
.questions
{
   font-size: 18px;
   font-style: normal;
   padding-left: 30px;

}
.answers
{
   padding-left: 30px;

}
.admCat {
	
	min-width: 200px;
	border-color:#CCCCCC; 
	border-width:1px; 
	border-style:solid; 
	padding-bottom:10px; 
	padding-left:10px;
	padding-right:10px; 
	padding-top:10px;
	text-align: center;
}
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    min-width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #1e1e1e url('../images/pointer.gif') no-repeat -10px 5px;
	
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('../images/pointer.gif') left top no-repeat;
}



/* form.css */
* {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

/* form.import.css */
label img {
  behavior: url(/behaviors/label_img.htc);
}

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression(setCntr(), '0px 0 0 -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block; 
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}


/* Upload progress CSS */

/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */

:focus { outline: 0; }


/* ----------------------------------------------- 
	BASIC ELEMENTS
   ----------------------------------------------- */
   

/* -- Form Styles ------------------------------- */
#content {
	color: #999;
}

div.fieldset span.legend {
	position: relative;
	background-color: #000000;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

button,
input,
select,
textarea { 
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}



input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.trans_box {

	width: auto;
	height: auto;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	opacity:0.60;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	padding: 15px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	
}


.trans_container
{

	color:#FFFFFF;
	position:relative;
	overflow:hidden;
}

.trans_dimmed
{
	opacity:0.60;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	
	background-color:#000000;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}
.trans_container > div
{
	
	border: 1px solid #000000	;
	font-family:Verdana, Geneva, sans-serif;
}


/* FILE NICE */

div.newsletter {
	/*color: #b0b0b0;
	padding: 14px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #121212;*/
}



ul, li {
	margin: 0;
	padding: 0;
	list-style:none;
	/*margin: 0px;
	display:none;
	width:300px;
	border: 1px solid #1c1c1c;
	width: 250px;*/
}


.menu_class {
	border:1px solid #1c1c1c;
	padding:0px;
	
	width:150px;
}


.the_menu {
	display:none;
	width:150px;
	padding:0px;
	border: 1px solid #1c1c1c;
}
.the_menu li {
	background-color: #302f2f;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
	overflow: hidden;
	padding: 5px 2px 5px 5px;
	color: #678;
	background:#2d3034 2px 2px no-repeat; 
	
	font-size:9px;
}

}
.the_menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;

}
.the_menu li a:hover {
	text-decoration: underline;
}
