/* Tagien oletustyylit */
/***********************/

* {
	margin: 0;
	padding: 0;
}

html, body {	
	height: 100%;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background: #636363 url(../images/base/tausta.jpg) repeat-x;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

ul, ol {
	padding-left: 40px;
	margin: 16px 0px;
	line-height: 14px;
}

ul ul {
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
	color: white;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: black;
}

h3 {
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;	
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	font-size: 13px;
	color: #333333;
}

th {
	text-align: left;
}

/* container elementtien määrittelyt */
/****************************/

#outerContainer {
	width: 100%;
	height: 100%;
	position: relative;
	background: transparent url(../images/base/tausta2.jpg) no-repeat center top;
}

#topContainer {
	width: 1013px;
	height: 75px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/base/topContainer.png) no-repeat bottom center; */
}

#middleContainer {
	width: 1013px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/base/middleContainer.png) repeat-y; 
}

#bottomContainer {
	width: 1013px;
	height: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/base/bottomContainer.png) no-repeat top center; 
}
#blackContainer {
	width: 100%;
	height: 290px;
	background: black;
	position: relative;
}

#navContainer {
	width: 190px;
	position: absolute;
	top: 10px;
	left: 0px;
}

/* headerin määrittelyt */
/****************************/

#header {
	width: 1003px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
}

#teatteriteksti {
	position: absolute;
	width: 456px;
	height: 33px;
	top: 15px;
	left: 0px;
}

#header_navi {
	position: absolute;
	bottom: 0px;
	right: 4px;
}

/* navigaation määrittelyt */
/***************************/ 

#navigation {
	
}

/* sisällön määrittelyt */
/****************************/

#contents {
	position: relative;
	width: 983px;
	min-height: 420px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#index_flash {
	width: 983px;
	height: 293px;
	background: black;
	margin-bottom: 7px;
	padding: 0;
	display: block;
}

#index_tiedotteet {
	width: 983px;
	position: relative;
}

#index_tiedotteet div.tiedote {
	float: left;
	margin-right: 7px;
	width: 191px;
}

#index_tiedotteet div.tiedote img {
	display: block;
}

#index_tiedotteet div.tiedote h1 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

#index_tiedotteet div.tiedote a.link {
	background-image: url(../images/base/arrow_small_link.png);
	background-position:  0px 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#index_tiedotteet div.uutiset {
	float: right;
	background: #800000;
	width: 170px;
	min-height: 225px;
	padding: 10px;
}

#index_ikonit {
	width: 983px;
	position: relative;
	text-align: right;
}

#index_ikonit a {
	font-size: 10px;
	color: black;
}

#location a {
	font-size: 11px;
	color: white;
}

#left {
	float: left;
	width: 191px;
	margin-left: 20px;
}

#right {
	float: right;
	width: 191px;
	margin-right: 20px;
}

#center {
	float: left;
	width: 490px;
	min-height: 300px;
	margin-left: 20px;
}

#tooltip {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	text-align: center;
}

div.blackbox {
	background: black; 
	padding: 10px 20px;
	position: relative;
}

div.blackbox p {
	color: white;
}

div.blackbox span.muutosoikeus {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: white;
	font-size: 11px;
}

div.contentbox {
	padding: 10px 20px;
}

/* footerin määrittelyt */
/****************************/

#footer{
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

#footer-left {
	position: relative;
	float: left;
	width: 375px;
	padding: 10px 10px;
	background: #442608;
}

#footer-left p {
	color: white;
	margin: 0px;
	font-size: 11px;
	padding-left: 6px;
} 

#footer-left a {
	padding-left: 6px;
	color: #999999;
	display: block;	
	font-size: 11px;
}

#footer-left a:hover {
	color: black;
	background: white;
	text-decoration: none;
}

#footer-right {
	position: relative;
	float: right;
	width: 585px;
	padding: 10px 10px;
}

#footer-right p {
	color: white;
	margin: 0px;
	font-size: 11px;
} 

#footer-right a {
	color: #999999;
	font-size: 11px;
}

#footer-right a:hover {

	text-decoration: underline;
}

/* luokka määrittelyt */
/****************************/

.pieniteksti {
	font-size: 10px;
	color: #333333;
}

.ingressi {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #222;
}

.bold {
	font-weight: bold;
}

.strike {
	text-decoration: line-through ;
}


.middle {
	vertical-align: middle;
}

.smalltext {
	font-weight: normal;
	font-size: 11px;
}

.bordered {
	border: 1px solid #bcbc2b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.error_msg {
	height:16px;
	font-size: 11px;
	color: red;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 4px;
	background: url(../images/base/exclamation.png) left 3px no-repeat;
	margin-top: 4px;
}

.tooltip {
	width: 250px;
}

