@CHARSET "UTF-8";

/*******************************************************************************/
/**************                   GENERAL AREA                  ****************/
/*******************************************************************************/

body, p, td, th, .text {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #333;
}

body {
	margin:0px;	
	background-color: #343434;
}

a {
	text-decoration:none;
	color: #19518a;
}

a:hover {
	color:#000000;
}

h1 {
	font-size: 22px;
	color: #19518a;
	margin-top: 3px;
}

h2, h3, h4 {
	font-size: 14px;
	color: #19518a;
}

h5{
	font-size: 11px;
	color: #19518a;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.floatRight{
	float: right;	
}

p.floatLeft img{
	float: left;
}

hr {
	color: white;
}

input.text, textarea, select {
	width:200px;
}


#contentarea form .container {
	background-color: #FFF;
	margin: 10px 0 10px 0;
	padding: 20px 15px 3px 15px;
}

/* utility class to hide things for the style-aware users */
.throwup {		
	position:absolute;
	top:-5000px;
	left:-5000px;
}

img {
	border: none;
}

.intro {
	font-size: 14px;
	color: #19518a;
}
#contentarea ul {
	list-style: none;
}
#contentarea ul li {
	background-image:  url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	font-size: 12px;
	line-height: 18px;
}

#contentarea p {
	line-height: 1.3em;
}

#contentarea table.tabular-data th {
	font-weight: normal;
	text-align: left;
	color: #19518a;
	background-color: #FFF;
	border-bottom: 1px solid #30ceda;
	height: 21px;
}

#contentarea table.tabular-data td, #contentarea table.tabular-data th {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #30ceda;
	
}

#contentarea table.tabular-data {
	border-left: 1px solid #30ceda;
	border-top: 18px solid #30ceda;
	border-bottom: 10px solid #30ceda;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentarea table.tabular-data td {
	border-right: 1px solid #30ceda;
}

#contentarea table.journal {
	width: 100%;
	border: 1px solid #19518a;
	background-color: #FFF1C8;
	padding-top: 50px;
	padding-bottom:50px;
}

#contentarea table.journal td{
	text-align: center;
}

#contentarea table.news {
	width: 100%;
	border-bottom: 1px solid #30ceda;
	padding-bottom: 10px;
	margin-bottom: 10px;
}	

#contentarea table.border_top_bottom {
	border-top: 1px solid #30ceda;
	border-bottom: 1px solid #30ceda;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contentarea .mintgreen {
	background-color: #a0cbb0;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	font-size:12pt;
	color: #ffffff;
}
#contentarea td.bluegreen {
	background-color: #1ccdc7;
	text-align: center;
	font-size:12pt;
	font-weight: bold;
	padding: 0px;
	color: #ffffff;
	margin: 0px;
}
#contentarea td.bluegreenSmall {
	background-color: #1ccdc7;
	text-align: center;
	font-size:10pt;
	font-weight: bold;
	padding: 0px;
	color: #ffffff;
}

/* for a bigger h1 text on homepage: */
#contentarea p.home_h1 {
	font-size: 42px;
	font-weight: bold;
	color: #19518a;	
}

/* == error messages == */
div#error li {
	color: red;
}

#bgrfunctions {
	margin-bottom: 8px;
}

.content_blue {
	color: #19518a;
}

.content_blue_bold b{
	color: #19518a;
}	

/*******************************************************************************/
/**************             MAIN BUILDING BLOCKS                ****************/
/*******************************************************************************/


#container {
	margin: 0pt auto;  /* center horizontally */
	width: 995px;
	background-color: #d6f5f8;
}

#header img {
	width: 995px;
	display: block;
}

#leftarea {
	width: 237px;
	float: left;
}

#container {
	background-image: url("/images/layout/nav-bg.jpg");
	background-repeat: repeat-y;
	background-position: 31px 0;
}

#main {
	padding-top: 1px;  /* to remove unwanted padding in FF */
}

