/*------------------------------------------------------------------
Screen Style Sheet

version: 1.0
author: Evi Kostakou
website: www.visp-project.org
Browser Compatibility: Firefox 1.5, IE6, IE7, AvantBrowser 9, Opera 7, Safari 2
--------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

body{
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
	text-align:center;
	min-width:760px; /*for Netscape 6*/
	background: white url(../garnish/background.jpg) repeat-x top;
}
h2, h3{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D42E0F;
}
a{
	color:#307FAD;
	text-decoration: underline;
	outline: none;
}
a:hover{
	background-color: #307FAD;
	color:white;
}
#wrapper{
	width:720px;
	margin-bottom:20px;
	margin:0 auto;
	text-align:left;
	background: url(../garnish/wrapper.jpg) repeat-y top;
}
#header{
	background: url(../garnish/header.jpg) no-repeat top;
	height: 113px;
}
#header a.logo{
	display: block;
	margin-left:50px;
	width:110px;
	height: 95px;
}
#header a.logo:hover{
background-color: transparent;
}
/*------------------------------- breadcrumb----------------------------*/
#breadcrumb{
	clear: both;
	font-size: 0.8em;
	/*width:100%;*/
	color:#999999;
	padding: 5px 0px 10px 25px;
	background: url(../garnish/breadcrub_back.jpg) repeat-y top left;
}
#breadcrumb p{
	width:385px;
	float:left;
}
#breadcrumb form{
	/*width:200px;*/
	/*text-align:right;
	margin-right:0px;*/
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#breadcrumb form input{
	border:1px solid #999999;
	font-size: 1.1em;
	padding:1px;
}

/*------------------------------- Main content ----------------------------*/
#wrapper2{/* this is just for decoration for IE*/
	/*height:250px; for explorer*/
	/*padding: 8px 24px 20px 25px;*/
	padding-left:23px;
	margin-right:20px;
	/*padding-right:24px;*/
 	line-height: 14px;
 }

#content{
	margin-right:2px;
	width:512px;
	float:right;
	background: url(../garnish/content_back.jpg) repeat-y top;
}
#content label{
	width: 120px;
	/*margin-bottom:10px;*/
	display: block;
	float: left;
}
#content input{
	margin-bottom:10px;
	border:1px solid #999999;
	font-size: 1.1em;
	padding:1px;
	width: 200px;
}
#content form{
	margin-left:32px;
	margin-right:30px;
}
#content h2{
	font-size: 2.2em;
	font-weight: normal;
	line-height:22px;
	padding: 25px 30px 10px 30px;
	background: url(../garnish/content_top.jpg) no-repeat top;
}
#contentEnd h3{
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	/*border-bottom: 1px solid #C7C7C7;*/

	color: #2F2F2F;
	padding: 15px 0px 0px 0px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;

}
#content p{
	padding: 0 30px 10px 30px;
}

#contentEnd{
	/*height:200px;*/
	padding-bottom:20px;
	background: url(../garnish/content_bottom.jpg) no-repeat bottom;
}
#contentEnd hr{
	margin:0px 5px 10px 6px;
	height: 1px;
	color: #C7C7C7;
}
/*.pdf {
    background: url(../garnish/icon_pdf.gif) no-repeat 10px 1px;
	 color:black;
    margin-left: 20px;
	 margin-top: 5px;
}*/
a.pdf {
    background: url(../garnish/icon_pdf.gif) no-repeat 0px -1px;
	font-weight: normal;
	 padding-left:20px;
	 padding-top:2px;
  	 margin-left:0px;
}
a.pdf:hover {
background-color: #307FAD;
color:white;
}
/**>#contentEnd{
	min-height:200px;
	height:auto;
}*/

#contentEnd ul{
	padding: 5px 0px 0px 48px;
	list-style: url(../garnish/arrow.gif);
 }
#contentEnd li{
 	padding-bottom:15px;
	padding-right:30px;
 }
 #contentEnd li a{
 font-weight: bold;
 }
#contentEnd ol{
	padding: 0px 0px 0px 52px;
 }
/*---------------------------- Tables ------------------------------*/
table{
width: 90%;

margin-left:30px;
border-top: 1px solid #C7C7C7;
border-left: 1px solid #C7C7C7;
}
caption{
	background-color: #D42E0F;
	color:white;
	font-weight: bold;
	margin-left:30px;
}
th{
	font-weight: bold;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}
td{
	padding:1px;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	border-top: 3px solid white;
}
/*--- this is just for Firefox*/
table td a.pdf {
    background: url(../garnish/icon_pdf.gif) no-repeat 1px 0px;
	 padding-left:20px;
	 padding-top:3px;
	 margin-top: 10px;
}
table td a.pdf:hover {
background-color: #307FAD;
}
/*------------------------- Just for homepage---------------------*/
#members{
	float:right;
	height:200px;
	width:160px;
	margin-left:10px;
	background: transparent url(../garnish/members_button.jpg) no-repeat 0px 20px;
}
#members a{
	display:block;
	margin-top:20px;
	width:140px;
	height:60px;
}
#members a:hover{
	background: transparent url(../garnish/members_hover.jpg) no-repeat -1px 3px;
}

