@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

body{
	font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;  
	color: #666;
	text-align: center;	
	margin: 0px 0px 10px 0px; 
	padding: 0px;

	min-width: 1000px;
	height: 100%;
}

#overlay{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 11;
	background-color: rgba(0,0,0,0.5);
}

#popup{
	display: inline-block;
	position: absolute;
	padding: 40px 80px;
	margin: 10px;
	overflow: auto;
	background-color: #fff;
}

#errormsg{
	text-align: center;
	font-weight: bold;
	color: #EA1515;
	margin-bottom: 5px;
}

#col_wrapper {
   height: auto;
   overflow: hidden;
   overflow-x: auto;
   /*white-space: nowrap;*/
}

#col_left {
	margin-top: 35px;
    width: 220px;
    /*float: left;*/
	display: inline-block;
	vertical-align: top;
}

#col_right {
    /*float: left;*/
	display: inline-block;
	vertical-align: top;
    overflow: hidden;
}

#col_right table{
	float:left;
}

.filterblock{
	text-align: left;
	margin: 10px;
	padding: 5px;
	background: #d6fb8b;
}

.filterblock h4{
	margin: 5px;
	cursor: pointer;
}

.filterblock.collapsed h4:before{
	content: "+ ";
}

.filterblock h4:before{
	content: "-  ";
}

.filterblock ul{
	margin: 0px;
	padding: 0px 5px;
	list-style: none;
}

.filterblock.collapsed .filter{
	display: none;
}

.image_container{
	display:inline-block;
	position:relative;
}

.image_container .image_drop{
	cursor: pointer;
	z-index:12;
	display: none;
	position:absolute;
	top: 5px;
	right: 5px;
}

.image_add{
	cursor: pointer;
}

h1{
	text-transform: uppercase;
    text-align: center;
    margin: 30px 0px 30px 0px;
    letter-spacing: 4px;
    font: normal 26px Verdana, Helvetica;
	word-wrap:break-word;
}

h2{
	text-transform: uppercase;
    text-align: center;
    margin: 15px 0px 15px 0px;
    letter-spacing: 4px;
    font: normal 20px Verdana, Helvetica;
	word-wrap:break-word;
}

input[type=text],input[type=password]{
	padding: 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	border: 1px solid #ccc;
	width: 200px;
}

input[type=text].xsmall,input[type=password].xsmall{
	width: 70px;
}

input[type=text].small,input[type=password].small{
	width: 100px;
}

input[type=text].filter_single,input[type=password].filter_single{
	width: 175px;
}

input[type=text].wide,input[type=password].wide{
	width: 450px;
}

input[type=file]{
	display:none;
}

textarea{
	font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;  
	padding: 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	border: 1px solid #ccc;
	text-align: left;
	width: 450px;
	height: 70px;
	overflow: auto;
}

select{
	width: 214px; /* other box model than input, add border+margin */
	padding: 6px 3px;
}

select.small{
	width: 114px;
}

#body{
	padding: 20px 0px;
	display: inline-block;
	margin: 0 auto;
}

table{
	border-collapse: collapse;
	margin: 0 auto;
}

th,td{
	border: solid #86bb1b;
}

th{
	vertical-align: bottom;
	padding: 6px 10px;
	border-width: 0px 0px 2px 0px;
}

