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

   version 17 mars 2009
   toutes les url images sont indiquées en absolu
   pour qu'elles soient cachées par les navigateurs
   malgré les différents domaines

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

/* ajout mai 2009 : events */

#calendar-event		/* event's detail */
{
	font-size: 0.9em;
	line-height: 1.6em;
}

#calendar-event>div
{
	font-weight: bold;
}

.V9	/* event's list */
{
	line-height: 1.8em;
}


/* fin ajout mai 2009 : events */

/* -------------------------------------------------------------- 
   == COLOURS: =======================
#2C4E8E: blue egee
#F6C000: orange egee
#424242: gris /bleu/
#BABABA: gris /orange/
-------------------------------------------------------------- */
/* -------------------------------------------------------------- 
   ???????????????????????????????????????
	+GENERAL
		///LINKS
		///TYPOGRAPHY
		///LISTS
	+GENERAL LAYOUT
		///LEFT TEXT NAVIGATION
		///LEFT ELEMENTS
		///RECENT ISSUES
		///RIGHT ELEMENTS
		///SEARCH
		///RIGHT TEXT NAVIGATION
	+HOME
		///WELCOME SECTION
		///COLUMNS
		///MISC CLASSES AND ELEMENTS
		///SEARCH-HOME
	+ADMIN FORM
	+FORM TIP A FRIEND
   
   -------------------------------------------------------------- */
/*GENERAL///LINKS///TYPOGRAPHY///LISTS
------------------------------------------------------------ */
body {
	
/*
	background: transparent url(../images/background.png) no-repeat;
*/
	background: transparent url(http://www.eu-egee.org/fileadmin/templates/images/background.png) no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
}	
#content_container{
	width:1030px;
	}
  
table.contenttable {
   padding-top:20px;
   border-collapse: collapse;
}

table.contenttable thead tr th{
  width: 100%;
  font-variant: small-caps;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #F6C000;
}

table.contenttable tbody tr td {
  border-bottom:1px dashed #F6C000;
  border-collapse: collapse;
  padding:5px;
  width: 100%;
}

table.contenttable p.bodytext{
  text-align:left;
}

/* LINKS
------------------------------------------------------------ */
#content2 #dcln_right a {
	text-decoration: none;
	font-weight: bold;
	color:  #424242;
	outline: none;
	border-bottom: 1px solid #424242;
	}
#content2 #dcln_right a:visited {
	color:  #424242;
	}
#content2 #dcln_right a:active {
	color:  #424242;
	}
#content2 #dcln_right a:hover {
	border-bottom: 1px solid #424242;
	background: #424242;
	color: #F6C000
	}
/* TYPO
------------------------------------------------------------ */	
p {
	font-size: 12px;line-height: 19px;margin-top: 20px;margin-bottom: 10px; }
