/* @group General */

body {
	font-size: 13px;
	/*font-family: "Helvetica", "Arial", sans-serif;*/
	font-family: "Arial", sans-serif;
	line-height: 140%;
	margin: 5px 0 50px 0;
	color: rgb(102, 102, 102);
}

table {
	border-spacing: 0;
}

table td, table th {
	padding: 3px 0;
}

a {
	color: #006197;
	text-decoration: none;
}

img {
	border: none;
}

h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

ul.list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.list li {
	background: url(style_03_FILES/bullet.png) no-repeat;
	padding-left: 19px;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	margin-bottom: 20px;
}

#title {
	width: 200px;
	text-indent: 100%;
	overflow: hidden;
	line-height: 50px;
	margin: 0 0 5px 0;
	position: relative;
	background-image: url(style_03_FILES/olsendata.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#title a {
	display: block;
}

#left-column {
	width: 200px;
	position: absolute;
	top: -10px;
	left: 0;
	padding-top: 22px;
	background-image: url(style_03_FILES/navigation-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#left-column-content {
	padding-bottom: 22px;
	background-image: url(style_03_FILES/navigation-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* @end */

/* @group Navigation */

#navigation {
	padding-bottom: 20px;
	background-image: url(style_03_FILES/navigation-back.png);
}

#navigation ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	line-height: 40px;
	background-image: url(style_03_FILES/navigation-item-back.png);
}

#navigation li a {
	display: block;
	padding-left: 10px;
	color: rgb(153, 153, 153);
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li span {
	padding-left: 10px;
}
#navigation li select {
	color: rgb(153, 153, 153);
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	width: 140px;
}


#navigation li.active {
	background-image: url(style_03_FILES/navigation-item.png);
}

#navigation li.active a {
	color: rgb(255, 255, 255);
}

#navigation li.sub-item {
	line-height: 100%;
	background-image: none;
}

#navigation li ul {
	width: 185px; /* Needed for IE nested list bug */
	margin: 0 15px 0 0;
	padding: 10px 0;
	background-image: none;
	border-top: 1px rgb(255, 255, 255) solid;
	border-bottom: 1px rgb(227, 227, 227) solid;
}

#navigation li ul li {
	padding: 2px 0;
	line-height: 100%;
	text-transform: none;
	background-image: none;
}

#navigation li ul li a {
	padding-left: 12px;
	font-size: 11px;
	font-weight: normal;
	text-transform:none;
}

#navigation li ul li.active {
	background-image: none;
}

#navigation li ul li.active a {
	font-weight: bold;
	color: rgb(0, 97, 151);
}

#sub-navigation, #meta-navigation {
	height: 50px;
	top: 0;
	line-height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
}

#sub-navigation li, #meta-navigation li {
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}

#sub-navigation li a, #meta-navigation li a {
	color: rgb(135, 135, 135);
	text-decoration: none;
}

#sub-navigation li a:hover, #meta-navigation li a:hover,
#sub-navigation li.active a, #meta-navigation li.active a {
	color: #006197;
}

#sub-navigation {
	left: 250px;
}

#sub-navigation li {
	margin-right: 2em;
}

#meta-navigation {
	right: 0;
}

#meta-navigation li {
	font-size: 12px;
	font-weight: normal;
	margin-left: 2em;
}

/* @end */

#content {
	position: relative;
}

#text {
	margin: 0 240px 0 220px;
	/**padding-top: 5px;**/
}

#text.wide {
	margin: 0 260px 0 0;
}

#text.noright {
	margin: 0 0 0 220px;
}

#text h1 {
	font-size: 24px;
	margin: 1em 0 1em 0;
	color: #006197;
	padding-bottom: 10px;
	border-bottom: #116495 solid 5px;
}

#text h2 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 1.5em 0 0.5em 0;
	color: #006197;
}

#information h2 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0.5em 0 0.5em 0;
	color: #006197;
}

#information h3 {
}

#information {
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: rgb(100, 100, 100);
}

/* @group Info Box */

