html {}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 9px;
	font-family: Verdana;
}
#page {
	padding: 40px 5px 5px 5px;
}
#page-with-note {
	padding: 10px 5px 5px 5px;
}

#note {
	padding: 50px 5px 5px 5px;
}
#header {
	position: absolute;
	top: 12px;
	left: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}.windowpopup {
	position: relative;
	top: 0px;
	left: 0px;
	width: 98%;
	text-align: right;
	font-size: 9px;
}
#links {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 98%;
	text-align: right;
	font-size: 9px;
}
#links a:link, #links a:visited {
	font-size: 9px;
	color: black;}
#links a:hover, #links a:active {
	text-decoration: underline;
}
#left-column {
	width: 260px;
	position: absolute;}
#left-content {
	background: #fff;
	margin: 0px;
	padding: 0px;
}#web-left-column {
	width: 420px;
	position: absolute;
}

#web-left-content {
	background: #fff;
	margin: 0px;
	padding: 10px;
}

#right-column {
	margin-left: 280px; }
#right-content {	background: #fff;	padding: 1px;	text-align: center;}	
#webpage {
	padding: 40px 5px 5px 5px;
}

#web-right-column {
	margin-left: 450px; 
}

#web-right-content {
	background: #fff;
	padding: 5px;
	text-align: center;
}	
.s1 { border: 1px solid #C7CBD3; }
.s2 { border: 1px solid #7EBAFF; }
.s3 { border: 1px solid #797B7F; }
#controls {
	background: #C6D0D7;
	border: 1px solid #7B7F84;	padding: 5px;	font-size: 9px;	font-weight: bold;	margin-bottom: 20px;}
#controls span {	display: block;
	color: #666;
}
#controls select {
	font-size: 9px;
	width: 175px;
	font-weight: normal;
}
#companySelect {
	/* position: absolute; */
	margin-top: 6px;
	width: 		155px;
}
#categorySelect {
	/* position: absolute; */
	margin-top: 6px;
	width: 		155px;
}


#dateSelect {
	/* margin-left: 200px; */
	position: relative;	margin-top: 6px;
	width: 		135px;
}
#customTo {
	position: absolute;
	top: 6px;
	left: 120px;
	margin-top: 6px;
	width: 		90px;
	font-size: 9px;
	font-weight: normal;
}
#customFrom {
	position: absolute;
	top: 6px;
	left: 0px;
	margin-top: 6px;
	width: 		90px;
	font-size: 9px;
	font-weight: normal;
}
#dateListBox {
}
#customDateRangeFrom {
	display: none;
	font-size: 9px;
	color: #666;
}
#customDateRangeTo {
	display: none;
	font-size: 9px;
	color: #666;
}
#customDateRangeFrom a:link, #customDateRangeFrom a:visited {	color: #666;	text-decoration: none;	margin-left: 5px;}
#customDateRangeTo a:link, #customDateRangeTo a:visited {	color: #666;	text-decoration: none;	margin-left: 5px;}
#controls br {}
#imageLinks {	margin-left: 450px;	text-align: right;}
#imageLinks a:link, #imageLinks a:visited {	font-size: 9px;	text-decoration: none;	color: #999;}
#imageLinks a:hover, #imageLinks a:active {	text-decoration: underline;
}

.normalFont {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;	
}

.linkFont {
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;	
}

.boldFont {
	color: black;
	font-size: 10px;
	font-weight: bold;
}

div.dropdown
{
	display : none;
	position : absolute;
	z-index:999;
	top:60px;
	left:-10px;
	width : 150px;
	cursor:default;
	background-color : #fff;
	margin:1px;
	margin-right:2px;
	padding:5px;
	border:solid 1px #000;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	text-align:left;
}

label,input,select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	font-size: 10px;
}

label {
	text-align: left;
	width: 110px;
	padding-right: 20px;
}

br {
	clear: left;
}

#submit {
	position:relative;
	left:100px;
}

#remember {
	position:relative;
	left:0px;
	margin-left: -60px;
	margin-top: -5px;}

#rememberLabel {
	position:relative;
	left:0px;
	width: 130px;
	margin-left: -60px;
	font-size: 9px;
}

#forgot {
	margin-bottom: 50px;
}

#feedback-column {
	width: 600px;
	position: absolute;
}

#feedback-content {
	background: #fff;
	margin: 0px;
	padding: 10px;
}

#picklist-column {
	width: 650px;
	position: absolute;
}

#useredit-column {
	width: 350px;
	position: absolute;
}

.updatearrow {
	subimage="images/combo_box_arrow.gif";
}

.text-header {
	font-size: 14px;
	font-weight: bold;
}

.red-header {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.plan-header {
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.plan-text {
	font-size: 12px;
	font-weight: bold;
	color: #556B2F;
}
.plan-name-text {
	font-size: 12px;
	font-weight: bold;
	color: #CCFFFF;
}
.plan-prices {
	font-size: 12px;
	font-weight: bold;
	color: #CC0099;
}
.note-text {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.help-header {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: brown;
}
.help-header1 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: red;
}
.help-header2 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: green;
}
.red-text {
	font-size: 12px;
	font-weight: bold;
	color: red;
	line-height: 14pt;
	width: 90pt;
}
.red-text-small {
	font-size: 8px;
	color: red;
	line-height: 10pt;
	width: 90pt;
}
.error-text {
	font-size: 12px;
	font-weight: bold;
	color: red;
	line-height: 14pt;
	width: 200pt;
}
div.row {
  clear: both;
  padding-top: 1px;
}

div.row span.leftbox {
  float: left;
  width: 252px;
  text-align: left;
  font-size: 10px;
}

div.row span.label {
  float: left;
  width: 180px;
  text-align: left;
  font-size: 10px;
}

div.row span.header {
  float: left;
  width: 180px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
  padding-bottom: 5px;
  padding-top: 5px;
}

div.row span.note {
  float: left;
  width: 500px;
  padding-bottom: 10px;
  text-align: left;
}

div.row span.formw {
  float: left;
  width: 200px;
  text-align: left;
}

div.row span.formbutton {
  float: left;
  width: 100px;
  text-align: left;
}

div.row span.formbuttonright {
  float: center;
  width: 100px;
  text-align: left;
}

div.row span.tabbutton {
  float: left;
  width: 100px;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}

div.row span.tablinks {
  float: left;
  width: 160px;
  text-align: right;
  padding-bottom: 10px;
  padding-top: 10px;
}

div.spacer {
  clear: both;
}

div.clearspace {
  clear: both;
  padding-bottom: 5px;
  padding-top: 5px;
}
div.hdrmenu{
 height:55px;
 background: #99FFFF url(../images/title_header.PNG) no-repeat; 
 color:#000000;
 border:solid #000000;
 border-width:2px 0px;
 margin:0 0 0 0;
 position: relative;
 padding: 5px;
 background-repeat: no-repeat;
}
