/** FONT FACES **/
/*@font-face {
	font-family: "arial";
	font-style: normal;
	font-weight: normal;
	src: local("arial"), url("../fonts/arial.ttf") format("truetype");
}*/

/*** General ***/
body
{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 10px;
}

#body{
	width: 1000px;
	font-size: 12px;
	position: relative;
}

a
{
	text-decoration: none;
	color: #008000;
}

img
{
	border: 0;
}

h1
{
	text-transform: uppercase;
	margin: 20px 0px;
}

.hide {
	display: none;
}

/*** Layout ***/
.layout
{
	margin: 0 auto;
	width: 1000px;
	font-size: 12px;
	position: relative;
}

/*** Logo ***/
.logo
{
	float: left;
	width: 139px;
	height: 139px;
}


/*** Banner ***/
.banner
{
	float: left;
	background: url(../images/banner.jpg);
	width: 861px;
	height: 139px;
}

.banner input.text
{
	width: 150px;
	height: 20px;
	border: 1px solid #adbf94;
	opacity: .6;
	filter: alpha(opacity = 60);
}

.banner input.btn
{
	background: url(../images/top_btn.png);
	width: 73px;
	height: 23px;
	border: none;
	font-size: 10px;
	color: #7b8075;
	cursor: pointer;
}

/*** Menu ***/
.menu
{
	background: transparent url(../images/menu_back.png) top left no-repeat;
	width: 218px;
	height: 446px;
	float: left;
    padding-top: 25px;
}

.menu a
{
    background: url("../images/menu_btn.png") repeat scroll 0 0 transparent;
}

.menu a:hover
{
    background: url("../images/menu_btn_darker.png") repeat scroll 0 0 transparent;
}

.menu a.menu_selected
{
    background: url("../images/menu_btn_darker.png") repeat scroll 0 0 transparent;
}

.menu_btn
{
    color: black;
    float: right;
    font-size: 14px;
    height: 26px;
    padding: 5px 40px 0 0;
    text-align: right;
    width: 129px;
}

.submenu_btn
{
    margin-right: -20px;
}

/*** Content ***/
.content
{
    width: 690px;
    min-height: 750px;
    float: left;
    text-align: justify;
    color: #4d4d4d;
    margin: 0px 40px 0px 50px;
    padding-bottom: 50px;
}

.content h1
{
    text-align: left;
    font-size: 30px;
}

.text
{
    text-align: justify;
}

.title
{
    width: 145px;
}

/***
 Zone ****/
.form_zone
{
    background-color: #F0F0F0;
    border: solid 1px #D0D0D0;
    padding: 10px;
    vertical-align: top;
    margin: 0 auto;
    width: 400px;
}

form.signup table,
form.login table
{
    font-size: 11px;
    text-align: left;
    color: #4d4d4d;
    width: 100%;
}

form.signup table td.error,
form.login table td.error
{
    width: 210px;
}

span.form_message
{
/*    margin-left: 45px;*/
    color: red;
    display: block;
    padding-top: 10px;
    text-align: right;
}

.error
{
    color: #FF0000;
    font-size: 12px;
    text-align: left;
}

/*** Logout ***/
div.logout
{
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    font: bold 11px Trebuchet MS;
}
div.login
{
	height:80px;
	font:bold 11px Trebuchet MS;
	color:#282a25;
	text-align: left;
}
div.login a{
	color: #111;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
}

form.search
{
	position: absolute;
	right: 15px;
	top: 101px;
	width: 230px;
	height: 25px;
}

input.text {
	width: 150px;
	height: 20px;
	border: 1px solid #adbf94;
	opacity: .6;
	filter: alpha(opacity = 60);
}

input.btn
{
	background: url(../images/top_btn.png);
	width: 73px;
	height: 23px;
	border: none;
	font-size: 10px;
	color: #7b8075;
	cursor: pointer;
}

#sb
{
	position: absolute;
	right : 0;
	top: 0;
}

