/*******************************************************************************
**      Copyright (c) 2010 Work of U.S. Government.
**      No rights may be assigned.
*******************************************************************************/

/*******************************************************************************
*  Page Width and Border Styles
*******************************************************************************/

.innerBorder {
	border: solid 2px #FFFFFF;
}

.outerBorder {
	border: solid 1px #BBBBBB;
}

.pageWidth {
	min-width: 700px;
	width: 700px;
}

/*******************************************************************************
*  Header Styles
*******************************************************************************/

#docLink {
	float: right;
	height: 50px;
	width: 50px;
}

#header {
	background: #FFFFFF url('/ibtracs/images/doclogo.png') no-repeat 100% 2px;
	border-bottom-style: none;
	margin: 0px auto 0px auto;
}

#header div.innerBorder {
	border-bottom-style: none;
}

#headerBorder {
	background-color: #AFDEF6;
	clear: both;
	height: 2px;
}

#ncdcLink {
	float: left;
	margin: 10px 0px 0px 9px;
	padding: 0px;
}

#noaaLink {
	float: left;
	margin: 0px;
	padding: 0px;
}

/*******************************************************************************
*  Footer Styles
*******************************************************************************/

#footer {
	margin: 0px auto 0px auto;
	padding: 6px 0px 5px 0px;
	text-align: center;
        background: #FFFFFF;
}

#footer a {
	margin: 0px 2px 0px 2px;
}

/*******************************************************************************
*  Top Navigation Styles
*******************************************************************************/

#search {
	float: right;
	padding: 1px 5px 0px 0px;
}

#searchButton {
	position: relative;
	top: 4px;
}

#topNav {
	background-color: #E6F5FA;
	border-top-style: none;
	border-bottom-style: none;
	height: 28px;
	margin: 0px auto 0px auto;
}

#topNav div.innerBorder {
	border-top-style: none;
	border-bottom-style: none;
}

#topNav ul {
	float: left;
	height: 26px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 720px;
}

#topNav ul li {
	float: left;
	padding: 5px 18px 0px 13px;
	vertical-align: middle;
}

#topNavBorder {
	background-color: #009BE0;
	clear: both;
	height: 2px;
}

/*******************************************************************************
*  Left Column Styles
*******************************************************************************/

#news {
	background-color: #CAE9FB;
	border: solid 1px #2280C4;
	color: #0056A5;
	/*height: 220px;*/
	margin-top: 8px;
	padding: 3px 0px 0px 7px;
	width: 193px;
}

#news a {
	display: block;
	height: 74px;
	margin-bottom: 9px;
}

#news a img {
	float: left;
	margin-right: 5px;
}


#news div {
	font-size: 20px;
	margin-bottom: 7px;
}

#leftColumn {
	float: left;
	margin-top: 8px;
	width: 200px;
}

#sideNav {
	/*min-height: 295px;*/
}

#sideNav ul {
	list-style: square inside url('/ibtracs/images/bullet.png');
	margin: 0px;
	padding: 0px;
	width: 202px;
}

#sideNav ul li {
	background: #FFFFFF url('/ibtracs/images/side-nav.jpg') repeat-x top;
	border: solid 1px #2280C4;
	height: 23px;
	padding: 8px 0px 0px 5px;
	width: 195px;
}

/*******************************************************************************
*  Center Column Styles
*******************************************************************************/

div.centerColumn {
	margin: 0px 222px 0px 222px;
}

div.centerColumn p.spacer {
	padding-top: 70px;
}

div.centerColumn div#subTitle {
	color: #0056A5;
	float: right;
	font-size: 20px;
	margin: 13px 0px 0px 8px;
	width: 365px;
}

div.centerColumn div#subTitle span {
	font-size: 27px;
}

div.centerColumn div#linkMessage {
	clear: both;
	margin: 10px 0px 4px 0px;
}

/*******************************************************************************
*  Right Column Styles
*******************************************************************************/

#rightColumn {
	background-color: #CAE9FB;
	border: solid 1px #2280C4;
	color: #0056A5;
	float: right;
	font-size: 18px;
	margin-top: 8px;
	padding: 1px 0px 5px 0px;
	position: relative;
	text-align: center;
	width: 200px;
}

#rightColumn div {
	position: relative;
}

#rightColumn div div.abstracts {
	border-width: 2px;
	display: none;
	font-size: 12px;
	height: 206px;
	left: -370px;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 342px;
	z-index: 4;
}

#rightColumn div div.abstracts a {
	color: #3B80BB;
}

#rightColumn div div.abstracts div.ui-widget-header {
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

#rightColumn div div.abstracts div.list {
	height: 165px;
	overflow: auto;
}

#rightColumn div div.title {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: 90px;
	width: 100%;
	z-index: 3;
}

#rightColumn div img.back {
	position: absolute;
	left: 5px;
	margin: 5px 0px 0px 6px;
	top: 81px;
	z-index: 2;
}

#rightColumn div img.impactArea {
	height: 114px;
	margin: 5px 0px 0px 6px;
	width: 188px;
}

#rightColumn div.citation {
	color: #000000;
	font-size: 11px;
	margin-top: 3px;
}

#rightColumn div.citation ul {
	padding: 0px;
	margin: 0px 0px 0px 19px;
}

/*******************************************************************************
*  Dual Column Styles
*******************************************************************************/

div.dualColumn {
	background-color: #E6F5FA;
	border: 1px solid #2280C4;
	margin: 8px 0px 0px 210px;
	padding: 5px 8px 8px 8px;
}

div.dualColumn div#subTitle {
	color: #0056A5;
	font-size: 20px;
	margin-bottom: 10px;
	min-width: 160px;
}

/*******************************************************************************
*  Main Content Styles
*******************************************************************************/

#mainColumn span.sectionSpacer {
	display: block;
	margin-bottom: 25px;
}

#mainColumn p {
	font-size: 14px;
	margin-top: 0px;
}

#imageWrapper {
	background-color: #09090B;
	height: 120px;
	text-align: right;
	width: 100%;
}

#imageWrapper img {
	float: right;
}

#linkMessage {
	clear: both;
	margin: 0px 0px 4px 210px;
	padding: 10px 0px 0px 0px; 
}

#linkMessage img {
	float: left;
	margin: 2px 4px 0px 0px;
}

#pageContent {
	background-color: #FFFFFF;
	border-top-style: none;
	margin: 0px auto 0px auto;
}

#pageContent div.innerBorder {
	border-top-style: none;
}

#pageTitle {
	background: #FFFFFF url('/ibtracs/images/gradient.jpg') repeat-x top;
	font-size: 24px;
	padding: 4px 0px 4px 12px;
}

#subTitleGraphic {
	float: right;
	left: -8px;
	position: relative;
}

/*******************************************************************************
*  General Styles
*******************************************************************************/

a {
	color: #3B80BB;
	font-weight: bold;
}

a:visited {
	color: #3B80BB;
	font-weight: bold;
}

a:hover {
	color: #00A0E1;
	font-weight: bold;
}

a.anchor {
	margin-top: 20px;
}

body {
	background-color: #EFEFEF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h2 a.top {
	float: right;
	font-size: 12px;
	text-decoration: none;
}

h2 a.top img {
	float: right;
	margin: 4px 0px 0px 4px;
}

img {
	border-style: none;
	display: block;
}

img.pdf {
	display: inline;
}

label {
	display: none;
}

p {
	line-height: 130%;
	text-align: justify;
}

.left {
	float: left;
}

.right {
	float: right;
}

