/* Start of CMSMS style sheet 'hmenu2.css' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {

}



div#menu_horiz {
	background-color:#ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	position:relative;
	left:0px;
	/*top:205px;*/
        margin-bottom: 0px;
	height:27px;
	padding-top:13px;
	/*padding-left:33px;*/
	text-align:center;
	
}

div#menu_horiz span{
	padding:10px;
}

div#menu_horiz a.currentpage {
	font-weight:bold;
}

div#menu_horiz a {
   text-decoration:none;
   font-size:12px;
   font-weight:bold;
   text-transform:UPPERCASE;
   color:#006f3a;
   letter-spacing:1px;
}


/* hover state for spannks */
div#menu_horiz span a:hover {
	color:#071d35;
        text-decoration:underline;
}
div#menu_horiz a.activeparent:hover {
	
}

div #anim{
margin-top:5px;
}

/* End of 'hmenu2.css' */

/* Start of CMSMS style sheet 'news.css' */
div#news {
	
}


div#news div.itemlist, div#news div.item{
	padding-bottom:10px;
    margin-bottom:10px;
}

div#news div.item{
	border-bottom:1px dotted #aaaaaa;
}


div#news div.date{
	font-size: 11px;
 	color:#7f7f7f;
}

div#news div.title{
	font-size: 13px;
	padding-top:3px;
	padding-bottom:3px;
}

div#news a{
 	color:#6c9d31;
 	text-decoration:none;
}

div#news a:hover{
	text-decoration:underline;
}

div#news div.summary{

}

div#news div.viewAll{
	text-align:right;
}


/* End of 'news.css' */

/* Start of CMSMS style sheet 'sublist.css' */
div#sub_list , div#sub_list h3{
	padding:0px;
	font-size:11px;
}
div#sub_list{
	/*
	border-right:1px dotted #aaaaaa;
	*/
	margin-right:40px;
	
}

div#sub_list li.separator hr{
	display:none;
	
}

div#sub_list div.title{
	color: #006f3a; 
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}

div#sub_list dfn{
	display:none;
}

div#sub_list ul {
	list-style:none;
	list-style-position:inside;
	margin:0px;
	padding:0px;
}

div#sub_list li {
	margin:0px;
	padding:0px;
	padding-left:-12px;
	list-style:none;
	/*border-bottom:1px dotted #aaaaaa;*/
	padding-bottom:5px;
	margin-bottom:5px;
}

div#sub_list li:hover{
	
}

div#sub_list a:link, div#sub_list a:active, div#sub_list a:visited {
	color:#7ea94b;
	text-decoration:none;
}

div#sub_list a:hover {
	color:#3463c9;
}

div#sub_list li.currentpage {
	list-style:none;
}

div#sub_list a.currentpage {
	font-weight:bold;
}

div#sub_list li.currentpage h3{
	padding-top:2px;
	padding-bottom:2px;
	margin:0px;
	color:#3463c9;
}

div#sub_list li li{
	padding:0px;
	padding-left:10px;
	list-style-image:url(uploads/theme/list_b1.jpg);
	border:0px;
}

div#sub_list li li:hover{
	list-style-image:url(uploads/theme/list_b2_hover.jpg);
}



/* End of 'sublist.css' */

/* Start of CMSMS style sheet 'style.css' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
/*
* {
margin:0;
padding:0;
}
*/
/*
Set initial font styles
*/
body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link,
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color:#6c9d31;
   /*color: #18507C; */
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  /*color: #18507C;   */
 	color:#6c9d31;             /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

/*****************
basic layout 
*****************/


body {
	color:#3a3a3a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}

div#home{
	/*background: url(uploads/theme/bg_home.jpg) ;*/
	background-repeat:no-repeat;
	height:691px;
	padding-top:40px;
}

div#zone1, div#zone2 {
	line-height:25px;
}

div#zone1 {
	width:181px;
	max-height:343px;
	padding:20px;
	
}

div#zone2 {
	width:674px;
	max-height:575px;
	padding:20px;
}



div#menuspace {
	background:url(uploads/theme/menuspace.jpg);
	background-repeat:no-repeat;
	width:1025px;
	margin-left:auto;
	margin-right:auto;
	height:13px;
}

