@import "tiny_mce.css";

/* CSS Document */


body {
background:black url(../images/bg.gif) 0 -60px repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#b7b7b7;
line-height:20px;
text-align:center;
margin:20px 0;
margin-top:-60px;
}

img {
border:none;
}

a {
color:#a82577;
}

h1, .h1 {
font-family:"Georgia", Arial;
font-size:20px;
font-weight:normal;
color:#ec4f5d;
font-style:italic;
}


.nodeco {
text-decoration:none;
}

.upper {
text-transform:uppercase;
}

.red {
color:#ec4f5d;
}

img.image_left {
margin-right:25px;
float:left;
margin-bottom:15px;
}

img.image_right {
margin-left:25px;
margin-right:30px;
float:right;
margin-bottom:25px;
}

img.bordered {
border:solid 5px white;
}

div.spacer {
clear:both;
}



#header_frame {
width:800px;
margin:auto;
margin-top:117px;
overflow:hidden;
height:230px;
}

#logo {
float:left;
margin:0 47px 30px 33px
}

#slogan {
float:left;
}


#main_frame {
width:800px;
margin:auto;
text-align:left;
overflow:hidden;
}


#menu {
width:306px;
float:left;
padding-left:33px;
}

a.menu_item {
float:left;
clear:both;
}

a.menu_item_selected,
a.menu_item:hover {
}



#content {
width:435px;
float:left;
overflow:hidden;
}

#content b, #content strong {
color:white;
}







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

li.pdf, li.jpg, li.doc, li.txt, li.rtf, li.ppt, li.blank, li.xls { 
/*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.xls { background-image: url("http://www.e-connect.lu/cms_dir/images/xls_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 {
	font-size:11px;
	padding-bottom:20px;
	padding:15px;
	margin-bottom:20px;
}
#message_stack:hover {
}

.message_stack_success {
	color:#999999;
}

.message_stack_error {
	color:#999999;
}
.message_stack_warning {
	color:#999999;
}

.message_stack_title {
	color:#999999;
	font-family:"Myriad Pro", Arial;
	font-size: 18px;
	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 {
font-size:12px;
color:#666666;
font-family: Arial;
border:solid 1px #cccccc;
padding:2px;
}

input[type=submit], input[type=button] {
font-size:12px;
color:#666666;
font-family: Arial;
border:solid 1px #cccccc;
padding:1px;

}




