
/*  STYLES FOR OCEAN CMS */
/* GENERAL STYLING */

* {
padding:0;
margin:0;
}

body {
padding:12px 20px;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
/*font-size:10pt; */
background:#333333 url(../Images/site_bg.jpg) repeat-x;
}

td {
font-size:10pt;
}



img {
	border:0;
	}

h1 {
	font-size:18pt;
	color: #000000;
	font-weight:bold;
	margin:3px 0 3px 0;
	}

h2 {
	font-size:13pt;
	color: #666666;
	font-weight:bold;
	margin:3px 0 3px 0;
	}

h3 {
	font-size:13pt;
	color:#666666;
	font-weight:bold;
	margin:3px 0 3px 0;
	}

p {
	margin:10px 0 0 0;
	}

hr {
	color: #FFFFFF;
	text-align: left;
	height: 1px;
	width: 100%;
	border-top: 1px dotted #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	background-color: #FFFFFF;
	margin:8px auto;
}



a {
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	}

a:hover {
	color:#800000;
	text-decoration:underline;
	}

.divider {
	width:inherit;
	border-top:dotted 1px #CCCCCC;
	margin:10px 0;
	}

#container {
	background-color: #FFFFFF;
	background-position: center;
	margin: 0 0 10px 0;
	padding: 0;
	width: 990px;
    text-align:left;
}

/* HEADER */

#header {
	background:url(../Images/head_bg_fill.jpg) top left repeat-x;
	height:95px;
    overflow:hidden;
	}	
#header_left {
	background:url(../Images/head_bg_left.jpg) top left no-repeat;
	height:95px;
	}	
#header_right {
	background:url(../Images/head_bg_right.jpg) top right no-repeat;
	height:95px;
	}
	
#logo {
	width:auto;
	float:right;
	margin:2px 15px 0 11px;
	border:0;
	}

#printlogo {
	width:auto;
	margin:11px 0 0 22px;
	border:0;
	}

#logo img {
	border:0;
	}
	
#headtext_center {
	text-align:center;
	padding:30px 0 0 0;
	}					

#headtext_center h1 {
	font-size:10pt;
	text-transform:uppercase;
	font-weight:normal;
	color:#999999;
    font-weight:bold;
	}
	
#headtext_right {
	float:right;
	text-align:right;
	width:267px;
	margin:19px 11px 0 0;
	}

#headtext_left {
	float:left;
	text-align:left;
	width:auto;
	margin:19px 0 0 11px;
	}

#headtext_left h1 {
	font-size:13pt;
	text-transform:uppercase;
	font-weight:normal;
	color:#999999;
    font-weight:bold;
	}

#headtext_action {
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	}

#headlinks {
	text-align:right;
	font-size:75%;
	}

#headlinks a {
	color:#CCCCCC;
	text-decoration:none;
	}

#headlinks a:hover {
	color:#CC0000;
	text-decoration:underline;
	}

/*  TOP NAV */

#topnav {
	background:url(../Images/topnav_bg.jpg) top left repeat-x;
	height:32px;
	width:auto;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 0;
	border-left: 1px solid #999999;
    overflow: hidden;
	}

#topnav ul {
	width:auto;
	list-style:none;
	margin:0;
	padding:0;
	}

#topnav li {
	display:inline;
	background:url(../Images/topnav_div.jpg) top right no-repeat;
	height:30px;
	padding:6px 8px 6px 8px;
	margin:0;
	}

#topnav li a {
	line-height:30px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	/*text-transform:uppercase;*/
	}	

#topnav li a:hover {
	/*font-size:10px;*/
	color:#64B900;
	font-weight:bold;
	text-decoration:underline;
	}	


/*  HERO  */

#hero {
	background:#006633;
	width:auto;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}

#heropic {
	width:auto;
	}

#heropic h1 {
	font-size:25pt;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:30px;
    margin:0;
	}

#heropic p {
	margin:0 0 0 30px;
	color:#FFFFFF;	
	}

.heropanelbox {
	float:right;
	width:248px;
	padding:10px 20px 0 0;
	text-align:right;
	}

#adminbuttons {
	margin:5px 0 0 30px;
	}

/*  SIDE NAV */
#sidenav {
	background:url(../Images/sidenav_bg.jpg) repeat-y;
}

#addresspanel {
	padding:0 0 0 15px;
	margin:0 0 20px 0;
}

/*  PAGE AREA */

#pagecontainer {
	background:#FFFFFF;
	padding:1px;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 0;
	border-left: 1px solid #999999;
	}

#pagearea {
	background:#FFFFFF url(../Images/page_bg.jpg) top left repeat-x;
	padding:15px 15px 15px 15px;
	}