div#inside{

	
}

/* center wrapper, min max width */
div#pagewrapper {
	background:url(uploads/cea.eu/background.gif);
	background-repeat:no-repeat;
	width:900px;
	margin-left:auto;
	margin-right:auto;
   
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
        height:152px;
        background:url('uploads/theme/default.jpg');  	
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto; 
	text-align:right;
}

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(uploads/theme/logo1.gif) no-repeat 0 12px; 
   display: block;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#techNav {
	text-align: right;
	padding:0;
	margin:0;
	padding-top:7px;
	margin-bottom:10px;
	height:26px;
	
}

div#techNav a{
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

div#subTechNav {
	text-align:right;
	padding-top:10px;
	border-top:1px dotted #aaaaaa;
	margin-top:20px;
}

div#subTechNav a{
	font-size:10px;
	color:#666666;
	text-decoration:none;
}


/* position for the search box */
div#search {
	position:relative;
	/*left:-18px;*/
	/*top:-25px;*/
        right: 10px;
        top: 10px;
	padding:0;
	margin:0;
	color:#ffffff;

}


div#search input.searchinput{
	background:url('uploads/theme/icon_search.gif') no-repeat 3px 3px;
	padding-left:20px;
	border:0px;
	background-color:#ffffff;
	
}

div#search input.btn{
	background-color:#ffffff;
	border:1px solid #000000;
	font-size:11px;
	border:0px;
	color:#7ea94b;
	font-weight:bold;
}

div.breadcrumbs {
   padding-top:10px; /* CSS short hand rule first value is top then right, bottom and left */
   padding-bottom:10px;
   font-size: 11px;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   text-align:right;
   color:#a9a9a3;
}

div.breadcrumbs a {
	 color:#a9a9a3;
}

 div.breadcrumbs span.lastitem { 
   
 } 

 div#content {
  /*line-height:20px;*/
  font-size:12px;
line-height: 130%;
}


div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
 	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
   	padding-top:15px;
   	padding-bottom:15px;
   	text-align:center;
   	color:#006f3a;
   	font-size:11px;
   	background-color:#a5dc63;
}

div#footer a{
   color:#006f3a;
}

div#footer span.separator {
	color:#006f3a;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}



/********************
CONTENT STYLING
*********************/
div#content {
	font-size:12px;
}

div#content p{
	
}

/*
div#content ul{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
}
*/
div#content li{
	/*list-style-type:disc;
	list-style-position:inside;*/
       margin-top: 10px;
       margin-bottom: 10px;
}


div.topBar {
	padding-top:10px;
}

div.topBar a{
	font-size:10px;
	text-decoration:none;
}

div#content h2 {
   margin:0px;
   padding:0px;
   color: #006f3a; 
   font-size:16px;
   margin-bottom:15px;
   text-transform:uppercase;
   font-weight:bold;
}

div#content h3 {
   margin:0px;
   padding:0px;
   color: #006f3a; 
   font-size:14px;
   margin-bottom:15px;
   text-transform:uppercase;
   font-weight:normal;
}

.globalListCell1{
	background-color:#f5f5f5;
	padding:3px 5px 0px 5px;
	
}

.globalListCell2{
	background-color:#ffffff;
	padding:3px 5px 0px 5px;
}
/* End of 'style.css' */

/* Start of CMSMS style sheet 'documentLibrary.css' */
div#document_library{
    padding-top:20px;

}

div#document_library div.section_yearactive{
    background-color:#efefef;
    color:#4e87de;
}

div#document_library div.section_yearactive a{
    /*display:none;*/
}

div#document_library .yearinactive{
   /* display:none;*/
    
}

div#document_library div.section{
    
    border-bottom:1px dotted #aaaaaa;
    margin-bottom:1px;
    padding:0px 5px 0px 5px;
}

div#document_library div.section a{
    text-decoration:none;
    
}

div#document_library span.yeartitle{
    font-weight:bold;
    font-size:14px;
    
}

div#document_library div.docInfo{
    padding-top:5px;
    padding-bottom:5px;
    font-size:11px;
    color:#666666;
    
}

div#document_library div.thumbnail{
    display:inline;
    
}

