@charset "windows-1252";
/* CSS Document */
/* Yleisiä tyyli määrittelyitä sivulle */

BODY, TABLE, INPUT, TEXTAREA, SELECT {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

BODY {
background-color:#747474;
	background-image:url('tausta3.jpg');
	background-repeat: repeat-X;
}

/* Otsikko näytetään, jos kuvat ei näy */
.otsikko {
	display: none;	
}

/* Otsikoiden muotoilut */
.otsikot {
	color: #60B1D1;
}

.viesti_vari {
	color: #2D82A2;
}

.divPage {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	text-align: left;
	/* border: solid 0px #FFFFFF; */
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

.divPageheader {
	background-image: url('header_pohja.jpg');
	height: 120px;
}

/* Teatterin oma logo */
.divPageheaderLeft {
	background-image: url('left_logo2.gif');
	margin-left:70px;
	height: 120px;
	background-repeat: no-repeat;
}

/* Teatterin 90-vuotis logo */
.divPageheaderRight {
	background-image: url('yllapito.gif');
	height: 120px;
	background-repeat: no-repeat;
	background-position: top right;
}

/* MAIN-VALIKKO */

.divMainmenu {
	height: 30px;
	width: 900px;
	padding-top:10px;
	background-color: #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
}

.ulMainmenu {
	margin: 0px;
	padding: 0px;
	list-style:block;
}

.off {
	position:relative;
	height:40px;
	width:200px;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	padding-right:0px;
	padding-left:0px;
	vertical-align:middle;
	font-size:12px;
	
}

.on {
	display: inline;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:13px;
	padding-top:13px;
	vertical-align:middle;
	font-size:12px;
	background-image:url('valikko_pohja3.jpg');
	background-repeat:no-repeat;
	background-position:left;
	font-weight: bold;
}

.off a:link, .off a:visited {
	color:#F7F7F7;
	text-decoration:none;
	padding-bottom:14px;
	padding-top:14px;
	padding-left:8px;
	padding-right:8px;
}

.off a:hover, .off a:active {
	color:#F7F7F7;
	text-decoration:none;
	padding-bottom:14px;
	padding-top:14px;
	padding-left:8px;
	padding-right:8px;
}

.on a:link, .on a:visited {
	color: #F7F7F7;
	text-decoration:none;
	padding-bottom:14px;
	padding-top:14px;
	padding-left:8px;
	padding-right:8px;
}

.on a:hover, .on a:active {
	color: #ffa33f;
	text-decoration:none;
	padding-bottom:14px;
	padding-top:14px;
	padding-left:8px;
	padding-right:8px;
}

/* MAIN-VALIKKO LOPPUU */

/* Etusivun mainarean isot vaihtuvat kuvat width-max: 680px */
.divMainarea_etusivu {
	float: left;
	height: auto;
	width: 680px;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.divMainarea_etusivu a:link {
	color: #000000;
}

.divMainarea_etusivu a:link .divMainarea_etusivu a:visited, .divMainarea_etusivu a:active {
	color: #000000;
}

.divMainarea_etusivu a:hover, .divMainarea_etusivu a:visited, .divMainarea_etusivu a:active {
	color: #000000;
}

/* Muiden sivujen asettelut */

.divMainarea {
	float: left;
	height: auto;
	width: 878px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;	
}

.tdYlakuva {
	padding-left:100px;	
	
}
.divAlalinkit {
	float: left;
	width: 900px;
	padding-bottom: 8px;
	text-align: center;
}


/* Kaikilla sivuilla sama */


.divMainareaRighttop {
	float: right;
	height: auto;
	width: 150px;
	padding-right: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #2D82A2;
	font-size: 10pt;
	color: #60B1D1;
}

.divMainareaRighttop a{
	color: #60B1D1;
	text-decoration:none;
}



.divMainareaRightcenter {
	float: right;
	height: auto;
	width: 150px;
	
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #2D82A2;
	font-size: 10pt;
	color: #60B1D1;
}

.divMainareaRightcenter a{
	color: #60B1D1;
	text-decoration:none;
	font-size:10pt;
}

.divMainareaRightbottom {
	float: right;
	height: auto;
	width: 150px;
	
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #60B1D1;
}

.divMainareaRightbottom a{
	color: #60B1D1;
	text-decoration:none;
	font-size:10pt;
}
.divMainareaRightbottom a:link {
	color: #60B1D1;
}

.divMainareaRightbottom a:link .divMainareaRightbottom a:visited, .divLinkki a:active {
	color: #60B1D1;
	text-decoration:none;
}

.divMainareaRightbottom a:hover, .divMainareaRightbottom a:visited, .divLinkki a:active {
	color: #60B1D1;
}

.divFooterindex {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom:10px;
	height: 25px;
	width: 880px;
	background-color: #2D82AA;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
}

/* NÄYTÖS-MENU */

.ulNaytosmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	font-weight: bold;		
}

.liNaytosmenu a:link {
	color: #FFA33F;
	text-decoration: none;
	border-right: solid 1px #FFA33F;
	padding-right: 5px;
}

.liNaytosmenu a:link .liNaytosmenu a:visited {
	color: #FFA33F;
	text-decoration: none;
	border-right: solid 1px #FFA33F;
	padding-right: 5px;
}

.liNaytosmenu a:link, .liNaytosmenu a:active {
	color: #FFA33F;
	text-decoration: none;
	border-right: solid 1px #FFA33F;
	padding-right: 5px;
}

.liNaytosmenu a:hover, .liNaytosmenu a:visited {
	color: #FFA33F;
	text-decoration: none;
	border-right: solid 1px #FFA33F;
	padding-right: 5px;
}

.liNaytosmenu a:hover, .liNaytosmenu a:active {
	color: #FFA33F;
	text-decoration: none;
	border-right: solid 1px #FFA33F;
	padding-right: 5px;
}

/* NAYTÖS-MENU LOPPUU */

/* OHJELMA KOHTAISIA TYYLEJÄ */

/*Näytöskuvan max leveys 480px */
.divNaytoskuva {
	float: left;
	
}

.divNaytostiedot {
	float: left;
	width: 200px;
	color: #2D82A2;
	padding-left: 20px;
}

.divTeksti {
	float: left;
	height: auto;
	width: 500px;
	color: #2D82A2;
}

.divNaytos {
	margin-top: 5px;
}

.hrNaytos {
	color: #000000;
	width: 130px;
	margin-left: 0px;
}
.divPlayer {
	float:left;
}

/*Linkkien värit*/

.divLinkki a:link {
	color: #000000;
	text-decoration: none;
}

.divLinkki a:link .divLinkki a:visited, .divLinkki a:active {
	color: #000000;
	text-decoration: none;
}

.divLinkki a:hover, .divLinkki a:visited, .divLinkki a:active {
	color: #000000;
	text-decoration: none;
}

.divLinkki_musta a:link {
	color: #000000;
}

.divLinkki_musta a:link .divLinkki_musta a:visited, .divLinkki_musta a:active {
	color: #000000;
}

.divLinkki_musta a:hover, .divLinkki_musta a:visited, .divLinkki_musta a:active {
	color: #000000;
}

.divLinkki_oranssi a:link {
	color: #FFA33F;
	text-decoration: none;
}

.divLinkki_oranssi a:link .divLinkki_oranssi a:visited, .divLinkki_oranssi a:active {
	color: #FFA33F;
	text-decoration: none;
}

.divLinkki_oranssi a:hover, .divLinkki_oranssi a:visited, .divLinkki_oranssi a:active {
	color: #FFA33F;
	text-decoration: none;
}


.napit {
	background-color: #7EBAD1;
	color: #000000;
	border: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.palaute_lahetys {
	margin: 15px;
}

.divLahjakortti {
	float: left;
}

/* Otsikko kuva */

.divPalaute {
	background-image: url('palaute.jpg');
	background-repeat: no-repeat;
	padding-top: 67px;
}

.divHenkilot {
	background-image: url('henkilokunta.gif');
	background-repeat: no-repeat;
	padding-top: 65px;
}

.divYhteystiedot {
	background-image: url('yhteystiedot.gif');
	background-repeat: no-repeat;
	padding-top: 70px;
}

.divOhjelmistossa {
	background-image: url('ohjelmistossa.gif');
	background-repeat: no-repeat;
	padding-top: 67px;
}

.divEsitykset {
	background-image: url('esitykset.jpg');
	background-repeat: no-repeat;
	padding-top: 68px;
}

.divLahjakortit {
	background-image: url('lahja.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
}

.divVieraissa {
	background-image: url('vieraissa.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
}

.divBlogi {
	background-image: url('blogi.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
}

.divHistoria {
	background-image: url('historia.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
	padding-right: 20px;
}
.divTeatteri{
	background-image: url('teatteri.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
	padding-right: 20px;
}
.divHallinta{
	background-image: url('ohjelmisto.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
	padding-right: 20px;
}

.divNayttamot {
	background-image: url('nayttamot.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
}

.divKalenteri{
	background-image: url('kalenteri.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
}
.divVideot{
	background-image: url('videot.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
}
.divLiput{
	background-image: url('liput.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
}

.divTeatterilla_tapahtuu{
	background-image: url('teatterilla_tapahtuu.gif');
	background-repeat: no-repeat;
	padding-top: 68px;
}
.lippulinkki {
color:#FFFFFF;	
	
}


.naytelmaID {
	position:relative;
	top:0px;
	left:100px;
float:left;	
}

/* muita säätöjä----------------------------------------------------------- */
input.small{
  width: 50px;
}
input.normal{
  width: 146px;
}

.select{
	min-width:290px;
}
.bigger {font-size:115%;}
.smaller {font-size:85%;}
.high {color:#00F;}
.nonhigh {color:#777;}

.foto{  display: block; border: 3px solid #ddd;}

.littlepic{
	width:100px;
	height:100px;
}
.input {
	width:100px;
	height:40px;
	
}


/*  --------------------------------------------------------------------- */
fieldset { margin:15px 0; padding:10px; border:1px solid #CCC; }
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
hr .nomargin { display:block; height:1px; margin:0px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.f-left {float:left; list-style:none; vertical-align:center;}
.f-right {float:right;}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.clear { clear:both; }
.box { min-height:1px; }
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }
.mleft10 { margin-left: 10px; }
.mright10 { margin-right: 10px; }
.mtop10 { margin-top: 10px; }
.mbottom10 { margin-bottom: 10px; }
