/***************************************************
   DEFAULT SETTINGS FOR BROWSER COMPATIBILTY
 ***************************************************/

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #262626;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

input, textarea, select {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

img {
	border: 0px;
}

/* jos kosket näihin, niin muista myös vaihtaa module.css tiedostosta hyperlink luokan tyylit */
a:link {color: #545454; text-decoration: none;}
a:visited {color: #545454; text-decoration: none;}
a:active {color: #545454; text-decoration: none;}
a:hover {color: #CC1436; text-decoration: none;}


h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 29px;
	color: #545454;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}

h1 a:link {color: #1e77ab; text-decoration: none;}
h1 a:visited {color: #1e77ab; text-decoration: none;}
h1 a:active {color: #1e77ab; text-decoration: none;}
h1 a:hover {color: #1e77ab; text-decoration: underline;}

h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	color: #707070;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}

h2 a:link {color: #1e77ab; text-decoration: none;}
h2 a:visited {color: #1e77ab; text-decoration: none;}
h2 a:active {color: #1e77ab; text-decoration: none;}
h2 a:hover {color: #1e77ab; text-decoration: underline;}

h3 {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 17px;
    color: #707070;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

h3 a:link {color: #000000; text-decoration: none;}
h3 a:visited {color: #000000; text-decoration: none;}
h3 a:active {color: #000000; text-decoration: none;}
h3 a:hover {color: #000000; text-decoration: underline;}

h4 {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #1e77ab;
	margin: 0;
	padding: 0;
}

h4 a:link {color: #1e77ab; text-decoration: none;}
h4 a:visited {color: #1e77ab; text-decoration: none;}
h4 a:active {color: #1e77ab; text-decoration: none;}
h4 a:hover {color: #1e77ab; text-decoration: underline;}

h5{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #1e77ab;
	margin: 0;
	padding: 0;
}

h5 a:link {color: #1e77ab; text-decoration: none;}
h5 a:visited {color: #1e77ab; text-decoration: none;}
h5 a:active {color: #1e77ab; text-decoration: none;}
h5 a:hover {color: #1e77ab; text-decoration: underline;}

h6 {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #000000;
	margin: 0;
	padding: 0;
}

h6 a:link {color: #000000; text-decoration: none;}
h6 a:visited {color: #000000; text-decoration: none;}
h6 a:active {color: #000000; text-decoration: none;}
h6 a:hover {color: #000000; text-decoration: underline;}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

pre, code, form, blockquote, fieldset, p {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #262626;
}

hr {
	border: 1px solid #ffffff;
	border-top: solid 1px #ccc;
}

/******************* DEFAULT SETTINGS END ********************/


/*****************************************
		TinyMCE specific styles
 *****************************************/
body.mceContentBody {
	background: #ffffff;
	padding: 20px;
	font-size: 11px;
}
/************* TinyMCE END **************/
