/*Laulumaa extranet CSS*/

/*EXTRANET LOGIN*/
#extraLoginCont{
	display:block;
	position:relative;
	width:300px;
	height:25px;
}

#extraHeader{
	display:block;
	background: transparent url(../img/extra_login_palkki.png) left top no-repeat;
	width:300px;
	height:25px;
	position:absolute;
	z-index:300;
}

#extraLogin{
	float:left;
	width:190px;
	padding:5px 0 0 7px;
}

#extraJoin{
	float:left;
	width:95px;
	padding:5px 0 0 8px;
}

#extraHeader a{
	margin:5px auto;
	color:#ffffff;
	font-weight:bold;
}

#extraHeader a:hover{
	text-decoration:none;
}

#extraLoginBoxCont {
	position:absolute;
	height:130px;
	width:300px;
	z-index:200;
	overflow:hidden;

}
#extraLoginBox{
	position:absolute;
	background: #35a211 url(../img/extra_loginBox_bottom.png) left bottom no-repeat;
	height:75px;
	width:282px;
	z-index:201;
	top:-50px;
	padding: 0 7px 0 12px;
}

#extraLoginBox .inputBox{
	float:left;
	height:23px;
	width:141px;
	padding:10px 0 12px 0;
	position:relative;
}
#extraLoginBox .inputBox input#loginName{
	position:absolute;
	z-index:300;
	display:inline;
}
#extraLoginBox .inputBox input#loginPass{
	position:absolute;
	z-index:300;
	display:inline;
}
#extraLoginBox .inputBox input#loginPassOver{
	position:absolute;
	z-index:400;
	display:inline;
}

#extraLoginBox .inputBox input{
	width:133px;
	height:20px;
	background: transparent url(../img/extra_login_inputBg.png) left top no-repeat;
	border:none;
	padding: 3px 0 0 3px;
	display:inline;
}

#extraUnohdus{
	float:left;
	width:192px;
}

#extraUnohdus a{
	color:#ffffff;
	font-size:11px;
}

#extraUnohdus a:hover{
	text-decoration:none;
}

#extraSubmit{
	float:right;
	width:75px;
	height:17px;
}

#extraSubmit .submit{
	width:68px;
	height:17px;
	background: transparent url(../img/extra_login_btn.png) left top no-repeat;
	border:none;
	cursor:pointer;
}

#extraLoginBox  .error{
	display:block;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	
}



/*Rekisteröitymislomake*/
/*REKISTERÖITYMISLOMAKE*/
table#register tr.heading, table#rekSaannot tr.heading, #rekisteriseloste tr.heading{
	height:46px;
	width:556px;
	background: transparent url(../img/extra_form_headerbg.png) left top no-repeat;
}

table#register tr.spacing{
	height:14px;
}

table#register th, table#rekSaannot th{
	height:46px;
}

table#register .vaihepallo, table#rekSaannot .vaihepallo{
	float:left;
	height:18px;
	width:15px;
	background: transparent url(../img/extra_sininenPallo.png) left top no-repeat;
	color:#ffffff;
	padding:2px 0 0 6px;
	font-weight:bold;
	font-size:14px;
}


table#rekisteriseloste .vaihepallo{
	float:left;
	height:18px;
	width:15px;
	background: transparent url(../img/extra_sininenPallo.png) left top no-repeat;
	color:#ffffff;
	padding:2px 2px 0 4px;
	font-weight:bold;
	font-size:14px;
}

table#register h2, table#rekSaannot h2{
	float:left;
	font-size:18px;
	font-weight:normal;
	margin: 0 0 5px 10px;
}

table#rekSaannot p{
	margin:0;
}

table#register a.infopallo{
	float:right;
	width:23px;
	height:22px;
	margin: 0 0 5px 0;
	background: transparent url(../img/extra_infoPallo.png) left top no-repeat;
	position:relative;
}

table#register input, table#register select{
	border-top-color:#ada999;
	border-left-color:#ada999;
	border-bottom-color:#f1efe3;
	border-right-color:#f1efe3;
}

