/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

div.fieldset {
	border:  1px solid #afe14c;
	margin: 5px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 0px;
	top: -30px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #045685;
}
div.flash {
	width: 375px;
	margin: 5px 0px;
	border-color: #999;
	-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 */

/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

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

.progressContainer {
	margin: 3px;
	padding: 2px;
	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;
}

a.transferCancel {
	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.transferCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

#textfield1 {
	width: 150px;
	padding: 4px 0px 0px 3px;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
}


/* -- DataGrid table styles ------------------------------- */
.datagrid table {
	width: 720px;
}

.datagrid thead th,
.datagrid tbody td,
.datagrid tfoot td {
	font-family: Verdana;
	font-size: 75%;
	text-align:left;
}

.datagrid thead th.col_0 {
	width: 20%;
}
.datagrid thead th.col_1 {
	width: 20%;
}
.datagrid thead th.col_2 {
	width: 20%;
}
.datagrid thead th.col_3 {
	width: 20%;
}
.datagrid thead th.col_4 {
	width: 20%;
}

.datagrid tbody td {
	align: left;
}

.datagrid thead th,
.datagrid tbody td,
.datagrid a {
	color: #900;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.datagrid thead th {
	background-color: #CCC;
	text-align: center;
	border: 1px solid white;
	border-right: 1px solid #95AFB9;
	border-bottom: 1px solid #95AFB9;
	height: 20px;
}

.datagrid tbody td {
	background-color: white;
	border-right: 1px solid #D1D3D4;
	border-bottom: 1px solid #D1D3D4;
/*	border-top: 1px solid #D1D3D4;
	border-left: 1px solid #D1D3D4;
*/}

.datagrid tbody td a {
	text-decoration: none;
	color: #06779B;
}

.datagrid tbody td.altrow {
	background-color: #E7F3F7;
}

/*.datagrid tbody td {
	background-color: #eee;
}*/


/* -- Message table styles ------------------------------- */
.datagrid1 table {
	width: 720px;
}

.datagrid1 thead th,
.datagrid1 tbody td,
.datagrid1 tfoot td {
	font-family: Verdana;
	font-size: 100%;
}

.datagrid1 tbody td {
	align: left;
}

.datagrid1 thead th,
.datagrid1 tbody td,
.datagrid1 a {
	color: #900;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.datagrid1 thead th {
	background-color: #CCC;
	text-align: center;
	border: 1px solid #95AFB9;
/*	border: 1px solid white;
	border-right: 1px solid #95AFB9;
	border-bottom: 1px solid #95AFB9;
*/	height: 20px;
}

.datagrid1 tbody td {
	background-color: white;
	border: 1px solid #666;
/*	border-right: 1px solid #D1D3D4;
	border-bottom: 1px solid #D1D3D4;
	border-top: 1px solid #D1D3D4;
	border-left: 1px solid #D1D3D4;
*/}

.datagrid1 tbody td a {
	text-decoration: none;
	color: #06779B;
}

.datagrid1 tbody td.altrow {
	background-color: #E7F3F7;
}

/*.datagrid1 tbody td {
	background-color: #eee;
}*/

/* -- Showcase header image ------------------------------- */
#showcase {
	background:transparent url('/images/main/showcaseFrame.gif') no-repeat 0px 0px;
}

#showcase div.bgImg1 {
	background:transparent url('/images/main/showcaseBg1.png') no-repeat 461px 4px;
	width:770px;
	height:190px;
}

#showcase div.bgImg2 {
	background:transparent url('/images/main/showcaseBg2.png') no-repeat 4px 4px;
	width:770px;
	height:190px;
}

#showcase h1, #showcase p {
	display:block;
	padding-left:22px;
	width:450px;
}

#showcase h1 {
	padding-top:10px;
	font-family:Helvetica, arial, sans;
	font-size:24px;
	line-height:24px;
	color:#666;
}

#showcase p {
	line-height:125%;
}

#showcase h1 span {
	color:#900;
}