h2.greybar {
	font-size: 16px;
	color: white;
	padding-left: 10px;
	background: #474747;
	font-weight: bold;
}

div.hr {
	height: 1px;
	background: #7a7a7a;
}

div.hr_white {
	height: 1px;
	background: white;
}

/* kuva-arkistoon           */
/* liittyvät määritykset    */
/****************************/

.gallery_list_item  {
	float: left;
	position: relative;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery_list_item  h3 {
	margin-top: 10px;
}

.gallery_list_item a.button {
	display: block;
	float: left;
	background-image: url(../images/base/arrow_small_white.png);
	background-position: 6px 7px;
	background-repeat: no-repeat;
	background-color: #482706;
	padding: 3px 16px 3px 16px;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

.gallery_list_item a.button:hover {
	background-color: #999999;
	text-decoration: none;
	color: white;
}

/* taulukoihin              */
/* liittyvät määritykset    */
/****************************/

table.basic {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	border-collapse: collapse;
}

table.basic thead {
	background: #482706;
	color: white;
	padding: 10px 5px;
	margin-bottom: 20px;
}

table.basic tr.row1 {
	background: #e9e9e9;
}

table.basic th {
	padding: 3px 10px;
}

table.basic td {
	padding: 3px 10px;
	vertical-align: top;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}

/* Ohjelmistoon             */
/* liittyvät määritykset    */
/****************************/

div.ohjelmisto {
	float: left;
	width: 230px;
	margin-right: 15px;
}

div.ohjelmisto h2 {
	font-size: 18px;
	color: #333333;
	margin: 0px;
}

div.ohjelmisto p {
	font-size: 11px;
	color: #333333;
	margin: 0px;
}

div.ohjelmisto a {
	display: block;
	float: left;
	background: #482706;
	padding: 6px 6px;
	font-size: 11px;
	color: #333333;
	margin-right: 10px;
	color: white;
}

div.ohjelmisto a:hover {
	color: black;
	background: #cccccc;
	text-decoration: none;
}

span.show_author {
	font-size: 11px;
}

h1.show_title {
	font-size: 18px;
	color: #333333;
	margin: 0;
}

p.show_id {
	font-size: 11px;
	margin: 0;
}

div.ohjelma-tiedot p {
	font-size: 11px;
	line-height: 16px;
}

div.ohjelma-tiedot li {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

/* Teatteripaketteihin      */
/* liittyvät määritykset    */
/****************************/

div.teatteripaketti {
	float: left;
	width: 340px;
	margin-right: 15px;
}

/* Esityskalenteriin        */
/* liittyvät määritykset    */
/****************************/

#esityskalenteri {
	position: relative;
}

#esityskalenteri table {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	border-collapse: collapse;
}

#esityskalenteri thead {
	background: #482706;
	color: white;
	padding: 10px 5px;
	margin-bottom: 20px;
}

#esityskalenteri tr.row1 {
	background: #e9e9e9;
}

#esityskalenteri th {
	padding: 3px 10px;
}

#esityskalenteri td {
	padding: 3px 10px;
	vertical-align: top;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}

#esityskalenteri div#tabs {

}

#esityskalenteri div#tabs .tab {
	float: left;
	position: relative;
}

#esityskalenteri div#tabs .tab a {
	display: block;
	padding: 10px 10px;
	background: #666666;
	color: white;
	font-weight: bold;
	border: 2px solid white;
}

#esityskalenteri div#tabs .tab a:hover {
	background: #482706;
	text-decoration: none;
}

#esityskalenteri div#tabs .tab a.selected {
	background: #482706;
	text-decoration: none;
	border: 2px solid #482706;
}

/* Uutisiin                 */
/* liittyvät määritykset    */
/****************************/

div.index_uutinen {
	position: relative;
	margin-bottom: 15px;
}


div.index_uutinen .newstitle {
	font-size: 18px;
	color: white;
	font-weight: bold;
	margin-bottom: 1em;
}

div.index_uutinen p {
	font-size: 11px;
	line-height: 14px;
	color: white;
	margin-bottom: 1em;
}

div.index_uutinen p.pvm {
	font-size: 11px;
	margin: 0;
	color: white;
}

div.index_uutinen a {
	font-size: 11px;
	font-weight: normal;
	color: white;
	margin: 0;
	background-image: url(../images/base/arrow_small_white.png);
	background-position:  0px 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* Selaimen tunnitukseen    */
/* liittyvät määritykset    */
/****************************/

#browser_notice {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0px;
	border: 1px solid #cecece;
	background: #d9ffb7;
}

#browser_notice span.message {
	padding: 0px 10px;
	font-size: 11px;
}

#browser_notice  img {
	vertical-align: middle;
	margin-left: 10px;
}

#browser_notice  #notice_close {
	position: absolute;
	right: 5px;
	top: 5px;
}