@CHARSET "ISO-8859-1";
/* CSS Document */

	/* --> GENERAL <-- */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#DDD;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:70%;
		font-family: Verdana, Helvetica, Default Sans;
		margin-top: 2em;
		background-color: #FFF;
		background-image: url('/public/images/general/bg.jpg');
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
	table {
		font-size: 100%;
	}
	a {
		color:#F15F5F;
	}
	a:hover {
		color:#fff;
		background:#F13E3E;
		text-decoration:none;
	}
	h1, h3 {
		margin:0em 0 .2em 0;
		padding:0;
		color: #B00A0A;
	}
	h2 {
		margin: 0em 0em 0em 0em;
		padding: 0em 0em 0em 0em;
		color: #B00A0A;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		/*clear:both;*/
		/*float:left;*/
		height: 84px;
	}
	#header {
		border-bottom: 1px solid #000;
		background-color: #F13E3E;
		/*background-color: #CCC;*/
		background-image: url('/public/images/banner100_2.png');
		background-repeat: no-repeat;
		background-position: center;	
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

/*-- CUSTOM  --*/

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	left: 0px;
	top: 2px;
	z-index: 10;
}

img.fakefile_image {
	position: absolute;
	top: -11px;
	margin-left: 8px;
	cursor: pointer;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 20;
	cursor: pointer;
}
	
.important {
	color: red;
	border: 1px solid red;
	margin: 1%;
	padding: 1%;
}
.text_container {
	border: 1px solid black;
	margin: 1%;
	padding: 1%;
}

div.title_bar {
	background-color: #F13E3E;
	color: #FFF;
	margin: 0px;
}

div.curved_title_bar {
	background-color: #F13E3E;
	color: #FFF;
	margin: 0px;
	margin-top: 5px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top: 1px solid #F13E3E;
	border-left: 1px solid #F13E3E;
	border-right: 1px solid #F13E3E;
}

div.curved_title_bar h2 {
	color: #FFF;
	padding: 0.5em;
}

div.curved_title_bar a {
	color: #FFF;
}

div.curved_article_body {
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border: 1px solid #999;
	border-top: 0px;		
}

div.article {
	background-color: #FFF;
}

div.page {
	margin-left: 20%;
	margin-right: 20%;
	border: 1px solid black;
	min-height: 900px;
	min-width: 750px;
	background-color: #FFF;
}

table.plain {
	border-collapse: collapse;
	margin-bottom: 1em;
	margin-left: 1px;
}

table.plain th {
	background-color: #F13E3E;
	border: 1px solid #000;
}

table.plain td {
	text-align: center;
	border: 1px solid #000;
}

.comment {
	padding: 2px;
	margin: 0.5em 0;
	width: 25em;
	min-height: 50px;
	background-color: #FFCCCC;
}

.comment_delete {
	float: right;
	width: 1em;
	height: 1.5em;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #F00;
	cursor: pointer;
	padding: 0 0.3em;
}

.hover {
	color: #FFF;
	background-color: #F00;
}

span.missing_label {
	color: #F00;
	font-weight: bold;
	text-decoration: underline overline;
}

span.wrong_language {
	color: #00F;
	font-weight: bold;
}

span.missing_label a {
	color: #F00;
}

span.wrong_language a {
	color: #00F;
}

ul.actions {
	margin: 0;
	padding: 0.3em;
	float: right;	
}

ul.actions li {
	display: inline;
	list-stye-type: square;
}

div.post_container {
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
}

div.post_text_container {
	margin-left: 150px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 1px solid black;
	padding: 0.5em;
	min-height: 10em;
}

div.update_container {
	margin-left: 150px;
	background-color: #000;
	color: #FFF;
	padding: 0.2em 0.5em;
}

div.paginator {
	background-color: #F13E3E;
	height: 2em;
	margin: 0;
}

div.page_numbers {
	float: right;
	height: 2em;	
}

div.page_numbers ul {
	margin: 0;
}

div.page_numbers ul li {
	display: inline;
	padding: 0.2em;
	font-weight: bold;
}

div.page_numbers ul li a {
	font-weight: bold;
	color: white;
}

div.menu {
	float: left;
	width: 180px;
	padding: 1em;
	background-color: #F16E6E;
	height: 100%;
}

div.main {
	margin-left: 200px;
	padding: 1em;
}

div.menu div.menuitem {
	text-decoration: none;
	height: 2em;
	background-color: #F13E3E;
	/*background-color: #CCC;*/
	/*background-image: url('/public/images/pulsante3.png');*/
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	font-weight: bold;
	padding: 0.5em 2em 0em 2em;
	margin: 0.5em 0em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid black;
}

div.menu div a {
	color: #FFF;
}

div.menu div a:hover {
	background-color: #F10000;
}

input {
	border: 1px solid #555;
}

fieldset {
	margin-left: 1em;
	margin-right: 1em;
	border: 1px solid #CCC;
}

label {

}

legend {
	padding: 0.1em 1em;
}

#calendar_div {
	height: 150px;
}

table.calendar {
	border: 1px solid black;
	border-collapse: collapse;
	margin-left: 1px;
}

table.calendar th {
	background-color: #F13E3E;
}

table.calendar th a {
	color: #000;
}

table.calendar th a:hover {
	background-color: #000;
	color: #F13E3E;
}

table.calendar td {
	text-align: center;
} 

div.welcome {
	min-height: 10em;
	margin-bottom: 3em;
	margin-top: 2em;
}

img.logo {
	align: left;
}

div.hr {
	height: 0px;
	border-top: 1px solid #999;
}

ul.filelist {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

li.folder {
	background-image: url('/public/images/icons/folder.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 17px;
}

li.file {
	background-image: url('/public/images/icons/txt.png');
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 17px;
}

div.textarea_buttons div {
	float: left;
	width: 40px;
	padding: 2px;
	margin: 1px 1px;
	border: 1px solid black;
	text-align: center;
	background-color: #F10000;
	cursor: pointer;
}

div.photo_container {
	text-align: center;
}

img.team_view {
	height: 80px;
	width: 60px;
}
