/*
GENERAL FORMATTING
------------------
*/
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 140%;
	color: #444;
	background: #eee;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, legend, label, input, ul, ol, dl, dd, address {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 1.238em;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.2em 0;
}

a {
	text-decoration: none;
	outline: none;
	padding: 2px;
}

a:link, a:visited {
	color: #DA7024;
}

a:hover {
	color: #4d4439;
	text-decoration: underline;
}

/*
.login_button {
	border: 0px;
	margin: 0;
	padding: 0;
	background: none;  
	color: #DA7024; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
*/

.login_button {
 background: none repeat scroll 0%;
 font-size: 1em;
 border: 0px none;
 color: #DA7024;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
 text-align: right;
 cursor: pointer;
}

form#login_frm input.textfield, form#login_frm input.login {
 width: 150px;
}

.login_button:hover {
	color: #4d4439;
	text-decoration: underline;
	cursor: pointer;
}

strong {
	font-style: normal;
	font-weight: bold;
}

ol, ul, li {
	list-style: none;
	font-size: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

p {
	font-size: 1em;
	margin: 1.2em 0;
}

em {
	font-style: italic;
	font-weight: normal;
}

strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

address {
	font-style: normal;
}

/*blockquote {
	margin: 1em 0;
	font-size: 1.1538em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}*/

blockquote {
	margin: 1em 0 1em 1.5em;
}

table {
	margin: .8em 0;
}

/*
MISC. FORMATTING CLASSES
------------------------
*/

/*float classes*/
.fleft {float: left;} .fright {float: right;}
/*clear classes*/
.cleft {clear:left} .cright {clear: left;} .cboth {clear: both;}

/*text classes*/
.txtcntr {text-align: center;}

.dn { display: none; }

/*
MAIN BLOCKS
-----------
*/

div#top_nav_box {
	background: #fff;
}

div#top_nav {
	width: 995px;
	text-align: right;
	font-size: .9em;
	padding: .2em 0;
	color: #999;
	background: #fff;
}

div#top_nav a:link, div#top_nav a:visited {
	color: #222;
}

div#top_nav a:hover, div#top_nav a:active {
	color: #da7024;
	text-decoration: none;
}

div#header_box {
	height: 102px;
	background: #fff /*url(../img/header_box_bg.gif) right no-repeat*/;
	border-bottom: solid 1px #fff;
}

div#header {
	height: 102px;
	width: 995px;
	background:#EAEAEA url(images/header_logo.gif) no-repeat top left;
}

div#header h1 {
	float: left;
}

div#header h1 a{
	padding: 0;
	height: 102px;
	width: 400px;
	display: block;
}

div#header h1 span {
	display: none;
}

div#header_images_box {
	height: 108px;
	background: #fff;
	border-bottom: solid 1px #fff;
}

div#header_images {
	width: 995px;
	background: #666;
	height:108px;
}

div#header_images a {
	display: block;
	width: 995px;
	height:108px;
	padding: 0;
}

div#header_images a span{
	display: none;
}

div#nav_top_user_box {
	background: #fff;
	border-bottom: solid 1px #fff;
	font-size: 1.15em;
	line-height: 2.35em;
	overflow: hidden;
}

div#nav_top_user {
	background-color: #7f99c6;
	width: 995px;
	text-align: center;
	color: #fff;
	word-spacing: 0px;
	min-height: 1em;
}



div#nav_top_user a{
	background: #7f99c6;
	color: #fff;
	font-weight: bold;
	padding: .6em .8em;
	text-decoration: none;
}


div#nav_top_user a:hover{
	background: #fff;
	color: #335ca5;
}

div#nav_top_main_box {
	background: #fff;
	/*background: #fff url(../img/user_nav_box_bg.gif) right no-repeat;*/
	border-bottom: solid 1px #fff;
	font-size: 1.15em;
	line-height: 2.35em;
	overflow: hidden;
}

div#nav_top_main {
	background-color: #f89c2f;
	width: 995px;
	text-align: center;
	color: #fff;
	word-spacing: 0px;
}



div#nav_top_main a{
	background: #f89c2f;
	color: #fff;
	/*height: 14px;*/
	font-weight: bold;
	padding: .6em .8em;
	text-decoration: none;
}

div#nav_top_main a.active{
	background: #fbcd97;
	color: #fff;
}


div#nav_top_main a:hover{
	background: #fff;
		color: #f89c2f;

}