td{
	padding: 5px 10px;
	border-width: 0px 0px 1px 0px;
	white-space: nowrap;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.left_border{
	border-left: 1px solid #86bb1b;	
}

.right_border{
	border-right: 1px solid #86bb1b;
}

th.subheader{
	border-bottom-width: 0px;
}

td.subheader{
	font-size: -4px;
	border-width: 0px 0px 2px 0px;
}

.inactive{
	color: #AAA;
}

.emphasize{
	font-weight: bold;
	color: #EA1515;
}

.buttonwrapper{
	text-decoration: none;
}

.button, .buttonRed, .buttonSmall, .buttonRedSmall {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#ffffff;

	text-decoration:none;
	cursor: pointer; 
}

.button, .buttonRed {
	padding:6px 18px;
	font-size:14px;
	font-weight:bold;
	border-radius:3px;
    border:1px solid #888;
	text-shadow: 1px 1px 1px #888;
	-moz-box-shadow: 1px 1px 1px #888;
  	-webkit-box-shadow: 1px 1px 1px #888;
  	box-shadow: 1px 1px 1px #888;
}

.buttonSmall, .buttonRedSmall {
	display: inline-block;
	padding:4px 6px;
	min-width: 40px;
	width: 0;
	overflow: visible;
	border-radius:1px;
    border:1px solid #888;
}

.buttonSmall[class], .buttonRedSmall[class] {
	width: auto;	
}
.button, .buttonSmall {
	background: #92ca1e; /* Old browsers */
	background: -moz-linear-gradient(top, #92ca1e 0%, #86bb1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92ca1e), color-stop(100%,#86bb1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #92ca1e 0%,#86bb1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #92ca1e 0%,#86bb1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #92ca1e 0%,#86bb1b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #92ca1e 0%,#86bb1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92ca1e', endColorstr='#86bb1b',GradientType=0 ); /* IE6-9 */
}

.button:hover,
.buttonSmall:hover {
	background: #86bb1b; /* Old browsers */
	background: -moz-linear-gradient(top, #86bb1b 0%, #92ca1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86bb1b), color-stop(100%,#92ca1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #86bb1b 0%,#92ca1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #86bb1b 0%,#92ca1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #86bb1b 0%,#92ca1e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #86bb1b 0%,#92ca1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86bb1b', endColorstr='#92ca1e',GradientType=0 ); /* IE6-9 */
}

.buttonRed:hover, .buttonRedSmall:hover {
	background: #ff920a; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5f0a 0%, #ff920a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5f0a), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff5f0a 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff5f0a 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff5f0a 0%,#ff920a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff5f0a 0%,#ff920a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5f0a', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}

.buttonRed, .buttonRedSmall {
	background: #ff920a; /* Old browsers */
	background: -moz-linear-gradient(top, #ff920a 0%, #ff5f0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff920a), color-stop(100%,#ff5f0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff920a 0%,#ff5f0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff920a 0%,#ff5f0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff920a 0%,#ff5f0a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff920a 0%,#ff5f0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ff5f0a',GradientType=0 ); /* IE6-9 */
}

table.formTable{
	margin: 0px auto;
	border: 0px;
}

table.formTable td{
	text-align: left;
	border: none;
}

#login{
	display: inline-block;
	text-align: left;
	margin: 100px auto 0px auto;
	padding: 20px 30px 20px 30px;
	
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#menu{
	margin: 0px;
	padding: 10px 20px 0px 20px;
	color: #777;
	border-bottom: 1px solid #ccc;
	
	background: #d6fb8b; /* Old browsers */
	background: -moz-linear-gradient(top, #e8ffbb 0%, #d6fb8b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ffbb), color-stop(100%,#d6fb8b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8ffbb 0%,#d6fb8b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8ffbb 0%,#d6fb8b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8ffbb 0%,#d6fb8b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e8ffbb 0%,#d6fb8b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ffbb', endColorstr='#d6fb8b',GradientType=0 ); /* IE6-9 */
}

#menu_logo{
	float:left;
	margin: 10px 20px 10px 10px;
}

#menu_user{
	padding: 0px;
	margin: 10px;
	margin-bottom: 0px;
	float:right;
	text-align:center;
}

#menu_languages img{
	cursor: pointer;
}
	

#menu_container{
	padding: 18px 10px 0px 10px;
}

#nav {
	position: relative;
	display: inline-table;
	margin: 0px;
	padding: 0px;
	background: #fbfff2;
	list-style-type: none;
}

#nav:after {
	content: ""; 
	clear: both; 
	display: block;
}	

#nav li {
	float: left;
}

#nav li a {
	display: block;
	text-decoration:none;  
	margin: 0px;
	padding: 12px 30px;
	font-size: 14px;
	font-stretch: expanded;
	color: #84b81a;
}

#nav ul {
	display:none;
	list-style: none;
	text-align:left;
	background: #fbfff2;
	padding: 0;
	position: absolute; 
	top: 100%;
}

#nav ul li {
	float: none; 
	position: relative;
}

#nav ul li a {
	padding: 10px 30px;
	color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #006600;
	font-size: 14px;
	font-stretch: normal;
}	

#nav ul li:first a{
	border-top: 0px;
}

#nav li:hover {
	color: #fff;
	background: #92ca1e;
}

#nav li:hover > ul{
	display:block;
}

#nav li:hover a {
	color: #fff;
	background: #92ca1e;
	background: -moz-linear-gradient(top, #92ca1e 0%, #86bb1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92ca1e), color-stop(100%,#86bb1b));
	background: -webkit-linear-gradient(top, #92ca1e 0%,#86bb1b 100%);
	background: -o-linear-gradient(top, #92ca1e 0%,#86bb1b 100%);
	background: -ms-linear-gradient(top, #92ca1e 0%,#86bb1b 100%);
	background: linear-gradient(to bottom, #92ca1e 0%,#86bb1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92ca1e', endColorstr='#86bb1b',GradientType=0 );

}

#nav li a:hover {
	color: #fff;
	background: #86bb1b;
}

#nav ul ul {
	position: absolute; left: 100%; top:0;
}

#login input[type=text],#login input[type=password]{
	width: 340px;
	margin-bottom:10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#login input.username{
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 15px 15px 15px 30px;
}

#login input.password{
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 15px 15px 15px 30px;
}

#login div.errormsg{
	text-align: center;
	margin-bottom: 5px;
}

a img{
	border-width: 0px;
}

#newsfeed{
	list-style: none;
	padding: 0px;
	margin: 0px;			
}

#newsfeed > li, #newsitem_preview{
	position: relative;
	display: block;
	vertical-align: top;
	width: 600px;
	border: 1px solid #888;
	padding: 0px 10px;
	margin: 0px 10px 20px 10px;
}

#newsfeed > li.collapsed{
	border: none;
	margin-bottom: 10px;
}

#newsfeed > li.collapsed h2{
	margin: 0px;
	font-size: 14px;
}

#newsfeed > li.collapsed div{
	display: none;	
}

#newsfeed div:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0px;
}

#newsfeed > li > h2{
	cursor: pointer;
}

#newsfeed > li div.controls{
	z-index: 2;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(255,255,255,0.5);
	padding:5px;
	width: 30px;
	height: 30px;
	visibility: hidden;
}

#newsfeed > li:hover div.controls{
	visibility: visible;
}
	

#newsfeed p, #newsitem_preview p{
	text-align:left;
}

#newsfeed img, #newsitem_preview img{
	float:right;
	max-width: 300px;
	max-height: 250px;
	margin:5px 0px 5px 5px;
}

#newsfeed .youtube, #newsitem_preview .youtube{
	 width: 350px;
	 height: 200px;			
}