#contentarea {
	margin-left: 269px; /* width of leftarea + 32 */
	width: 690px;
}

#footer {
	margin-top: 15px;
	padding-bottom: 15px;
	color: #333;
	text-align: center;
}

#footer .ruler {
	background-image: url("/images/layout/ruler.gif");
	background-repeat: repeat-x;
	background-position: 50% 50%;
	height: 30px;
}

#footer .upper {
	padding-left: 269px;
	padding-right: 40px;
}
#footer .upper #footer-links a {
	color: #19518a;
}

	
#footer .lower #textsize {
	width: 236px;
	float: left;
	position: relative;
}
#footer .lower #textsize .label {
	width: 100px;	
	margin-left: 42px;	
	color: #FFF;
}
#footer .lower #textsize .container {
	width: 73px;	
	margin-left: 156px;
	position: absolute;
	right: 0;
	top: 0;
}
#footer .lower #footer-content {
	margin-left: 269px;
	padding-right: 30px;
}


/*******************************************************************************/
/**************             NAVIGATION                          ****************/
/*******************************************************************************/
ul.left-navigation {
	margin-top: 0;
	width: 205px;
	list-style-position: outside;
	list-style: none;
	margin-left: 31px;
	padding: 0;
}

div#leftarea a {
	color: #19518a;
}
/*
div#leftarea a:HOVER {
	font-weight: bold;
}
*/

ul li.top {
	border-bottom: 1px solid #FFF;
}

ul li.last {
	border-bottom: none;
}
ul li.top div.cssbox {
	width: 170px; 
	/*margin: 0pt auto;*/
	  
	margin-left: 9px;
	margin-right: 9px;
}

ul li.top .tl {
	background: #FFF url("/images/layout/nav-topleft.jpg") left top no-repeat;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 24px;
}
ul li.top .tr {
	background: #C00 url("/images/layout/nav-topright.jpg") right top no-repeat;
	position: absolute; top: 0; right: 0;
	width: 11px; height: 24px;
}
ul li.top ul {
	list-style: none;
	list-style-position: outside;
	padding: 0 0 5px 25px;
	margin: 0;
}
	
ul li.top ul ul {
	padding: 0 0 0 0;
}

li.level2 {
	background-image: url("/images/layout/nav-bullet.jpg");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 21px;
	line-height: 20px;
	width: 152px;
}
li.level2_active {
	font-weight: bold;
}
li.top li.level2 ul {
	margin-top: 3px;
	padding-top: 1px;
}
ul li.level3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul li.level3 div.cssbox {
	width: 140px; 
	margin: 0;
	padding: 0;
}
 
ul li.level3 .box {
	background-color: #19518a;
	background-image: url("/images/layout/level3-top.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 149px;
}
ul li.level3 .box .body {
	background-image: url("/images/layout/level3-bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 23px;
}
div#leftarea ul li.level3 .box .inner {
	padding: 0 6px 4px 10px;
	margin: 3px 0 0 0;
	line-height: 16px;
}
div#leftarea ul li.level3_active {
	font-weight: bold;
}

div#leftarea ul li.level3 .box a {
	color: #FFF;
}
	
/*******************************************************************************/
/**************                GLOSSARY                         ****************/
/*******************************************************************************/
.glossary_heading {
	font-size: 14px;
	font-weight: bold;
}

.glossary_content {
	font-style: italic;
	font-weight: bold;
}

.glossary_backtotop {
	text-align: right;
}

.glossary_alphabet {
	
}

.glossary_alphabetic_link {
	
}

.glossary_list {
	
}

.glossary_link {
	
}

.glossary_explanation {
	
}

.glossary_explanation_backlink: {
	
}