div.info-box {
	width: 220px;
	padding-bottom: 8px;
	background-image: url(style_03_FILES/box-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div.info-box h3, div.info-box ul.tab {
	margin: 0;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	/*text-transform: uppercase;*/
	padding: 0 12px;
	background-image: url(style_03_FILES/box-title.png);
}

div.info-box h3, div.info-box ul.tab li {
	background-repeat: no-repeat;
}

div.info-box div  {
	padding: 10px 15px 4px 15px;
	background-image: url(style_03_FILES/box-back.png);
}
div.info-box div div  {
	padding: 0px;
	background: transparent;
}
div.info-box h4 {
	margin: 0 0 0.25em 0;
	font-size: 12px;
	font-weight: bold;
}

div.info-box p {
	margin: 0;
}

div.info-box p + p {
	margin: 1em 0 0 0;
}

div.info-box p.image {
	margin: -10px -14px 10px -14px;
	padding: 0;
}

div.info-box p.terms {
	margin-top: 0;
	padding: 0 0.75em;
	font-size: 10px;
	line-height: 140%;
}

div.info-box ul.tab {
	width: 220px;
	height: 33px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.info-box ul.tab li {
	float: left;
}

div.info-box ul.tab li.stat-1 {
	background-position: 0 0;
}

div.info-box ul.tab li.stat-2 {
	background-position: 0 -33px;
}

div.info-box ul.tab li.stat-3 {
	background-position: 0 -66px;
}

div.info-box ul.tab a {
	width: 36px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-indent: 200%;
}

div.info-box form {
	margin: 10px 0 0 0;
	padding-top: 10px;
	border-top: 1px rgb(211, 219, 222) solid;
}

div.info-box input[type=text] {
	padding: 2px;
	margin: 4px 5px 4px 0;
	color: rgb(127, 127, 127);
	/*font-size: 12px;*/
	font-size: small;
	/*font-family: "Helvetica", "Arial", sans-serif*/;
	font-family: "Arial", sans-serif;
	border: 2px rgb(192, 192, 192) groovy;
}

/* @group Lists */

.info-box div ul {
	margin: 0;
	padding: 0 0 0 1.3em;
}

.info-box div li {
	margin: 0;
	padding: 0;
}

/* @end */

/* @end */


/* @group Popup */

#popup-screen {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: 1000;
	background-image: url(popup-back.png);
	display: block;
}

#popup-window {
	position: absolute;
}

#popup-screen h1 {
	margin: 0;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background-color: rgb(133, 181, 206);
	color: rgb(255, 255, 255);
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
}

.popupPadding {
	padding: 5px;
}

#popup-close {
	width: 32px;
	height: 32px;
	position: absolute;
	display: block;
	top: 4px;
	right: 10px;
	background-image: url(style_03_FILES/popup-close.png);
}

#popup-content {
	height: 260px;
	background-color: rgb(255, 255, 255);
}

#popup-content-text {
	height: 260px;
	background-color: rgb(255, 255, 255);
	padding: 10px;
}

/* @end */


/* GWT Style Sheet */
.noborder {
	border: 0px;
	padding: 0px;
}

.edit {
	border: 0px;
	padding: 0px;
	background-color: #fff5a2;
}

.timeMarker {
	z-index: 0;
}
.timeSelect {
	z-index: 1;
}

.editNoFocus {
	color: #9b9b9b;
}

.sendbutton {
	margin-top: 5px;
}

.sendEnabled {
	cursor: pointer;
}

.sendDisabled {
	opacity: 0.25;
	filter: alpha(opacity=25); /* IE */
}

.timezoneTable td {
	padding: 3px 7px;
}

#scale {
	height: 250px;
	background-image: url(style_03_FILES/header.png);
	background-position: 0 0px;
}

#scale-content {
	color: #ceeaff;
	line-height: 1.1em;
	width: 900px;
}

/** Compare Page **/

h2.table-title {
	width: 496px;
	height: 30px;
	margin: 0 0 0 0 !important;
	color: white !important;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	padding: 2px 12px 0 12px;
	background-image: url(style_03_FILES/table-title-small.png);
	position: relative;
}

#text.wide h2.table-title {
	background-image: url(style_03_FILES/table-title-medium.png);
	width: 715px;
}

#text h2.table-title-big {
	background-image: url(style_03_FILES/table-title.png);
	width: 976px;
}
#text h2.table-title-middle {
	background-image: url(style_03_FILES/table-title-middle.png);
	width: 516px;
	color:white;
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin:3em 0 0;
	padding:2px 12px 0;
	position:relative;
	text-transform:uppercase;
}

#text.wide h2.table-title-half {
	background-image: url(style_03_FILES/table-title-tiny.png);
	width: 326px;
	margin-top: 15px;
}

h2.table-title a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

h2.table-title span {
	float: left;
}

h2.table-title .right {
	font-size: 12px;
	/*float: right;*/
	position: absolute;
	right: 2px;
	top: 2px;
}

h2.table-title .right span {
	margin-left: 12px;
}
h2.table-title .right div {
	margin-left: 12px;
}

h2.table-title .button {
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
}

h2.table-title .button a {
	width: 14px;
	height: 30px;
	line-height: 30px;
	display: block;
}

/** Text Anchors **/
#text ul.anchors {
	border-top:1px solid #C6D9E3;
	margin:0 0 4em;
	padding:0;
}
#text ul.anchors li {
	border-bottom:1px solid #C6D9E3;
	color:#006197;
	font-size:15px;
	font-weight:bold;
	line-height:28px;
	list-style-type:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#text ul.anchors li a {
	background-image:url(style_03_FILES/arrow-down.png);
	background-position:4px center;
	background-repeat:no-repeat;
	display:block;
	padding-left:24px;
	text-decoration:none;
}
#text ul.anchors li a:hover {
	background-color:#FCFCFC;
}

#text table td, #text table th {
	border-bottom:1px solid #C6D9E3;
}

#text table tr.blue {
	background: #badcf3;
}

#text table tr.blue td {
	border-bottom:1px solid #ffffff;
}
tr th, tr td {
	border:medium none;
}
table td, table th {
	padding:4px;
}

#text table td.rightBorder {
   border-right: 1px solid #C6D9E3;
}

#text table tr.blue td.rightBorder {
   border-right: 1px solid #ffffff;
}

#text table tr td.blue {
	border-bottom:1px solid #ffffff;
	background: #badcf3;
}


#text table.noline tr td {
   border-bottom: none;
}