@charset "iso-8859-1";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #bfd892;
	font-family: verdana, arial, tahoma, helvetica;
	font-size: 11px;
}
.oneColFixCtr #container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a{
  color:#000000;
  text-decoration:none;
  font-family: verdana, arial, tahoma, helvetica;
  font-size: 11px;
}
a:hover{
  text-decoration:underline;
}

.header     {font-size: 11px;
             color: #000000;
             font-family: verdana, arial, tahoma, helvetica;
             font-weight: bold;
             text-decoration: none;
             padding-left: 5px;
             padding-right: 5px;
             padding-bottom: 1px;
             padding-top: 1px;
             background-color: #EEEEEE;
             border-bottom-color: #FFFFFF;
             border-bottom-style: solid;
             border-bottom-width: 1px;
             border-left-color: #FFFFFF;
             border-left-style: solid;
             border-left-width: 0px;
             border-right-color: #FFFFFF;
             border-right-style: solid;
             border-right-width: 1px;
            }

.member    {
             font-size: 11px;
             color: #000000;
             font-family: verdana, arial, tahoma, helvetica;
             font-weight: normal;
             text-decoration: none;
             padding-left: 5px;
             padding-right: 5px;
             padding-bottom: 1px;
             padding-top: 1px;
             background-color: #EEEEEE;
             border-bottom-color: #FFFFFF;
             border-bottom-style: solid;
             border-bottom-width: 1px;
             border-left-color: #FFFFFF;
             border-left-style: solid;
             border-left-width: 0px;
             border-right-color: #FFFFFF;
             border-right-style: solid;
             border-right-width: 1px;
            }

.member2, .member2bold    {
	font-size: 11px;
	color: #000000;
	font-family: verdana, arial, tahoma, helvetica;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color:#EDF3E0;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
            }
.tabletopright   {
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
}
.member2bold    {
      font-weight:bold;
}
.memberclear    {
	font-size: 11px;
	color: #000000;
	font-family: verdana, arial, tahoma, helvetica;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 0px;
            }

.membermessage {font-size: 11px;
             color: #DD0000;
             font-family: verdana, arial, tahoma, helvetica;
             font-weight: normal;
             text-decoration: none;
             padding-left: 30px;
             padding-right: 30px;
             padding-bottom: 1px;
             padding-top: 1px;
             border-bottom-color: #FFFFFF;
             border-bottom-style: solid;
             border-bottom-width: 1px;
             border-left-color: #FFFFFF;
             border-left-style: solid;
             border-left-width: 0px;
             border-right-color: #FFFFFF;
             border-right-style: solid;
             border-right-width: 1px;
            }


.memberControl   {
	font-size: 11px;
	color: #FFFFFF;
	font-family: verdana, arial, tahoma, helvetica;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #6f7d48;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 0px;
            }

.searchCell{
	font-size: 11px;
	color: #FFFFFF;
	font-family: verdana, arial, tahoma, helvetica;
	background-color: #6f7d48;
}

.memberColumnHeader{
             font-size: 11px;
             color: #000000;
             font-family: verdana, arial, tahoma, helvetica;
             font-weight: normal;
             text-decoration: none;
             padding-left: 5px;
             padding-right: 5px;
             padding-bottom: 1px;
             padding-top: 1px;
             background-color: #CCCCCC;
             border-bottom-color: #FFFFFF;
             border-bottom-style: solid;
             border-bottom-width: 1px;
             border-left-color: #FFFFFF;
             border-left-style: solid;
             border-left-width: 0px;
             border-right-color: #FFFFFF;
             border-right-style: solid;
             border-right-width: 1px;
}
.tiny   {
	font-size: 10px;
	color: #000000;
	font-family: verdana, arial, tahoma, helvetica;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #EDF3E0;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
            }

