/* Authored by Joseph De Araujo September 2005 */

body{
margin:0px;
background: #003366 url(images/radial2.jpg) no-repeat top center;
font-family: Tahoma, Arial, sans-serif;
text-align:center;
}
#container {margin:0.5em auto; text-align:left; border:3px solid #fff; width:675px; background-color:#FFF;}
#header {}
#menu { display:none }
h1 {
font-size: 16px;
}

a {
color: #900;
text-decoration: underline;
}

#footer { border-top:1px solid #000}




#sidebar {
	float:left;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	width:200px;
	padding:10px 0 0 20px;
}
#sidebar img {
	border:1px solid;
	margin:10px 0;
}
#content {
	float:left;
	width:400px;
	font-size: 12px;
	color: #333333;
	margin: 10px 20px 0px 20px;
}
#footer {
	clear:both;
}

h4 { /* sidebar title*/
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
}
#footer * {
	color: #969595;
	font-size: 11px;
	text-align:center;
}

/* lomake */

form table {
	/*width: 100%;*/
}

form td, form th { padding: 6px; }
fieldset {border:none}
legend {display:none}	
input.text, textarea, select {
		border: 1px solid #324252;
		background-color: #CEDAE3;
		color: #324252;
		font-family:"Trebuchet MS", Arial, Verdana;
		font-size:1em;
		padding: 2px 0 2px 3px;
		width:330px
}
	
input {}
textarea { height:80px; }
	
h3 {
	background:url(images/h4.gif) no-repeat left center;
	display:block;
	padding-left:60px;
	height:30px;
	line-height:22px;
	color: #960;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:8px;
}
dt {border-left:#ccc 5px solid; padding-left:5px; font-size:12px; font-weight:bold; margin-top:1em}
dd {font-size:12px; font-weight:normal}
dd ul {list-style:none; margin:0; padding:0}
dd li {list-style:none; margin:0; padding-left:20px}
dl {padding-bottom:12px}

/* shadow */

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.p-shadow {
  width: 227px;
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 15px 0 0 10px !important;
  margin: 15px 0 0 5px;
}
.p-shadow div {
  background: none !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 0 6px 0;

}
.p-shadow div div {
  color: #555;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:oblique;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  background:#eee;
}
.p-shadow div div p {
  padding:0 10px;
}
.p-shadow ul {line-height:1.1em; margin:0; padding:6px 6px 6px 22px}
.p-shadow ul li {margin:0; padding:0.2em; color:#888;}
.p-shadow ul li span {color:#555;}