h1 {
	font-size: 24px;line-height: 44px;font-weight: bold;margin-top: 0;margin-bottom: 0;color:#424242	}
h2 {
	font-size: 18px;line-height: 40px;font-weight: bold;margin-top: 0;margin-bottom: 0;}
h3 {
	font-size: 16px;line-height: 22px;font-weight: bold;margin-top: 0;margin-bottom: 0;}
h4 {
	font-size: 14px;line-height: 26px;	font-weight: bold;margin-top: 0;margin-bottom: 0;}
h5 {
	font-size: 12px;line-height: 22px;font-weight: bold;margin-top: 0;margin-bottom: 0;}
h6 {
	font-size: 10px;line-height: 18px;font-weight: bold;margin-top: 0;margin-bottom: 0;}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
blockquote:first-letter {
/*
	background: url(../images/open-quote.gif) no-repeat left top;
*/
	background: url(http://www.eu-egee.org/fileadmin/templates/images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
	font: italic 1.4em Georgia, Times New Roman, Times, serif;
}
/* LISTS
------------------------------------------------------------ */	
ol {
	font: italic 1em Georgia, Times, serif;
	color: #999999;
}
ol p {
	font: normal .8em Verdana, sans-serif;
	color: #000000;
} 
#content2 #dcln_right ul{
	padding:  0 3em 1em 3em;
	color: #424242; font-weight:normal;
/*	border-bottom: 2px dotted #bababa;*/
}	
#content2 #dcln_right li{
	padding-left: 10px; text-indent: 10px;
/*
	background: url(../images/ic_list.png) no-repeat 0 2px;
*/
	background: url(http://www.eu-egee.org/fileadmin/templates/images/ic_list.png) no-repeat 0 2px;
	font-size: 75%; line-height: 150%;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content2 #dcln_right li ul li{
	padding-left: 15px; text-indent: 3px;
/*
	background: url(../images/ic_sublist.png) no-repeat 0 4px;
*/
	background: url(http://www.eu-egee.org/fileadmin/templates/images/ic_sublist.png) no-repeat 0 4px;
	font-size: 75%;


}

#content_container ul.home{
	padding:  0 3em 1em 3em;
	color: #424242; font-weight:bold;
	border-bottom: 2px dotted #bababa;
}	

#content_container li.home{
	padding-left: 10px; text-indent: 10px;
/*
	background: url(../images/ic_list.png) no-repeat 0 2px;
*/
	background: url(http://www.eu-egee.org/fileadmin/templates/images/ic_list.png) no-repeat 0 2px;
	font-size: 75%; line-height: 150%;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content_container li.home a{
  color: #2C4E8E;
}

#content_container li.home a:hover{
  color: #F6C000;
}


/*END general///links///typography///lists
------------------------------------------------------------ */
/* GENERAL LAYOUT
------------------------------------------------------------ */	
#main {
	margin:0; padding:75px 0 0 0;
	width: 100%;
/*
	background: transparent url(../images/background.jpg) no-repeat;
*/
	background: transparent url(http://www.eu-egee.org/fileadmin/templates/images/background.jpg) no-repeat;
	}	
	
#content {
	float: left;
	padding: 0;
	margin: 0px;
	border: 0px;
 	width: 240px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 240px; 
	}
html>body #content {
	width: 240px; /* ie5win fudge ends */
	}
#portallogo {/*logo egee*/
	width:240px;
	height:137px;
}	
/* LEFT TEXT NAVIGATION
------------------------------------------------------------ */	
ul#leftmenu  {
		padding-top: 1em;
		padding-left: 1em;
}
ul#leftmenu   li a{
	color: #fff;
	text-decoration: none;
	font:  bold 0.75em/1.7em verdana, sans-serif
}
ul#leftmenu   li a.select{
	color: #f6c000;
	font:  bold 0.75em/1.7em verdana, sans-serif
}	
ul#leftmenu   li a:hover{
		color: #f6c000;
}
/* END LEFT TEXT NAVIGATION
------------------------------------------------------------ */	
/* LEFT ELEMENTS
------------------------------------------------------------ */	
#login_ {/*log in*/
	width:225px;
	height:27px;
}
.portal-elmts {/*recent issues*/
	padding:0; margin:0.5em 0;
}
.portal-elmts  h1{
	font: bold 0.8em verdana, sans-serif;
	color: #F6C000;
	padding:0.5em 0 0.5em 15px; margin:0 0 0 0;
	/*background: transparent url(../images/bg_issues.png) no-repeat center left;*/
}
/*-----------------------------------  RECENT ISSUES  -----------------------------------*/
#twrss_table  {
	padding: 0 0 0 0;margin:0 15px; background: none
}
.twrss_bodytext {padding:0;margin:0;}
.twrss_item_link  a{
	color:#fff;
	text-decoration:none;
	font:bold 12px/12px verdana,sans-serif;
	padding:0;
	margin:0;
	border: 1px solid #bababa;
/*
	background: #2c4e8e url(../images/bg_issues.png) repeat-x left top;
*/
	background: #2c4e8e url(http://www.eu-egee.org/fileadmin/templates/images/bg_issues.png) repeat-x left top;
	padding: 0.5em 0.5em 0.65em 0.5em;margin:0.25em 0;
	display :block;
}
.twrss_item_link  a:hover{
	color:#F6C000
}
hr {
	padding:0;margin:0;
	border: 0; display:none}	
