body {
	margin: 0px;
	background-image: url(images/page_bg.gif);
}
html, body, #wrapper{
	height:100%;
	max-width:1003px;
	margin:auto;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#wrapper {
	width:expression((document.body.clientWidth > 1003)?"1003":"100%");
	background-color: #FFFFFF;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
p{
margin-top:0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0067AC;
	font-size: 1.7em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0067AC;
	font-size: 1.1em;
}
#dnn_ContentPane h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #0067AC;
	font-size: 1.1em;
	margin: 10px 0px 0px 0px;
}
h3{
	font-size: 1em;
}

#breadcumb {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	background-image: url(images/breadcomb_L.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding: 7px 25px 0px 25px;
	margin-bottom: 15px;
}

#dnn_ContentPane{
	/*font-size: 0.8em;*/
	line-height: 1.4em;
	padding: 0px 25px 0px 0px;
	width:100%;
}
.Normal{
	font-size: 0.8em;
	line-height: 1.4em;

}
.SubHead{
	font-size: 0.9em;
}
#dnn_RightPane{
}
form {
	margin:0px;
	padding:0px;
}

#box_contact {
	width: 278px;
}
.box_body {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding-left: 3em;
	padding-bottom: 5px;
}
.box_body a{
	text-decoration:none;
}
.box_body ul {
	padding: 0px;
	margin: 0px;
}
.box_body ul li{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.iconPhone {
	list-style-image: url(images/icon_phone.gif);
	font-size: 12px;
}
.iconFax {
	list-style-image: url(images/icon_fax.gif);
	font-size: 11px;
}
.iconEmail {
	list-style-image: url(images/icon_email.gif);
	font-size: 11px;
}
.bg_norepeat {
	background-repeat: repeat-x;
}

a {
	color: #0067AC;
}
a:hover{
	color: #3a9ee2;
}

a:visited{
	color: #0067AC;
}


.box_BackOffice{
	background-image: url(images/box_backoffice_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/*height: 200px;*/
	font-size: 0.8em;
	padding: 0px 15px 5px 15px;
}
.box_frontOffice {
	background-image: url(images/box_Foffice_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 0px 15px 5px 15px;
	font-size: 0.8em;
	/*height: 200px;*/
}
.box_webapp {
	background-image: url(images/box_webapp_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 0.8em;
	padding: 0px 15px 5px 15px;
	/*height: 200px;*/
}

.box_end {
	background-image: url(images/box_office_cnr_BL.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left;
	display:block;
	clear:both;
}
.box_end a{
	display: block;
	clear:both;
	text-align: right;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	font-size: 11px;
	height: 17px;
	padding: 0px 15px 5px 0px;
}
.box_end img{
	vertical-align: text-bottom;

}

.bluetext {
	color: #0067AC;
}
.greentext {

	color: #4CA81E;
}
.orangetext {


	color: #FF9900;
}

.body_col_L {
	padding-right: 10px;
	padding-top: 15px;
}
.body_col_mid {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
.body_col_R {
	padding-left: 10px;
	padding-top: 15px;
}
.page_body {
	padding:0px 25px 10px 25px;
}

#footer {
	font-size: 11px;
	color: #666666;
	padding: 7px 25px 7px 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer a{
color:#666666;
}
.simple_table {
	font-size: 0.9em;
}
.simple_table th{
	text-align:left;
	background-color: #f4f4f4;
	padding: 4px 10px 4px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3a9ee2;
}
.simple_table td{
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px 10px 5px 10px;
}
.simple_table a{
	color: #004182;
	text-decoration:none;
}
.simple_table a:hover{
	text-decoration:underline;
}
.pdflink {
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	width: 70px;
	text-decoration: none;
}
.demolink {
	background-image: url(images/icon_play_btn.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	padding-left: 30px;
	width:auto;
	text-decoration: none;
}

.livelink {
	background-image: url(images/icon_live_btn.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	padding-left: 30px;
	width:auto;
	text-decoration: none;
}

.container_catagories{
height:190px;
}
.container_catagories h2{
	font-size: 1.6em;
	margin:0px 0px 7px 0px;
	padding:0px;
}
.container_catagories ul li {
	list-style-image: url(images/bullet_dot_arrow.gif);
	margin: 3px 0px 3px 0px;
}
.container_catagories ul a{
	color:#004182;
	text-decoration:none;
}
.container_catagories ul a:hover{
	text-decoration:underline;
}

/** right colume conatiner style **/
#right_col_box{
	margin-left: 25px;
	width:244px;
}
.right_col_container{
	background-color: #f1f6fb;
	padding:10px 15px 10px 15px;
	font-size: 0.8em;
	line-height:1.4em;
	height:450px;
}
.right_col_container ul{
	padding: 0px;
	margin-left: 2em;
}
.right_col_container a:hover{
	text-decoration:underline;
}
.right_col_container hr{
	border-top: 1px dashed #CCCCCC;
}
.right_col_container h2{
	margin: 10px 0px 10px 0px;
	font-size:1.5em;
}
.demolink_R{
	text-decoration:none;
}
.demolink_R img{
	vertical-align:middle;
	margin-right: 10px;
}
.pdflink_R{
	text-decoration:none;
}
.pdflink_R img{
	margin-right: 25px;
	margin-left: 10px;
}
.largetext{
	font-size:1.2em;
}


.products_container{
	font-size: 0.9em;
}
.products_container a{
	color:#004182;
	text-decoration:none;
}
.products_container a:hover{
	text-decoration:underline;
}
.products_container ul li{
	list-style-type: none;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
}
.products_container ul ul li{
	list-style-image: url(images/bullet_dot_arrow.gif);
	font-weight: normal;
}

/** contact us form style **/

.tbl_contact{
	background-color: #f4f4f4;
	border-top: 2px solid #c4d8fc;	
}
.tbl_contact td{
	text-align:left;
	padding: 0px 20px 15px 20px;	
}
.tbl_contact_inner {
	width:500px;
}
.tbl_contact_inner td{
	padding: 3px 5px 3px 5px;
}
.tbl_contact_inner input, .tbl_contact_inner select, .tbl_contact_inner textarea{
	width:300px;
}
.contact_label{
	color: #0067AC;
	font-size:0.9em;
}
input.btn_submit{
	width:70px;
	margin-left:145px;
}
.NormalRed{
	color: #ff0000;
	font-size:10px;
}

/*** conatiner sectionbox ***/
.sectionbox_left {
	border-left: 1px solid #CCCCCC;
}
.sectionbox_right {
	border-right: 1px solid #CCCCCC;
}
.sectionbox_body {
	padding: 5px 5px 10px 5px;
}
.sectionbox_hdr_red{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/box_section_red.jpg);
	height: 24px;
	padding: 0px 10px 0px 10px;
}
.sectionbox_hdr_red span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:24px;
	color: #FFFFFF;
	text-decoration: none;
}
.sectionbox_hdr_green{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/box_section_green.jpg);
	height: 24px;
	padding: 0px 10px 0px 10px;
}
.sectionbox_hdr_green span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:24px;
	color: #FFFFFF;
	text-decoration: none;
}
.sectionbox_hdr_blue{
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/box_section_blue.jpg);
	height: 24px;
	padding: 0px 10px 0px 10px;
}
.sectionbox_hdr_blue span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:24px;
	color: #FFFFFF;
	text-decoration: none;
}
/*** Documnet module style ***/
.document_hdr{
	padding: 15px 15px 15px 20px;
}
.document_hdr span{
	font-size: 1em;
	color: #0067AC;
	font-weight:bold;
}

.document_container{
	margin-bottom:20px;
}

.DNN_Documents table{
	width: 100%;
}
.DNN_Documents td{
	border-bottom: 1px dotted #CCCCCC;
	padding:3px;
}
.TitleHeader{
	width:65%;
}
tr.SubHead {
	font-weight: bold;
	background-color: #f4f4f4;
	border-bottom: 1px solid #0000FF;
}
.TitleCell a{
	text-decoration:none;
}
.TitleCell a:hover{
	text-decoration:underline;
}
.DownloadLinkCell a{
	background-image: url(images/icon_pdf.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	width: 70px;
	text-decoration: none;
}
.DownloadLinkCell a:hover{
	text-decoration:underline;
}

.BrokerPlus_Contact {
background-image: url(images/BrokerPlus-Contact-details.jpg);
background-repeat: no-repeat;
	
}

/*** News Style ***/


.news_heading, .news_heading a:link, .news_heading a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0067AC;
	text-decoration: none;
}
.news_heading_large{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0067AC;
	margin-bottom: 10px;
	margin-top: 0px;
}

.news_description{
	font-weight: lighter;
	color: #5d0c69;
	font-size:0.9em;
}

/* Article title */

.News_Head {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
}


/* read more text */

.NormalBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* return text */

.news_readmore{

	color:#5d0c69;
	font-size:0.7em;
}