#si
{
	position: absolute;
	left: 0;
	top: 0;
}

div.logout span, div.logout a
{
    color: #282a25;
}

/*** General ***/
.b
{
    font-weight: bold;
}

.r
{
    text-align: right;
}
.undo_b
{
	font-weight: normal;
}

.c
{
    text-align: center;
}

.pointer
{
    cursor: pointer;
}

.toleft
{
    float: left;
}

.toright
{
    float: right;
}

/*** Documents list ***/
table.files_list
{
 	 padding-bottom: 5px;
}

table.files_list tr.row td.header
{
 	 padding-bottom: 5px;
 	 font-weight: bold;
 	 text-transform: uppercase;
}

table.files_list tr.odd_row,
table.emails_list tr.odd_row
{
	background-color:#CCCCCC;
	border: 1px;
	border: 1px solid white;
}

table.files_list tr.even_row,
table.emails_list tr.even_row
{
	background-color: #FFFFFF;
	border: 1px;
	border: 1px solid white;
}

/** Add Agenda **/
div.add
{
    /*float: right;
    margin-top: 30px;*/
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 158px;
}

div.add_agenda,
div.add_article
{
    margin-bottom: 20px;
}

td.column
{
	vertical-align: top;
}

/*** Agenda list ***/
div.agenda_list tr.row td.column
{
 	 padding-bottom: 5px;
 	 border: 5px;
	 border: 5px solid white;
	 font-weight: bold;
	 vertical-align: top;
	 padding: 0pt 10px;
}

div.agenda_list tr.row td.header
{
 	 padding-bottom: 5px;
 	 font-weight: bold;
 	 text-transform: uppercase;
 	 vertical-align: top;
	 padding: 0pt 10px;
}

div.agenda_list tr.row td.left_column
{
	background-color:#CCCCCC;
	border: 1px;
	border: 1px solid white;
}

div.agenda_list tr.row td.right_column
{
	background-color: #FFFFFF;
	border: 1px;
	border: 1px solid white;
}

div.agenda_list div.column div.undo_b
{
	font-weight: normal;
}

.organizer
{
    color:red;
    margin-left: 60px;
    text-align: left;
}

/*** Articles List ***/
div.articles_list tr.row td.header
{
	text-transform: uppercase;
	font-weight: bold;
}

div.articles_list tr.row td.column
{
	margin-right: 20px;
	margin-bottom: 20px;
}

 /*** Article ***/
.content .author
{
	font-size: 18px;
}

.content article_body{
	font-size: 14px;
}
.article
{
	float: right;
	padding: 0 0 0 10px;
	width: 238px;
	overflow: hidden;
}

.article table
{
	padding: 0;
	margin: 0;
	max-width: 238px;
}

.article tr
{
	width: 238px;
}
.article td
{
	margin: 0px;
	text-align: left;
	padding: 5px 0 0 10px;
	vertical-align: top;
	height: 90px;
	max-width: 228px;
	overflow: hidden;
	width: 228px;
}
.article td.green_box
{
	background: #96c155;
}

.article td.white_box
{
	background: white;
}

.article td a
{
    font-size: 14px;
}

.article td h2{
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #333333;
}

.article td.green_box a
{
	color: white;
}

.article td.white_box a{
/*    color: #95c154;*/
	color: #008000;
}

.article div.copyright{
	text-align:center;
	color:#BCBCBC;
	font-size:9px;
}

.article_logos {
	padding-top:20px;
	background: url(../images/logos.jpg) bottom center no-repeat;
	width:100%;
	height:304px;
	float:left;
}

#articles_email
{
    background-color: #F5F5F5;
    display: none;
    width: 690px;
}

#articles_email h2
{
    font-size: 15px;
}

#articles_email .filter
{
    text-align: right;
    padding: 10px 20px;
}

#articles_email .filter_input
{
    border: 1px solid rgb(204, 204, 204);
}

#articles_email div.email_text
{
    margin-top: 10px;
    margin-left: 5px;
    margin-left: 5px;
}

