/*-----------------------------------------------------------------------------
Index Styles of Food Quality and Safety in Europe site

version : 1.0
moddification date : 25/10/2007
author : Giannis Tsevdos
tel: (+30) 210 6876608
email : Giannis.Tsevdos@intrasoft-intl.com
website : http://www.intrasoft-intl.com/
-----------------------------------------------------------------------------*/

@import url(general.css);
@import url(commission.css);
@import url(navigation.css);
@import url(footer.css);

/*-------------------------------------------*/
/* Index page styles. */
#index {
	padding: 20px 0 5em;
	background: #fff ;
}
#index ul {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000000;
	font-size: 75%;
}
#index li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top:10px;
}
#main_left{
width:330px;
float:left;
}
#main_left p{
font-size: 75%;

}
#index #highlights {
	border-top: 1px solid #82c135;
	float: left;
	width: 200px;
	margin: 15px 15px 5px 0px;
	padding: 5px;
	background-image: url(../images/header_news_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f6fef1;
}
#highlights h1{
	font-size: 95%;
	color: #126b8d;
	text-align: right;
	margin: 0px;
	height:38px;
	padding: 3px 5px 0 0;
	margin:0;
}
#highlights a:link {
	color: #CC0000;
	text-decoration: none;
	font-size: 80%;
}

#highlights a:hover{
	color: #CC0000;
	text-decoration: underline;
		font-size: 80%;
}
#highlights a:visited{
	color: #CC0000;
	text-decoration: none;
	font-size: 80%;
}
/*-----------------------------------------------------------------------------
 announcements area
-----------------------------------------------------------------------------*/
#announcement{
	float:left;
	border-top: 1px solid #33a7b3;
	width: 200px;
	margin: 15px 15px 5px 0px;
	padding: 5px;
	background-color: #f6fef1;
	background-image: url(../images/header_news_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#announcement h1{
	font-size: 95%;
	color: #126b8d;
	text-align: right;
	height:38px;
	padding: 3px 5px 0 0;
	margin:0;
}
#announcement h2{
	color: #578aa3;
	margin:0;
	padding:0;
	text-align: left;
	font-weight: bold;
	font-size: 85%;
}
#announcement p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5abfed;
	color: #000000;
	text-align: left;
}
#announcement a:link, #announcement a:visited{
	color: #CC0000;
	text-decoration: none;
		font-size: 80%;
}
#announcement a:hover{
	color: #CC0000;
	text-decoration: underline;
		font-size: 80%;
}
#events_in{
	float:left;
	border-top: 1px solid #33a7b3;
	float: right;
	width: 550px;
	margin: 15px 15px 5px 0px;
	padding: 5px;
	background-color: #f3f6fb;
	background-image: url(../images/header_news_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#events_in h1{
	color: #126b8d;
	text-align: right;
	height:38px;
	padding: 3px 5px 0 0;
	margin:0;
}

#events_in h2{
	color: #126b8d;
	text-align: right;
	font-weight: bold;

}
#events_in p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5abfed;
	color: #000000;
	padding: 5px 0 0 5px;
}
#events_in a:link{
	color: #CC0000;
	text-decoration: none;
		font-size: 80%;
}
#events_in a:hover{
	color: #CC0000;
	text-decoration: underline;
		font-size: 80%;
}