table#register label{
	display:block;
	font-size:11px;
	font-weight:bold;
	margin: 0 0 3px 4px;
}

table#register input.saannot{
	vertical-align:bottom;
	margin:0 15px 0 0;
}

table#register input.text{
	width:238px;
	height:18px;
	margin: 0 0 0 4px;
}

table#register input.send{
	float:right;
	width:116px;
	height:24px;
	background: transparent url(../img/extra_lahetabtn.png) left top no-repeat;
	border:none;
	cursor:pointer;
}

table#register input.reset{
	float:right;
	width:117px;
	height:24px;
	background: transparent url(../img/extra_peruutabtn.png) left top no-repeat;
	border:none;
	cursor:pointer;
	margin:0 0 0 5px;
}

table#rekSaannot a.back{
	width:117px;
	height:24px;
	background: transparent url(../img/extra_takaisinBtn.png) left top no-repeat;
	display:block;
	float:right;
}

table#register #postinumero{
	float:left;
	width:95px;
}

table#register input.postinro{
	width:75px;
	height:18px;
	margin: 0 0 0 4px;
}

table#register #postitoim{
	float:left;
	width:150px;
}

table#register input.postitoim{
	width:144px;
	height:18px;
	margin: 0 0 0 4px;
}

table#register select.selectPv, table#register select.selectkk, table#register select.selectv{
	width:50px;
	float:left;
	margin: 0 0 0 4px;
	font-size:11px;
	font-weight:normal;
}
table#register select.selectkk, table#register select.selectv{
	margin: 0 0 0 20px;
}

table#register select.selectv{
	width:102px;
}

table#register select.selectSukup, table#register select.selectkauppa{
	width:238px;
	margin: 0 0 0 4px;
}

table#register a#palvelunSaannot{
	float:left;
	font-size:11px;
	font-weight:bold;
}

table#register .error{
	color: #cb0000;
	text-transform:uppercase;
	font-weight:bold;
	margin: 0 0 0 19px;
}

/*Lomakeohjeet*/
table#register .infoCorner{
	margin:0;
	padding:0;
	position:relative;
}

table#register .ohjeet{
	display:block;
	width:259px;
	background: transparent url(../img/extra_infoboxbg.png) left top repeat-y;
	height:100px;
	position:absolute;
	top:-5px;
	left:-6px;
}

table#register .ohjeet h4{
	margin: 15px 0 0 17px;
	font-size:12px;
	
}

table#register .ohjeet p{
	padding:0 17px;
	font-size:11px;
}

table#register .ohjeet .left{
	float:left;
	height:94px;
	width:226px;
}

table#register .ohjeet .right{
float:left;
	height:94px;
	width:33px;
	background-color:#f8f8f8;
}

table#register .ohjeet .right a.close{
	width:23px;
	height:23px;
	background: transparent url(../img/extra_suljeBtn.png) left top no-repeat;
	display:block;
	margin:4px 0 0 4px;
}

table#register .ohjeet .footer{
	display:block;
	width:259px;
	background: transparent url(../img/extra_infoboxBottomBg.png) left top no-repeat;
	height:6px;
}

/*Extranet*/

table#personal, table#extraNavi{
	width:203px;
	margin-bottom:10px;
}


	


table#personal a, table#extraNavi a{
	color: #000000;
	font-weight:bold;
	margin:0 0 0 27px;
	display:block;
}

table#personal table.bottomLink a{
	margin-top:3px;
}

table#personal table.personalHeader{
	height:28px;
	width:203px;
	background: transparent url(../img/extra_personalHeader.png) left top no-repeat;
}

table#personal table.midLink, table#extraNavi table.midLink{
	height:27px;
	width:203px;
	background: transparent url(../img/extra_personalMiddle.png) left top no-repeat;
}

table#personal table.bottomLink, table#extraNavi table.bottomLink{
	height:31px;
	width:203px;
	background: transparent url(../img/extra_personalBottom.png) left top no-repeat;
} 

table#personal .name{
	float:left;
	padding:2px 0 0 27px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