/* pricing table */
#tableWrapperLev1 {width:470px; padding:0 0 4px 0; background:url(/images/main/bgd_table.gif) 0 100% no-repeat;}
#tableWrapperLev2 {width:470px; padding:0 0 0 0; background:url(/images/main/bgd_table.gif) 0 0 no-repeat;}
	#tableWrapperLev2 .listTable {width:464px;}
#tableWrapperLev3 {width:770px; padding:0 0 4px 0; background:url(/images/main/bgd_table1.gif) 0 100% no-repeat;}
#tableWrapperLev4 {width:770px; padding:0 0 0 0; background:url(/images/main/bgd_table1.gif) 0 0 no-repeat;}
	#tableWrapperLev4 .listTable {width:764px;}
#tableWrapperLev5 {width:210px; padding:0 0 4px 0; background:url(/images/main/bgd_table1.gif) 0 100% no-repeat;}
#tableWrapperLev6 {width:210px; padding:0 0 0 0; background:url(/images/main/bgd_table1.gif) 0 0 no-repeat;}
	#tableWrapperLev6 .listTable {width:204px;}
	.listTable {
	border:1px solid #d6d6d6;
	font-size: 11px;
}
			.listTable th {
	padding:4px 0;
	border-left:1px solid #d6d6d6;
	text-align:center;
	color:#900;
	font-size: 100%;
	font-weight: bold;
	background-color: #F0F0F0;
	vertical-align:middle;
}
				.listTable th.first {
	border:0 none;
	font-size: 100%;
}
			.listTable {}
			.listTable th a {color:#900; text-decoration:none;}
				.listTable th a:hover {color:#FC0;}
				.listTable th a.plan {color:#fff; width:90px; height:20px; line-height:20px; background:url(/images/main/bgd_btn_plan.gif); text-align:center; margin:auto; display:block;}
					.listTable th a.plan:hover {
	color:#FC0;
}
				
			.listTable td {
	padding:2px 4px;
	border-left:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	vertical-align:middle;
/*	font-weight: bold;
*/}
				.listTable td.first {border:0 none;}
				.listTable td:first-child { text-align: left; font-weight: bold; }
				.listTable td a {color:#900;}
/*				.listTable td a {color:#900; text-decoration:none;}
				.listTable td a:hover {color:#FC0}
*/				.listTable td a.plan {color:#fff; width:90px; height:20px; line-height:20px; background:url(/images/main/bgd_btn_plan.gif); text-align:center; margin:auto; display:block;}
				.listTable td a.plan:hover {
					color:#FC0;
				}

				.listTable em {font-style:normal;}
					.statusPending {color:#f00;}
					.statusSent {color:#090;}
			.listTable input.chkIp {width:13px; height:13px; vertical-align:middle; margin:2px 2px 0 0; float:left;}
			.listAction a {margin:2px;}
			.highlight {background:#eaecff;}

/* START LOGIN RULES */
body.loginBody {
  background: #999 url('/images/main/loginGrad.gif') repeat-x;
}
#loginFrame {
  color:#d8d8d8;
  position:relative;
/*  margin:165px auto;
*/  margin-top:165px;
  margin-bottom:30px;
  margin-right:auto;
  margin-left:auto;
  width:386px;
  height:206px;
  background:url('/images/main/loginBg.png') no-repeat;
}
#loginFrame h1 {
  font-family:Verdana,Arial,sans-serif;
  font-size:138.5%; /*18px*/
  font-weight:normal;
  color:#666;
  padding:18px 0 0 84px;
  height:30px;
  margin:0 0 26px;
}
#loginFrame h1 span {
  position:absolute;
  text-indent:-1000em; 
}
#loginFrame h2 {
  color:#fff;
  padding:0 20px;
  margin:0 0 10px;
}
#loginFrame h3 {
  font-size:90%;
  padding:0 20px;
  margin:0 0 10px;
}
#loginFrame p {
  font-size:85%;
  padding:0 20px;
  margin:0 0 10px;
}
#loginFrame form {
  background:none; 
}
#loginFrame label {
  float:left;
  width:124px;
  padding-right:20px;
  text-align:right;
  font-weight:bold;
  font-size:93%; /*12px*/
  line-height:20px;
  color: #fff;
}
#loginFrame form p {
  clear:both;
  padding: 5px 0;
}
input.txtField {
 font-family:Arial, Helvetica, sans-serif;
  font-size:93%; /*12px*/
  color:#666;
}
#loginFrame input.txtField {
  width:194px; 
}
#loginFrame p.helpTxt {
  padding:8px 38px 0 0;
  text-align:right;
  font-size:85%; /*11px*/
  margin:0;
  position:absolute;
  bottom:15px;
  right:0px;
}
#loginFrame p.helpTxt a {
  color:#c7c7c7;
}
#loginFrame p.helpTxt a:hover {
  color:#f60;
}
input.primeBtn80, button.primeBtn80 {
  border:none;
  height:22px;
  width:80px;
  color:#fff;
  font-weight:bold;
  background:transparent url('/images/main/buttonLogin.gif') no-repeat 0px 0px;
}
input.primeBtn80:hover, button.primeBtn80:hover {
  background-position:0px -32px;
}
input.primeBtn80:active, button.primeBtn80:active {
  background-position:0px -64px;
}
input.primeBtn112, button.primeBtn112 {
  border:none;
  height:22px;
  width:112px;
  color:#fff;
  font-weight:bold;
  background:transparent url('/images/main/buttonLogin.gif') no-repeat -98px 0px;
}
input.primeBtn112:hover, button.primeBtn112:hover {
  background-position:-98px -32px;
}
input.primeBtn112:active, button.primeBtn112:active {
  background-position:-98px -64px;
}
#loginFrame form ul.errors {
  color:#ffd090;
  font-size:100%;
  font-weight:normal;
}
/* END LOGIN RULES */

