body{
	margin:0 0 64px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	background-color:#FFFFFF;
}

hr{
	color:#8593a6;	
}

a, a:visited{
	text-decoration:none;
	color:#FF3300;
}

a:hover{
	text-decoration:underline;
}


img{
	border-style:none;
}

table{
	border-collapse:collapse;
}

h1{
	font-size:22px;
	font-weight:bold;
	color:#FF3300;	
	font-family:"Trebuchet MS", Arial, sans-serif;
}

h2{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:20px;
	color:#003399;
}

.quick_box{
	float:right;
	width:150px;
	padding:0;
	margin:0 8px;
	background-color:#e7e7ef;
	color:#000;
}

.quick_box ul{
	padding:0;
	margin:0;
	
}

.quick_box li{
	list-style:none;
	padding:2px 8px;
	border:#bec6d3 solid 1px;
}

.sot_text{
	text-align:right;
	padding-right:16px;
}

.hiblock{
	color:#003366;
	font-size:110%;
}

#header{
	height:100px;
	width:100%;
	background-image:url(/EasyHL7/Images/hdr_bkg_blue.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

#pagename{
	color:#E2E2E2;
	font-size:32px;
	float:left;
	margin:40px 0 0 16px;
}


#centre_content{
	margin: 16px 64px 0 220px;
}

/* Box for downloads page */
.dl_box{
	background-color:#F5F5F5;
	background-image:url(/EasyHL7/Images/info_box_bkg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border:#999999 1px solid;
	width:160px;
	height:300px;
	float:left;
	margin:8px;
	position:relative;
}

.dl_box img{
	width:100px;
	margin:0 30px;
	cursor:pointer;
}

.dl_box h2{
	text-align:center;
	margin:8px;
	font-size:110%;
	color:#993300;
}

.dl_box .info_text{
	margin:0 8px;
	padding-bottom:8px;
	font-size:10px;
	text-align:center;
	color:#003399;
	border-bottom:#666666 solid 1px;
	
}

.dl_box .stats_text{
	margin:8px;
	font-size:10px;
	text-align:center;
	color:#000;
}



.box_container{
	margin:32px auto;
}

.info_box{
	background-color:#F5F5F5;
	background-image:url(/EasyHL7/Images/info_box_bkg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border:#999999 1px solid;
	width:160px;
	height:320px;
	float:left;
	margin:8px;
	position:relative;
}

.info_box h2{
	text-align:center;
	margin:8px;
	font-size:14px;
	color:#993300;
}

.info_box .flowtext{
	width:100px;
	height:75px;
	margin:8px 30px;
	border:#003399 solid 1px;
}

.info_text{
	margin:0 8px;
	font-size:10px;
	text-align:center;
}

.info_more{
	padding:0 0 0 16px;
	color:#CC0000;
	font-size:14px;
	position:absolute;
	bottom:16px;
}

/* ----- Login_Link ----- */
#login{
	position:absolute;
	right:110px;
	top:0;
	border-style:none;
	padding:0;
	color:#000000;
	background-color:#FFF;
	vertical-align:middle;
	margin-top:20px;
	font-size:80%;
}

#login #corner{
	width:100%;
	height:100%;
	background-color:transparent;
	background-image:url(/EasyHL7/Images/loginlink_bkg_corner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:6px;
}

#login #left{
	width:100%;
	height:100%;
	background-color:transparent;
	background-image:url(/EasyHL7/Images/loginlink_bkg_left.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#login #top{
	width:100%;
	height:100%;
	background-color:transparent;
	background-image:url(/EasyHL7/Images/loginlink_bkg_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/* Rounded Table  */

.rounded{
	border-collapse:collapse;
}

.active_tab{
	background-image:url(/EasyHL7/Images/active_tab.bmp);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:26px;
	width:122px;
	text-align:center;
	line-height:26px;
	cursor:pointer;
	font-weight:bold;
}

.inactive_tab{
	background-image:url(/EasyHL7/Images/inactive_tab.bmp);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:26px;
	width:122px;
	text-align:center;
	line-height:26px;
	cursor:pointer;
}

.tab_line{
	background-image:url(/EasyHL7/Images/tab_line.bmp);
	background-position:bottom left;
	background-repeat:repeat-x;
	height:26px;
}

.rounded .tl{
	background-image:url(/EasyHL7/Images/corner_tl.bmp);
	background-position:top right;
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}

.rounded .tm{
	background-image:url(/EasyHL7/Images/corner_tm.bmp);
	background-position:top left;
	background-repeat:repeat-x;
	height:8px;
}

.rounded .tr{
	background-image:url(/EasyHL7/Images/corner_tr.bmp);
	background-position:top left;
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}

.rounded .lm{
	background-image:url(/EasyHL7/Images/corner_lm.bmp);
	background-position:top right;
	background-repeat:repeat-y;
	width:8px;
}

.rounded .rm{
	background-image:url(/EasyHL7/Images/corner_rm.bmp);
	background-position:top left;
	background-repeat:repeat-y;
	width:8px;
}

.rounded .bl{
	background-image:url(/EasyHL7/Images/corner_bl.bmp);
	background-position:top right;
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}

.rounded .bm{
	background-image:url(/EasyHL7/Images/corner_bm.bmp);
	background-position:top left;
	background-repeat:repeat-x;
	height:8px;
}

.rounded .br{
	background-image:url(/EasyHL7/Images/corner_br.bmp);
	background-position:top left;
	background-repeat:no-repeat;
	height:8px;
	width:8px;
}

.visible{
	display:inherit;
}

.invisible{
	display:none;
}

.ez_table{
	background-color:#DEF1FA;
	border:#6BC0E9 solid 1px;
}

.price_list{
	border:#666666 solid 1px;
}

.price_list thead{
	background-color:#D3D6EF;
	font-weight:bold;
}

.price_list thead td{
	border-right:#A6B3EE 1px solid;
}

.price_list td{
	padding:4px;
	border-top:#A6B3EE 1px solid;
	border-right:#A6B3EE 1px solid;
}

.price_list .lcount{
	text-align:center;
}

.price_list .disc{
	text-align:center;
}

.price_list .stdprice{
	text-align:right;
}

.price_list .discprice{
	text-align:right;
	font-weight:bold;
}




.price_table{
	margin:32px auto 0 auto;
	border:#666666 solid 1px;
	width:80%;
}

.price_table .product td{
	padding:4px;
	background-color:#4f6597;
	color:#FFFFFF;
	font-weight:bold;
}

.price_table .desc{
	padding: 8px;
	color:#666666;
	width:75%;
}

.price_table .price{
	color:#4f6597;
	font-weight:bold;
}

.ez_table{
 	width:100%; 
	border:#4f6597 solid 1px;
	font-size:10px;
}

.ez_table td{
	padding-left:4px;
}

.ez_table thead td{
 	background-color:#4f6597; 
	color:#FFF;
	padding:4px 0 4px 4px;
	font-size:12px;
}

.ez_table tr.hi td{
	background-color:#e1e6ef;
}

.ez_table tr.lo td{
	background-color:#FFF;
}

.no_screen{ display:none; }

.fs_lic, .fs_price, .fs_demo{
	margin-bottom:16px;
}

.field32{
	width:200px;
}

.field100{
	width:300px;
}

.mandatory{
	color:#FF0000;
}

.big_price{
	font-weight:bold;
	color:#0033CC;
}

.float_right{
	float:right;
}

.float_left{
	float:left;
}

.right_thumb{
	float:right;
	margin:8px;
	text-align:center;
	font-size:80%;
}

.left_thumb{
	float:left;
	margin:8px;
	text-align:center;
	font-size:80%;
}