/*-----------------------------------  END RECENT ISSUES  -----------------------------------*/	
a.rss {/*rss news*/
/*
	background: transparent url(../images/icon_news.png) no-repeat 0 1px;
*/
	background: transparent url(http://www.eu-egee.org/fileadmin/templates/images/icon_news.png) no-repeat 0 1px;
	padding: 1px 0 0 20px; margin:0 0 0 15px;
	font:  15px verdana, sans-serif;
	color: #fff;	text-decoration: none;
}
a.rssevent {/*rss news*/
/*
	background: transparent url(../images/icon_events.png) no-repeat 0 1px;
*/
	background: transparent url(http://www.eu-egee.org/fileadmin/templates/images/icon_events.png) no-repeat 0 1px;
	padding: 1px 0 0 20px; margin:0 0 0 15px;
	font:  15px verdana, sans-serif;
	color: #fff;	text-decoration: none;
}



.portal-elmts a.login {
	color:#fff;
	text-decoration:none;
	font:bold 12px/12px verdana,sans-serif;
	padding:0;
	margin:0;
	border: 1px solid #f6c000;
/*
	background: #f6c000 url(../images/bg_mod-home-more.png) repeat-x left top;
*/
	background: #f6c000 url(http://www.eu-egee.org/fileadmin/templates/images/bg_mod-home-more.png) repeat-x left top;
	padding: 0.5em 0 0.5em 0;margin:0.25em 15px; text-align:center;
	display :block;cursor: pointer ;
}
.portal-elmts a:hover.login {
	color: #424242;
}
.pub-elmts {
width: 210px;
margin:   1.5em auto 1em auto; text-align:center
}
.pub-elmts img {
	padding:5px; border: 1px solid #bababa;  background: #808080;
}
.footer {
	padding:0 0 2em 0; margin:0;text-align: center
}
.footer a{
	font: 11px/19px verdana, sans-serif;text-decoration: none;
	color: #CCCCDD; text-align: center
}
.footer a:hover{
	color: #fff;
	text-decoration: none;
}
/* END LEFT ELEMENTS
------------------------------------------------------------ */	
/* RIGHT ELEMENTS
------------------------------------------------------------ */	
#content2 {
	float: left; /* Opera5.02 will show a space at right when there is no scroll bar */
	padding: 0;
	margin: 0px;
	border: 0px;
/*
	background: transparent url(../images/bg_dcln-title.png) no-repeat;
*/
	background: transparent url(http://www.eu-egee.org/fileadmin/templates/images/bg_dcln-title.png) no-repeat;
	width: 720px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 720px;
	}
	
html>body #content2 {
	width: 720px; /* ie5win fudge ends */
	}	
#dcln_search {/*search*/
	float:right;
	padding: 1em 0 0 0;
}	
/*SEARCH
------------------------------------------------------------ */	
.buttonSearch { 
	border: 0; 
	padding: 0; margin:0; 
/*
	background: transparent url('../images/ic_search.png') no-repeat scroll 5px 3px; 
*/
	background: transparent url('http://www.eu-egee.org/fileadmin/templates/images/ic_search.png') no-repeat scroll 5px 3px; 
	width: 75px; height: 25px; 
 	cursor: pointer;
	color:#424242;
	font-weight: bold;
	text-align: right;

}
.fieldSearch {	
	background: #bababa url(../images/bg_search.png) repeat-x left bottom;
	border: 0;
	color: #fff;
	text-align: left;
	font-weight:bold;
	}
a.advancedlink {
	float:left;
	margin-top:0.3em;
	font-size:10px;
	color:#424242;
	padding: 1px 0 0 13px;
	height:15px;
	/* font-weight: bold; */
/*
	background: transparent url('../images/ic_search-small.png') no-repeat scroll 0 0;
*/
	background: transparent url('http://www.eu-egee.org/fileadmin/templates/images/ic_search-small.png') no-repeat scroll 0 0;
	text-decoration:none;
}
a:hover.advancedlink {
		text-decoration:none; color:#F6C000;
}
/*END SEARCH
------------------------------------------------------------ */	
#dcln_title {/*titre related p */
	width:100%;
	height:87px;
}
#dcln_title img{
	padding: 1em 0 0 2em;
	}
	
