@CHARSET "ISO-8859-1";

body {
	background-color: #c2cdd3;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0pt;
}
.hidden_row {
	display: none;
}

.panel { 
   border: thin solid #336699;
   padding-top: 2px;
   padding-right: 4px;
   padding-bottom: 2px;
   padding-left: 2px
}

.panel_header {
	font-weight: bold;
	color: #336699;
}

.panel_item {
	font-weight: normal;
	color: black;
}

.error { 
   color: red;
}

.panel-box {
	margin: 10px;
	padding: 15px;
	font-size: 10pt;
}

.panel-header {
	margin: 0px;
	color: #336699;
	font-weight: bold;
	font-size: 13pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #72899a;
}

.required {
	font-weight: bold;
}


.panel-content {
	padding: 5px;
}

.content_links  {
	text-decoration: none;
	color: #336699;
}

a.content_links:hover {
	text-decoration: underline;
	color: red;
}

a.content_links:visited{
	text-decoration: none;
	color: #336699;
}

a.uri {
	text-decoration: none;
	color: #336699;
}

a.uri:hover {
	text-decoration: underline;
	color: red;
}

a.uri:visited {
	text-decoration: none;
	color: #336699;
}

table.list_view {
	border-spacing: 0px;
	width: 100%;
}

table.list_view th {
	background-color: #98a9b5;
	color: white;
	text-align: center;
	padding-right: 5px;
}

table.list_view thead tr {
	color: white;
	text-align: left;
	background-color: #6d6d6d;
	padding-right: 5px;
}

table.list_view tr {
	padding-right: 10px;
}

table.list_view tr.odd {
	font-size: 10pt;
}

table.list_view tr.even {
	font-size: 10pt;
	background-color: #F3F3F3;
}

table.list_view a,table.list_view a:visited {
	text-decoration: none;
	color: black;
}

table.list_view a:hover {
	text-decoration: underline;
	color: #6d6d6d;
}

.title {
	display: block; 
	text-align: left; 
	font-family: sans-serif; 
	font-weight: bold; 
	font-size: 22px; 
	color: #336699;
}

.subtitle {
    margin: 0px;
	color: #336699;
	font-weight: bold;
	font-size: 13pt;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #72899a;
}

.subsubtitle {
    margin: 0px;
	color: #336699;
	font-weight: bold;
	font-size: 13pt;
	width: 100%;
}

.text {
	color: black;
	font-weight: normal;
	font-size: 10pt;
}

.button_header {
	text-align: right;
	width: 175px;
}

.center_header {
	text-align: left;
	width: 75px;
}

.selection_header {
	text-align: center;
}

.forecast_time_header {
	text-align: center;
}

.selection_row {
	text-align: center;
}

.table_caption {
	text-align: center;
	color: white;
	background-color: #72899a;
}

.entry_title {
	text-align: left;
	color: white;
	background-color: #72899a;
}

.selectButtonsColumn {
	width: 75px;
}

.download_header {
	text-align: left;
}
.download_row {
	text-align: center;
}	

.text_red { 
   color: red;
}

.text_colored { 
   font-weight: bolder;
   font-style: italic;;
}

.centers_white {
	font-weight: bold;
	color: white;
	font-size: 8pt;
}

.centers_black {
	font-weight: normal;
	color: black;
	font-size: 10pt;
}