body {
	font-size: 80%;
	color: #fff;
	background-color: #00024A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #171F6B; 
	SCROLLBAR-HIGHLIGHT-COLOR: #171F6B; 
	SCROLLBAR-SHADOW-COLOR: #996666; 
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #FFA201; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFA201;
}

h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.7em;
}

a {
	color : #FDB645;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 1.0em;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

img {
	border: 0px;
}

code {
	font-size: 1.2em;
	margin: 0;
}
var {
	font-weight: bold;
	color: #FFFF80;
}

.menuHead1 {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
.menuHeadTop {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#occlogo {
	/*float: left;*/
}

.tablewrap {
	border: thin solid #FFA201;
}

.menuBox h3{
	background: #FFA201;
	font-size: 0.9em;
	font-weight: bold;
	color:black;
	text-align: center;
	margin: 0;
}

.menuItem {
	text-align: left;
	color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 3px;
}
.menuHead2 {
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#leftMenuItem{
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 2px;
	background: url('siteimages/menuback.gif');
}
#leftMenuItem ul {
	margin: 0;
	padding: 0;
}
#leftMenuItem li {
	list-style: none;
	text-indent: 10px;
}

.sideMenuItem {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFA201;
	padding: 2px;
	background: url('siteimages/menuback.gif');
}
.sideMenuItem ul {
	margin: 0;
	padding: 0;
}
.sideMenuItem li {
	list-style: none;
	margin-bottom: 5px;
}
.sideMenuItem a {
	color: #fff;
}

.leftbox {
	border: 1px solid #FFA201;
}
.leftbox ul {
	padding-left: 0.7em;
}
.leftbox li {
	margin-bottom: 0.7em;
	list-style: none;
	font-size: 0.8em;
}
.leftbox h5 {
	background: #FFA201;
	width: 151px;
	margin: 0;
	text-indent: 5px;
	line-height: 1.4em;
	color: #000;
}
.leftbox a {
	color: #D0D0D0;
}
.leftbox .blank_page {
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
.leftbox sup {
	font-size: 0.8em;
}

.admin_table {
	border: thin dotted #FFA201;
	padding: 0 10px 10px 10px;
	min-height: 450px;
}

.small {
	font-size: 0.8em;
}

.enlarge {
	font-size: 1.3em;
}

.options {
	float: right;
	font-size: 0.8em;
}
.options a {
	margin-right: 5px;
}

#loginBox {
	border: thin solid #FFA201;
	padding: 2px;
	width: 97%;
	text-align: left;
}

.contentBox {
	margin: 3px;
	padding: 2px;
	width: 97%;
	text-align: left;
	border: thin solid #FFA201;
	font-size: 0.8em;
}

#login_form {
	margin-left: 10px;
}
#login_form h3 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#login_form table {
	border: thin dotted #fff;
	width: 30%;
	padding: 4px;
}

/*	ARTICLE	*/
#article {
	margin: 10px;
	font-size: 1.2em;
}
#article h1 {
	font-size: 1.5em;
}
#article h2 {
	font-size: 1.2em;
	color: #FFA201;
}
#article a {
	font-size: 0.8em;
}
#article td a {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}
#article td a:hover {
	text-decoration: underline;
	color: #0066cc;
}
#article td a:visited {
	color: #663300;
}
#article img {
	margin: 2px;
}
#article .date {
	margin-bottom: 10px;
	font-size: 0.9em;
}
#article .next {
	margin-left: 20px;
}
#article .next a {
	margin-right: 20px;
}

/*	NEWS	*/
#news {
	font-size: 1.2em;
}
#news h1 {
	font-size: 1.4em;
	margin-bottom: 0px;
}
#news h3 {
	color: #FFA201;
}
#news a {
	font-size: 0.8em;
}
#news .newslink {
	margin: 5px 0 1.5em 0;
}
#news .newslink a {
	margin: 0 8px 0 3px;
}

/*	INDEX NEWS	*/
.news_header {
	color: #fff;
	margin-bottom: 15px;
}
.news_header .date {
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 10px;
}
.news_header a {
	color: #FDB647;
	font-weight: bold;
	font-size: 0.8em;
}

.news_index {
	color: #fff;
}
.news_index .header{
	color: #FFA201;
	font-size: 1.2em;
	font-weight: bold;
}
.news_index .small {
	color: #FFA201;
	font-size: 0.8em;
}

/*	NEWS IMAGE POSITIONING	*/
#top_left {
	float: left;
	margin: 5px;
}
#top_left img {
	margin: 2px;
}
#top_right {
	float: right;
	margin: 5px;
}
#top_right img {
	margin: 2px;
}
#top_center {
	text-align: center;
	margin: 5px;
}
#top_center img {
	margin: 2px;
}

