/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

body{
margin:0;
padding:30px 0;
font:76% tahoma,verdana,sans-serif;
background:#047 url(img/tile-sm.gif) repeat fixed;
color:#ffffff;
}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

#thetop{
margin:0;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff /*url(img/contbg.png) no-repeat*/;
color:#000000;
}

a{
text-decoration:none;
background-color:inherit;
color:#3d919f;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p, td{
margin:0 0 15px 0;
line-height:1.5em;
}

li{
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#logo{
float:left;
width:500px;
margin:0 20px 10px 0;
padding:0px;
text-align:center;
color:#555;
overflow:hidden;
}

#logo img{border:0;}

#logo h1{
margin:50px 5px 1px 5px;
letter-spacing:-3px;
}

#logo a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

.tagline{
font-size:0.8em;
color:#888
}

#intro p{
line-height:1.5em;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

.headerstyle{
display:block;
margin:30px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
font-weight:bold
}

#sidebar{
width:155px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(img/gradient1.png) repeat-x;
color:#3d919f;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelink:hover,.menuheader{
background:#fff url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff /*url(img/footerbg.png) bottom left no-repeat*/;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
color:#3d919f;
}

h1{
font-size:2.8em;
font-weight:bold
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
font-weight:bold
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
font-weight:bold
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
font-weight:bold
}

.mytable {
	width: 500px;
	padding: 0;
	margin: 0;
}
.mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
}
.mytable td {
    border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

.subhead{
margin:0 0 4px 0;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.center{
text-align:center;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
padding:10px;
background:#eee;
color:#222;
border:2px solid #ddd;
}
.blocktesti{background:#f8f8f8;}
.blocktesti2{background:#e0e0e0;}
.block p{
margin:0;
line-height:1.5em;
}

.credit{
color:#808080;
background-color:inherit;
text-align:right;
font-size:.8em;
line-height:1.2em;
}

.hide{
display:none;
}

.small{font-size:.8em;}

.soft{color:#808080;}

.sharp{color:#101010;}

.black{color:#000000;}

/* LIGHTBOX */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	color:#000000;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; color:#808080; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}

.red{color:Red;}
/* Original open source design by Andreas Viklund - http://andreasviklund.com
Released through OSWD.org */