/* ====================== TEXT ====================== */
/* ---------------------- TEXT ---------------------- */
/* ...................... TEXT ...................... */


/* ====================== DEFAULT ====================== */
* {
	margin: 0;
	padding: 0;
}

input {
	outline: none;
}

.cb {
	clear: both;
	width: auto;
	height: 0;
	line-height: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* ====================== FONTS & HEADINGS & IMG ====================== */
h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #313131;
	display:block;
	clear:both;
}

h2 {
}

h3 {
}

p {
	font-size:0.75em;
	color: #717171;
	line-height: 17px;
	padding: 0 0 5px 0;
}

a {
	color: #23468F;
	text-decoration: none;
	border: none;
	outline: none;
	cursor:pointer;
}

a:hover {
	color: #23468F;
	text-decoration: underline;
	border: none;
}

a:focus {
	border: none;
	outline: none;
}

a:active {
	border: none;
	outline: none;
}

img {
	display:block;
	border: none;
	position: relative;
}

/* ====================== WIN & Ex ====================== */
#win {
}

#winEx1 {
	background-image:url(/UnilabsTemplates/Images/bg_winEx1.png);
	background-repeat:repeat-x;
}

#winEx2 {
	background-image:url(/UnilabsTemplates/Images/bg_winEx2.png);
	background-repeat:repeat-x;
}

#winEx3 {
}

#winEx4 {
}

/* ====================== PAGE & Ex ====================== */
#pageEx1 {
}

#pageEx2 {
}

#pageEx3 {
}

#pageEx4 {
}

#page {
	width: 951px;
	height: 500px;
	margin: 0 auto;
}


/* ====================== HEADER ====================== */
#header {
	width:auto;
	height: 93px;
	overflow: hidden;
}

#header #logo {
	background-image: url(/UnilabsTemplates/Images/unilabs_logo.jpg);
	background-repeat:no-repeat;
	width: 303px;
	height: 67px;
	margin: 15px 0 0 0;
	float:left;
}

/* ---------------------- HEADER -> ASSETS ---------------------- */
#header #assets {
	width: 200px;
	float: right;
	padding: 31px 0 0 0;
}

/* ...................... HEADER -> ASSETS -> SEARCH ...................... */
#assets #search {
	height: 26px;
	width: 147px;
	position: relative;
	float:right;
	background-image:url(/UnilabsTemplates/Images/bg_search_field.png);
	background-repeat:no-repeat;
}

#assets #search .fldSearch {
	background: transparent;
	border: none;
	width: 87px;
	height: 14px;
	padding: 0 30px 0 30px;
	margin-top: 2px;
	position:absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	font-size:0.8em;
	vertical-align: middle;
}

#assets #search .btnSearch {
	background: transparent;
	background-image:url(/UnilabsTemplates/Images/bg_search_button.png);
	height: 26px;
	width: 16px;
	border: none;
	position:absolute;
	top: 0;
	right: 0;
}

/* ...................... HEADER -> ASSETS -> LANGUAGES ...................... */
#assets #languages {
	height: 28px;
	width: 100%;
	clear:both;
	text-align:right;
	padding: 7px 0 0 0;
}

#languages a {
	height: 28px;
	width: 21px;
	padding: 0 0 0 10px;
	text-decoration:none;
	font-size: 1em;
	text-indent: 30em;
	display:block;
	overflow: hidden;
	float:right;
}


/* ====================== TOPMENU ====================== */
#topMenu {
	clear:both;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	height: 45px;
}

#topMenu ul {
	display: block;
	margin: 0;
	padding: 0;
}

#topMenu ul li {
	display: block;
	list-style: none;
	float:left;
}

#topMenu ul li ul {
	display: block;
	list-style: none;
	position:absolute; 
	left: 0;
	top: 27px;
}

#topMenu ul li a {
	display: block;
	text-decoration: none;
	color: #939393;
	text-transform:uppercase;
	font-weight: bold;
	font-size: .7em;
	padding: 0 13px;
	border-right: 1px solid #939393;
}

#topMenu ul li a:hover  {
	color: #f9a61e;
}

#topMenu ul li a.first {
	padding-left: 0;
}