div#featured_box {
	background: #feebd5 /*url(../img/feat_box_bg.gif) right repeat-y*/;
	/*height: 200px;*/
	border-bottom: solid 1px #fff;
}

div#featured {
	background-color: #ccc;
	/*height: 200px;*/
	width: 995px;
	overflow: hidden;
}

div#content_box {
	background: #ccd6e8 /*url(../img/content_box_bg.gif) repeat-y*/;
}
div#content {
	width: 995px;
	background: #fff/* url(../img/content_bg_dots.gif) -4px 0 repeat-y*/;
}


div#footer_box {
	background-color: #eee;
	border-top: solid 1px #ccc;
}

div#footer {
	width: 995px;
	background-color: #eee;
	text-align: right;
	padding-bottom: 10px;
	font-size: .8em;
	color: #666666;
}

div#footer address {
	margin: 1.8em 0 0 0;
	float: right;
}

div#footer address .addr_title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	padding: 0 0 .2em 3em;

}

div#footer a.dolphinet_logo {
	display: block;
	background: url(images/dolphinet_logo.gif) 0 0;
	width: 98px;
	height: 30px;
	float: left;
	margin: 1em 1em 0 1em;
	padding: 0;
}

div#footer a:hover.dolphinet_logo {
	background: url(images/dolphinet_logo.gif) 98px 0;
}

div#footer a.dolphinet_logo span{
	display: none;
}

div#footer a.footer_logo {
	display: block;
	float: right;
	margin: 1em 1em 0 1em;
	padding: 0;
}

/*
FEATURED INNER BOXES
--------------------
*/

div#feat_nav {
	background: #f89c2f/* url(../img/main_nav_bg.jpg) no-repeat right top*/;
	width: 245px;
	border-right: solid 1px #fff;
	float: left;
	text-align: right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div#feat_nav ul {
	padding: .75em 0 .75em 0;
}

div#feat_nav ul li{
	margin: 0;
	padding: 0;
}

div#feat_nav ul li a{
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.16em;
	color: #fff;
	text-decoration: none;
	padding-right: .75em;
	display: block;
}

div#feat_nav ul li a:hover{
	color: #f89c2f;
	background: #fff;
}

a#feat_img {
 display: block;
 width: 500px;
 float: left;
 background: no-repeat 0 0px #999;
 padding: 0pt;
 padding-bottom: 32767px;
 margin-bottom: -32767px;
 text-decoration: none;
}

a#feat_img span{
 display: block;
 color: #fff;
 font-weight: bold;
 width: 494px;
 position: relative;
 top: 0px;
 margin: 0;
 padding: 3px;
 background: #999;
 opacity: .85;
 filter: alpha(opacity=85);
 cursor: pointer;
}

a:hover#feat_img span{
 opacity: .95;
 filter: alpha(opacity=95);
}


div#feat_fresh {
	background: #fbcd97;
	width: 247px;
	border-left: solid 1px #fff;
	float: right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

div#feat_fresh ul {
	margin: .5em;
	clear: both;
}

div#feat_fresh ul li{
	margin-bottom: .3em;;
}

div#feat_fresh ul li a{
	color: #000;
}

div#feat_fresh ul li a span{
	color: #DA7024;
	font-size: .705em;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
	
	display: none;
}

div#feat_fresh h2 {
	padding: .5em 0 0 .5em;
	font-variant: small-caps;
	float: left;
}

div#feat_fresh h2 a{
	color: #444;
	padding: 0;
}

.feed_link {
	display: block;
	width: 14px;
	height: 14px;
	background: url(images/feed-icon-14x14.png);
	padding: 0;
	float: right;
	margin: .7em 1em 0 0;
}

.feed_link span{
	display: none;
}

/*
CONTENT INNER BOXES
-------------------
*/
div#content_left {
	width: 245px;
	/*border-right: dotted 1px #ccc;*/
	float: left;
}

div#content_main_home {
	width: 500px;
	float: left;
}

div#content_main_home h2 {
	padding: .5em 0 0 .5em;
	font-variant: small-caps;
}

div#content_main_home h2 a{
	color: #444;
	padding: 0;
}

div#content_main_home ul {
	margin: .5em;
}

div#content_right_home {
	width: 249px;
/*	border-left: dotted 1px #ccc;*/
	float: left;
}