#pagearea h2 {
  font-size: 20px;
}


#printcontainer {
	background:#FFFFFF;
	padding:1px;
	border:0;
	}

#printpage {
    background:#FFFFFF;
    padding:5px 20px 20px 25px;
}

#pagecontent ul {
  margin: 5px 0 5px 20px;
}

#pagecontent li {
  list-style-image: url(../Images/bullet.gif);
}


.link a {
	background:url(../Images/arrow_green.gif) no-repeat;
	font-size:75%;
	font-weight:bold;
	color:#666666;
	padding: 2px 0 5px 23px;
	line-height:20px;
	text-decoration:none;
	}

.link a:hover {
	background:url(../Images/arrow_red.gif) no-repeat;
	font-size:75%;
	font-weight:bold;
	color:#CC0000;
	padding: 2px 0 5px 23px;
	line-height:20px;
	text-decoration:underline;
	}

.bigred {
	font-size:14px;
	font-weight:bold;
	color:#990000;
	margin:0:
	padding:0;
	}

/* TABLES */

.tablebox {
  width: auto;
  padding: 0;
  margin: 0;
}

.tablebox td {
  padding:4px 4px 4px 0;
  border-bottom:solid 1px #CCCCCC;
}

.tableform {
  width: auto;
  padding: 0;
  margin: 0;
}

.tableform td {
  font-size: 10px;
  padding:4px 4px 4px 0;
}

.tablelist {
  width: 100%;
  padding: 0;
  margin: 0;
}

.tablelist td {
    font-size:10px;
  padding:2px 2px 2px 1px;
  border-bottom:solid 1px #CCCCCC;
}

.tablelist input {
  font-size: 10px;
}


/*  PANELS  */

.pagepanel {
  float:right;
  margin:0 0 20px 0;
}


.panelbox {
	float:left;
	width:238px;
	/*background:#FFFFFF;*/
	padding:0 10px 0 0;
	text-align:right;
	}

.paneltitle {
	width:auto;
	height:20px;
	background:url(../Images/panel_head_bg.jpg) top left repeat-x;
	border:solid 1px #999999;
	color:#FFFFFF;
    	font-weight:bold;
	font-size:10px;
	padding:0 0 0 6px;
	line-height:18px;
	text-align:left;
	}


.panelcontent {
	padding:10px;
	}

.panelcontent p {
	font-size:10px;
	}

.panelcontent ul {
     display:block;
     margin:3px 0 3px 16px;
    }
.panelcontent li {
    list-style: square;
    font-weight:bold;
    font-size:75%;
    color: #666666;
    margin:0;
    padding:0;
    }

.panelcontent a {
	text-decoration:underline;
	}

.panelcontent a:hover {
	color:#800000;
	text-decoration:underline;
	}

.imgpanel {
	float:right;
	width:228px;
	text-align:left;	
	}

.imgpanel h4 {
	font-size:18px;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding:3px 0;
	margin:0 0 5px 0;
	}

.imgpanel h3 {
	font-size:13pt;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding:3px 0;
	margin:0 0 8px 0;
	}




.navpanel {
	float:left;
	width:228px;
	/*background:#FFFFFF url(../Images/navpanel_bg.jpg) repeat-y; */
	text-align:left;

	}

.navpanel ul {
	width:auto;
	margin:0;
	padding:5px 0 0 0;
	/* list-style-position: outside;  */
	}

.navpanel li {
	list-style:none;
	height:35px;
	border-top:none;
	border-bottom:none;
	padding: 0;
    margin:0;

	}	

.navpanel a {
	background:url(../Images/side_nav_btn.jpg) no-repeat;
	padding:8px 0 0 31px;
	font-size:75%;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
    width:200px;
    height:25px;
    display:block;
    margin:0;
	}	
	
.navpanel a:hover {
	background:url(../Images/side_nav_btn_over.jpg) no-repeat;
	color:#64B900;
	text-decoration:underline;
	}


/* FOOTER */

#footer {
	clear:both;
	background:url(../Images/topnav_bg.jpg) top left repeat-x;
	height:32px;
	width:auto;
	border-top: 0;
	border-right: 1px solid #999999;
	border-bottom: 0;
	border-left: 1px solid #999999;
	}

#footer ul {
	width:100%;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	}

#footer li {
	display:inline;
	background:url(../Images/topnav_div.jpg) top right no-repeat;
	height:35px;
	padding:4px 8px 6px 8px;
	margin:0;
	}

#footer li a {
	line-height:29px;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	}	

#footer li a:hover {
	color:#64B900;
	font-weight:bold;
	text-decoration:underline;
	}

