@viewport {
	width:1280px;
}

body {
margin:0px;
padding:0px;
text-rendering: optimizeLegibility;
font-smooth: always;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}

img {
vertical-align:middle;
border:0px;
}

td {
vertical-align:top;
font-family:inherit;
margin:0px;
padding:0px;
}

b, .bold {
font-weight:bold;
}

table {
margin:0px;
padding:0px;
border-collapse:collapse;
font-family:inherit;
font-size:14pt;
}

.error_message
{
padding-left:10px; 
color:red; 

font-weight:bold;
}

.sitemap-title
{
font-size:13pt; 
font-weight:bold;
margin-bottom:5px;
}

.menu td a
{
color: white;
text-decoration: none;
font-weight:bold;
}

.menu td a:hover
{
color: #7ee5ff;
}

.side-spacer
{
width:80px;
}

.crumbs
{
background:		#e0ebf6;
padding:		5px;
padding-left:	30px;
font-size:		9pt;
color:			gray;
}

.crumbs a
{
text-decoration: none;

}

.page-text
{
margin: auto auto;
font-size:		11pt;
width: 100%;
}

.page-text-container
{
padding:0px 5px;
width: 100%;
}

.highlight
{
font-weight:	normal;
color:			red;
}


.subtitle
{
font-size:		15pt; 

font-weight:bold;
padding-bottom:	5px;
color:			#e05417;
padding-top:	10px;
}

.title-text
{
font-weight:bold;
height: 70px;
padding-left: 30px;
vertical-align:middle;
font-size: 24pt;
color: #56728d;
}

.title-bg
{
width: 100%;
background: -moz-linear-gradient(left, rgba(234,234,234,1) 0%, rgba(243,243,243,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(243,243,243,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(243,243,243,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(243,243,243,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(243,243,243,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(234,234,234,1) 0%,rgba(243,243,243,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00f3f3f3',GradientType=1 ); /* IE6-9 */
}

.tab-bg
{
border: 1px solid #d3d3d3;
border-bottom: 1px solid white;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-top-left-radius: 10px;
-moz-border-top-right-radius: 10px;
padding: 5px 20px;
background: white;
font-size: 12pt;
display:inline;
float:left;
}

.tab-spacer
{
width:20px;
display:inline;
float:left;
}

.tab-bg a
{
text-decoration: none;
}

.tab-on a
{
color: #e05417;
}

.title-tab-container
{
vertical-align:bottom;
}

.title-spacer
{
width:100px;
}


.what_header
{

font-weight:bold;
font-size:11pt;
background: -moz-linear-gradient(left, rgba(234,234,234,1) 0%, rgba(243,243,243,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(243,243,243,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(243,243,243,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(243,243,243,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(243,243,243,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(234,234,234,1) 0%,rgba(243,243,243,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00f3f3f3',GradientType=1 ); /* IE6-9 */
padding: 2px;
padding-left: 10px;
margin-top: 10px;
}


.what_content, .what_content table
{
font-size:11pt;
padding-left: 10px;
line-height:30px;
}

.label1, .field1, .label2, .field2, .login_label, .login_field
{
font-size:10pt;
padding:3px;
vertical-align:middle;
}
	
input[type=text], input[type=password], select, textarea, .lic_field
{
font-family: inherit;
border-radius:5px;
border:1px solid #ababab;
font-size:10pt;
padding:2px;
}

input[type=text], input[type=password], select
{
width: 300px;
}

.radio
{
margin-bottom:3px;
}

.sitemap_group a
{
text-decoration:none;
color: #606060; 
font-size:10pt; 
}

.sitemap_group a:hover
{
color: #09516d; 
}


.banner-button
{
border-radius: 30px; 
background: #0090c8; 
color: #FFFFFF; 
white-space:nowrap; 
cursor: pointer; 
padding: 8px 25px; 
text-align:center;
box-shadow: 2px 2px 2px #000000;
font-size:12pt;
}