@charset "utf-8";
/* CSS Document */

body {
	background-color: #00728d;
}

a, a:link, a:active, a:visited {
	color: #024b5c;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

form {
	font-size: 0.9em;
}

h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 5px 0 10px 0;
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}

p {
	margin-top: 0px;
	padding-right: 10px;
	font-size: 1.2em;
}

#search {
	float: right;
	width: 300px;
	background-color: #ffffff;
	margin: 15px 5px 0px 0px;
	border-radius:  5px 5px;
	border-radius: 5px 5px;
	-moz-border-radius:  5px 5px;
	-moz-border-radius: 5px 5px;
	padding: 5px;
	font-size: 0.8em;
}

#mainNav {
	padding: 50px 0 0px 10px;
	background-color: #00728d;
	color: #fff;
}

#topBar {
	padding-left: 50px;
	margin-bottom: 1px solid #ffffff;
}

.menu {
	float: left;
	width: 76px;
	min-height: 30px;
	/*
	border-top-left-radius:  8px 8px;
	border-top-right-radius: 8px 8px;
	-moz-border-top-left-radius:  8px 8px;
	-moz-border-top-right-radius: 8px 8px;
	*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 2px 2px 2px 0;
	padding: 1px 0 1px 0;
	text-align: center;
	font-size: 0.8em;
}

.menuone {
	float: left;
	height: 35px;
	border-top-left-radius:  8px 8px;
	border-top-right-radius: 8px 8px;
	-moz-border-top-left-radius:  8px 8px;
	-moz-border-top-right-radius: 8px 8px;
	margin-right: 5px;
	padding: 3px 5px 3px 5px;
	font-size: 0.8em;
}

.menutwo {
	float: left;
	height: 26px;
	border-top-left-radius:  8px 8px;
	border-top-right-radius: 8px 8px;
	-moz-border-top-left-radius:  8px 8px;
	-moz-border-top-right-radius: 8px 8px;
	margin-right: 5px;
	padding: 3px 5px 0px 5px;
	font-size: 0.8em;
}

.idTabs {
	background-color: #0CF;
}

.active {
	background-color: #999999;
}

.passive {
	background-color: #c3c3c3;
}

.activeSub {
	background-color: #00728d;
}

.passiveSub {
	background-color: #c3c3c3;
}

#main {
	width:100%;
}

#content {
	float: left;
	width: 90%;
	background-color: #ffffff;
	margin: 10px 10px 30px 50px;
	border-radius:  5px 5px;
	border-radius: 5px 5px;
	-moz-border-radius:  5px 5px;
	-moz-border-radius: 5px 5px;
	box-shadow: 5px 5px 5px #959595;
	-webkit-box-shadow: 5px 5px 5px #959595; /* Safari */
	padding: 10px;
}

/* font styles */

.smaller {
	font-size: 0.8em;
}

/* links */

a.menu, a.menu:link, a.prod:active, a.prod:visited {
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

a.list, a.list:link, a.list:active, a.list:visited {
	color: #000000;
	text-decoration: none;
	padding: 0 2px;
}

a.list:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 0 2px;
	background-color: #4f4f4f;
}

a.inactive, a.inactive:link, a.inactive:active, a.inactive:visited {
	color: #d58989;
	font-style: italic;
	text-decoration: none;
	padding: 0 2px;
}

a.inactive:hover {
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
	padding: 0 2px;
	background-color: #4f4f4f;
}

a.draft, a.draft:link, a.draft:active, a.draft:visited {
	color: #851633;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
}

a.draft:hover {
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
	padding: 0 2px;
	background-color: #851633;
}

/* tables */

#cmsListing {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
}

#cmsListing tr {
}

#cmsListing th {
	border-bottom: 1px solid #4f4f4f;
}

#cmsListing td {
	border-bottom: 1px solid #c3c3c3;
	padding: 8px 5px 8px 0;
}

.cmsListingName {
	width: 70%;
}

.normal {
	background-color: #ffffff;
}

.highlight {
	background-color: #c3c3c3;
}

.tableCMS {
}

.tableCMS tr, td {
	padding: 0 10px 10px 0;
	font-size: 1.0em;
	vertical-align: middle;
}

.widthSmall {
	width: 100px;
}

.setwidth{
	width: 200px;
}

.centre {
	text-align: center;
}

.top {
	vertical-align: top;
}

.right{
	text-align: right;
}

.template1 {
	display:none;
}

.template2 {
	display:none;
}

.template3 {
	display: none;
}

/* tabs */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e6e6e6;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 0.7em;
	padding: 0 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px;
	font-size: 0.8em;
}

/* forms */

label {
	float: left;
	width: 70px;
	padding-top: 3px;
}

.cmsSearchText {
	width: 178px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	padding-right: 2px;
	font-size: 1.0em;
}

.cmsSearchSubmit {
	width: 90px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	font-size: 1.0em;
	margin-right: 20px;
}

.cmsText {
	width: 300px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	padding-right: 2px;
	font-size: 1.0em;
}

.cmsTextLarge {
	width: 500px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	padding-right: 2px;
	font-size: 1.0em;
}

.cmsTextMedium {
	width: 175px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	padding-right: 2px;
	font-size: 1.0em;
}

.cmsTextTitle {
	width: 210px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	padding-right: 2px;
	font-size: 1.0em;
}

.cmsTextTiny {
	width: 50px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	padding-right: 2px;
	font-size: 1.0em;
}

.cmsSelect {
	width: 350px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.cmsSelectSmaller {
	width: 150px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.cmsSubmit {
	width: 250px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background: #e6e6e6;
	border: 1px solid #cccccc;
	font-size: 0.8em;
}

.cmsCheckRadio {
	border: 1px solid #cccccc;
}

.cmsTextarea {
	width: 620px;
	height: 1000px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
}

.cmsTextareaLarge {
	width: 600px;
	height: 500px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.cmsTextareaMedium {
	width: 600px;
	height: 250px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.cmsTextareaShort {
	width: 600px;
	height: 100px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.cmsTextarea320 {
	width: 320px;
	height: 250px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.cmsTextareaSmall {
	width: 285px;
	height: 300px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.cmsTextareaTiny {
	width: 200px;
	height: 50px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.cmsTextareaThumb {
	width: 200px;
	height: 100px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.cmsTextareaFile {
	width: 600px;
	height: 20px;
	border: 1px solid #cccccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.success_box {
	width: 575px;
	border: 1px solid #008000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 30px;
	text-align: left;
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	color: #008000;
	background: #C0FFC0 url('../images/good.jpg') no-repeat 5px 3px;
}

.failure_box {
	width: 575px;
	border: 1px solid #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 30px;
	text-align: left;
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0000;
	background: #FFE6E6 url('../images/bad.gif') no-repeat 5px 3px;
}

/* image pop up styles */
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 10px; /*position where enlarged image should offset horizontally */
	top: -50px;
}

/* date and timepicker styles */
div.ui-datepicker {
    font-size: 70%;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/* image pop up styles */

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}