/*******************************************************************************/
/**************                SEARCH                           ****************/
/*******************************************************************************/
#container {
	position: relative;
}
#search {
	position: absolute;
	top: 293px;
	left: 56px;
}
#search div.search {
	width: 129px;
	height: 24px;
	line-height: 23px;
	background-image: url("/images/layout/search-field.gif");
	float: left;
}
#search input.search {
	width: 112px;
	border: none;
	background-color: #FFF;
	margin-left: 6px;
	font-size: 11px;
}
#search div.button {
	margin-left: 135px;
}
#search div.button input {
	margin-top: 2px;
}

div#searchPagination {
	
}

div#searchResults li a {
	font-size: 14px;
}

/*******************************************************************************/
/**************             FAQ                                 ****************/
/*******************************************************************************/

.faq_list {
}

.faq_list_item {
}

.faq_list_link {
	
}

.faq_detail_question {
	font-size: 14px;
	color: #19518a;
	
}

.faq_detail_answer {
	
}

.faq_answers {
	
}

.faq_backtotop {
	text-align: right;
}

.faq_detail_backlink {
	color: blue;
}

/*******************************************************************************/
/**************         REQUIEST MATERIAL                       ****************/
/*******************************************************************************/
div#requestmaterial select {
	width: 80px;
}

div#requestmaterial th {
	text-align: center;
	font-weight: bold;
}


/*******************************************************************************/
/**************         EXTERNAL WARNING VARIATIONS             ****************/
/*******************************************************************************/

div#intro-background {
	background-color: #ffffff;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	position: fixed;
    _position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	_height: 999px;
	_overflow: hidden; 
	z-index: 10010;
}
				
div#intro-container {
	background: none;
	position: fixed;
	_position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;	
	margin: auto;
	overflow: hidden; 
	z-index: 10020;
	/*background-color: #red;*/
	text-align: center;
}


/*******************************************************************************/
/**************             PROFESSIONAL WARNING                ****************/
/*******************************************************************************/

div.close-popup span.link {
	/*color: #efece8;*/
	color: #1f1f1f;
}

/* IE6 stuff, fix necessary for professional_warning.jsp */
div#professional-warning-marker{
	_height: 100%;
	/*display: none;*/
}

div#professional-warning-box .title {
	color: #efefef;
	font-size: 17px;
	font-weight: bold;
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

div#professional-warning-box .middle {
	margin-left: 20px;	
	margin-right: 20px;	
	font-size: 11px;
	line-height: 18px;
}
	
div#professional-warning-box .middle .line {
	height: 1px;
	width: 144px;
	margin-top: 16px;
	margin-bottom: 16px;	
	margin-left: 26px;
	margin-right: 26px;
}

div#professional-warning-box .middle input {
	width: 190px;	
	font-size: 11px;
}

div#professional-warning-box {
	/*background-color: #ababab;*/
	position: relative;
	_top: -200px;
	margin: auto;
	width: 237px;
	height: 100%;
	text-align: center;
	z-index: 10000;
}

div#professional-warning-box div.top {
	background-image: url('/images/layout/warning-dialog-top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 58px;
}

div#professional-warning-box div.content{
	padding: 10px;
	background-image: url('/images/layout/warning-dialog-middle.gif');
	background-repeat: repeat-y;
	background-position: top left;
	height: 250px;
}

div#professional-warning-box div.bottom {
	background-image: url('/images/layout/warning-dialog-bottom.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 25px;
	bottom: 0;
	left: 0;
	position: absolute;
}

div#professional-warning-background {
	background-color: #ffffff;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

div#professional-warning-container{
	background: none;
	position: fixed;
	/*_position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	margin: auto;
	overflow: hidden; 
	z-index: 10000;
	background-color: #red;
}

div#professional-warning-box button{
	margin: 10px;
	max-width: 100%;
}

div#professional-warning-middle{
	position: absolute;
	/*_position: fixed;*/
	top: 0; bottom: 0; left: 0; right: 0;
	_bottom: auto;
	margin: auto;
	height: 350px;
	_top: 50%;
	z-index: 10000;
}

div#professional-warning-background, div#professional-warning-container{
	visibility: hidden;
}

div#news_image {
	text-align: right;
}
