@import "tiny_mce.css";

body {
margin:50px;
background:#ffffff;
font-family:Arial;
font-size:12px;
line-height:22px;
color:#333333;
text-align:left;
}

#forward {
text-align:left;
padding:50px;
}

#forward div.field {
float:left;
overflow:auto;
clear:both;
width:90%;
padding:4px;
}

#forward label {
width:180px;
float:left;
}

#forward input {
float:left;
font-size:11px;
}

a { color:#9933cc; }
a:hover { text-decoration:none; }

#global {
text-align:center;
margin:auto;
width:1020px;
}

#site {
width:1020px;
background:url(../images/bg.gif) repeat-y left bottom;
margin:0;
float:left;
text-align:left;
padding:10px 20px 0 20px;
}

#header {
float:left;
margin:0;
width:980px;
height:167px;
background:url(../images/header.jpg) no-repeat;
}

#footer {
width:1020px;
margin:0;
background:url(../images/bottom.gif) no-repeat;
height:21px;
float:left;
}

#top_line {
width:950px;
height:23px; /*29 original */
background:#000000 url(../images/bg_red.gif) repeat-x top;
border-bottom:solid 1px white;
float:left;
text-align:right;
color:white;
padding-right:30px;
font-size:11px;
padding-top:3px;
}

#top_line a { color:white; }

#bottom_line {
width:980px;
height:23px;
float:left;
background:#000000 url(../images/bg_red.gif) repeat-x top;
color:white;
font-size:10px;
text-align:center;
padding-top:3px;
}

#bottom_line a { color:white; text-decoration:underline; }
#bottom_line a.nodeco { color:white; text-decoration:none; }

#main_frame {
padding:0;
margin:0;
float:left;
width:980px;
}

#right_frame {
min-height:0px;
width:230px;
float:left;
padding:0;
margin:0;
background:#ededed;
}

#left_frame {
padding:0;
margin:0;
min-height:150px;
width:750px;
float:left;
background:#d9d9d9 url(../images/bg_side.jpg) top left no-repeat;
}

#middle_frame {
margin:0;
min-height:300px;
width:510px;
float:left;
padding:25px;
background:white;
overflow:hidden;
}

.back {
float:right;
font-size:11px;
}

#content {
	min-height:650px;
	height:auto !important;
	height:650px;
width:510px;
float: left;
}

#menu {
width:190px;
color:white;
float:left;
clear:none;
	min-height:650px;
	height:auto !important;
	height:650px;
padding-top:25px;
}

.menu_item, .menu_item_nav {
float:left;
clear:both;
padding-left:23px;
width:165px;
height:23px;
margin-bottom:-1px;
padding-top:3px;
cursor:pointer;
background:url(../images/bg_menu_item.gif);
}

.menu_item_nav, .menu_item:hover {
background:url(../images/bg_menu_item_over.gif);
}

div.submenu {
float:left;
padding-top:5px;
padding-bottom:10px;
margin-left:10px;
color:white;
font-size:11px;
line-height:15px;

}

a.submenu_item , a.submenu_item_nav {
color:white;
text-decoration:none;
}

a.submenu_item:hover , a.submenu_item_nav {
text-decoration:underline;
}

h3 {
font-size:18px;
color:#9933cc;
}

h2 {
font-size:20px;
color:#9933cc;
}

h2, h3 {
font-size:Georgia, "Sans Serif";
padding:0;
margin:10px 0 25px 0;
font-weight:normal;
/*font-style:italic;*/
margin-top:15px;
margin-bottom:15px;
}

hr {
margin-top:10px;
height:10px;
border:none;
border-top:solid 1px #57718d;
color:#ffffff;
width:100%;
display:block;
}

#breadcrumb {
color:#666666;
font-size:11px;
border-bottom:solid 1px #cccccc;
padding-bottom:6px;
}

#breadcrumb a { text-decoration:none; }
#breadcrumb a:hover { text-decoration:underline; }

.snippet_block {
min-height:50px;
padding:15px;
background:transparent url(../images/snippets_sep.gif) bottom no-repeat;
overflow:hidden;
}
.snippet_block h2, .snippet_block h3 {
font-size:18px;
color:#9933cc;
}

p {
padding:0;
margin:8px 0;
}

img { border:none; }



li.pdf, li.jpg, li.doc { 
/*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"); }








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


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

.message_stack_success {
	color:green;
}

.message_stack_warning, .message_stack_error {
	color:red;
}

.message_stack_title {
	font-weight:bold;
	color:black;
	font-size: 11px;
	margin:5px 0 5px 0;
}

.page_navigation {
text-align:center;
font-size:11px;
width:510px;
}

/* forms */


input[type=text], input[type=password], select, textarea {
padding:1px;
font-size:11px;
background:#FCFCFC;
border:solid 1px #cccccc;
font-family:"Myriad Pro";
}

input[type=submit], input[type=button] {
border:solid 2px #666666;
margin:2px;
font-size:11px;
background:#333333 url(../images/bg_button.gif);
padding:0 8px;
color:white;
height:21px;
font-family:"Myriad Pro";
}

.blue {
color:#9933cc;
}