/* main body */

html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	font-size: 8pt;
}

/* General links */

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
}
a.sAddr {
	color: #666666;
}

input.button {
	cursor: pointer;
}

.button {
	border: 1px outset #DDDDDD;
	font-size: 11px;
	padding-left: 1px;
	padding-right: 1px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

ul {
	margin-left: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
}

img { border: 0 none; }

.highlight {
	background: #FFFF00;
}

#fontsize {
	cursor: hand;
	width: 50px;
}

/* Breadcrumbs */
#breadcrumbs {
	overflow: hidden;
	width: 550px;
	white-space: nowrap;
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-left: 15px;
}
#breadcrumbs a {
	font-weight: bold;
}
#breadcrumbs a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* SV Scroller */
#sv_scroller {
	font-family: Verdana;
	font-weight: normal;
	line-height: normal;
	padding: 2px;
	color: #333;
	white-space: nowrap;
}
#sv_scroller a {
	color: #FF6600;
	text-decoration: none;
	font-style: Italic;
	font-weight: bold;
}
#sv_scroller ul li {
	float: right;
}

/* Search  */
#search {
	padding: 4px;
	padding-left: 20px;
	padding-bottom: 7px;
	background: transparent url('../images/coU4.png') left no-repeat;
	width: 93px;
	float: right;
}
div.search input {
	width: 80px;
	border: 0px solid #999999;
	background: transparent;
	font-size: 10px;
	font-family: verdana;
}

/* horizontal pill menu */

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
td.pill_l {
  background: url('../images/co1pill.png') no-repeat;
  width:  18px;
  height: 29px;

}
td.pill_m {
  background: url('../images/co2pill.png') repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}
td.pill_r {
  background: url('../images/co3pill.png') no-repeat;
  width:  21px;
  height: 29px;
}
#pillmenu {
  white-space: nowrap;
  height: 29px;
  float: left;
}
#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
#pillmenu li {
	float: left;
	padding-top: 1px;
	background: url('../images/coPillSep.png') top right no-repeat;
	margin: 0;
	padding: 0;
	height: 20px;
}
#pillmenu a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  float: left;
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none;
}
#pillmenu a#active_menu-nav {
	padding-top: 1px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

/* ORIGINAL #pillmenu a#active_menu-nav  */

div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	padding-bottom: 4px;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	color: #333;
}

h3, .componentheading, table.moduletable th {
  margin: 0;
  font-weight: bold;
  font-size: 1.4em;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: left;
  line-height: normal;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}
.modifydate {
  height: 20px;
  vertical-align: bottom;
  font-size: .90em;
  color: #999;
  font-weight: normal;
  text-align: left;
}
.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}
a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url('../images/indent1.png') top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-size: 10px;
}

.ol-captionfont {
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
.menu, #mainlevel {
	margin-left: 7px;
	padding-left: 7px;
	font-family: verdana;
	font-size: 8pt;
	line-height: 16px;
}
a.menu:link, a.#mainlevel:link, a.menu:visited, a.#mainlevel:visited {
	padding-left: 4px;
}
a.menu:hover, a.#mainlevel:hover {
}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

.clr {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.greyline { border-right: 1px solid #CCCCCC; }
.maindivider { background: url('../images/dot.gif') bottom repeat-x; }

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	color: #333;
}

/* module control elements */

.inputbox {
	font-size: 10pt;
	border: 1px solid #999999;
}

#newsflash {
	border: 0px solid #666666;
	padding: 10px;
	font-family: verdana;
	font-size: 8pt;
	line-height: 16px;
}

/* module left enrichment */

table.user1user2 div.moduletable {
	margin-bottom: 0px;
}
div.moduletable, div.module {
  margin-bottom: 10px;
}
div.module_menu h3 {
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
	color: #FFFFFF;
	margin-bottom: -5px;
	padding-bottom: -5px;
}
div.module_menu div div div {
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 112px;
}
div.module_menu div div div div {
	padding: 0;
}
#leftcolumn .module_menu {
	margin-bottom: 10px;
}

#rightcolumn {
	width: 120px;
}
/* forms */
table.adminform textarea {
  width: 540px;
  height: 300px;
  font-size: 1em;
  color: #000099;
}

/* LOGIN specific */

#form-login td {
	font-family: verdana;
}
#login {
	border: 0px solid #999999;
}
#modlgn_username,
#modlgn_passwd {
	width: 60px;
	font-size: 10px;
	font-family: verdana;
	border: 1px inset #999999;
}
input#mod_login_username.openid {
	background: url('../images/login-bg.gif') 0 50% no-repeat;
	padding-left: 20px;
}
.login_cell {
	padding-right: 9px;
	padding-left: 9px;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }
div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }
/* Parameter Table */

table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

#message .message {
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 12px;
	text-transform: uppercase;
	padding: 2px;
	color : #c30;
	width: auto;
}
#message li {
	font-size: 16px;
	list-style: none;
	text-transform: capitalize;
	height: 30px;
	padding-left: 40px;
	padding-top: 17px;
}

/* System Standard Messages */
#system-message dd.message ul { background: url('../images/coInfo.png') left no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: url('../images/coAlert.png') left no-repeat;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: url('../images/coNote.png') left no-repeat;}

/* Banners module */

#banner {
	text-align: center;
	border: 0px solid #dddddd;
}

.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder {
  text-align: left;
  line-height: normal;
}
/* Frontend Editing*/

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* Site Syndication */
#syndicate {
	float: right;
	display: block;
}

/* Footer */
#footer {
	font-size: 10px;
	font-family: verdana;
	float: left;
}

/* Debug */
#system-debug     { color: grey; background-color: white; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}