#articles_email textarea.email_body
{
    background-color: #FFFFEE;
    height: 300px;
    width: 729px;
    border: 1px #cccccc solid;
}

#articles_email .email_btn
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Articles ***/
.div_indent
{
	padding-left: 10px;
}


.content div.separator
{
    color: #d8d8d8;
    font-size: 16px;
}

/** Comments **/
.content textarea.comment
{
    height: 100px;
    width: 96.7%;
    padding: 5px 10px 5px 10px;
    border: solid 1px grey;
}

.content div.post
{
    float: left;
    width: 50%;
    text-align: left;
}

.content div.cancel
{
    float:left;
    width:50%;
    text-align:right;
}

.content  a.comments_message
{
    font-size: 18px;
    color: #95c154;
}

.comment_box
{
    clear: both;
    background-color: #eceaf0;
    border: solid 1px gray;
    padding: 5px 10px 5px 10px;
}

.edit_comment
{
    padding-right: 10px;
    text-align: right;
}

/** Emails List - Article View **/
div.emails_list
{
    margin-left: 5px;
    margin-right: 5px;
    overflow: auto;
    height: 300px;
}

div.emails_list tr.row td.header
{
    text-transform: uppercase;
    font-weight: bold;
}

div.emails_list tr.row td.column
{
    padding-right: 10px;
    padding-top: 1%;
    padding-bottom: 1%;
}

.form_button
{
	background-color: #F0F0F0;
	border: 1px solid gray;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-top: 10px;
	color: #4D4D4D;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0;
	width: 100px;
	text-align: center;
}
a.form_button {
	display: block;
}

/** Add Article **/
div.add_article form
{
/*    margin-top: 25px;;  */
}

/** FORUM **/
.form1 { }
.form_block { margin-bottom: 20px; }
.form_block_label1 { font-weight: bold; margin: 0 0 5px 0px; }
.form_block_label2 { margin: 0 0 5px 0px; }
.form_block_value2 { border: 2px solid #000; }
.form_block_value2 input,
.form_block_value2 textarea { border: 0; margin: 3px; font-size: 14px; font-family: arial; width: 99%; }
.form_block_value2 input { }
.form_block_value2 textarea { height: 120px; }
.form_block_cb { margin-left: 5px; clear: both; }
.form_block_cb span { margin: 0 0 0 5px; display: block; float: left; }
.form_block_cb input { margin: 1px 0 0 0; display: block; float: left; }


.add_btn_left
{
	background: url(../images/btn-left.png);
	background-repeat: no-repeat;
	width:11px;
	height:37px;
	float:left;
}
.add_btn_center
{
	background: url(../images/btn-center.png);
	background-repeat: repeat-x;
	/*width: 104px;*/
	height: 26px;
	padding-top: 11px;
	float:left;
}
.agenda_add .add_btn_center
{
	/*width: 140px;
	padding-left: 7px;*/
}
.article_add .add_btn_center
{
	/*width: 104px;*/
}
.forum_add .add_btn_center
{
	/*width: 124px;*/
}
.add_btn_right
{
	background: url(../images/btn-right.png);
	background-repeat: no-repeat;
	width:11px;
	height:37px;
	float:left;
}

.doc_info
{
	display: block;
    float: left;
    padding-bottom: 2px;
    padding-right: 10px;
}

.doc_msg
{
    color: #027993;
    display: block;
    padding-top: 1px;
    font-style: italic;
}
.pagination
{
	float: left;
    text-align: center;
    width: 100%;
}

.pagination a
{
	text-decoration: none;
	color: #000000;
}

.pagination a.current
{
	font-weight: bold;
	text-decoration: underline;
	color: #969696;
}

.btn_display_upload_form,
.form_table tr td input.btn_display_upload_form {
	width: 120px; height: 19px; padding-bottom: 3px; margin-bottom: 5px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear1,
html body * div.clear1,
html body * li.clear1,
html body * dd.clear1
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