.root{
	padding: 0 0 0 3em;
	color: #808080;
	font-size: 65%;
	}	
	
.root a{
	color: #f6c000;
	}
	
	
#dcln_main {
		clear:both;
		}
#dcln_left {
	float: left;
	padding: 2% 0;
	margin: 50px 0 0 0;
	border: 0px;
/*
	background: #808080 url(../images/bg_dcln_menu-up.png) no-repeat top right;
*/
	background: #808080 url(http://www.eu-egee.org/fileadmin/templates/images/bg_dcln_menu-up.png) no-repeat top right;
	width: 25%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 21%;
	}
html>body #dcln_left {
	width: 21%; /* ie5win fudge ends */
	}
#dcln_left_bottom {
	float: left;
	padding: 2% 0;
	margin: 0 0 0 0;
	border: 0px;
/*
	background: #F6C000 url(../images/bg_dcln_menu-bottom.png) no-repeat bottom right;
*/
	background: #F6C000 url(http://www.eu-egee.org/fileadmin/templates/images/bg_dcln_menu-bottom.png) no-repeat bottom right;
	width: 25%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 21%;
	}
html>body #dcln_left_bottom {
	width: 21%; /* ie5win fudge ends */
	}
#dcln_right{
	float: right; /* Opera5.02 will show a space at right when there is no scroll bar */
	padding:  2% 0;
	margin: 0px;
	border: 0px;
	background: transparent;
	width: 75%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 71%;
	}

/* RIGHT ELEMENTS = RIGHT TEXT NAVIGATION
------------------------------------------------------------ */
.rightmenu  {
	margin:0;
	padding: 0;
}
ul.rightmenu  {
		padding-top: 0;
		padding-left: 1em;
}
ul.rightmenu  li {
		padding-right: 0.5em;
}
ul.rightmenu   li a{
	color: #fff;
	text-decoration: none;
	font:  bold 0.7em/1.7em verdana, sans-serif
}
ul.rightmenu   li a:hover{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #424242
}
ul.menu2 li.sub {
	padding:0; margin:0;
}	
ul.menu2 {
	padding:0; margin:0 0 0 5px;
}
li.sub ul.menu2   li a{
	color: #f6c000;
	text-decoration: none;
	font:  bold 0.7em/1.7em verdana, sans-serif
}	
/* END RIGHT TEXT NAVIGATION
------------------------------------------------------------ */

/*------------------  powermail style -----------------------*/

div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 10px 0;
}

fieldset.tx-powermail-pi1_fieldset{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border-top: 1px dotted #bababa;
	border-bottom:1px dotted #bababa;
	border-left:1px dotted #fff;
	border-right:1px dotted #fff;
	background-color: #fff
}
  fieldset legend{
	margin-left: 1em;
	padding: 0;
	color: #808080;
	font-weight: bold; background-color: #fff
}
fieldset.tx-powermail-pi1_fieldset label{
	float: left;
	width: 20em;
	margin-right: 1em; margin-top: 0.5em
}

div.tx_powermail_pi1_fieldwrap_html{
clear:both;
}
div.powermail_check_inner{
clear:both;
line-height:1em;
text-align:right;
font-size:0.8em;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title{
font-size:1em;
}
p.tx_powermail_pi1_fieldwrap_html_radio_title{
font-size:1em;
}
input.powermail_check{
font-size:0.8em;
float:left;
}

input.powermail_radio{
float:left;
}
.powermail_radio_inner{
font-size:0.8em;
}
.powermail_radio_inner label{
float:right;
}

.tx_powermail_pi1_fieldwrap_html_62{
text-align:right;
font-size:0.8em;
}
.tx_powermail_pi1_fieldwrap_html_73{
text-align:right;
font-size:0.8em;
}
.tx_powermail_pi1_fieldwrap_html_71{
text-align:right;
font-size:0.8em;
}
input.powermail_uid62{
text-align:left;
float:left;
}
input.powermail_uid71{
text-align:left;
float:left;
}
input.powermail_uid73{
text-align:left;
float:left;
}
div.tx_powermail_pi1_fieldwrap_html_40{
width:100%;
}
.tx_powermail_pi1_fieldwrap_html_97{
text-align:right;
font-size:0.8em;
}
input.powermail_uid97{
text-align:left;
float:left;
}

.tx_powermail_pi1_fieldwrap_html_89{
text-align:right;
font-size:0.8em;
}
input.powermail_uid89{
text-align:left;
float:left;
}
/*------------------ end powermail style -----------------------*/
/*------------------ start add event style -----------------------*/
#content2 #dcln_right ul.glossymenu li {
		padding: 0em;
		margin:0em;
		text-decoration: none;
		background: none;
}


