/* Layout Stylesheet */ 
body {
	margin: 0px;
 	/*background-color: #F8F9FD;*/
}
#page{
	width:800px;
	margin:0 auto;
	/*position:relative;*/
	top: 0px;
	/*background-color: #ffffff;*/
}
#home_page{
	width:800px;
	margin:0 auto;
	top: 0px;
}

#logo_back {
	/*height: 86px;*/
	height: 90px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/page_background1.gif);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACB6CC;
}
#login_back {
	height: 72px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/page_background1.gif);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACB6CC;
}
#logo {
	width:800px;
	margin:0 auto;
	top: 0px;
}
/*#logo {
	height: 86px;
	width: 100%;
	background-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #438142;
}*/
.nav_bar_home {
	height: 20px;
	width: 100%;
	top: 56px;
	position: absolute;
	background-image: url(images/det_head.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
	border-bottom: 1px solid #5cab5a;
	background-color: #F8F9FD;
}
.nav_bar {
	height: 25px;
	width: 100%;
	top: 56px;
	position: absolute;
	background-image: url(images/det_head.gif);
	background-repeat: repeat-x;
	background-position: left 1px;
	border-bottom: 1px solid #5cab5a;
	background-color: #F8F9FD;
}
#login_content{
	background-color: #FFFFFF;
	width: 800px;
	height: 575px;
	position: absolute;
	top: 70px;
}
#payment{
	background-color: #FFFFFF;
	width: 800px;
	height: 720px;
	position: absolute;
	top: 65px;
}
#privacy{
	background-color: #FFFFFF;
	width: 800px;
	height: 575px;
	position: absolute;
	top: 20px;
}
#content{
	background-color: #FFFFFF;
	width: 800px;
	position: absolute;
	top: 91px;

}
#sta_content{
	background-color: #FFFFFF;
	width: 800px;
	position: absolute;
	top: 0px;
}
/* This div added for invoice_templates.shtm to overcome lightbox problem - position cannot be absolute */
#content_it{
	width: 800px;
	/*top: 25px;
	position: static;*/
	/*padding-top: 25px;*/
}
#home_content{
	/*background-color: #FFFFFF;*/
	width: 800px;
	/*position: relative;*/
	padding-top: 100px;
}
#sbh_content{
	/*background-color: #FFFFFF;*/
	width: 800px;
	/*position: relative;*/
	padding-top: 90px;
}
/*#sbh_form{
	background-color: #cccccc;
	height: 100px;
	
}*/
/*#content_home{
	background-color: #FFFFFF;
	width: 790px;
	position: absolute;
	top: 27px;
}*/
table.side_content {
	vertical-align: top;
	padding-left: 2px;
}
table.main_content {
	vertical-align: top;
	height: 100%;
	/*width: 622px;*/
	text-align: left;
}
table.main_content_tk {
	vertical-align: top;
	height: 100%;
	width: 790px;
	text-align: left;
	padding-left: 15px;
}
table.main_content_vid {
	vertical-align: top;
	height: 100%;
	width: 800px;
	text-align: left;
	height: 450px;
	/*margin-top: 10px;*/
}

/* table to add height to page with little content */	
table.pageheight {
	vertical-align: top;
	height: 450px;
	width: 602px;
	text-align: left;
	color: #333333;
}
table.home_main_content {
	vertical-align: top;
	height: 100%;
	width: 602px;
	text-align: left;
}	
table.sbh {
	vertical-align: top;
	height: 100%;
	text-align: left;
	margin-top: 15px;
	margin-left: 17px;
	margin-right: 12px;
}	
table.sbh_form {
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d6185;
	border: 1px solid #a7b7db;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 5px 5px;
	background-color: #F7F9FD;
}	
.bar_bottom {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	position: relative;
	bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 5px;
}
#reg_page {
	color: #999999;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	width: 577px;
	background-color: #FFFFFF;
	height: 508px;
	position: absolute;
	top: 58px;
	left: 202px;
	border: 1px solid #B2B2B2;
}	
#twitter_div{
	color: #4d6185;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #cccccc;
	padding: 25px 20px 10px;
	width: 150px;
	background-image: url(images/twitter.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F8F9FD;
}
/* cp login screens */
#cp_login {
	width: 100%;
}
table.cp_logo{
	width:500px;
	margin:0 auto;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 50px;
	margin-bottom: 30px;
}
table.cp_login {
	width:500px;
	margin:0 auto;
	border: 1px solid #a7b7db;
	margin-bottom: 60px;
	text-align: left;
}
td.cp_login_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4d6185;
	background-color: #DCE2F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a7b7db;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#cp_login_footer {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 5px;
}
td.cp_login{
	font-size: 13px;
	color: #4d6185;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
td.pb_so {
	padding-left: 2px;
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
td.pb_so a {
	color: #666666;
	text-decoration: none;
	}