div#content_right_home ul {
	margin: .5em;
	clear: both;
}
div#content_right_home h2 {
	padding: .5em 0 0 .5em;
	font-variant: small-caps;
	float: left;
}

div#content_right_home h2 a{
	color: #444;
	padding: 0;
}

div#content_left form{
	background-color: #ccc;
	padding: 0 1em 0 1em;
}

div#content_left form fieldset{
	border: none;
}

div#content_left form legend{
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	/*font-variant: small-caps;*/
	margin-top: .5em;
	padding-top: .5em;
	margin-bottom: -5px;
}

div#content_left form select {
	width: 100%;
}

div#content_left form input.searchbox {
	width: 66%;
	float: left;
	padding: .1em;
}

div#content_left form input.submit {
	display: block;
	width: 28%;
	float: right;
	padding: 0;
	margin: 0;
}

a.detailed_search {
	display: block;
	clear: both;
	padding: .5em 0 .5em 2px;
	width: 66%;
	font-size: 1.1em;
	font-weight: bold;
}

/*
LOGIN FORM
-----------
*/

form#login_frm {
	float: right;
	width: 240px;
	margin-top: .4em;
}

form#login_frm fieldset{
	border: none;
}

form#login_frm legend{
	display: none;
}

form#login_frm label{
	display: block;
	float: right;
	clear: right;
	white-space: nowrap;
	margin: .25em .6em 0 0;
	font-weight: bold;
}

form#login_frm p{
	margin: .3em .6em 0 0;
	text-align: right;
	white-space: nowrap;
}

/*
BANNER DIVS
*/

div#divbanner1 {
	width: 245px;
	margin: 1em 0;
	text-align: center;
	clear: both;
}

div#divbanner2 {
	width: 228px;
	margin: 1em 0;
	text-align: center;
	clear: both;
}

/*
OTHER PAGES
*/

div#submenu h2{
	font-weight: bold;

}

.user {
	background: #7f99c6;
	color: #fff;
	font-size: 1.6em;
	padding: 1em 10px 1em 1em;
	margin-bottom: 10px;
}

.main {
	color: #666;
	font-size: 1.6em;
	padding: 1em 10px .5em 1em;
	color: #004299;
	/*background: #fbcd97;
	border-right: solid .75em  #f89c2f;*/
}

div#submenu {
	text-align: right;
}


div#submenu ul {
	padding: 0 0 10px 0;
}

div#submenu ul li{
	margin: 0;
	padding: 0;
}

div#submenu ul li a{
	padding-right: .75em;
	font-size: 1.16em;
	color: #666;
	text-decoration: none;
	display: block;
}

div#submenu ul li a:hover{
	color: #f89c2f;
	background: #fff;
}

div#submenu ul li a.active{
	color: #004299;
	text-decoration: none;
	display: block;
}

div#content_main {
	width: 479px;
	margin: 1em 0;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
}

div#content_main h1 {
	font-size: 1.8em;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:"Trebuchet MS",Verdana,Arial,serif;
	line-height: 1em;
	color: #000;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: .3em;
	margin: .3em 0 .2em 0;
}

div#breadcrumbs {
	/*border-bottom: 1px solid #E8E8E8;*/
	padding-bottom: .3em;
	margin-bottom: 1.5em;
	font-size: 0.9em;
}

div#content_main ul{
	margin-left: 1.5em;
	margin-bottom: 1em;
}

div#content_main ul li{
	padding-left: .8em;
	background: url(images/list_bullet_bg.gif) no-repeat 0 .5em;
}

div#content_main ul li ul li{
	margin-left: 2em;
}

div#content_main ol li{
	margin-left: 1.5em;
	margin-bottom: 1em;
	list-style: decimal;
}

div#divided {
	margin-top: 1em;
	border-top: 1px solid #ccc;
}

div#divided h3 {
 font-size: 1.238em;
 padding-top: 10px;
 float: left;
}

div#divided ul {
 clear:both;
}

div#divided_left {
 float: left;
 width: 229px;
 padding: 0 10px 0 0;
 border-right: solid 1px #ccc;
}

div#divided_left h4 {
 font-size: 1.0em;
 margin: .5em 0;
 clear: both;
}

div#divided_right {
 float: left;
 width: 229px;
 padding: 0 0 0 10px;
}

div#divided_left h4 {
	font-size: 1.0em;
	margin: .5em 0;
}

div#divided_left a {
	padding: 0;
}

div#divided_left p {
	font-size: 1em;
	margin: .5em 0;
}