#content2 #dcln_right .event ul  {
		padding:  0;
		margin:0;
		border-bottom: 0;
}

#content2 #dcln_right .event ul  li {
		padding: 0em;
		margin:0;
		text-decoration: none;
		background: none;
}
/*

#content2 #dcln_right .event ul  li a{
	text-decoration: none;
	background: none;
}

#RTEarea1{
	border: 3px solid #cccccc;
	padding: 5px;

*/
/*------------------ end add event style -----------------------*/


#dcln_content {
height: 30em;
}
html>body #dcln_content {
height: auto;
min-height: 30em;
} 
#dcln_content h1.csc-firstHeader {
	font-size: 24px;line-height: 24px;font-weight: bold;margin-top: 0;margin-bottom: 0.5em;color:#808080}
/* ================================================================HOME==========================================================  */
/* --------------------------------------------------------------  */
/*WELCOME SECTION
-------------------------------------------------------------- */
   .curve { 
	float: left;
	display: block;
	height: 16px;
	clear: left; 
}
   #curve0 { width: 190px; }
   #curve1 { width: 180px; }
   #curve2 { width: 170px; }
   #curve3 { width: 160px; }
   #curve4 { width: 150px; }
   #curve5 { width: 140px; }
   #curve6 { width: 130px; }
   #curve7 { width: 120px; }
   #curve8 { width: 110px; }
   #curve9 { width: 100px; }
   #curve10 { width: 90px; }
   #curve11 { width: 80px; }
   #curve12 { width: 70px; }
   #curve13 { width: 60px; } 
   #curve14 { width: 50px; }
   #curve15 { width: 40px; }
   #curve16 { width: 30px; }
   #curve17 { width: 20px; }
   #curve18 { width: 10px; }  
.portalcontainer { /* groups all columns. */
	float: left; /* Opera5.02 will show a space at right when there is no scroll bar */
	padding: 0;
	margin: 0px;
	background: white;
	width: 45em; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 45em; 
}		
html>body .portalcontainer {
	width: 45em; /* ie5win fudge ends */
	}	
#content_container .portalcontainer p{
	 padding: 0 0 0 1.5em
}	
#content_container .portalcontainer h1{
	 padding: 0 0 0 0.75em
}	 	
/* COLUMNS
-------------------------------------------------------------- */
div.span-0,div.span-1, div.span-2, div.span-3 {float:left;margin-right: 1em;}
div.last { margin:1.5em 0 0 1.5em ; padding-bottom:0.5em;border-bottom: 2px dotted #bababa}
.span-0  { width: 11.38em; margin-right: 0;}
.span-1  { width: 20em;}
.span-2  { width: 475px;}
.span-3, div.span-3 { width: 43em; margin: 0 ; padding:1.5em 0 1.5em 1.5em; text-align:justify }
/* MISC CLASSES AND ELEMENTS
-------------------------------------------------------------- */
.box { 
  margin: 1.5em; 
  /*background: #2C4E8E url(../images/bg_dcln_menu-up.png) no-repeat top right; */
}
#content_container h2.mod-home-title{
	color:#808080;
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	margin: 0 0 0 10px;
	}
#content_container h3.mod-home-subtitle {
	color:#424242;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin: 0; padding:0;
	}

#content_container h3.mod-home-subtitle a{  
  color: #2C4E8E;
}

