@charset "utf-8";
/* CSS Document */

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	color: #333;
	font-size: 12px;
	font-family: Arial;
	/*margin: 3% 0;*/
	margin-top: 30px;
	margin-bottom: 30px;
}

/* structure */
.container {
	font-size: 12px;
	background: #FFF;
	margin: 0 auto;
	width: 960px;	
	border: 1px solid white;
	padding-bottom: 14px;
}

.main_left {
	float: left;
	width: 130px;
	padding-left: 20px;
	padding-top: 14px;
}

.main_right {
	float: left;
	width: 771px;
	padding-left: 20px;
	padding-top: 14px;
}

.left {
	float: left;
}
.right {
	float: right;
}

.menu {
	height: 19px;
	background-color: #000;
	color: white;
	font-family: Tahoma;
	font-size: 11px;
}

.news a{text-decoration:none; font-size: 12px; color: #999; font-weight: bold;}
.news a:hover{text-decoration:underline; font-weight:bold;}

.menu a{
	color: #999999;
	text-decoration: none;
	padding-right: 9px;
}
.menu a:hover{
	color: #99cc00;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	float: left;
	width: 377px;
	text-align:justify;
}

.news p {
	/*padding-bottom: 16px;*/
}


.news h2 {
	font-size: 1.3em;	
	padding-bottom: 10px;
	color: #999;
}


.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555;
	width: 352px;
	padding-left: 19px;
	padding-top: 14px;
	padding-right: 20px;
	float: left;	
}

.back_link {
	text-decoration: none;
	color:#999;
	font-size: 14px;
	font-weight: bold;
}

.back_link:hover{
	text-decoration: underline;
	color: #999;
}

.page_warning {
	width: 100%;
	color: red;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top:15px;
	padding-bottom: 15px;
}


.project_list { width: 200px; padding-left: 20px;}
.project_list ul {margin: 0; padding: 0;}
.project_list li { list-style: none; margin-top: 14px;	}
.project_list li a {
	color: #999;
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	width: 198px;	
	text-decoration: none;
}
.project_list li a.selected {color:#99cc00;}
.project_list li a:hover {color: #99cc00;}

/*=================================================================*/




.project_content_menu a{
	font-family: Tahoma;
	color: #999;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}
.project_content_menu a.selected{
	color: #99cc00;
}
.project_content_menu a:hover{
	color: #99cc00;
}

.project_content .padded img{	
	margin-left: 10px;
	margin-bottom: 10px;
}

.project_releases li a{
	font-family: Tahoma;
	color: #999;
	font-size:11px;
	text-decoration: none;	
	line-height: 20px;
}


.project_releases li a:hover{
	color: #99cc00;
}


.gallery form .buttons{	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 10px;  
	background-color: #000;  
	color: #999;  
	padding: 1px 8px 1px 8px;	
	border: 1px solid #A7A6AA;
}

.gallery form .buttons:hover{
	color: #99cc00;
}

#scrollContent p{
	text-align: center;
}