#topMenu ul li a.last {
	padding-right: 0;
	border-right: none;
}

#topMenu ul li a.current {
	color: #23468F;
}

/* ====================== TEMPLATE ====================== */
#template {
	padding: 20px 0 0 0;
}

/* ====================== TEMPLATE -> MAIN CONTENT ====================== */
#mainContent .textBlock {
	display:block;
}
#mainContent #topMedia 
{
    margin:5px 10px 5px 0;
}
#mainContent #bottomMedia 
{
    margin:5px 10px 5px 0;
}

#mainContent .textBlock h1 {
	padding: 0 0 3px 0;
}

#mainContent .image {
	position: relative;
	width: auto;
	display:block;
	float: left;
	margin: 0 0 13px 0;
}

#mainContent #flashContent {
	margin-bottom: 13px;
}

#mainContent #flashContent object {
	margin-top: 16px;
}
/* ====================== TEMPLATE -> MAIN CONTENT -> TEXT BLOCK ====================== */
#mainContent .textBlock .caption {
	font-size: 0.7em;
	font-style: italic;
	line-height: 12px;
	padding-bottom: 20px;
	display:block;
}

#mainContent .textBlock .image {
	margin: 5px 10px 5px 0;
}
/* ---------------------- MAIN CONTENT -> TEXT BLOCK -> TABLE ---------------------- */
/*
#mainContent .textBlock .table {
	display:block;
	position: relative;
	background-color: #7eddf2;
	color: #ffffff;
	font-size: 0.75em;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

#mainContent .textBlock table {
	width: 100%;
	border-collapse:collapse;
}

#mainContent .textBlock tr.odd {
	background-color: #6bc5d9;
}

#mainContent .textBlock th {
	padding: 5px;
}

#mainContent .textBlock td {
	padding: 5px 5px 5px 10px;
}

#mainContent .textBlock td:first-child {
	text-align: left;
}
*/
/* ---------------------- MAIN CONTENT -> TEXT BLOCK -> LIST ---------------------- */
#mainContent .textBlock .list {
	display:block;
	position: relative;
	background-color: #7eddf2;
	color: #ffffff;
	font-size: 0.75em;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

#mainContent .textBlock .list li {
	list-style:inside;
	padding: 5px 0 5px 10px;
}

#mainContent .textBlock .list li.even {
	background-color: #6bc5d9;
}


/* ====================== SIDEBAR LEFT ====================== */
#sideBarLeft
{
	width: 221px;
	float:left;
	position: relative;
	margin-right: 19px;
}

/* ---------------------- SIDEBAR LEFT -> LEFT NAVIGATION ---------------------- */


#leftNav {
	background-image:url(/UnilabsTemplates/Images/separator.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 13px 0 0 0;
}

#leftNav ul {
	display:block;
}

#leftNav li {
	list-style: none;
	display: block;
	background-image:url(/UnilabsTemplates/Images/arrow_828685_e.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 15px;
	color: #939393;
}

#leftNav a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display:block;
	padding: 0 0 10px 0;
	color: inherit;
	margin: 0;
	width: 100%;
	height: auto;
}

#leftNav a:hover  {
	color: #f9a61e;
}

#leftNav li.selected {
	background-image:url(/UnilabsTemplates/Images/arrow_f9a61e_e.gif);
	color: #f9a61e;
}

#leftNav li.isParent {
	background-image:url(/UnilabsTemplates/Images/arrow_44c7e3_s.gif);
	color: #23468F;
}

#leftNav li.isParentSelected {
	background-image:url(/UnilabsTemplates/Images/arrow_44c7e3_s.gif);
	color: #f9a61e;
}

#leftNavBottom {
	background-image:url(/UnilabsTemplates/Images/separator.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 16px 0 0 0;
}

/* ---------------------- SIDEBAR LEFT -> NEWS ITEM LIST ---------------------- */
#sideBarLeft .newslistitem {
	display: block;
	height: 100px;
}

#sideBarLeft .newslistitem select {
	display: block !Important;
}

#sideBarLeft .sideBarNewsItem {
	background-image:url(/UnilabsTemplates/Images/separator.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	padding-bottom:16px;
}

#sideBarLeft .itemLink {
	font-size: 0.75em;
	color: #939393;
	background-image:url(/UnilabsTemplates/Images/btn_blue.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	display: block;
	padding-right: 20px;
	width: auto;
	height: 1%;
}

#sideBarLeft .itemLink .date {
	display: block;
	color: #383838;
}

/* ---------------------- SIDEBAR LEFT -> COUNTRY SELECTOR ---------------------- */
#sideBarLeft .countrySelecotr {
	padding-bottom: 16px;
}

#sideBarLeft .countrySelecotr span {
	color:#313131;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	height:14px;
	padding-bottom:10px;
	position:relative;
	text-transform:uppercase;
	width:auto;
}

#sideBarLeft .countrySelecotr select {
	display: block;
	width: 100%;
}

#sideBarLeft .image {
	position: relative;
}

#sideBarLeft .image img {
	display:block;
}

/* ---------------------- SIDEBAR LEFT -> PROMO AREA / IMAGE ---------------------- */
#sideBarLeft .image {
	position: relative;
}

#sideBarLeft .image img {
	display:block;
}

/* ---------------------- SIDEBAR LEFT -> CONTACT INFORMATION ---------------------- */
#sideBarLeft #contactInformation {
	margin-bottom: 5px;
}

#sideBarLeft #contactInformation select {
	width: 100%;
	margin-bottom: 5px;
}

#sideBarLeft #contactInformation #adress strong {
	font-size: 0.8em;
	color: #000000;
	display:block;
	padding-bottom: 3px;
}

#sideBarLeft #contactInformation #adress div {
	color: #717171;
	font-size: 0.75em;
	line-height: 1.5em;
}



/* ====================== SIDEBAR RIGHT ====================== */
#sideBarRight {
	width: 221px;
	height: auto;
	float: right;
}
/* ---------------------- SIDEBAR RIGHT -> LABNOTES ---------------------- */
#sideBarRight #labNotes {
	width: 187px;
}

#sideBarRight #labNotes select {
	width: 100%;
	margin-bottom: 5px;
}

/* ---------------------- SIDEBAR RIGHT -> CONTACT INFORMATION ---------------------- */
#sideBarRight #contactInformation {
	margin-bottom: 5px;
}

#sideBarRight #contactInformation select {
	width: 100%;
	margin-bottom: 5px;
}

#sideBarRight #contactInformation #adress strong {
	font-size: 0.8em;
	color: #000000;
	display:block;
	padding-bottom: 3px;
}

#sideBarRight #contactInformation #adress div {
	color: #717171;
	font-size: 0.75em;
	line-height: 1.5em;
}


/* ---------------------- SIDEBAR RIGHT -> NEWS ---------------------- */
#sideBarRight .newsHeader {
	background-image:url(/UnilabsTemplates/Images/separator.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	padding-bottom:16px;
	color: #313131;
	font-weight: bold;
	font-size:0.8em;
	text-transform: uppercase;
	position: relative;
	width: auto;
	height: 14px;
}

#sideBarRight .newsHeader a {
	display:block;
	height: 14px;
	background-image:url(/UnilabsTemplates/Images/arrow_blue_e_10x8.png);
	background-repeat:no-repeat;
	background-position: left center;
	font-size: 0.9em;
	color: #23468F;
	text-transform:capitalize;
	font-weight: normal;
	position:absolute;
	right: 0;
	top: 0;
	padding: 0 0 0 15px;
	overflow:hidden;
}

#sideBarRight .sideBarNewsItem {
	background-image:url(/UnilabsTemplates/Images/separator.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	padding-bottom:16px;
}

#sideBarRight .last {
	background-image: none;
}

#sideBarRight .sideBarNewsItem .date {
	display:block;
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	padding: 3px 0;
}

#sideBarRight .sideBarNewsItem .desc {
	display:block;
	background-image:url(/UnilabsTemplates/Images/btn_blue.png);
	background-repeat:no-repeat;
	background-position: top right;
	padding: 0 30px 10px 0;
	color: #717171;
	font-size: 0.75em;
	position: relative;
}

/* ---------------------- SIDEBAR RIGHT -> INFO SECTIONS ---------------------- */

