/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Site
-------------------------------------------------------------- */
  
body {
	background-color:#000000;
	text-align:center;
}
  
#container, #containerFP, #header {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#preloader {
	visibility:hidden;
	height:1px;
	width:1px;
}

.content {
	margin:20px 20px 0 20px;
	color:#e1e1e1;
}

#containerFP {
	background-image:url(../../pics/fp_bg_btm.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#leftcol, #rightcol {
	width: 190px;
	float:left;
	background-color:#000;
}

#leftcol {
	margin-right:10px;
}

hr {
	visibility:hidden;
	height:1px;
	clear:both;
}

/* header */

#header {
	position:relative;
	padding:10px 0px 10px 0px;
}

#header #logo {
	background-color:#000;
	background-image:url(../../pics/automeklari_logo.jpg);
	width:370px;
	height:50px;
	text-indent:-3000px;
	cursor:pointer;
}

#header #form {
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	text-align:right;
}

#fields input {
	height:18px;
	width:95px;
	background-color:#e1e1e1;

	margin-bottom:3px;
	border:1px solid #666666;
}


#form #fields, #form #fieldsLogged{
	margin-top:5px;
	float:left;
	color:#CCCCCC;
	font-size:12px;
}

span#tunnus {
	position:absolute;
	top:4px;
	right:200px;
	padding:2px;
}

span#top {
	width:95px;
	position:absolute;
	top:4px;
	right:100px;
	border:1px solid #666;
}

span.fields {
	
	padding:2px;
	text-align:left;
	display:block;
}

span#btm {
	width:95px;
	position:absolute;
	top:30px;
	right:100px;
	border:1px solid #666;
}

.field {
	border:1px solid #CCC;
}


#pwholderbig, #pwbig {
	position:absolute;
	left:0;
	top:22px;
}

#videoPlayer {
	margin-bottom:100px;
}

input.stopBtn {
	position:relative;
	left:0;
	top:0;
	background:#000 url(../../pics/start_down.gif) no-repeat left top;
	width: 60px;
	height: 60px;
	text-indent:-3000px;
	border:0;
	cursor:pointer;
}

#startBtn {
	width: 60px;
	height: 60px;
	margin-left:10px;
	float:left;
}

input.startBtn {
	background:#000 url(../../pics/start_up.gif) no-repeat left top;
	width: 60px;
	height: 60px;
	text-indent:-3000px;
	border:0;
	cursor:pointer;
}


#infoBtn {
	background:#000 url(../../pics/info_up.gif) no-repeat left top;
	width: 28px;
	height: 28px;
	margin:34px 0 0 4px;
	float:left;
	display:block;
	
}

input.infoBtn {
	background:#000 url(../../pics/info_up.gif) no-repeat left top;
	width: 28px;
	height: 28px;
	cursor:pointer;
	text-indent:-3000px;
	border: 0;
}

.startBtn:hover {
	background:#000 url(../../pics/start_over.gif) no-repeat left top;
}
.startBtn:active {
	background:#000 url(../../pics/start_down.gif) no-repeat left top;
}

.infoBtn:hover {
	background:#000 url(../../pics/info_over.gif) no-repeat left top;
}
.infoBtn:active {
	background:#000 url(../../pics/info_down.gif) no-repeat left top;
}

#bigMap {
	height:420px;
}

#infoBtn a {
	display:block;
	width:28px;
	height:28px;
	font-size:1px;
	color:#000;
}

.orange {
	background-color:#c67617;
	background-image:url(../../pics/bar.gif);
	height:30px;
	margin-bottom:10px;
}

.orange ul {
	list-style:none;
	width:900px;
	margin:0 auto;
}

.orange ul li {
	float:left;
	width:225px;
	height:30px;
}

.orange ul li a {
	display:block;
	height:30px;
	text-indent:-3000px;
}

li#navi1{background: #C67617 url(../../pics/navi.gif) no-repeat 0 -30px;}
li#navi2{background: #C67617 url(../../pics/navi.gif) no-repeat -225px -30px;}
li#navi3{background: #C67617 url(../../pics/navi.gif) no-repeat -450px -30px;}
li#navi4{background: #C67617 url(../../pics/navi.gif) no-repeat -675px -30px;}

li#navi1sel, li#navi1:hover{background: #C67617 url(../../pics/navi.gif) no-repeat 0 0;}
li#navi2sel, li#navi2:hover{background: #C67617 url(../../pics/navi.gif) no-repeat -225px 0;}
li#navi3sel, li#navi3:hover{background: #C67617 url(../../pics/navi.gif) no-repeat -450px 0;}
li#navi4sel, li#navi4:hover{background: #C67617 url(../../pics/navi.gif) no-repeat -675px 0;}

/*LEFT COL FP*/

#leftcolFP, #rightcolFP {
	width:445px;
	float:left;
	background-image:url(../../pics/fp_wide_bg.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}

/* right col fp */

#rightcolFP {
	margin-left:10px;
}

/* FULL WIDTH */

#fullwidth {
	background-image:url(../../pics/content_bg_hi_900.gif);
	background-repeat:no-repeat;
	padding:20px;
	position:relative;
	margin-bottom:10px;
	z-index:10;
}

#fullwidth #bg{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background: #000 url(../../pics/content_bg_lo_900.gif) no-repeat 0 0;
	z-index:-2;
}

#fullwidth h1 {
	margin-top:0px;
}