#content_container h3.mod-home-subtitle a:hover{
  color: #F6C000;
}

#content_container p.mod-home-text	{
	font-size: 11px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 10px; 
	color:#424242;
	}
#content_container p.mod-home-text p.bodytext{
	font-size: 11px;
	color:#424242;
	}
div.mod-home-morelink	a{
	margin:0.5em;padding:0.5em;
	text-decoration:none;
/*
	background:#f6c000 url(../images/bg_mod-home-more.png) repeat-x top left;
*/
	background:#f6c000 url(http://www.eu-egee.org/fileadmin/templates/images/bg_mod-home-more.png) repeat-x top left;
	color:#fff;

	display:block;
	font-weight: bold;
	text-align:center;
	border:1px solid #f6c000
}	
.home-news{
	padding:7px;
	margin:3px;
	border:1px solid #fff;
	/*background:#fff url(../images/bg_mod-home.png) repeat-x bottom left;*/
	color:#808080
}
.home-news-date {
	color: #808080;
	font-size: 9px;
	font-weight: normal;
}	
.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}
.clear { clear:both; }
.clear_project { clear:both;
	padding-bottom:20px; }
/* -------------------------------------------------------------- */
/* --------------------------------SEARCH-HOME------------------------------  */
/* -------------------------------------------------------------- */
h1.home-search-ttl {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	margin-top: 3px;padding:0;
	margin-bottom: 3px;
	color:#808080;
	text-align:center
	}
.homebuttonSearch { 
	margin:0.5em 0 0.5em 0;padding:0.5em;
	text-decoration:none;
/*
	background:#f6c000 url(../images/bg_mod-home-more.png) repeat-x top left;
*/
	background:#f6c000 url(http://www.eu-egee.org/fileadmin/templates/images/bg_mod-home-more.png) repeat-x top left;
	color:#fff;
	display:block;
	font-weight: bold;
	text-align:center;
	border:1px solid #f6c000;
	width: 13.88em;
}
.homefieldSearch {	
/*
	background: #bababa url(../images/bg_search.png) repeat-x left bottom;
*/
	background: #bababa url(http://www.eu-egee.org/fileadmin/templates/images/bg_search.png) repeat-x left bottom;
	border: 0;
	color: #fff;
	text-align: left;
	font-weight:normal;
	width: 13.88em;margin:0;
	}
a.homeadvancedlink {
	float:left;
	margin-top:0.3em;
	font-size:10px;
	color:#424242;
	padding: 1px 0 0 13px;
	height:15px;
	/* font-weight: bold; */
/*
	background: transparent url('../images/ic_search-small.png') no-repeat scroll 0 0;
*/
	background: transparent url(http://www.eu-egee.org/fileadmin/templates/images/ic_search-small.png) no-repeat scroll 0 0;
	text-decoration:none;
}
a:hover.homeadvancedlink {
		text-decoration:none; color:#F6C000;
}
/* --------------------------------END-SEARCH-HOME------------------------------  */
/* ==========================================================END HOME==========================================================  */

/* ------------------------------ADMIN FORM--------------------------------  */

#dcln_content table.csc-loginform {
	width: 98%;
	margin:0;padding:0;
	border: 0;
	background-color: #fff;
}
#dcln_content td.csc-form-labelcell {
	margin:0;padding: 1em; height: 2em
}	
#dcln_content p.csc-form-label-req {
	margin: 0;padding:0; font-weight: bold; color:#424242
}
#dcln_content table input {
	margin: 0; padding:0;
}
/* ------------------------------END ADMIN FORM--------------------------------  */
/* --------------------------------------------------------------  */
/* --------------------------------FORM TIP A FRIEND------------------------------  */
.tipafriend_form {
	margin:1em
}	
.tipafriend form fieldset{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border-top: 1px dotted #bababa; border-bottom:1px dotted #bababa;border-left:1px dotted #fff;border-right:1px dotted #fff;
	background-color: #fff
}
  fieldset legend{
	margin-left: 1em;
	padding: 0;
	color: #808080;
	font-weight: bold; background-color: #fff
}
.tipafriend_form  label{
	float: left;
	width: 10em;
	margin-right: 1em; margin-top: 0.5em
}
.tipafriend_form  input {margin-top: 0.5em}
.tipafriend_form  textarea {margin-top: 0.5em}	
.tipafriend form p em {
	padding-left: 1em;
}	
/* --------------------------------END FORM TIP A FRIEND------------------------------  */
/* ---news fe edit start--- */

