@CHARSET "ISO-8859-1";

body
{
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color: #005486;
	margin: 0px;
	padding:0px;
}

h2
{
	color : white;
}



a:link, a:visited, a:active 
{	
	text-decoration: none;
 	color: #0054FF;
}
a:hover 
{
	text-decoration: underline;
	color: #0054FF;
}


#header{
	height: 120px;
	background-image: url('../images/flags_2.png');
	background-color: #FFF;
	margin: 0px;
	padding:0px;
}

#footer {
	border-top : 1px solid #FF9000;
	text-align: center;
	margin: 0px;
	padding:0px;
	float:left;
	width:100%;
	margin-bottom:10px;
	padding-top:10px;
}

#body
{
	margin: 0px;
	padding:0px;
	float:left;
	width:100%;
}

#menu
{
	float : left;
	width : 200px;
	height : 100%;
	min-height : 350px;
 	border-right : 1px solid #FF9000;
 	padding-top: 20px;
}


#content
{
 	padding: 20px;
 	float:left;
	width:80%;
}

#menu li
{
 	list-style-type: none;
 	padding : 2px; 
 
}
#menu h3
{
	text-align : center;
}

#menu a:link, #menu a:visited,#menu a:active, #menu a:hover
{
	color : #0054FF;
}


#titre li
{
 	list-style-type : none;
 	padding : 2px; 
 	margin-left : -25px;
}
	
fieldset
{
	background-color : #FFFFFF;
	border: 1px solid #FF9000;
	padding: 10px;
	overflow: hidden;
}

legend
{
	font-size: 12pt;
	color : #005486;
	font-weight: bold;
	padding : 4px 10px 4px 10px; 
	margin : 4px; 
	border: 1px solid #FF9000;
}




table.ressource
{
	border: solid 1px #DDDDDD;
	margin: 0px;
	border-spacing: 0px;
	width: 100%;
	
}

table.ressource th, table.ressource td
{
	border: solid 1px #DDDDDD;
	border-spacing: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 1px 5px 1px 5px;
}

table .noborder
{
	border: 0px;
	margin: 0px;
	border-spacing: 0px;
	
	
}
table.noborder th, table.noborder td
{
	border: 0px;
}


table th
{
	text-align : left;
	font-weight: bold;
}

table img
{
	border: 0px;
/*	width : 17px;
	height : 17px;
	display : none;
*/
}

	
table th.translation
{
	text-align : left;
	width : 220px;
	height : 20px;
	vertical-align: middle;
}
table select.translation
{
	width : 150px;
}
table input.translation
{
	width : 200px;
}
table input.translation_RO
{
	width : 200px;
	font-weight: bold;
	background-color:#DDDDDD; 
}



.ressourceHide
{
	display : none; 
}

table th.langTrans
{
	width : 150px;
}
	
table th.updatesite
{
	text-align : left;
	width : 300px;
}
table .selectAndInput
{
	width : 100%;
	min-width: 250px;
}
table th.site
{
	text-align : left;
	width : 220px;
}
input.site, input.selectAndInput
{
	width : 300px;
}
table th.settings
{
	text-align : left;
	width : 150px;
}
select.settings
{
	width : 100px;
	margin-left: 70px;
}

div.settingsLang
{
	display : none;
}
div.settingsLang table th.settings
{
	text-align : left;
	width : 150px;
}

.sortable
{
	border: solid 1px #DDDDDD;
	
}	
