#mainbody {
	width: 700px;
	min-height: 500px; 
	height: 100%;
	line-height: 150%;	
	padding-top:8px;
}

.errormessage
{
    font-weight: bold;
    font-size: 12px;
    color: red;
    font-family: verdana, arial, helvetica, sans-serif
}



.pagetitle
{
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#3290B0;
/*color: #333333;*/ 
	font-size:1.8em; 
	font-style:italic; 
	font-weight:normal; 
	margin-bottom: 4px;
	margin-top: 7px;
/*
	font-size: 22px;
	color: rgb(102,51,0);
	font-weight: bold;
	padding-top: 0;
	padding-left: 0;
	margin-top: 2px;
	padding-bottom: 0;
	margin-bottom: 4px;
	margin-top: 7px;
*/
}

.dg-table2
{
	margin: 0px;
	padding: 0px;
	border-right: rgb(40,40,40) 1px solid;
	border-top: rgb(40,40,40) 1px solid;
	border-left: rgb(40,40,40) 1px solid;
	border-bottom: rgb(40,40,40) 1px solid;
	background-color: white;
}


/*
	public site styles starts here
*/

.issueAdverts 
{
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
}

.issueHeader 
{
	color: white;
	background: #000055;
	text-align: center;
	font-weight: bold;
}

.issueLowerHeader 
{
	color: #880000;
	font-weight: bold;
}

.registration-header 
{
	font-weight: bold;
	color: white;
	background-color: #043E62;	
	text-align:center	;
	font-size:10pt;
	height: 25px;
}

.obligatory 
{
	color: red;
	font-size: 12px;
}


.registration-smallprint 
{
	color: #808080;
	font-size: 7pt;
	text-align: justify;
}

.reList
{
	margin-top: 3px;
	margin-bottom: 3px;
}

reList LI
{
	padding: 0px;
	margin: 2px;
}

#area 
{
	padding-top: 10px;
	padding-bottom: 10px;	
	font-size: 12px;
	width: 100%;
}

.submit 
{
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

.pub-1 
{
	background-color: #CDEEF6;
	color: black;
	padding: 6px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

a.pub-2, a:visited.pub-2, a:hover.pub-2
{
	font-weight: bold;
	color: White !important;
	text-decoration: none;
}

.pub-2 
{
}

.pub-2 a.yellow
{
	color: yellow;
}

.pub-2-p 
{
	color: White;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}	

.td-step
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: white;
	background-color: #A3A8AC;
}

.td-stephigh
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: black;
	background-color: #CDEEF6;
}	

.td-step h5 
{
	color: Yellow;
	margin-bottom: 2px;
}


.td-stephigh h5 
{
	color: black;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

.td-arrow 
{
	font-size: 35px;
}

.td-advheight 
{
	height: 25px;
}

.txt_wide 
{
	width: 340px;
}

.ddl_wide 
{
	width: 346px;
}

.re-ddl 
{
	font-size: 11px;
	vertical-align: middle;
}

#issueForm 
{
	margin: 0px;
	padding: 0px;
}

/*
	public site styles ends here
*/


.dg-table2
{
	margin: 0px;
	padding: 0px;
	border-right: rgb(40,40,40) 1px solid;
	border-top: rgb(40,40,40) 1px solid;
	border-left: rgb(40,40,40) 1px solid;
	border-bottom: rgb(40,40,40) 1px solid;
	background-color: white;
}

/* #### PURCHASE STAGES #### */
div.purchasestages
{
	position: relative;
	width: 100px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 7px;
	font-size: 11px;
	
}
table.purchasestages
{
	width: 800px;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #E5E5E5;
	font-family:Georgia, "Times New Roman", Times, serif; 
font-size:12px; 
	/*border: 1px solid #CE8800;*/
	
}
table.purchasestages td
{
	color:#666;
	font-weight: bold;
	background-color: #ffffff;
	padding: 4px;
	/*
	background-image: url(images/row.gif);
	background-position: left;
	background-repeat: no-repeat;
*/
	text-align: center;
	width: 20%;
	border-bottom: 4px solid #CCCCCC;
	border-top: 4px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}
table.purchasestages td.selected
{
	color:#000000; 
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 4px;
	border-bottom: 4px solid #CCCCCC;
	border-top: 4px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	/*background-image: url(images/row.gif);
	background-position: left;
	background-repeat: no-repeat;
*/
}


td.form-header
{
	font-size: 22px;
	color: rgb(102,51,0);
	font-weight: bold;
	padding:0px;
	margin:0px;
	padding-top: 0;
	margin-top: 2px;
	padding-bottom: 0;
	margin-bottom: 4px;
	margin-top: 7px;	
	padding-left: 2px;
}

td.form-label
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	
}

.submit, .outstanding, .button
{
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #343434;
	font-weight: normal;
	margin-right: 7px;
	margin-top: 2px;
}

.asterisk, .errormessage
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: Red;
}
.errormessage
{
	position: relative;
	top: -4px;
	margin-bottom: 7px;
	display: block;
}

.small-print
{
	font-size: 0.8em;
}

.textbox
{
	width: 280px;
}

.ddlbox
{
	width: 285px;
}

div.update_progress 
{
	margin-top: 3px;
	font-size: 12px;
	float: left;
	color: #999999;
	font-weight: bold;
}

div.summaryBox {
	border: 1px solid #CE8800;
	padding: 1px;
	width: 500px;
	margin: 12px 1px;
}

div.summaryBox table
{
	background-color: #fafafa;
	width: 500px;
	
}
div.summaryBox table td.form-header
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-align: left;
	border: solid;
	border: 0px;
	border-left-color: #00a1b1;
	/* border-bottom: 1px solid #cccccc; */
	
	/*background-color: #176A7F;*/
	background-color: #F7ECD7;
	padding: 2px 4px;
	position: relative;
	top: 0px;
}

.contenttableborder 
{
	width: 800px;
	
}
.dotted_line {
	/*background-image: url(images/dotted-line.gif);
	background-repeat: repeat-x;
*/
	height:0px;
}

table.contenttableborder td.white {
	background-color: #f1f1f1;
}

.MultiProductSelector table
{
	
}

.MultiProductSelector td
{
	font-size: 12px;
	padding: 5px;
}

.MultiProductSelector td input
{
	height:14px;
	width: 20px;
}
input, textarea, select 
{
	font-family: verdana; 
	font-size: 11px; 
	padding: 2px; 
	background-color: #F7ECD7; 
	border: solid 1px #CE8800; 
	color:#A25505;
	
}

span.noborder input {border: none; background: none}
input.noborder {border: none; background: none}
input.radio {font-size: 16px;}
input.checkbox {border: none; background: none}
input.readonly {background-color: #efefef; border: solid 1px #ababab}


a:link {
	text-decoration: none;
	color: #993333;
}
a:visited {
	text-decoration: none;
	color: #993333;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	color: #993333;
}


table.productselector td
{
	padding-bottom: 8px;
}

div.gratis_info
{
	font-size:10px; 
	line-height: 15px;
	color: #A25505; 
}

table.gratisoptions td
{
	vertical-align:top;
}

td.gratismultioptions
{
	padding-top: 10px;
}

