@charset "UTF-8";
/*General|body*/
.whaleCSS {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	text-align:justify;
}
#p {
	line-height:18px;
	font:Verdana, Geneva, sans-serif;
	text-align:justify;
	color:#333;
	text-decoration:none;
	font-size:11px;
	margin-bottom: 14px;
}
#p a:link {
	color:#333;
	text-decoration:none;
}
#p a:visited {
	text-decoration: none;
	color: #333;
}
#p a:hover {
	text-decoration: none;
	color: #C00;
}
#p ul {
	list-style:square;
}
#p li {
	list-style-position:outside;
	margin-left:30px;
	line-height:13px;
}
#whaleCSS a:link {
	color:#333;
	text-decoration:none;
}
#whaleCSS a:visited {
	text-decoration: none;
	color: #333;
}
#whaleCSS a:hover {
	text-decoration: none;
	color: #C00;
}
#dottedyellow {
	background-color: #FFC;
	border-bottom:dotted 1px;
	border-bottom-color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	padding-left:20px;
	padding-bottom:3px;
	padding-top:3px;
	margin-bottom:5px;
}
#dottedyellow a:link {
	color:#333;
	text-decoration:none;
}
#dottedyellow a:visited {
	text-decoration: none;
	color: #333;
}
#dottedyellow a:hover {
	text-decoration: none;
	color: #C00;
}
#h1 {
	font-size:16px;
	font-weight:bold;
	color:#113E66;
}
#h1 a {
	color:#113E66;
	text-decoration:none;
}
#h1 a:hover {
	text-decoration: none;
	color: #C00;
}
/*PROFILES*/
#profile {
	background-color: #FFC;
	border-bottom:dotted 1px;
	border-bottom-color:#333;
	border-top:dotted 1px;
	border-bottom-color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:8px;
}
#profile a:link {
	color:#333;
	text-decoration:none;
}
#profile a:visited {
	text-decoration: none;
	color: #333;
}
#profile a:hover {
	text-decoration: none;
	color: #C00;
}
#profile ul {
	list-style:square;
}
#profile li {
	list-style-position:outside;
	margin-left:120px;
	line-height:13px;
}
/*END PROFILES*/

/*NAVIGATION*/
#navlist {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0;
	text-align: center;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: center;
	line-height: 14px;
	margin: 0 25px 4px 25px;
	text-decoration: none;
	color: #113E66;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 1px solid #ccc;
	background: transparent;
	color: #113E66;
}
#navlist a:hover {
	color: #B11F24;
}
/*Header|Main|footer*/
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main {
	padding-bottom: 150px;
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-image:url(../images/ftr.png);
	vertical-align:middle;
}
#ondark {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	vertical-align:middle;
	font-weight:normal;
	font-size:10px;
}
#ondark a:link {
	color:#FFF;
	text-decoration:none;
}
#ondark a:visited {
	text-decoration: none;
	color: #FFF;
}
#ondark a:hover {
	text-decoration: none;
	color: #C00;
}
/* Fading Images | Slideshow */
#slideshow {
	position:relative;
	height:320px;
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 295px;
	background-color: #FFF;
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	height: 295px;
	display: block;
	border: 1px solid #ccc;
	padding: 4px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
	text-align: center;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/*forms*/
form {
	border:#CCC;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	padding:25px;
}
form div {
	margin-bottom:10px;
	width:450;
}
form input {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
}
form textarea {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
}
/*2 column structure*/
#box {
	width:960px;
	margin:0 auto;
	overflow:hidden
}
#head {
	height:auto;
}
#left {
	float:left;
	padding:10px;
	width:450px
}
#right {
	float:right;
	padding:10px;
	width:450px
}
/*Table Management*/
#tc table {
	border-collapse: collapse;
	table-layout: fixed;
}
#tc td, th {
	padding: 0.5em;
	border: 1px solid #CCC;/*white-space: nowrap;
	overflow: hidden;*/
}
/*th {
   white-space: pre;
}*/

#tc thead, tfoot {
	background-color: #DDD;
}
#tc tr.rowodd {
	background-color: #FFF;
}
#tc tr.roweven {
	background-color: #F2F2F2;
}
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(images/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(images/down.gif);
}
.nosort {
	cursor: default;
}
.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}
.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: #FFA500;
}
.urg4 {
	background-color: #E13E00;
}
.urg5 {
	background-color: Red;
}
#tc th.resize-handle-active {
	cursor: e-resize;
}
#tc div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}
#basic-modal-content {
	display:none;
}
#basic-modal-content2 {
	display:none;
}
/* Overlay */
#simplemodal-overlay {
	background-color:#000;
}
/* Container */
#simplemodal-container {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	height:375px;
	width:600px;
	background-color:#fff;
	border:4px solid #666;
	padding:12px;
}
#simplemodal-container h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#113E66;
}
#simplemodal-container p {
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	color:#333;
	text-decoration:none;
	font-size:11px;
	margin-bottom: 14px;
}
#simplemodal-container code {
	background:#141414;
	border-left:3px solid #65B43D;
	color:#333;
	display:block;
	margin-bottom:12px;
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ddd;
}
#simplemodal-container a.modalCloseImg {
	background:url('../images/x.png') no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}
#simplemodal-container #basic-modal-content {
	padding:8px;
}
