@import "tiny_mce.css";

/* CSS Document */

body {
margin:0;
text-align:center;
background:#6C0001;
font-family:Georgia, Arial;
font-size:12px;
color:#999999;
line-height:20px;
}

a { color:#6C0001; text-decoration:none; }
a:hover { text-decoration:underline; }

a.btn{
display:block;
background:url(../images/btn.gif) top center; 
width:143px;
height:33px;
line-height:33px;
text-align : center;
color : #fff !important;
font-family:Georgia, Arial;
font-size:12px;
text-shadow:1px 1px 1px #8b5b1e;
margin:10px 0px;
}


img { border:none; }

h1 {
line-height:27px;
font-size:24px;
color:#873B23;
font-weight:normal;
font-style:italic;
padding-bottom:17px;
margin-bottom:24px;
border-bottom:dotted 1px #873B23;
}

h2,h3 {
line-height:24px;
font-size:20px;
color:#873B23;
font-weight:normal;
font-style:italic;
margin-bottom:10px;
}

#header {
background:#6C0001 url(../images/bg_header.gif) top center;
}

#header_inner {
height:221px;
border-bottom:solid 6px #B87929;
margin:auto;
min-width:820px;
background:transparent url(../images/logo_header.gif) 7% 0% no-repeat;
padding-left:7px;
padding-right:7px;
}

#main {
background:white;
}

#main_inner {
margin:auto;
text-align:left;
width:820px;
padding:40px 7px 10px 7px;
overflow:auto;
background:url(../images/bg_main.gif) top repeat-y;
}

#footer {
background:url(../images/bg_footer.gif) top repeat-x;
}

#footer_inner {
height:165px;
margin:auto;
font-size:9px;
font-family:Arial;
line-height:11px;
color:white;
padding-top:10px;
min-width:820px;
background:url(../images/bg_footer_inner.gif) top no-repeat;
padding-left:7px;
padding-right:7px;
}

#footer a {color:white;}

#menu {
margin-top:10px;
float:left;
clear:none;
width:165px;
margin-left:17px;
}

#menu a { color:#888888;  }
#menu a:hover { color:#6C0001;text-decoration:none; }

.menu_item {
border-bottom:dotted 1px #999999;
width:130px;
padding:7px;
}



#item_selected a { color:#6C0001; }

#content {
float:left;
clear:none;
width:560px;
margin-left:40px;
}

.snippet {
}
#plugin_content, #site_content {
overflow:auto;
}

.page_navigation {
margin-bottom:10px;
}

#languages {
float:right;
margin-right:38px;
margin-top:-20px;
}

#current_lang {
color:#999999;
}


.nodeco { text-decoration:none }



/* -------------------- */

li.pdf, li.jpg, li.doc, li.txt, li.rtf, li.ppt, li.blank { 
/*list-style-image: url(http://www.e-connect.lu/cms_dir/images/pdf_small.gif);*/
list-style-type: none;
background-repeat: no-repeat;
background-position: left;
padding: 3px 0 3px 20px;
margin:2px 0;
}
li.pdf { background-image: url("http://www.e-connect.lu/cms_dir/images/pdf_small.gif"); }
li.jpg { background-image: url("http://www.e-connect.lu/cms_dir/images/jpg_small.gif"); }
li.doc { background-image: url("http://www.e-connect.lu/cms_dir/images/doc_small.gif"); }
li.txt { background-image: url("http://www.e-connect.lu/cms_dir/images/txt_small.gif"); }
li.rtf { background-image: url("http://www.e-connect.lu/cms_dir/images/rtf_small.gif"); }
li.ppt { background-image: url("http://www.e-connect.lu/cms_dir/images/ppt_small.gif"); }
li.blank { background-image: url("http://www.e-connect.lu/cms_dir/images/txt_small.gif"); }

/* --------------- */


/* error box */
#message_stack {
	position: relative;
	margin-top:20px;
	font-size:11px;
	padding-bottom:20px;
	border:dotted 1px #cccccc;
	padding:15px;
}
#message_stack:hover {
}

.message_stack_success {
	color:#9fb222;
}

.message_stack_error {
	color:red;
}
.message_stack_warning {
	color:orange;
}

.message_stack_title {
	color:#6C0001;
	font-family:"Georgia", Arial;
	font-style:italic;
	font-size: 14px;
	margin:5px 0 5px 0;
}

.page_navigation {
float:left;
text-align:center;
font-size:11px;
width:100%;
}

/* forms */


input[type=text], input[type=password], select, textarea {
padding:1px;
font-size:11px;
background:#FCFCFF;
font-family:Georgia, Arial;
border:solid 1px #cccccc;
color:#999999;
}

input[type=submit], input[type=button] {
font-size:12px;
font-family:Georgia, Arial;
text-align:center;
color:#999999;
padding:2px;
border:solid 1px #cccccc;
}



/* --- */
p {
font-family:Georgia, Helvetica, sans-serif;
font-size:12px;
}


