/* CSS Document */
.container_16 {
	background-color:#FFFFFF;
}

input, select { font: 11px/20px Verdana, sans-serif; }
input { padding: 3px; border: 1px solid #999; }
textarea { padding: 3px; border: 1px solid #999;}

#result { 
	background-color: #F0FFED; 
	border: 1px solid #215800; 
	padding: 10px; 
	width: auto; 
	margin-bottom: 10px; 
	margin-top:10px
}

body{
	font: 100% Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	color: #333;
	line-height: 1.5em;
	margin-top:10px;
	margin-bottom:10px;
	background: #354e61 url('images/bg-main.png') repeat-x;
}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
	}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
	}

a img {
	border:1;
	border-color:#CCCCCC;
	}


table {
	font-size: 9pt;
	font-weight : normal;
}

#sidebar li {
	font: 100% Tahoma, Verdana, sans-serif;
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 2px 2px 13px;
	margin-left:-35px;
}

#sidebar2 li {
	list-style:none;
	display:block;
	padding:2px 0px 2px 15px;
	background:url(images/sub.png) no-repeat 0 0px;
	margin-left:-30px;
}

#sidebar3 li {
	list-style:none;
	display:block;
	padding:2px 2px 2px 17px;
	background:url(images/icon_accept.gif) no-repeat 0 5px;
	margin-left:-30px;
}

.header{
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding: 0px; 
	margin-left: 10px; 
	margin-right: 10px; 
	background: url(images/header.jpg) no-repeat 0 0px;
	height: 80px;
}

#footer{
	clear: left;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #FFFF80;
}

.footer-area {
	background-color: #354E61;
	padding: 2px 2px 2px 2px;
	border: solid 1px #ddd;
}

.datatable {
	border-collapse: collapse;
	border: 1px outset #0CAE14;
	background-color: #FFFFFF;
	padding: 1px;
	font-size: 8pt;
	font-weight : normal;
}
	
.content-area {
	background-color: #f4f4f4;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ddd;
}

.project-area {
	background-color: #EAF4F5;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ddd;
}

.commentbox{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	text-align:center;
	font-size:10px;
	background-color: #ececec;
	padding: 10px;
}

.imagebox{
	text-align:center;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	border: solid 1px #ddd;
	height: 150;
}

.newsflashbox{
	text-align:center;
	background-color: #fff;
	padding: 2px 2px 2px 2px;
	border: solid 0px #ddd;
	height: 20;
}

.modulesbox{
	text-align:center;
	font-size:10px;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ddd;
	margin: 0px;
}

.rssbigbox{
	background-color: #fff;
	padding: 2px 02px 2px 2px;
	border: solid 1px #ddd;
	height: auto;
}

.modulestitle{
	font:1.2em Georgia;
	font-weight:bold;
}

#interface1 {
	z-index:1;
}
#loader_container {text-align:center;position:absolute;top:50%;width:100%}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:130px;
	border:1px solid #231F20;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:0px;
	background-color:#9D9D94
}
#loader_bg {background-color:#EBEBE4;position:relative;top:8px;left:8px;height:8px;width:113px;font-size:1px}

.listshout li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	margin-left: 10;
	margin-bottom: 10;
	margin-right:10;
}

.navadmin li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	margin-left: 10;
	margin-bottom: 5;
	margin-right:10;
}

/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	background:#fff;
	}

select {
	border:1px solid #333;
	padding: 1px;
	font-size:1.0em;
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

.submitbutton {
	padding:2px;
	}
	
code {
	white-space:			nowrap;
}

.codeblock {
	background-color:		#fbfbfd;
	border:					1px solid #dae0e4;
	font-size:				11px;
	margin:					10px 4px;
	padding:				8px;
	width:					520px;
	overflow:				auto;
}


#topmenu {
	width:auto;
	float:right;
	text-align:center;
	margin-top: 10px;
	margin-left: 25px
}

.topmenutitle {
	width:100px;
	float:right;
	border-top:4px solid #333;
	margin:0px;
	padding:2px 5px 2px 5px;
	background:#fff;
	}
	
#cat-1, #cat-3, #cat-5, #cat-7  {border-top:8px solid #F0BB4B;}
#cat-2, #cat-4, #cat-6 {border-top:8px solid #2e6e9e;}

.topmenutitle span.cat_title{
	margin:0;
	}
	
.topmenutitle a {
	color:#333;
	display:block;
	background:none;
	}

.topmenutitle a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover, #cat-7:hover {background:#F0BB4B; color:#fff; }
#cat-2:hover, #cat-4:hover, #cat-6:hover {background:#2e6e9e; color:#fff; }


#newsticker-project { 
	width:430px; 
	background:#EAF4F5; 
	padding:5px 5px 0; 
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	margin:0px auto;
}

#newsticker-project a { text-decoration:none; }
#newsticker-project img { border: 4px solid #FFFFFF; }

#newsticker-project .title {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

.newsticker-jcarousellite { width:450px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }