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

Style Sheet for the Header section



version : 1.0

moddification date : 31/5/2007

author : Giannis Tsevdos

tel: (+30) 210 6876608

email : Giannis.Tsevdos@intrasoft-intl.com

website : http://www.intrasoft-intl.com/

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





/* =Header, Subheader, Utilities and Logo section

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



/* Header */

#header {

	background: #fff;

	position: relative;

}



#header #image {

	background: #3399cc;

}



#header #legal {

	position: absolute;

	top: 0;

	right: 0;

}



#header #languagediv {

	position: absolute;

	top: 20px;

	right: 20px;

}



/* Subheader */

#subheader {

	height: 21px;

	background: #330099 url(../images/subheader_blueyellow_line.gif) repeat-x;

	position: relative;

}



/* Common list item attributes */

#breadcrumbs li, #tools li {

	display: inline;

	color: #fff;

	font-size: 0.75em;

}



/* Common link attributes */

#breadcrumbs li a, #tools li a {

	color: #fff;

	font-weight: bold;

	text-decoration : none;

}



#breadcrumbs li a:visited, #tools li a:visited {



}



#breadcrumbs li a:hover, #tools li a:hover {

	text-decoration : underline;

}



#breadcrumbs li a:active, #tools li a:active {



}



/* Breadcrumbs only styles */

#breadcrumbs {

	padding: 5px 0 0 5px;

}



/* Tools only styles */

#tools {

	position: absolute;

	top: 5px;

	right: 10px;

}



/* Utilities only styles */

#utilities {

	/*text-align: right;*/

	position: absolute;

	right: 0;

	padding: 3px 10px 0 0;

	z-index: 10; /* Firefox bug! */

}



#utilities li {

	display: inline;

	color: #330099;

	font-size: 0.8em;

}



#utilities li a:link {

	color: #330099;

	text-decoration : none;

}



#utilities li a:visited {



}



#utilities li a:hover {

	text-decoration : underline;

}



#utilities li a:active {



}



/* Logo only styles */

#logo {

	position: relative;

	padding: 3px 0 0 10px;

}



#logo #issuenumber {

	float: right;

	position: relative;

	top: -20px;

	margin-right: 10px;

	color: #636563;

	font-weight: bold;

	font-size: 0.8em;

}