/* START TABLE FORM RULES */
table.formTable td.formC0, table.formTable td.formC1, 
table.formTable td.formCQ, table.formTable td.formC2 {
  padding-bottom: 10px;
}
table.formTable td.formC0 {
  padding-left: 10px;
  text-align: center;
}
table.formTable td.formC1 {
  font-size: 85%;
  font-weight: bold;
  padding-left: 10px;
  vertical-align: top;
}
table.formTable td.formC1 span.req {
  float: left;
  margin-top: -2px;
  margin-left: -10px;
  width: 10px;
  height: 18px;
}
table.formTable ul.errors {
  clear: both;
  color: #f20;
  font-size: 85%;
/*  font-style: italic; */
  font-weight: bold;
  margin-top: 5px;
}

/* Rules for the help column */
table.formTable td.formCQ {
  position: relative;
  vertical-align: top;
  width: 16px;
}
table.formTable td.formCQ a {
  display: block;
  height: 14px;
  width: 11px;
  background: url('/images/main/iconSprite.gif') -62px -60px no-repeat;
}
table.formTable td.formCQ a:hover {
  background-position: -82px -60px;
}

/* Rules for 2-Column Table Forms */
table.formTable td.formC2 {
  padding-left: 0;
  vertical-align: top;
}
table.formTable input.dateField {
  margin-right:10px;
  width:90px;
}
table.formTable input.timeField {
  margin-right:10px;
  width:90px;
}
table.formTable td.formC2 label {
  float:left;
  margin-bottom:4px;
  width:200px;
}
table.formTable input[type="checkbox"] {
  margin-right:4px;
}

/* Styles for #loginFrame */
#loginFrame table.formTable td.formC1 {
  font-size: 100%;
  padding-left: 0px;
}
#loginFrame table.formTable td.formCQ {
  display: none;
}
#loginFrame table.formTable td.formC2 {
  padding: 2px 20px 8px 0;
}
/* END 2 COLUMN TABLE FORM RULES */

/* List formatting for pricing section */
#planFeatures {list-style:none; margin:10px; padding:10px 15px; border:3px solid #C00; background:#E6E6E6;}
	#planFeatures li {background:url(/images/main/icon_list1.png) 0 0 no-repeat; padding:0 0 2px 20px;}
	
ul {
	padding-left: 10px;
}

/* other elements */
div.leftaligned { 
	text-align: left; 
	margin-left: 0.5em;
	}
div.leftaligned table {
    text-align: left;
}
/*h3 { font-size: 130%; }*/