.tx-newsfeedit-pi1 ol, ul {
	list-style: none;
}
/* ---news fe edit end--- */

/*--------------------COLLABORATING PROJECTS ----------------------*/
.collaborating_project table{

}
.collaborating_project table td{

}
.collaborating_project2 table{
border:none;
}
.collaborating_project2 table td{
border:solid;
border-color:black;
border-width:1px;
}

#content2 #dcln_right li{
padding:0em;
padding-left:1em;
padding-bottom:0.5em;
margin:0;}

#content2 #dcln_right ul{
padding:0;
margin:0;
margin-top:1em;
}
	

/*--------------------tables du site ----------------------*/	

.table_site {
	width: 100%;
	border: 2px solid #2C4E8E;
	border-collapse: collapse;
	line-height:1.1em;
}

.table_site tr td {
	border: 1px solid #2C4E8E;
	font-size: 60%;
	padding: 1em 0 1em 1em;
	vertical-align: middle;
}

.table_site tr th {
	border: 1px dashed #2C4E8E;
	background: #f6c000 url(http://www.eu-egee.org/fileadmin/templates/images/infosheets_th.gif) repeat-x left top;
	color: #2C4E8E;
	text-align: center;
	vertical-align: middle;
	font-size:75%;
    font-weight: bold;
	padding: 0.5em 0 0.5em 0;
}

.table_site tr {
	color: black;
}

a.language {
	text-decoration:none;
	border: 1px dashed #F6C000;
	padding: 3px;
}

/*--------------------suppression RTE ----------------------*/	

/*
Ajout 19-02-2009 : suppression RTE pour la saisie des events,
donc styler la boîte de description remplaçant le RTE
*/

#cal_event_description {height: 200px; width: 300px;}



/* ajout 02-04-2008
   Affichage des titres des parties du site
   en texte plutôt qu'en image
*/

.bodytext, html, body, p, h1, h2, h3, #businessforumregistration {color: #333}

#dcln_title
{
   position: absolute;
   top: 75px;
   left: 275px;
}

#dcln_title h1
{
   font-size: 1.8em;
}

#dcln_title div.root
{
   font-size: 0.7em;
   text-indent: 0;
   margin-left: 0;
   padding-left: 0;
}

#dcln_content h1
{
   margin-top: 30px;
}

.tx-cal-controller
{
   margin-top: 60px;
}

#dcln_left
{
margin-top: 75px;
}

.csc-header>h1, .csc-header-n0>h1
{
	padding-top: 30px;
}

/* site map */
.tx-dropdownsitemap-pi1	
{
	margin-top: 60px;
}

.expAll
{
	margin-bottom: 1.5em;
	font-size: 0.7em;
}

.tx-dropdownsitemap-pi1
{
	list-style-type: none;

}
/* fin site map */

#businessforumregistration
{
	margin-top: 60px;
}


/* fin ajout 02-04-2008 */



/*Ajout 07-04-2009 : flux RSS EGI en home page */

#twrss_table
{
   font-size: 0.7em;
   line-height: 1.6em;
   color: #444;
   margin-left: 10px;
}

.twrss_item_link a
{
   background: none;
   border: none;
   font-weight: bold;
   color: #2C4E8E;
   padding-left: 0;
   text-decoration: underline;
}

.twrss_item_content
{
   font-weight: normal;
   margin-bottom: 20px
}

.twrss_item_content a
{
   color: #2C4E8E;
   font-weight: bold;
   text-decoration: underline;
}

.twrss_item_content a:hover
{
   color: #F6C000
}

#dcln_search
{
	position:relative;
	z-index:65536;
}

/* Fin ajout 07-04-2009 : flux RSS EGI en home page */
