/***********************************************/
/* CSS-tyylimäärittelyt                        */
/* Interbruk.fi / (c) Kai Pirttimäki	       */
/***********************************************/

@import url("reset.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333
		
}

p {
    padding: 10px;
}

#wholePage {
   	background: #f0f2f3;
	border-top: 3px solid #8e8e8e;
	border-bottom: 3px solid #8e8e8e;
}

#alatekstit {
	margin: 0 auto;
}


table.normal {
	border: 1px solid black;
	margin: 10 auto;
}

table.invisible {
	margin: 10 auto;
	width: 500px;
}

th {
	background: #e4e4e4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

	
}

td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.myCancelButton {
	background-color:#005206;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #18ab29;
	margin: 10 auto;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myCancelButton:hover {
	background-color:#ff0101;
}
.myCancelButton:active {
	position:relative;
	top:1px;
}

.myButton {
	background-color:#44c767;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #18ab29;
	margin: 10 auto;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}


#wrapper {
	/*height: 100%;*/
	min-height: 1200px;
	/*height: 1000px;*/
	margin: 10 auto;
	width: 1020px;
   	background: #FFFFFF;
  	border-radius: 10px;
	border: 2px solid #E0E0E0;
}



#headerwrap {
	width: 1020px;
	float: left;
	margin: 0 auto;
}


#header {
	height: 225px;
	background-image: url(../images/header_example.jpg);
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

p.header {
	text-align: center;
	font-size: 500%;
	font-style: italic;
	color: #9d0101;
}

p.headerSlogan {
	text-align: center;
	font-size: 150%;
	font-style: italic;
	color: #9d0101;
}

#sloganwrap {
	width: 1020px;
	float: left;
	margin: 0 auto;
}

#slogan {
	height: 35px;
	margin-bottom: 20px;
}


#contentwrap {
	width: 800px;
	float: left;
	margin: 0 auto;
}

#content {
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #ebebeb;
	margin: 5px;
}

#content p {
	line-height: 160%;
	color: black;
}

#content ul {
	padding: 0px 0 0 25px;
	list-style-image: url(../images/ulArrow.gif);
	line-height: 160%;
}

#content li {
	padding: 0px 0 0 0px;
}

#content b {
	font-weight: bold;
}

#content h1 { 
	text-align: center;
	font-size: 150%;
	font-style: italic;
	color: #9d0101;
	padding-top: 25px;
}

#content hr { 
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#content img {
	border-radius: 30px;
	margin: 10 auto;
	float: right;
}

#content strong {
	font-weight: bold;
}

table#table1 {
	width:70%;
	margin-left:15%;
	margin-right:15%;
}

table.center {
	width:70%;
	margin-left:15%;
	margin-right:15%;
}

table.hallinta {
	width:70%;
	margin-left:15%;
	margin-right:15%;
	border: 1px solid black;
}

#hallinta th.muokkausLinkit {
	background-color: #7be37b;
	text-align: left;
	font-weight: bold;
	
}

#hallinta td {
	background-color: #f0f2f3;
}

#hallinta tr {
	border-bottom: 1px solid #000;
}

#hallinta strong {
	font-weight: bold;
}

#hallinta h1.hallintaOtsake {
	font-size: 300%;
	text-align: center;
}
#hallinta iframe.imageUpload {
	width:70%;
	margin-left:15%;
	margin-right:15%;
	border: 1px solid black;	
	background-color: #f0f2f3;
}

#editoriSetterit {
	float: center;
	margin: 0 auto;
	padding: 30px;
	width: 50%;
	min-width: 400px;
}


#editoriSetterit p {
	border-radius: 50px;
	border: 10px solid #ebebeb;
	margin: 5px;
	float: center;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}



#editorit {
	float: center;
	margin: 0 auto;
	padding: 30px;
	width: 100%;
	min-width: 800px;
}


#editorit p {
	/*border-radius: 50px;
	border: 10px solid #ebebeb;
	margin: 5px;
	float: center;
	text-align: center;
	font-weight: bold;
	font-size: 150%;*/
}


#leftcolumnwrap {
	width: 220px;
	float: left;
	margin: 0 auto;
}

#leftcolumn {
	background: #33CCFF;
	border-radius: 10px;
	border: 1px solid #1fb8eb;
	margin: 5px;
}

#footerwrap {
	width: 1020px;
	position: bottom;
	margin: 0 auto;
	clear: both;
}

#footer {
	height: 40px;
	background: #f0f2f3;
	border-radius: 10px;
	border: 1px solid #ebebeb;
	margin: 5px;
}

p.footer {
	text-align: center;
	color: #a4a6a7;
}

#languegeMenu {
	width: 220px;
	margin-left: 30px;	
	margin-top: 10px;
	margin-bottom: 30px;
}

#navigationMenu {
	width: 220px;
}
	
#navigationMenu li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
}
	
#navigationMenu li a:link, #navigationMenu li a:visited {
	color: #777;
	display: block;
	background: url(../images/menu8.gif);
	padding: 8px 0 0 20px;
}
	
#navigationMenu li a:hover {
	color: #257EB7;
	background: url(../images/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
}
	
#navigationMenu li a:active {
	color: #fff;
	background: url(../images/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
}

#navigationMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