#leftside{
	float:left;
	width:155px;
}
#sponsors{
	margin-left:7px;
	padding-top:0px;
	background: url(../garnish/sponsors.gif) no-repeat ;
}
#sponsors ul{
	list-style: none;
}
#sponsors ul li a{
	font-size: 0px;
	text-indent:-5000px;
	display:block;
	width:143px;
	height:75px;
}
#sponsors li a:hover{
	background-color: transparent;
	border:1px solid #307FAD;
}
#secondaryContent{
	float:left;
	margin-left:3px;
}
#secondaryContent .box{
	float:left;
	width:258px;
	background: transparent url(../garnish/box_back.jpg) repeat-y  top;
}
#secondaryContent .box h3{
	font-size: 1.5em;
	font-weight: normal;
	padding: 25px 10px 5px 25px;
	background: url(../garnish/box_top.jpg) no-repeat top;
}
#secondaryContent .box ul{
	padding: 5px 20px 0px 41px;
	list-style: url(../garnish/arrow.gif);
 }
 #secondaryContent .box li{
 	padding-bottom:15px;
 }
#secondaryContent .box ul.bottom{
	padding-bottom:10px;
	background: url(../garnish/box_bottom.jpg) no-repeat bottom;
}
#secondaryContent .box p{
	padding: 5px 25px 5px 25px;
 }
 #secondaryContent .box p.bottom{
 	padding-bottom:20px;
	margin-bottom:0px;
	background: transparent url(../garnish/box_bottom.jpg) no-repeat 4px 45px;
}

/*---------------------------------- Menu -------------------------------------*/
#nav{
	list-style: none;
	margin-bottom:0px;
	width: 155px;
	/*float:left;*/
	background: url(../garnish/menu_back.jpg) repeat-y top;
}
#nav li{
	line-height: 12px;
	padding: 0px 8px 1px 5px;
}
#nav li.top{
	padding-top:15px;
	background: url(../garnish/menu_top.jpg) no-repeat top;
}
#nav li.bottom{
	padding-bottom:15px;
	background: url(../garnish/menu_bottom.jpg) no-repeat bottom;
}
#nav li a{
	padding: 6px 0px 6px 15px;
	font-weight: bold;
	display: block;
}
#nav li a:hover{
	display: block;
 	background: #307FAD url(../garnish/menu_hover.gif) no-repeat center;
}

/*---------------------------------- Footer -------------------------------------*/
#footer{
	color: white;
	font-size: 0.8em;
	margin: 10px 10px 0px 10px;
	padding: 20px 22px 0px 20px;
	height:50px;
	text-align: right;
	clear:both;
	background: url(../garnish/footer.jpg) repeat-x top;
}
#footer a{
	color: white;
}
#bottom{
	color: #999999;
	line-height:11px;
	font-size: 0.8em; 
	padding: 10px 30px 30px 10px;
	text-align:right;
	height:20px;
	background: white url(../garnish/bottom_shadow.jpg) no-repeat;
}
#bottom p{
	/*padding-left:10px;*/
	text-align:left;
}
#bottom a img{
	margin-right:10px;
	float:left;
}

/*---------------------------------- General -------------------------------------*/
.invisible{
	display: none;
}
.specialtext{
	font-size: 0.9em;
	color: #202020;
}
a.external {
    background: url(../garnish/external.gif) no-repeat 1px 2px;
    padding-left: 12px;
}
a.external:hover {
    background: url(../garnish/external_hover.gif) no-repeat 1px 2px;
	 background-color: #307FAD;
	 color:white;
}

a.word{
    background: url(../garnish/icon_word.gif) no-repeat bottom left;
    padding-left: 20px;
	 padding-top: 20px;
}

#contentEnd p.ppt {
    background: url(../garnish/icon_ppt.gif) no-repeat 10px 0px;
	 color:black;
    margin-left: 20px;
	 margin-top: 5px;
}
a.print{
	/*text-align: right;*/
	 margin-left: 20px;
    background: url(../garnish/printer.gif) no-repeat bottom left;
    padding-left: 20px;
	 padding-top: 5px;
}
a.print:hover{
	 background-color: #307FAD;
	 color:white;
}
/*p.pToTop{
	text-align: right;
	font-size: 0.9em;
	padding:0 20px 0 0;
}*/
a.totop{
/*	text-align: right;*/
	padding:0 15px 0 0;
	background-image: url(../garnish/icon_top.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#content input.button{
	margin-left: 120px;
	width: auto;
}
.button{
	background-color: #D42E0F;
	font-weight: bold;
	color:white;
}