#sideBarRight .infoHeader {
	background-image:url(/UnilabsTemplates/Images/separator.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	position: relative;
	padding: 22px 0 13px 0;
	color: #313131;
	font-weight: bold;
	font-size:0.8em;
	text-transform: uppercase;
	position: relative;
	width: auto;
	height: 16px;
}

#sideBarRight .infoHeader img {
	display:block;
	position:absolute;
	top: 0;
	right: 0;
}

#sideBarRight .sideBarInfoItem {
	background-image:url(/UnilabsTemplates/Images/separator.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	padding-bottom:16px;
}

#sideBarRight .last {
	background-image: none;
}

#sideBarRight .sideBarInfoItem .desc {
	display:block;
	background-image:url(/UnilabsTemplates/Images/btn_blue.png);
	background-repeat:no-repeat;
	background-position: top right;
	padding: 0 30px 0 0;
	color: #717171;
	font-size: 0.75em;
}

/* ---------------------- SIDEBAR RIGHT -> CORP NAV ITEMS ---------------------- */
#sideBarRight .corpNavItem {
	width: 189px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}

#sideBarRight .corpNavItem select {
	font-size: 0.8em;
	position:absolute;
	bottom: 20px;
	left: 12px;
	width: 159px;
}


/* ====================== FOOTER ====================== */
#footer {
	clear:both;
	text-align:right;
	color: #bfbfbf;
	font-size: 0.7em;
	height: 50px;
	padding-top: 15px;
}

#footer a {
	color: #717171;
	border-right: 1px solid #717171;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
#footer .legalText 
{
    float:left;
	color: #bfbfbf;
	margin: 0 0 0 17px;
}

/* ====================== SEARCH RESULT BOX ====================== */
#searchResult {
	width: 200px;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
}

/* ====================== DESINGN & CORNERS ====================== */
.box {
	position: relative;
}
.box .ns {
	background-color: #ffffff;
	margin: 0 5px;
	padding: 5px 0;
}

.box .ew {
	background-color: #ffffff;
	margin: 0 -5px;
	padding: 11px 16px;
	position:relative;
}

.boxNw, .boxNe, .boxSw, .boxSe, imgNw, .imgNe, .imgSw, .imgSe {
	margin: 0;
	padding: 0;
	overflow:hidden;
	background-position: 0 0;
	background-repeat:no-repeat;
	position: absolute;
	width: 5px;
	height: 5px;
	display:block;
}

.imgNw {
	background-image:url(/UnilabsTemplates/Images/imgCorners_nw.png);
	top: 0;
	left: 0;
}

.imgNe {
	background-image:url(/UnilabsTemplates/Images/imgCorners_ne.png);
	top: 0;
	right: 0;
}

.imgSw {
	background-image:url(/UnilabsTemplates/Images/imgCorners_sw.png);
	bottom: 0;
	left: 0;
}

.imgSe {
	background-image:url(/UnilabsTemplates/Images/imgCorners_se.png);
	bottom: 0;
	right: 0;
}

.boxNw {
	background-image:url(/UnilabsTemplates/Images/boxCorners_nw.png);
	top: 0;
	left: 0;
}

.boxNe {
	background-image:url(/UnilabsTemplates/Images/boxCorners_ne.png);
	top: 0;
	right: 0;
}

.boxSw {
	background-image:url(/UnilabsTemplates/Images/boxCorners_sw.png);
	bottom: 0;
	left: 0;
}

.boxSe {
	background-image:url(/UnilabsTemplates/Images/boxCorners_se.png);
	bottom: 0;
	right: 0;
}

/* ====================== BUTTONS ====================== */
.btn {
	width: 22px;
	height: 21px;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position: top left;
	display:block;
	text-decoration: none;
	text-indent: -1000px;
	margin: 5px 5px 5px 0;
}

.blue {
	background-image:url(/UnilabsTemplates/Images/btn_blue.png);
}

#PrintClose {
	display: none;
}


/* ====================== ASSETS ====================== */

.ajaxLoader {
	background-image:url(/Templates/Images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width: 25px;
	height:20px;
	position: absolute;
	top: 4px;
	right: 4px;
}