div#content_right {
	width: 228px;
	margin-top: 10px;
	padding: 10px;
	float: left;
	font-size: 1em;
}

div#content_right .smarties h2{
	padding-top: 1em;
	border-top: 1px #ccc solid;
}

div#content_right ul{
/*margin-left: 1.5em;
margin-bottom: 1em;*/
}

div#content_right ul li{
padding-left: .8em;
background: url(images/list_bullet_bg.gif) no-repeat 0 .5em;
}

div#content_right ul li ul li{
margin-left: 2em;
}

div#content_right img, div#content_main img {
	padding: 2px;
	border: 1px #ccc solid;
}
div#content_right img {
	margin: 0 0 1em 0;
}
div#content_main img {
	margin:	0 .5em;
}
div#content_right img.small_right_img {
	float: left;
	margin: 1em .5em .5em 0;
/*	padding: 2px;
	border: 1px #ccc solid;*/
}

div#doc_head {

}

p#author {
	margin: .3em 0;
	font-size: .9em;
	color: #999999;
	float: left;
}

p#author a {
	font-style: italic;
}
div#content_icons img{
	border: none;
	margin: 0;
	padding: 0;
}
.print_button {
	display: block;
	float: right;
}

p.lead {
	font-weight: bold;
	font-size: 1.1em;
}

p.tags {
	font-size: .9em;
	font-weight: bold;
	margin: .5em 0;
}

p.tags a{
	font-weight: normal;
}

p.last_edited {
	font-size: .9em;
	font-weight: bold;
	margin: 2em 0 .5em 0;
	color: #999999;
}

p.last_edited span{
	font-style: italic;
	font-weight: normal;
}

div#news_categories { margin-top: 1em;}
div#news_categories a { display: block; float: left; padding: .1em .5em; white-space: nowrap; border-right: 1px dotted #cccccc; margin-top: .2em;}
div#news_categories a:hover { text-decoration: none;}
div#news_categories a.active { background-color: #f89c2f; color: #FFFFFF; font-weight: bold; border-right: 1px solid #ffffff;}

/*CALENDAR*/
#calendar_holder {/*border: 1px solid #ccc;*/ padding: 1em; text-align: center;}

#calendar { border-collapse:collapse; width: 100%;}
#calendar thead {font-size: 1.0em; font-weight:bold;}
/*#calendar thead td {border: 1px solid #999; border-bottom: 1px solid #fff;}*/
#calendar thead span{display: block; padding: .1em;}

#calendar a {display: block; color:#666666; background-color:#F5F5F5; border: 1px solid #fff; padding:.5em;}

#calendar a.event {background-color:#FEEBD5; border: 1px solid #fff; font-weight: bold; color: #F89C2F;}

#calendar a.today_noevent {background-color:#E9E9E9; border: 1px dashed #fff; font-weight: bold; color: #FFFFFF;}
#calendar a.today_event {background-color:#FEEBD5; border: 1px dashed #fff; font-weight: bold; color: #FFFFFF;}

#calendar a.selected_noevent {background-color:#fff; border: 1px solid #999; font-weight: bold; color: #999;}
#calendar a.selected_event {background-color:#fff; border: 1px solid #F89C2F; font-weight: bold; color: #F89C2F;}

#calendar a:hover { text-decoration:none; background-color:#F9F9F9;}

#month_selector p{ font-size: 1em; font-weight: bold; margin: 0; color: #7F99C6;}
#month_selector a { text-decoration: none; color: #004299; background: none;}
#month_selector a:hover { text-decoration: none; color: #7F99C6; background: none;}

/*
FILE BROWSER
*/
div#downloads { margin-top: 1em;}
div#downloads p {margin: .2em 0; clear: left;}
div#downloads a {color: #444;}
div#downloads a:hover {text-decoration: none; color: #000000;}

a.downloads_file{display: block; padding: 0 0 0 20px; background: no-repeat; float: left; width: 50%; overflow: hidden; white-space: nowrap;}
a.downloads_folder{display: block; padding: 0 0 0 20px; background: no-repeat url(images/folder.png); overflow: hidden;}
span.downloads_filesize{display: block; float: left; width: 15%; text-align: right; font-size: .9em;}
span.downloads_mod_date{display: block; float: left; width: 30%; text-align: right; font-size: .9em;}

thead {
	font-weight: bold;
	text-align: center;
}