table#personal .personIconMale{
	background: transparent url(../img/extra_personIcon_male.png) left top no-repeat;
	float:right;
	margin:0 13px 0 0;
	height:16px;
	width:12px;
}

table#personal .personIconFemale{
	background: transparent url(../img/extra_personIcon_female.png) left top no-repeat;
	float:right;
	margin:0 13px 0 0;
	height:16px;
	width:12px;
}

table#extraNavi .extraNaviTop{
	height:29px;
	width:203px;
	background: transparent url(../img/extra_naviTop.png) left top no-repeat;
}

table#extraNavi table.topActive{
	height:29px;
	width:203px;
	background: transparent url(../img/extra_naviTop_active.png) left top no-repeat !important;
}

table#extraNavi table.extraNaviTop a{
	margin-top:2px;
}

table#extraNavi table.topActive a{
	color:#ffffff !important;
	margin-top:2px;
}

table#extraNavi table.midActive {
	height:26px;
	width:203px;
	background: transparent url(../img/extra_naviMiddle_active.png) left top no-repeat !important;
}

table#extraNavi table.midActive  a{
	color:#ffffff !important;
}

table#extraNavi table.bottomActive {
	height:32px;
	width:203px;
	background: transparent url(../img/extra_naviBottom_active.png) left top no-repeat !important;
}

table#extraNavi table.bottomActive a{
	margin-top:3px;
	color:#ffffff !important;
}

/*Perussivusto navi (EXTRANETIN PUOLI)*/
body#extranet .topunsel{
	height:30px;
	width:203px;
	background: transparent url(../img/navi_extraTop.png) left top no-repeat;
}

body#extranet .topunsel a{
	margin-top:9px;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	display:block;
}

body#extranet .midunsel {
	height:26px;
	width:203px;
	background: transparent url(../img/navi_extraMiddle.png) left top no-repeat;
}

table#extraPalaute input.extraPalauteSubmit{
	border:none;
	background: transparent url(../img/laheta.png) top left no-repeat;
	width:77px;
	height:18px;
	cursor:pointer;
}

/*kisalomake */

table#register .disabled input, table#register .disabled select, {
	background:#e7e7e7;
}

table#kilpailusaannot .vaihepallo {
	float:left;
	height:18px;
	width:15px;
	background: transparent url(../img/extra_sininenPallo.png) left top no-repeat;
	color:#ffffff;
	padding:2px 2px 0 4px;
	font-weight:bold;
	font-size:14px;

}

table#rekKisaSaannot .vaihepallo{
	float:left;
	height:18px;
	width:15px;
	background: transparent url(../img/extra_sininenPallo.png) left top no-repeat;
	color:#ffffff;
	padding:2px 0 0 6px;
	font-weight:bold;
	font-size:14px;
}

table#register tr.bigHeading {
  height:76px;
  width:556px;
	background: transparent url(../img/extra_form_headerbg.png) left top no-repeat;
} 

table#rekKisaSaannot p{
	margin:0;
}

table#rekKisaSaannot a.back{
	width:117px;
	height:24px;
	background: transparent url(../img/extra_takaisinBtn.png) left top no-repeat;
	display:block;
	float:right;
}

table#rekKisaSaannot tr.heading, #kilpailusaannot tr.heading{
	height:46px;
	width:556px;
	background: transparent url(../img/extra_form_headerbg.png) left top no-repeat;
}

table#rekKisaSaannot h2{
	
	font-size:18px;
	font-weight:normal;
	margin: 0 0 5px 0px;
}

table#register input.compo_send{
	float:right;
	width:116px;
	height:24px;
	background: transparent url(../img/extra_siirrybtn.png) left top no-repeat;
	border:none;
	cursor:pointer;
}

table#register input.vk_send{
	float:right;
	width:138px;
	height:24px;
	background: transparent url(../img/vk_siirrybtn.png) left top no-repeat;
	border:none;
	cursor:pointer;
}

table#register .compo_reset{
	float:right;
	width:116px;
	height:24px;
	background: transparent url(../img/extra_perubtn.png) left top no-repeat;
	border:none;
	cursor:pointer;
	margin:0 0 0 5px;
}


