/*----------------------------------------------------------------------------------------------------------[Layout Stylesheet of all website pages]Project:	OMIVersion:	1.0Created: Interberry Solutions----------------------------------------------------------------------------------------------------------*//*------------------Layout,Table of Contents----------------------------------------------------------------- 1. GLOBAL RESET2. GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS3. COMMON CSS CLASSES4. GLOBAL LAYOUT5. COMMON LAYOUT-----------------------------------------------------------------------------------------------------------*//*---------------------------------------------------------------------------------1. GLOBAL RESET---------------------------------------------------------------------------------*//*{margin:0px;padding:0px;}*/body, div, dl, dt, dd, h1, h2, h3, f, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th {	margin:0;	padding:0;	font-family:Arial, Helvetica, sans-serif;}fieldset, img {	border:0;	padding:0px;	margin:0px;}h1, h2, h3, h4, h5, h6 {	font-size:100%;	font-family:Arial, Helvetica, sans-serif;	font-weight:normal;}a {	outline:none;	padding:0;	margin:0;	border:0;	color:#da480b;	text-decoration:none;}a:hover {	text-decoration:underline;}input {	outline:none;	font-family:Arial, Helvetica, sans-serif;	color:#4f4f4f;	background:#F4F4F4;	border:1px solid #c9c9c9;}select {	outline:none;	font-family:Arial, Helvetica, sans-serif;	color:#4f4f4f;}textarea {	outline:none;	font-family:Arial, Helvetica, sans-serif;	color:#4f4f4f;}img {	outline:none;	border:none;}/*---------------------------------------------------------------------------------2. GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS---------------------------------------------------------------------------------*/h1 {	padding:0px;	margin:0px;	font-size:19px;	color:#2674cc;	letter-spacing:-1px;}h2 {	font-size:17px;	letter-spacing:-1px;}h3 {	font-size:16px;	font-weight:bold;}h4 {	font-size:14px;}p {	line-height:21px;}/*---------------------------------------------------------------------------------3. COMMON CSS CLASSES---------------------------------------------------------------------------------*/body {	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	line-height:20px;	color:#333333;	background:url(../images/bg.gif) repeat-x top left #FFFFFF;	padding:0px;	margin:0px;}.fleft {	float:left;}.fright {	float:right;}.clear {	clear:both;}.jusify {	text-align:justify;}.normaltext {	font-family:Arial, Helvetica, sans-serif;	color:#44607f;	text-decoration:none;}/*---------------------------------------------------------------------------------4. GLOBAL LAYOUT---------------------------------------------------------------------------------*/#pageouter {	width:900px;	overflow:hidden;	margin:0 auto;}#header {	padding-top:9px;	overflow:hidden;	background:url(../images/bg_header.gif) repeat-x top left;	clear:both;}#header .innerheader {	width:900px;	overflow:hidden;	margin:0 auto;}#middle {	clear:both;	width:880px;	overflow:hidden;	margin:0 auto;	background:#FFFFFF;	padding:15px 10px 10px 10px;}#footer {	width:auto;	height:35px;	color:#FFFFFF;	text-align:center;	clear:both;	background:#9fafbc;	padding-top:15px;}/*---------------------------------------------------------------------------------5. COMMON LAYOUT---------------------------------------------------------------------------------*/.margintop15 {	margin-top:15px;}.paddingtop15 {	padding-top:15px;}.fontbold13 {	font-size:13px;	font-weight:bold;	color:#FFFFFF;}.yellow {	color:#e9ac1a;}.commondiv {	width:auto;	overflow:hidden;}.heatopdiv {	width:900px;	overflow:hidden;}#topnav {	width:900px;	overflow:hidden;	clear:both;	margin-top:4px;}#topnav ul {	padding:0px;	margin:0px;}#topnav ul li {	padding:0px;	margin:0px;	list-style:none;	float:left;}#topnav ul li a {	font-size:13px;	font-weight:bold;	color:#FFFFFF;	padding:9px 20px;	display:block;}#topnav ul li a:hover{	text-decoration:none;	background:#999999;}#topnav ul li a.selected {	text-decoration:none;	background:#565656;}.topnavbottom {	background:#565656;	width:900px;	overflow:hidden;	border-bottom:1px solid #565656;}.topnavbottom ul {	margin:0px;	padding:0px;}.topnavbottom ul li {	margin:0px;	padding:0px;	list-style:none;	float:left;}.topnavbottom ul li a {	padding:12px 25px;	color:#FFFFFF;	font-weight:bold;	font-size:11px;}.topnavbottom ul li a:hover, .topnavbottom ul li a.selected {	color:#e9ac1a;	text-decoration:none;}#middle h1 {	color:#3b5575;	border-bottom:1px solid #3b5575;	padding-bottom:6px;}.bluebg {	color:#FFFFFF;	background:#8699b0;	font-weight:bold;}.lightbluebg {	background:#eff3f8;}.whitebg {	background:#FFFFFF;}.pagination {	width:auto;	height:24px;	margin-top:10px;	float:right;}.pagination a {	float:left;	border:1px solid #2672b2;	background:#FFFFFF;	color:#105cb6;	text-align:center;	margin-right:1px;	padding:2px 6px;}.pagination a:hover, .pagination a.selected {	background:url(../images/bg_paginationhover.gif) repeat-x top left #091a56;	color:#FFFFFF;	text-decoration:none;}.homeiconsouter {	background:url(../images/bg_topicons.gif) no-repeat top left;	padding:10px 0px 0px 0px;	width:180px;	height:140px;	float:left;}.homeiconsouter h2 {	font-size:14px;	font-weight:bold;	color:#000000;	padding-left:12px;}.margintop22 {	margin-top:22px;}.marginright40 {	margin-right:50px;}.font14 {	font-size:14px;}/*--------------- Login ---------------*/.loginouter{	background:url(../images/bg_login.gif) no-repeat top left;	width:346px;	height:169px;	margin:70px auto 180px auto;	padding:107px 40px 0px 40px;}.loginouter label{	color:#1777ab;	font-size:14px;	font-weight:bold;	letter-spacing:-1px;}.loginouter input{	background:#d6f0fd;	font-size:12px;	border:1px solid #96c5de;	padding:5px;	width:240px;}.resetouter{	background:url(../images/bg_forgot.gif) no-repeat top left;	width:346px;	height:239px;	margin:70px auto 180px auto;	padding:107px 40px 0px 40px;}.resetouter label{	color:#1777ab;	font-size:14px;	font-weight:bold;	letter-spacing:-1px;}.resetouter input{	background:#d6f0fd;	font-size:12px;	border:1px solid #96c5de;	padding:5px;	width:240px;}.padleft12{padding-left:12px;}.font11{font-size:11px;}.commonbtnblue{	background:url(../images/bg_commonbtn.gif) repeat-x top left #091a56;	font-size:13px;	color:#FFFFFF;	font-weight:bold;	border:1px solid #091a56; /*	padding:3px 7px 5px 7px;*/	text-align:center;	height:27px;	width:120px;}.commonbtnblue:hover{text-decoration:none;}/*-----------------JQUERY DATEPICKER-----------------------*/table.jCalendar {	border: 1px solid #000;	background: #aaa;    border-collapse: separate;    border-spacing: 2px;}table.jCalendar th {	background: #333;	color: #fff;	font-weight: bold;	padding: 3px 5px;}table.jCalendar td {	background: #ccc;	color: #000;	padding: 3px 5px;	text-align: center;}table.jCalendar td.other-month {	background: #ddd;	color: #aaa;}table.jCalendar td.today {	background: #666;	color: #fff;}table.jCalendar td.selected {	background: #f66;	color: #fff;}table.jCalendar td.selected:hover {	background: #f33;	color: #fff;}table.jCalendar td:hover, table.jCalendar td.dp-hover {	background: #fff;	color: #000;}table.jCalendar td.disabled, table.jCalendar td.disabled:hover {	background: #bbb;	color: #888;}/* For the popup *//* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */div.dp-popup {	position: relative;	background: #ccc;	font-size: 10px;	font-family: arial, sans-serif;	padding: 2px;	width: 171px;	line-height: 1.2em;}div#dp-popup {	position: absolute;	z-index: 199;}div.dp-popup h2 {	font-size: 12px;	text-align: center;	margin: 2px 0;	padding: 0;}a#dp-close {	font-size: 11px;	padding: 4px 0;	text-align: center;	display: block;}a#dp-close:hover {	text-decoration: underline;}div.dp-popup a {	color: #000;	text-decoration: none;	padding: 3px 2px 0;}div.dp-popup div.dp-nav-prev {	position: absolute;	top: 2px;	left: 4px;	width: 100px;}div.dp-popup div.dp-nav-prev a {	float: left;}/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {	cursor: pointer;}div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {	cursor: default;}div.dp-popup div.dp-nav-next {	position: absolute;	top: 2px;	right: 4px;	width: 100px;}div.dp-popup div.dp-nav-next a {	float: right;}div.dp-popup a.disabled {	cursor: default;	color: #aaa;}div.dp-popup td {	cursor: pointer;}div.dp-popup td.disabled {	cursor: default;}a.dp-choose-date {	float: left;	width: 16px;	height: 16px;	padding: 0;	margin: 5px 3px 0;	display: block;	text-indent: -2000px;	overflow: hidden;	background: url(calendar.png) no-repeat; }a.dp-choose-date.dp-disabled {	background-position: 0 -20px;	cursor: default;}/* makes the input field shorter once the date picker code * has run (to allow space for the calendar icon */input.dp-applied {	width: 140px;	float: left;}.inputLong{	width:300px;}.inputMedium{	width:200px;}.inputSmall{	width:150px;}td{	text-align:left;}.number_tag,.curr_tag{	float:left;	background:url(../images/pageDigit.jpg) repeat-x top left;	padding:0px 2px;	height:20px;		padding-top:2px;		color:#277EC1;	}.number_tag a,.curr_tag a{	color:#277EC1;	}.paginationNavigation{	float:left;	margin:0px 5px;}#corners{	background:url(../images/pageDigit.jpg);}.page_FirstLink{	float:left;}.page_LastLink{	float:left;}.numTagOpen{	float:left;	background:url(../images/numTagsOpen.jpg) no-repeat top left;	width:9px;	height:19px;	}.numTagClose{	float:left;	background:url(../images/numTagsClose.jpg) no-repeat top left;	width:9px;	height:19px;}/* JCALENDAR STYLES*/table.jCalendar {	border: 1px solid #000;	background: #aaa;    border-collapse: separate;    border-spacing: 2px;}table.jCalendar th {	background: #333;	color: #fff;	font-weight: bold;	padding: 3px 5px;}table.jCalendar td {	background: #ccc;	color: #000;	padding: 3px 5px;	text-align: center;}table.jCalendar td.other-month {	background: #ddd;	color: #aaa;}table.jCalendar td.today {	background: #666;	color: #fff;}table.jCalendar td.selected {	background: #f66;	color: #fff;}table.jCalendar td.selected:hover {	background: #f33;	color: #fff;}table.jCalendar td:hover, table.jCalendar td.dp-hover {	background: #fff;	color: #000;}table.jCalendar td.disabled, table.jCalendar td.disabled:hover {	background: #bbb;	color: #888;}/* For the popup *//* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */div.dp-popup {	position: relative;	background: #ccc;	font-size: 10px;	font-family: arial, sans-serif;	padding: 2px;	width: 171px;	line-height: 1.2em;}div#dp-popup {	position: absolute;	z-index: 199;}div.dp-popup h2 {	font-size: 12px;	text-align: center;	margin: 2px 0;	padding: 0;}a#dp-close {	font-size: 11px;	padding: 4px 0;	text-align: center;	display: block;}a#dp-close:hover {	text-decoration: underline;}div.dp-popup a {	color: #000;	text-decoration: none;	padding: 3px 2px 0;}div.dp-popup div.dp-nav-prev {	position: absolute;	top: 2px;	left: 4px;	width: 100px;}div.dp-popup div.dp-nav-prev a {	float: left;}/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {	cursor: pointer;}div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {	cursor: default;}div.dp-popup div.dp-nav-next {	position: absolute;	top: 2px;	right: 4px;	width: 100px;}div.dp-popup div.dp-nav-next a {	float: right;}div.dp-popup a.disabled {	cursor: default;	color: #aaa;}div.dp-popup td {	cursor: pointer;}div.dp-popup td.disabled {	cursor: default;}#select_test{background:#FFFFFF;font-size:12px;border:1px solid #f0f0f0;line-height:21px;width:413px;outline:none;}#selected_tests{background:#FFFFFF;font-size:12px;border:1px solid #f0f0f0;line-height:21px;width:413px;outline:none;}.cand_fromlist{background:#FFFFFF;font-size:12px;border:1px solid #CCCCCC;line-height:21px;width:350px;outline:none;}.cand_tolist{background:#FFFFFF;font-size:12px;border:1px solid #CCCCCC;line-height:21px;width:350px;outline:none;}.error{color:#FF0000;}.result {width:100%;height:300px;}html>body .result {width:100%;min-height:300px;*height:500px;height:auto;}

/*---------view duration-------*/
#duration{
	padding:20px 0px;
}

#duration table{
	width:45%;
}

#duration .left{
	border:none;
	text-align:right;
	padding-right:5px;
}

#duration .right{
	border:none;
	text-align:left;
}

#printicon{
	text-align:right;
	_padding-right:205px;
	width:76%;
}
/*--combined interpretation------*/
#combined_inter{
	text-align:right;
	padding-right:165px;
	padding-top:15px;
}

#combined_inter a{
	color:#ff0000;
	text-decoration:none;
}

a.export_ico{
	text-indent:-99999px;
	background:url(../images/133.png) no-repeat top left;
	display:block;
	width:16px;
	height:16px;
	}
	
	a.convert_ico{
	text-indent:-99999px;
	background:url(../images/interact.png) no-repeat top left;
	display:block;
	width:16px;
	height:16px;
	}
	