#rightText {
	position:absolute;
	top:23px;
	right:20px;
	text-align:right;
}

#logout {
background: #000 url(../../pics/image_login.jpg) no-repeat 0 0;
width:900px;
height:250px;
margin: 0 auto;
}

#logout .content, #noaccess .content  {
	text-align:left;
	padding:20px;
}

#noaccess {
	background: #000 url(../../pics/image_noaccess.jpg) no-repeat 0 0;
	width:900px;
	height:350px;
	margin:0 auto 20px auto;
}


/*Left col*/

#leftcol ul{
	list-style:none;
	margin:0;
	padding:0;
}
li.normal, li.sele {
	width:190px;
	height:25px;
	padding:3px 0 0 10px;
}

#leftcol ul li.normal {
		background: #000 url(../../pics/subnavi_up.gif) no-repeat 0 0;
}

#leftcol ul li.normal:hover {
	background: #000 url(../../pics/subnavi_over.gif) no-repeat 0 0;
}

.sele {
	background: #000 url(../../pics/subnavi_down.gif) no-repeat 0 0;
}

#leftcol ul li.normal a{
	color:#e1e1e1;
	text-decoration:none;
	display:block;
}

.sele a{
	color:#fb8f13;
	text-decoration:none;
	display:block;
}


/* CENTER */


#center {
	width: 700px;
	float:left;
	background: #000 url(../../pics/content_bg_hi_700.gif) no-repeat 0 0;
	position:relative;
	padding-bottom:10px;
	z-index:10;
}

#center #bg {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	background: #000 url(../../pics/content_bg_lo_700.gif) no-repeat 0 0;
	z-index:-2;
}

.formHolder .info {
	width:320px;
	float:left;
	margin-right:15px;
}

.formHolder {
	border-top: 1px solid #CCCCCC;
	margin:10px 0;
	padding:10px 0 0 0;
}

.formfields {
	text-align:right;
	float:left;
	width:320px;
	position:relative;
}

.formHolder input {
	width:245px;
	background-color:#e1e1e1;
	margin-bottom:3px;
	border:1px solid #666666;
}



#fullwidth input.field {
	width:415px;
	background-color:#e1e1e1;
	margin-bottom:3px;
	border:1px solid #666666;
}

#textareaHolder, #formHolder {
	float:left;
	width:415px;
}

#formHolder {
	margin-right:10px;
}

#textareaHolder textarea {
	width:410px;
	height:211px;
	background-color:#e1e1e1;
	border:1px solid #666666;
	margin:0;
}

.bigFields{
	float:left;
}

.roundSubmit {
	width: 60px;
	height: 60px;
	float:left;
	display:block;
	position:absolute;
	top:-10px;
	right:0px;
	background:#000 url(../../pics/start_up.gif) no-repeat left top;

}

.roundSubmit:hover {background-image:url(../../pics/start_over.gif);}
.roundSubmit:active {background-image:url(../../pics/start_down.gif);}

.squareSubmit, .formHolder input.contactSubmit{
	background:#000 url(../../pics/laheta_up.gif) no-repeat left top;
	border:0;
	width: 60px;
	height: 60px;
	float:left;
	display:block;
	position:absolute;
	top:-10px;
	right:0px;
}

.squareSubmit:hover, .formHolder input.contactSubmit:hover, .contactSubmit:hover {background-image:url(../../pics/laheta_over.gif);}
.squareSubmit:active, .formHolder input.contactSubmit:active, .contactSubmit:active {background-image:url(../../pics/laheta_down.gif);}

.contactSubmit {
	background:#000 url(../../pics/laheta_up.gif) no-repeat left top;
	width: 60px;
	height: 60px;
	margin:0 auto;
	padding:0px;
	border:0;
	text-indent:-3000px;
	display:block;
	cursor:pointer;
}

#regLeft, #regRight {
	width:320px;
	float:left;
}

#regLeft p, #regRight p {
		font-size:12px;
}

#regLeft h1 {
	margin:0;
	padding:0;
}

#regLeft .field, #regRight .field {
	font-size:12px;
	width:90%;
	background-color:#e1e1e1;
	margin-bottom:3px;
	border:1px solid #666666;
}

#regRight h3 {
	margin:5px 0 0 0;
}


/* rightcol */

#rightcol {
	background: #000 url(../../pics/content_bg_hi_190.gif) no-repeat 0 0;
	color:#e1e1e1;
}

#rightcol .content {
	margin:5px 10px;
	color:#e1e1e1;
}

span.date, #rightcol a{
	color:#999;
}

h3 {
	margin-bottom:0;
	clear:both;
}

/* footer */
#footer {
	color: #e1e1e1;
}
span.hilite, #footer a {
color:#fb8f13;
}

#apud {
	vertical-align:middle;
}

.ListHeader td {
    font-size: 15px; margin-bottom: 0em; color:#fb8f13; font-weight: normal;
}

.left, .right {
	float: left;
	width: 50%;
	margin:20px 0;
}

.left input[type="text"], .right input[type="text"], input[type="file"] {
	background-color:#e1e1e1;
	margin-bottom:3px;
	border:1px solid #666666;
	width:320px;
}

.right textarea {
	width:320px;
	font-size:12px;
	background-color:#e1e1e1;
	margin:0px;
	border:1px solid #666666;
	height:470px;
}

.left p, .right p {
	margin: 2px 0;
}

.asterisk {
	color: #FB8F13;
}