/* COPYRIGHT */

#copyright {
	float:left;
	width:48%;
	font-size:10px;
	color:#999999;
	text-align:left;
	}

#credit {
	float:right;
	width:48%;
	text-align:right;
	}	
	
#credit a {
	font-size:10px;
    font-weight:normal;
	color:#999999;
	text-decoration:none;
	}		

#credit a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}

#login a {
  color: #999999;
  font-size:10px;
}

/* SITE DYNAMIC STYLES	*/

.ContentTable {
padding-left : 10px; 
padding-right : 10px; 
}

.msg {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #009900; 
font-weight : bold; 
text-transform : uppercase;
text-decoration : none; 
vertical-align : bottom; 
}

.error {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #af5403; 
font-weight : bold; 
text-transform : uppercase;
text-decoration : none; 
vertical-align : bottom; 
}

.Content {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #333333; 
text-decoration : none; 
}

.Content a:link , .Content a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #ff9700; 
text-decoration : underline; 
}

.Content a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #597f94; 
text-decoration : underline; 
} 

.square {
background-color : #ff9700; 
}

.itemHR {
border : 1px dashed #CCCCCC; 
height : 1px; 
}

.ShowLink {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #333333; 
background-color : #ffffff; 
text-decoration : none; 
}

.ShowLink a:link , .ShowLink a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #333333; 
text-decoration : underline; 
}

.ShowLink a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #5e5e5e; 
text-decoration : underline; 
}

.blnAdminMenu {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #597f94; 
font-weight : bold; 
}

.blnAdminMenu a , .blnAdminMenu a:link , .blnAdminMenu a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #597f94; 
font-weight : bold; 
text-decoration : underline; 
}

.blnAdminMenu a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #ff9700; 
font-weight : bold; 
text-decoration : underline; 
}

.txtsmall {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #333333; 
text-decoration : none; 
}

.txtsmall a:link , .txtsmall a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #597f94;
text-decoration : underline; 
}

.txtsmall a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #333333; 
text-decoration : underline; 
}

.titlesmall {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : #666666;
text-decoration : none; 
}

.titlesmall a:link , .titlesmall a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px;
font-weight : bold; 
color : #666666;
text-decoration : none; 
}

.titlesmall a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : #64B900;
text-decoration : none; 
}

.Installed {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #00a100; 
text-decoration : none; 
}

.NotInstalled {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #c0c0c0; 
text-decoration : none; 
}

.AdminMenuBox {
border : 1px dotted #b1b1b1; 
}

.AdminHR {
color : #CCCCCC;
height : 1px; 
}

/* BEGIN NEW IN V1.2 */ 
.authenabled {
border: 1px solid #BEC9D1;
color: #000000;
}
.authdisabled {
border: 1px solid #EEEEEE;
color: #EEEEEE;
}
/* END NEW IN V1.2 */ 

/****************************************
	FORM ELEMENTS
*****************************************/
input , textarea , select {
font-size : 10pt;
} 
input.submit {

} 
input.apply {

} 
input.delete {
color : #FC0000;

}

/****************************************
	RANGE LIST
*****************************************/

#mapcontainer {
  width:500px;
}


#map {
  /*float:left; */
  width:480px;
  height:625px;
  margin:0;
  padding:0;
  border:solid 1px #CCCCCC;
}

.maplink {
  padding:4px 0 0 0;
}


.maplink a {
  font-size: 10px;
  color:#999999;
  font-weight:normal;

}

#mapforms {
  width:auto;
  border-bottom: 1px dashed #999999;
  margin:0 0 10px 0;
}

#mapforms form {
  padding:0;
  margin:4px 0;
}


#rangelist {
  /*float:right; */
  width:208px;
  margin:0;
  padding:0;
}

#rangelist h4 {
  font-size: 13pt;
  color:#000000;
  display:block;
  border-bottom:solid 1px #CCCCCC;
  padding:0 0 5px 0;
  margin:0 0 5px 0;
}

#side_bar {
  width:208px;
  height:505px;
  overflow: scroll;
  margin:5px 0 0 0;
}


#side_bar a {
  font-size: 10px;
  color:#999999;
  font-weight:normal;
  padding:4px 0 0 0;
}

.listlinks {
  padding:0 0 0 3px;
  border-left:solid 1px #CCCCCC;
}


.listlinks a {
  font-size: 12px;
  font-weight:bold;
  padding:0 4px 0 1px;
  border-right:solid 1px #CCCCCC;
}

.flags {
  position: absolute;
  top: 15px;
}

.flags img {
  margin: 0 3px;
}

.alert {
  font-weight: bold;
  color: #CC0000;
}
