body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3e42;
	margin: 0;
	text-align:left;
	background: #fff url(/admin/images/header-back.gif) 0 0 repeat-x;
	
}
body.pop{
background: #fff;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-spacing:0px;
	border-collapse: collapse;
	text-align:left;
}

td {
	padding: 0px;
	vertical-align: top;
	}
	
h1{
	font-size: 1.3em;
	margin: 0 0 0px 0;
	color: #194375;
}
h2{
	font-size: 1.1em;
	margin: 0 0 5px 0;
	color: #194375;
}


.footer {
	font-size: 9px;
}

.spacer {
	height:20px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


	
.archive {
	font-size: 12px;
	margin: 10px;
}
.articleheader {
	font-size: 16px;
	padding-bottom:15px;
	width: 500px;
}


.newsIndexHeader {
	font-size: 16px;
	width: 365px;
	font-weight: bold;
	}
	
.newsIndexHeader2 {
	font-size: 14px;
	width: 365px;
	font-weight: bold;
	}


.indexHeader {
	font-size: 16px;
	width: 548px;
	padding-bottom:15px;

}

.blogArticleTitle {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:15px;
	width:610px
}


.headerSpacer {
	height: 50px;
}

.colLspacer {
	height: 10px;
}

a {
	color: #00A0C6;
}
a:hover {
	color: #00A0C6;
	text-decoration: none;
}

.hr{
height:2px;
color:#00A0C6;
background-color:#00A0C6;
}

/* 
///////////////////////////////////////////////////////
OVERVIEW MENU
///////////////////////////////////////////////////////
*/ 

.ovlink a,
.ovlink a:active,
.ovlink a:link,
.ovlink a:visited{
text-decoration:none;
color: #00A0C6; 
font-size:14px;
}
.ovlink a:hover{
text-decoration:underline;
color: #00A0C6;
font-size:14px;
}

.ovlink{
font-size:11px;
}



.header {
	font-size: 16px;
	color: #11395D;
}
.navbar {
	background-color: #E9E9E9;
}
.closeheader {
	background-color: #11395D;
}

.colLtext {
	margin-left:20px;
}

.colLheader {
	margin-left:20px;
	font-size: 12px;
	color: #000000; 
	font-weight: bold;
}

.errorMes {
	font-weight: bold;
	color: #810909;
}

/* 
///////////////////////////////////////////////////////
FORMS
///////////////////////////////////////////////////////
*/ 

/* Settings Form */
.settingFormWrap	{
	width: 500px;
}

.settingFormLeft	{
	width:200px;
}


/* 
///////////////////////////////////////////////////////
BIGfish Development tools 
///////////////////////////////////////////////////////
*/ 

.commentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B6B6B;
	margin-left:20px;
	width:500px;
	margin-top:50px;
	}

/* form styles */

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 190px;
margin-bottom: 5px;
}

textarea{
width: 100px;
height: 150px;
}

.boxes{
width: 1em;
}

.fileField	{
width: 350px;
}

#submitbutton{
margin-left: 0px;
margin-top: 5px;
width: 67px;
}

br{
clear: left;
}

.blue{
color: #003366;
}

.blue a{
color:#003366;
text-decoration:underline;
}
.green{
color: #9cb12f;
}

.greeting{
color: #00A0C6;
font-weight:bold;
margin-top:20px;
margin-bottom:12px;
}

.archiveTitle{
	padding-top: 5px;
	font-weight:bold;
	color: #003366;
}
.cmsOptions{
	font-weight:bold;
	padding:55px 10px 10px 10px;
	color: #003366;
}


.green a{
color:#9cb12f;
text-decoration:underline;
}
/*//////Main Nav////////*/
#topNav{
	width:796px;
	text-align: left;
	background: #fff;
	height: 57px;
	padding: 0;
	border-width:0;

}
#mainNav{
	width: 796px;
	text-align: right;
	height: 43px;
	padding: 0;
	border-width:0;
}


/*//////METATAG PAGE////////*/
#metatags{
width:450px;
}

/* text Elements */


/* tag: page_content */
	
.pageDate	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
	
.pageTitle	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin: 10px 0px 10px 0px;
	color:#002A5C;
}
	
.pageContent	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}



/* extras:magazine share your story */

#records{
width:800px;
}

#entryRecord {
list-style: none;
display:inline;
padding:0;
margin:0;

}

#entryRecord li
{
padding:0;
margin:0;
float: left;
display: inline-block;
border-bottom:solid;
border-width:1px;
}

#entryDetails {
list-style: none;
display:inline;
padding:0;
margin:0;
}


#entryDetails li
{
padding:0;
margin:0;
float: left;
display: inline-block;
border-bottom:solid;
border-width:1px;
}

.col1{
width:20%;
}

.col2{
width:40%;
}

.col3{
width:40%;
}

.detail{
width:100%;
}






/*Pointer DHTML Style */
#dhtmltooltip{
position: absolute;
color:#7B7675
left: -300px;
width: 150px;
border: 1px solid #7B7675;
padding: 2px;
background-color:#ffffff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
	