/*	COMMENTS	*/
#comments {
	padding: 2px;
}
#comments form {
	margin: 0 0 5px 0;
	padding-left: 10px;
}
#comments h5 {
	margin: 0px;
	padding: 2px;
	font-size: 0.9em;
	background-color: #ccc;
	color: #000;
}
#comments ul {
	margin: 0;
	padding-left: 20px;
}
#comments li {
	list-style-type: none;
}
#comments .footer {
	margin-bottom: 5px;
	text-align: right;
	font-size: 0.8em;
}
#comments .sub {
	font-size: 0.9em;
	border: thin solid #fff;
	width: 76px;
	height: 22px;
	background-color: #F5AC49;
}

/*	ADMIN TABLE	*/
#admin_tablewrap {font-size: 0.8em}
#admin_tablewrap th {background-color: #FFA201;color: #000}
#admin_tablewrap th a {color: #000; text-decoration: underline;}
#admin_tablewrap h5 {background-color: #FFA201;color: #000;font-size: 1.2em}
#admin_tablewrap td {color: #fff}
#admin_tablewrap .options {font-size: 1.1em}

/*	ADMIN SIDENOTE	*/
#admin_note {float: right; border: thin solid #ccc; padding: 3px; font-size: 0.8em}
#admin_note code {font-size: 1.5em}


/*	FOOTER TEXT	*/
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background: #FFA201;
	padding: 3px;
}
.footerText a {
	color: #fff;
}

/*	RSS PAGE */
#feeds {
	padding: 0 500px 0 80px;
	margin-bottom: 50px;
}
#feeds #feed_section h5 {
	background: #FFA201;
	color: #000;
	font-size: 1em;
	padding: 2px;
	margin: 0;
}
#feeds #feed_section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#feeds #feed_section li {
	background-image: url(http://i.neoseeker.com/d/li_replace.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 0px 0 3px 6px;
	margin: .4em .2em;
}

/*
.quoteoftheday {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCCCCC;
	float: right;
	width: 325px;
}

.announcementText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.announcementLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFA201;
}
/*
.menuHeadTopSeperator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.newsHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.newsHeadNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFA201;
	text-decoration: none;
}
.newsHeadNavSpace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.newsTopic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFA201;
	text-decoration: none;
}
.newsPosetBy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.newsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.newsCommands {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFA201;
	text-decoration: none;
}
.newsLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFA201;
	text-decoration: none;
}
.tablewrap2 {

	border: thin solid 000066;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.TextBU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
.articlelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFA201;
	text-decoration: none;
}
.Clock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFA201;
	text-decoration: none;
}
.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFA201;
	text-decoration: none;
}
.articletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.iTt {
    FONT-FAMILY:       Verdana, Arial, Helvetica;
    FONT-SIZE:         11px;
    FONT-STYLE:        normal;
    FONT-WEIGHT:       normal;
    COLOR:             black;
    BACKGROUND-COLOR:  lightyellow;
    BORDER:            black 1px solid;
    PADDING:           2px;
}
.revnavbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #00024A;
	text-decoration: none;
}
.rightbox a {
	color: white;
	font-size: 0.9em;
}
.rightbox td {
	padding-left: 3px;
	padding-bottom: 0.7em;
	color: #EE9201;
}*/

/*	NAV 	TAB		*/
.tabnav {
	height: 22px;
	margin: 0px;
	padding-left: 5px; 
	background: url(http://warpcore.neoseeker.com/newimages/tab_bottom.gif) repeat-x bottom;
}
.tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
.tabnav a{
	float: left;
	font-size: 0.9em;
	line-height: 16px;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin-right: 4px;
	text-decoration: none;
	border-top: thin dotted #ccc;
	border-left: thin dotted #ccc;
	border-right: thin dotted #ccc;
	color: #FFFFC0;
	background-color: #FFA201;
}
.tabnav a:hover{
	color: #808080;
}

/*	ERROR BOX	*/
#error_box {
	border: 2px groove #cc0000;
	padding: 5px;
	margin: 5px;
	color: #cc0000;
}

/*	MSG BOX	*/
#message_box {
	border: 2px groove #008000;
	padding: 5px;
	margin: 5px;
	color: #00FF00;
}

/*	DEBUG BOX	*/
#debug_box table {
	background-color: #fff;
	font-size: 0.9em;
	color: #000;
}
.debug_tbl table{border: thin solid #000}
.debug_tbl td{padding:2px}
.debug_tbl .name{width:80px}
.debug_tbl .time{width:85px}
/*.debug_tbl .value{width:112px}*/