.form1    {font-size: 11px;
             color: #000000;
             font-family: verdana, arial, tahoma, helvetica;
             font-weight: normal;
             text-decoration: none;
             padding-left: 2px;
             padding-right: 5px;
             padding-bottom: 1px;
             padding-top: 1px;
             background-color: #FFFFFF;
             border-top-color: #000000;
             border-top-style: solid;
             border-top-width: 1px;
             border-bottom-color: #000000;
             border-bottom-style: solid;
             border-bottom-width: 1px;
             border-left-color: #000000;
             border-left-style: solid;
             border-left-width: 1px;
             border-right-color: #000000;
             border-right-style: solid;
             border-right-width: 1px;
            }

.size1      {font-size: 11px;
            }
			
input {
             font-size: 11px;
             font-family:Arial, Helvetica, sans-serif;
}			
select {
             font-size: 11px;
             font-family:Arial, Helvetica, sans-serif;
}			

.selectbox {
             background-color: #FFFFFF;
             border-top-color: #000000;
             border-top-style: solid;
             border-top-width: 1px;
             border-bottom-color: #000000;
             border-bottom-style: solid;
             border-bottom-width: 1px;
             border-left-color: #000000;
             border-left-style: solid;
             border-left-width: 1px;
             border-right-color: #000000;
             border-right-style: solid;
             border-right-width: 1px;
}

.text {
             font-size: 11px;
             font-family: verdana, arial, tahoma, helvetica;
}			
.alert {
	font-weight:bold;
	font-size: 12px;
	color:#FF0000;
	font-family: verdana, arial, tahoma, helvetica;
	background-color: #EDF3E0;
}
.alert2 {
	font-weight:bold;
	font-size: 11px;
	color:#FF0000;
	font-family: verdana, arial, tahoma, helvetica;
	background-color:#EDF3E0;
}

.reportcell {
             border-left-color:#000000;
			 border-left-style:solid;
			 border-left-width:1px;
             border-bottom-color:#000000;
			 border-bottom-style:solid;
			 border-bottom-width:1px;
			 font-size: 11px;
             color: #000000;
             font-family: verdana, arial, tahoma, helvetica;
             font-weight: normal;
             text-decoration: none;
             padding-left: 10px;
             padding-right: 10px;
             padding-bottom: 4px;
             padding-top: 4px;
             background-color:#EEEEEE; 
}

.reportHeader {
             border-left-color:#000000;
			 border-left-style:solid;
			 border-left-width:1px;
             border-bottom-color:#000000;
			 border-bottom-style:solid;
			 border-bottom-width:1px;
             font-size: 11px;
             color: #000000;
             font-family: verdana, arial, tahoma, helvetica;
             font-weight: normal;
             text-decoration: none;
             padding-left: 10px;
             padding-right: 10px;
             padding-bottom: 4px;
             padding-top: 4px;
             background-color: #CCCCFF;
}
.reportTable {
             border-top-color:#000000;
			 border-top-style:solid;
			 border-top-width:1px;
             border-right-color:#000000;
			 border-right-style:solid;
			 border-right-width:1px;
             font-size: 11px;
             color: #000000;
             font-family: verdana, arial, tahoma, helvetica;
             font-weight: normal;
             text-decoration: none;
             background-color: #CCCCFF;
}

.pagebreak {
             page-break-after:always;
}


fieldset {
	border:  1px solid #afe14c;
	margin: 5px 0;
	padding: 10px 10px;
}

/* IE6 FIX */
html fieldset { 
	position: relative; 
	margin-top:1em;  
}
/* IE6 FIX */
html legend { 
	position:absolute; 
	top: -0.5em; 
	left: .5em; 
}

fieldset.flash {
	width: 350px;
	margin-right: 5px ;
	border-color: #0E7A9E;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}


legend {
	font: 700 14px Arial, Helvetica, sans-serif;
	padding: 0 5px;
	margin: 0 10px;
	color: #0E7A9E;
}




input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


label {
	width: 150px;
	text-align: left;
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
td {
	vertical-align: top;
}

.progressWrapper {
	width: 277px;
	overflow: hidden;
}

.progressContainer {
	margin: 0px;
	padding: 0px;
	border: solid 0px #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 0px #DDF0DD;
	background-color: #BFD892;
}

/* Complete */
.blue {
	border: solid 0px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 247px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	display:none;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 0px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 0px;
	width: 262px;
	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(cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