div#document_library span.docdate{
    
}

div#document_library ul{
    margin:0px;
    padding:0px;
}


div#document_library li{
    list-style: none;
    padding-left:0px;
    border-bottom:1px solid #efefef;
}

div#document_library a{
    
}

div#document_library div.doclink{
    padding-top:5px;
}
div#document_library div.doclink a{
    font-weight:bold;
    text-decoration:none;
}


div#document_library span.tool {
  position: relative;   /* this is key */
}
 
div#document_library span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
div#document_library span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: -30px;
  left: 130px;
  background-color:#efefef;
  border:1px solid #666666;
  padding:5px;
 
}

/* End of 'documentLibrary.css' */

/* Start of CMSMS style sheet 'calendar.css' */
/*
div#upcomingEvents 
{

}
	#upcomingEvents div.event{
		
	}
	#upcomingEvents div.date{
		font-size: 11px;
	 	color:#a5a5a5;
	}
	
	#upcomingEvents div.title{
		color:#237ad0;
		font-size:11px;
		font-weight:bold;
		padding-bottom:5px;
		border-bottom:1px solid #2477cd;
		margin-bottom:5px;
	}
	
	#upcomingEvents div.allItems{
		padding-top:10px;
		text-align:right;
	}
	
		#upcomingEvents div.allItems a:link, #upcomingEvents div.allItems a:active, #upcomingEvents div.allItems a:visited {
		text-decoration:none;
		color:#237ad0;
		font-weight:normal;
		font-size:10px;
		}
		
		#upcomingEvents div.allItems a:hover {
			text-decoration:underline;
			color:#3a3a3a;
		}
	
	#upcomingEvents div.summary{
		
	}
	
	#upcomingEvents a, #upcomingEvents a:active, #upcomingEvents a:visited {
		text-decoration:none;
		color:#2e2e2e;
		font-weight:bold;
		font-size: 13px;
	}
	
	#upcomingEvents a:hover {
		text-decoration:underline;
		color:#3a3a3a;
	}
*/
div#EventsList 
{

}
	#EventsList div.event{
		padding-bottom:5px;
		margin-bottom:5px;
		border-bottom:1px solid #a5a5a5;
		
	}
	#EventsList div.date{
		font-size: 11px;
	 	color:#a5a5a5;
	}
	
	#EventsList div.summary{
		line-height:18px;
	}
	
	#EventsList a, #EventsList a:active, #EventsList a:visited {
		text-decoration:none;
		font-weight:bold;
		font-size: 13px;
	}
	
	#EventsList a:hover {
		text-decoration:underline;
	}
	
	div#EventsList div.viewAllLink{
		text-align:right;
		padding-bottom:4px;
		border-bottom:1px dotted #aaaaaa;
	}
	
		div#EventsList div.viewAllLink a{
			color:#3463c9;
			font-weight:normal;
		}

	
div#EventDetails 
{

}
	#EventDetails h1{
		font-size:12px;
		color:#3a3a3a;
		margin-bottom:10px;
		margin-top:10px;
	}
	
	#EventDetails div.event{
		margin-bottom:8px;
	}
	#EventDetails div.date{
		font-size: 11px;
	 	color:#a5a5a5;
	}
	
	#EventDetails div.summary{
		
	}
	
	#EventDetails a, #EventDetails a:active, #EventDetails a:visited {
		text-decoration:none;
		color:#2e2e2e;
		font-weight:bold;
		
	}
	
	#EventDetails a:hover {
		text-decoration:underline;
		color:#3a3a3a;
	}
	

	

table.calendar {
	background-color:#efefef;
	padding:5px;
	border-spacing: 1px;
	text-align:center;
	width:100%;
}

	table.calendar td{
		background-color:#ffffff;
		height:30px;
	}
	
	table.calendar td.empty{
		background-color:#f9f9f9;
	}
	
	table.calendar tr td a
	{
	  text-decoration:none;
	}
	
	/* highlight "today" for the small calendar */
	table.calendar td.calendar-today
	{
	  font-weight: bold;
	}
	
	div.calendar_nav{
		padding-top:5px;
		text-align:center;
	}
/* End of 'calendar.css' */

