/*****************************************************************
 *  Element Styles
 *****************************************************************/
body {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 9pt ;
	color: #0a1522;
}

form { margin: 0;line-height:100%}

h1	{font-size:9pt;margin: 0; padding: 5px 10px 3px; background: transparent url(../images/bg_heading.gif) top center;}

h2	{font-size:8pt;margin: 6px 0; padding: 3px 6px; background: #0a1522; color: #9bacbf; }
h3	{font-size:8pt;margin-top:6px;margin-bottom:6px;}
h1, h2, h3 {font-weight:bold;}
h1 {color: #9bacbf; max-height: 18px;}

hr { height: 1px; border: 1px solid #415069; }

pre { font:9pt "Courier New",monospace; margin: 0;}

a {text-decoration:none;font-weight: bold; background-color: transparent}
a:link    {color:#415069;}
a:visited {color:#415069;}
a:active  {color:#0a1522;}
a:hover   {color:#0a1522;}
 
/*****************************************************************
 *  General Classes
 *****************************************************************/

.light {color: #879baf;}
.gray {color: #415069;}
.dark {color: #6e8296;}
.highlighted {color: #0a1522; background-color: transparent;}
.clear {display: block; clear: both;}

.error{color:#990000;background-color:transparent;}
.success{color: #006600; background-color: transparent;}

.wide {line-height: 150%;}

.spacer {
	display:block;
	width:100%;
	height:15px;
	background: url(../images/spacer.gif) repeat-x top left;
	background-position: 0px 0px;
	clear:both;
}

/*******************************************************************************
 * Links
 ******************************************************************************/

a.file { padding: 2px 0 10px 22px; }	
a.pdf { background: url(../images/files/file_pdf.png) no-repeat top left;}
a.jpg { background: url(../images/files/file_img.png) no-repeat top left;}
a.png { background: url(../images/files/file_img.png) no-repeat top left;}
a.doc { background: url(../images/files/file_doc.png) no-repeat top left;}
a.gif { background: url(../images/files/file_img.png) no-repeat top left;}
a.ppt { background: url(../images/files/file_ppt.png) no-repeat top left;}
a.xls { background: url(../images/files/file_xls.png) no-repeat top left;}
a.txt { background: url(../images/files/file_txt.png) no-repeat top left;}
a.div { background: url(../images/files/file_div.png) no-repeat top left;}

a.more_link { 
	background: url(../images/but_link.gif) no-repeat top left ;
	background-position: 0px 1px;
	padding: 0 0 0 14px;
}

a.button {
	color: #0a1522;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #879baf;	
}
a.button:visited {
	color: #0a1522;
	background-color: #879baf;
}
a.button:hover{
	color: #9bacbf;
	background-color: #0a1522;
	border: 1px solid ;
}

/*******************************************************************************
 * aligning
 ******************************************************************************/

.line{ 
	clear : both; 
	width: 100%;
	padding: 0;
}
.left {
	padding: 5px 0 5px 0;
	float: left;
	text-align: left;
}
.right {
	padding: 5px 0 5px 0;
	float: right;
	text-align: left;
}
.col1 {
	float: left;
	width: 100px;
	padding: 0;
}
.col2 {
	clear: none;
	padding-left:115px;
}

/*******************************************************************************
 * feature box
 ******************************************************************************/

div.feature_box {
	border: 1px solid #415069;
	background-color: #879baf;
	padding: 5px 10px;
	margin: 10px 0;
}
div.feature_box h2 {
	margin: 0 0 5px 0;
}
div.feature_box p {
	margin: 0;
}

/*******************************************************************************
 * message boxes
 ******************************************************************************/
div.message{
	padding: 10px;
	border: 1px solid #999900;
	background-color: #fe9;
	margin-bottom: 10px;
}
div.error{
	border-color: #990000;
	background-color: #ea9;
	color: black;
}
div.ok{
	border-color: #006600;
	background-color: #aeb;
}
div.message h1{
	font-size: 9pt;
	margin: 0;
}
div.message ul{
	margin: 0;
}

/*******************************************************************************
 * articles
 ******************************************************************************/

div.news_article {
	clear: both;
	padding-bottom: 10px;
	background: url(../images/spacer.gif) repeat-x bottom left;
}
h3.news span{
	/* float: right;*/
	display: block;
	font-weight: normal;
	font-size: 8pt;
}

img.news_thumb{
	float: left;
	margin: 0 10px 10px 0;
} 

a.article_link {
	display: block;	
	color: #0a1522;
	background-color: #879baf;
	border: 1px solid #415069;
	margin-bottom: 10px;
}
a.article_link:hover{
	background-color: #415069;
	color: #9bacbf;
	text-decoration: none;
	
}
a.article_link img {
	float: left;
	margin-right: 10px;	
	border-left: 10px solid #0a1522;
}
a.article_link .article_intro {
	display: block;
	padding: 5px;
}
/*******************************************************************************
 * content tables
 ******************************************************************************/

table {
	clear: both;
}
table.content_table {
	width: 100%;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #6e8296;
	border-collapse: collapse;
}
table.content_table thead th{
	font-size: 8pt;
	background-color: #0a1522;
	color: #9bacbf;
	padding: 2px;
	margin: 0;
	text-align: center;
}
table.content_table tbody th {
	font-size: 8pt;
	background-color: #0a1522;
	color: #9bacbf;
	padding: 2px;
	margin: 0;	
	border: 0;
}
table.content_table td {
	font-size: 8pt;
	border-top: 1px solid #6e8296;
	padding: 2px;
	margin: 0;
}
table.content_table tr.alt{
	background-color: #879baf;
}
table.content_table td.count {
	border-left: 1px solid #6e8296; 
	text-align: center;
	width: 70px;
}
table.content_table td.border_right {
	border-right: 1px solid #6e8296; 
}

td.center {
	text-align: center;
}

/*******************************************************************************
 * definition lists
 ******************************************************************************/

dl {
	clear: both;
	line-height: 100%;
	margin: 8px 0;
}
dl dt {
	padding-bottom: 2px;
	float: left;
	width: 180px;
}
dl dd {
	margin-left: 190px;
}

/*******************************************************************************
 * forms (login_form for member-login and edit_form for normal forms)
 ******************************************************************************/
form.login_form label{
	display: block;
	padding: 3px 0;
}
form.login_form input {
	margin-bottom: 5px;
}
 
form.edit_form fieldset{
	border: 1px solid #0a1522;
	border-top: 3px solid #0a1522;
	background-color: transparent;
	font-size: 8pt;
	padding: 10px;
	margin: 0;
	min-height: 400px;
}
form.edit_form h1{
	margin-top: 10px;
	margin-bottom: 5px;
}

form.edit_form .required {
	font-weight: bold;
}

form.edit_form dl dt {
	padding: 5px 0;
}

form.edit_form dl dd.text_only{
	padding-top: 5px;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/

div.page_browser {
	display: inline;
}
div.page_browser a {
	color: #9bacbf;
	background-color: #415069;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #0a1522;
}

div.page_browser span.current_page{
	padding: 3px 6px;
	border: 1px solid #0a1522;
}

/*******************************************************************************
 * register
 ******************************************************************************/

ul.register {
	margin: 0; 
	padding: 3px 0;
	border-bottom: 1px #0a1522 solid;
}
ul.register li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.register li.active span, ul.register li.active a {
	padding: 5px 1em;
	margin: 0;
	border: 1px solid #0a1522;
	border-right: 0;
	background: #0a1522;
	color: #9bacbf;
	text-decoration: none;
}
ul.register a {
	padding: 5px 1em;
	margin: 0;
	border: 1px solid #0a1522;
	border-right: 0;
	border-bottom: none;
	background: #9bacbf;
	text-decoration: none;
}
ul.register a:hover, ul.register a:active{
	background-color: #0a1522;
	color: #9bacbf;
}
ul.register a.last{
	border-right: 1px solid #0a1522;
}

/*******************************************************************************
 * bugbus classes
 ******************************************************************************/
menu.bug_ad_sub {
	font-size: 8pt;
	margin: 0;
	padding: 6px 0 0 0;	
	background: #0a1522;
}

menu.bug_ad_sub li {
	color: #415069;
	list-style: none;
	display: inline;
	margin: 0;
	padding: 2px 11px;
	border-right: 1px solid #415069;
}

menu.bug_ad_sub li a {
	color: #415069;
	background: url(../images/but_link_dark.gif) no-repeat 0px 2px;
	padding: 0 0 0 15px;
}
menu.bug_ad_sub li a:hover {
	color: #9bacbf;
}

.bb_message {
	margin: 40px 60px 0 60px;
}
.bb_message h2 {
	background-color: transparent;
	color: #0a1522;
	padding: 0;
	margin-bottom: 10px;
}
.bb_message dt{
	float: none;
}
.bb_message dd {
	margin: 0;
}

.banner {
	display: block;
	margin-bottom: 20px;
}

.button_rss {
	border: 1px solid #0a1522;
	margin: -1px 0 1px 4px;
	float: right;
}