/*-----------------------------------------------------------------------------
Style Sheet for the General styles

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/
-----------------------------------------------------------------------------*/


/* =General Style setups
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font: 1em Arial, Verdana, Helvetica, sans-serif;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Remove accessibility navbar */
#accessibilitybar {
	display: none;
}

#container {
	width: 100%;
}

/* Class for clearing floats */
.clear {
	clear: both;
}


/* =General styles for the elements located into the Content (#content) section.
-----------------------------------------------------------------------------*/

/* Content paragraphs text. */
#content p {
	margin: 1em 5px 0 5px;
	color: #000;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	text-align: justify;
}

/* Content lists (unordered and ordered). */
#content ul, #content ol {
	margin: 1em;
	font-size: 0.8em;
}

#content ul li, #content ol li {
	margin-left: 2em;
	text-align: justify;
}

/* Content notes (div element) that always contain an ordered list. */
#content .notes {
	margin-top: 1em;
}

#content .notes ol {
	margin: 0 5px 0 2em;
	font-size: 0.8em;
}

#content .notes ol li {
	list-style-type: decimal;
	text-align: justify;
}

/* Content links text. */
#content a {
	color: #000066;
	text-decoration: underline;
}

#content a:visited {
	color: #999999;
}

#content a:hover {
	color: #ff9933;
	text-decoration: none;
}

#content a:active {

}


/* Styles for the Top links. */
#content .top:link, #content .top:visited, #content .top:hover, #content .top:active {
	margin: 0 10px 10px 0;
	position: relative; /* Internet Explorer 6 hack. */
	float: right;
	color: #636563;
	font: 0.6em Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}