
/*****************************************************************
 *  TAGS
 *****************************************************************/
 
body, td, tr, table, textarea, input, select {
	font-family: arial,helvetica neue,helvetica,sans-serif;
	font-size: 9pt ;
	color: #363636;
}

h4 {font-size:18pt;}
h1	{font-size:11pt;}
h2	{font-size:9pt; margin: 0;}
h3	{font-size:8pt;}

a:link    {color:#a5a4a3; font-weight: bold; text-decoration: none}
a:visited {color:#a5a4a3; font-weight: bold; text-decoration: none}
a:active  {color:#da272e; font-weight: bold; text-decoration: none}
a:hover   {color:#da272e; font-weight: bold; text-decoration: none}

pre { font:8pt "Courier New",monospace;}
p.underline {text-decoration: underline; font-style: italic; margin: 0}

/*****************************************************************
 *  Addidtional Colors and Sizes
 *****************************************************************/

.light {color: #eeecec;}
.gray {color: #a5a4a3;}
.dark {color: #4C4C4C;}
.highlighted {color: #da272e; background-color: transparent;}
.clear {display: block; clear: both;}

.error{color:#F30;background-color:transparent;}
.success{color: #390; background-color: transparent;}
.h_color{color: #da272e}

.wide {line-height: 140%;}

.spacer {
	display:block;
	width:100%;
	height:15px;
	background: url(../images/spacer.gif) repeat-x;
	clear:both;
}


/*******************************************************************************
 * Links
 ******************************************************************************/

a.file { padding: 2px 0 10px 22px; margin: 0 0 20px 15px }	
a.pdf { background: url(../images/files/file_pdf.gif) no-repeat top left;}
a.jpg { background: url(../images/files/file_jpg.gif) no-repeat top left;}
a.doc { background: url(../images/files/file_doc.gif) no-repeat top left;}
a.gif { background: url(../images/files/file_gif.gif) no-repeat top left;}
a.ppt { background: url(../images/files/file_ppt.gif) no-repeat top left;}
a.xls { background: url(../images/files/file_xls.gif) no-repeat top left;}
a.txt { background: url(../images/files/file_txt.gif) no-repeat top left;}
a.div { background: url(../images/files/file_div.gif) no-repeat top left;}

a.more_link { 
	background: url(../images/arrow_red.gif) no-repeat top left ;
	background-position: 0px 2px;
	padding: 2px 0 0 17px;
	text-decoration: none;
	color: #a5a4a3;
    font-weight: bold;	
}
a.more_link:hover{
	text-decoration: none;
    color: #da272e;
    font-weight: bold;
}

a.button {
	color: #363636;
	border: 1px solid ;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #eeecec;	
}
a.button:visited {
	color: #363636;
	background-color: #eeecec;
}
a.button:hover{
	background-color: #a5a4a3;
}

a.top {
	background: url(../images/arrow_red.gif) no-repeat center left ;
    padding: 2px 0 0 17px;
}

/*******************************************************************************
 * 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: 150px;
	padding: 0;
}
.col2 {
	clear: none;
	padding: 0;
}

/*******************************************************************************
 * script content
 ******************************************************************************/

 .main {
	margin: 18px 15px 30px 8px;
}


 .script_welcome {
	margin: 18px 15px 8px 8px;
}
 
 .script_content {
    margin: 0 15px 8px 8px;
 }
 
 p.margin_top {
 	margin-top: 0.7em;
 }

/*******************************************************************************
 * feature box
 ******************************************************************************/

div.feature_box {
	border: 1px solid #a5a4a3;
	background-color: #eeecec;
	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, div.message_ok, div.message_error{
	padding: 10px;
	margin-bottom: 15px;
}
div.message h1, div.message_ok h1, div.message_error h1{
	font-size: 9pt;
	margin: 0;
}
div.message {
	border: 1px solid #ee0;
	background-color: #ffc;
}
div.message_ok {
	border: 1px solid #390;
	background-color: #99FF99;
}
div.message_error {
	border: 1px solid #F30;
	background-color: #FF9999;
}

/*******************************************************************************
 * articles
 ******************************************************************************/

div.news_article {
	clear: both;
    height: auto;
	padding-bottom: 10px;
}
h2.news span{
	display: block;
	font-weight: normal;
	font-size: 9pt;
}
#content h1.nobg {
	color: #363636;
    font-weight: bold;
	background-color: #fff;
    padding: 0;
}
img.news_thumb{
	float: left;
	margin: 0 10px 10px 0;
} 

a.article_link {
	display: block;	
	font-size: 8pt;
	color: #363636;
	background-color: #eeecec;
	border: 1px solid #a5a4a3;
	margin-bottom: 10px;
}
a.article_link:hover{
	background-color: #a5a4a3;
	color: #FFF;
	text-decoration: none;
	
}
a.article_link img {
	float: left;
	margin-right: 10px;	
	border-left: 10px solid #da272e;
}
a.article_link .article_intro {
	display: block;
	padding: 5px;
}

div.box_content p.nospace {
	margin-bottom: 0;
    margin-top: 0;
}

/*******************************************************************************
 * content 2 rows
 ******************************************************************************/
 #content_text {
 	position: relative;
 }
 
 #row_1, #row_2 {
 	float: left;
    width: 240px;
    padding-left: 8px;
    margin-top: 4px;
 }
 
 #row_1 {
 	border-left: 1px solid #da272e;
    border-right: 1px solid #da272e;
    padding-right: 30px;
 }
 
 /*#border {
 	border-left: 1px solid #da272e;
    border-right: 1px solid #da272e;
    position: absolute;
    right: 285px;
    height: 100%;
    width: 250px;
 }*/
 
h2.content_title {
 	margin: 0.5em 0 15px;
 }

/*******************************************************************************
 * content tables
 ******************************************************************************/
table {
	clear: both;
}
table.content_table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #a5a4a3;
	border-collapse: collapse;
}
table.content_table thead th{
	background-color: #da272e;
	color: #FFF;
	padding: 2px;
	margin: 0;
	text-align: center;
}
table.content_table tbody th {
	background-color: #a5a4a3;
	color: #363636;
	padding: 2px;
	margin: 0;	
	border: 0;
}
table.content_table td {
	padding: 2px;
	margin: 0;
}
table.content_table tr.alt{
	background-color: #eeecec;
}

/*******************************************************************************
 * definition lists
 ******************************************************************************/

dl {
	clear: both;
	line-height: 100%;
	margin: 8px 0;
}
dl dt {
	float: left;
}
dl dd {
	margin-left: 100px;
}

/*******************************************************************************
 * 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 #a5a4a3;
	background-color: #eeecec;
	padding: 5px;
	margin-bottom: 15px;
}
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;
}

input.input{
	border: 1px solid #000;
}

input.submit{
	border: 1px solid #a5a4a3;
    cursor: pointer;
}

/*******************************************************************************
 * page browser
 ******************************************************************************/
 
div.page_browser a.page {
	color: #FFF;
	background-color: #da272e;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #da272e;
}
div.page_browser span.current_page {
	padding: 3px 6px;
	border: 1px solid black;
}
div.page_browser span.page_name {
	padding: 3px 6px;
}

/*******************************************************************************
 * register
 ******************************************************************************/

ul.register {
	margin: 10px 0; 
	padding: 3px 0;
	border-bottom: 1px #a5a4a3 solid;
}
ul.register li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.register li.active span{
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #a5a4a3;
	border-bottom: #FFF;
	background: transparent;
}
ul.register a {
	padding: 5px 1em;
	margin: 0 10px;
	border: 1px solid #a5a4a3;
	border-bottom: none;
	background: #eeecec;
	text-decoration: none;
}