.title {
	font-weight: bold;
}

span, div, td           { color: #000; font-size: 11px; font-family: Arial; line-height: 16px; margin: 0; padding-left: 0 }
.navmenu { color: #fff; font-size: 11px; font-family: Arial; font-weight: normal; text-decoration: none; text-transform: uppercase; margin-bottom: 0 !important; margin-left: 10px; padding-bottom: 0 !important; height: 30px }
.navmenu a    { color: #fff; font-size: 16px; font-family: Arial; font-weight: bold; line-height: 20px; text-decoration: none; text-transform: lowercase; margin-left: 5px; padding-right: 5px; padding-left: 0; border-right: 1px solid #fff }
.navmenu a:hover  { color: #3fa4c6; font-size: 16px; font-weight: bold; text-decoration: none; text-transform: lowercase }
td#paypalhead  { color: #3fa4c6; font-size: 18px; font-family: "Lucida Grande", Verdana; font-weight: bold; line-height: 24px; text-decoration: none; background-position: 0 0; border-bottom: 1px dashed #d7d7d8 }
td#paypaltitle  { color: #3fa4c6; font-size: 18px; font-family: "Lucida Grande", Verdana; font-weight: bold; line-height: 24px; text-decoration: none; background-position: 0 0; margin-bottom: 0; padding-top: 10px; padding-bottom: 0; padding-left: 10px; border-bottom: 1px dashed #d7d7d8 }
a              { color: #3b5da5; font-size: 11px; font-weight: normal; text-decoration: none; margin: 0; padding: 0 }
a:hover            { color: #3fa4c6; font-size: 11px; font-weight: normal; text-decoration: underline }
.footer a   { color: #fff; text-decoration: underline }
.footer   { color: #fff; font-size: 9px; font-family: Arial; line-height: 11px; text-decoration: none; text-align: center; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding: 5px; height: 20px }
.footer a:hover      { color: #3fa4c6; border-bottom: medium none #c61f4f }
.moduletitle                               { color: #3b5da5; font-size: 14px; font-family: Arial; font-weight: bold; line-height: 24px; background-repeat: no-repeat; background-position: 0 0; text-transform: lowercase; display: block; margin: 5px 0 20px; padding: 5px 0 3px; width: 100%; border-bottom: 1px dotted #8592ab; border-left: 5px none #95c7de }
.summarytitle  { font-weight: bold }


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box           { font-size: 11px; margin: 0 3px 3px 0; padding: 0 3px 3px 8px; border: #d7d7d8 }

div.container_editbox  { margin: 2px; border: dashed 2px #442415 }

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}
/* News Module */
td#eventtitle a    { color: #3b5da5; font-size: 14px; font-family: Arial; font-weight: bold; text-decoration: none; background-position: 0 0; display: block; margin-bottom: 0; padding-top: 0; padding-bottom: 0; padding-left: 0; border-bottom: 1px dashed #ffc }
td#eventtitle a:hover   { color: #3fa4c6; font-size: 14px; font-family: Arial; font-weight: bold; text-decoration: underline; background-position: 0 0; display: block; margin-bottom: 0; padding-top: 0; padding-bottom: 0; padding-left: 0; border-bottom: 1px dashed #ffc }
div.itemdate   { color: #4a4a4a; font-size: 10px; font-family: Arial; font-style: italic; font-weight: normal; line-height: 14px; padding-right: 18px }
div.itembody { color: #4a4a4a; font-weight: normal; text-align: justify; padding-right: 18px }
div.itemtitle   { color: #3b5da5; font-size: 14px; font-family: Arial; font-weight: bold; line-height: 18px; text-transform: uppercase }
td.news_summary  { padding-right: 10px; padding-bottom: 12px }

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}
/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}
/*Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}
div.login_title { color: #fff; font-size: 14px; font-weight: bold }
div.article_body {
	font-size: 10px;
}

td.article_summary  { font-size: 11px }

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}
h1        { color: #fff; font-size: 20px; font-family: "Arial Black", Arial; font-weight: bold; line-height: 20px; text-transform: uppercase; margin: 5px 5px 5px 20px }
h2 { color: #888; font-size: 14px; font-weight: bold; margin: 0.83em 0 }
h2 a { color: #3cf; font-size: 14px; font-weight: bold; margin: 0.83em 0 }
h2 a:hover { color: #c03; font-size: 14px; font-weight: bold; text-decoration: underline; margin: 0.83em 0 }
.level_1 a                            { color: #000; font-size: 11px; font-family: Arial; font-weight: bold; line-height: 16px; text-decoration: none; background-color: #d7d7d8; background-image: url("images/button_off.gif"); background-repeat: repeat-x; background-position: left bottom; text-transform: uppercase; display: block; margin: 0 0 -16px -10px; padding: 10px 0 3px 10px; height: 20px; border-bottom: 1px dashed #fafafa }
.level_1 a:hover    { color: #002855; font-size: 11px; font-family: Arial; font-weight: bold; line-height: 16px; text-decoration: underline; background-color: #fff; background-image: url("images/button_on.gif"); background-position: left bottom; text-transform: uppercase; display: block; margin: 0 0 -16px -10px; padding: 10px 0 3px 10px; height: 20px; border-bottom: 1px dashed #ccc }
.level_1 a#current  { color: #002855; font-size: 11px; font-family: Arial; font-weight: bold; line-height: 16px; text-decoration: underline; background-color: #fff; background-image: url("images/button_on.gif"); background-position: left bottom; text-transform: uppercase; display: block; margin: 0 0 -16px -10px; padding: 10px 0 3px 10px; height: 20px; border-bottom: 1px dashed #ccc }
.level_2 a      { color: #596377; font-size: 10px; font-family: Arial; font-weight: bold; line-height: 14px; text-decoration: none; background-color: #fff; text-align: left; display: block; margin-top: 0; margin-bottom: -20px; margin-left: -20px; padding: 10px 3px 5px 20px; height: 20px }
.level_2 a:hover   { color: #3b5da5; font-size: 10px; font-family: Arial; font-weight: bold; line-height: 14px; text-decoration: none; background-color: #f4d25d; text-align: left; display: block; margin-top: 0; margin-bottom: -20px; margin-left: -20px; padding: 10px 3px 5px 20px; height: 20px }
.level_2 a#current  { color: #3b5da5; font-size: 10px; font-family: Arial; font-weight: bold; line-height: 14px; text-decoration: none; background-color: #f4d25d; text-align: left; display: block; margin-top: 0; margin-bottom: -20px; margin-left: -20px; padding: 10px 3px 5px 20px; height: 20px }
.level_3 a          { color: #000; font-size: 10px; line-height: 14px; background-color: #95c7de; display: block; margin: 0 0 -19px -30px; padding: 10px 0 3px 45px; height: 15px; border-bottom: 1px #fff }
.level_3 a:hover   { color: #000; font-size: 10px; line-height: 14px; background-color: #cdeeed; display: block; margin: 0 0 -19px -30px; padding: 10px 0 3px 45px; height: 15px }
body   { color: #000; font-size: 11px; font-family: Arial; line-height: 16px; background-image: url("images/bkg.gif"); padding-left: 10px }
p  { color: #000; font-size: 11px; font-family: Arial; line-height: 16px; padding-left: 10px }
.contentrotate { color: #596377; font-size: 11px; font-family: Verdana; line-height: 16px; padding-left: 10px }
ul { font-size: 11px; font-family: Arial; line-height: 16px; list-style-type: square; margin: 5px 0 5px 10px }
