body {
	background-color: #FFFFFF;
	background-image: url(gfx/tausta_page.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: arial, helvetica;
	font-size:10pt;
	margin: 0px;
}
td#banner {
	background-image: url(gfx/banner.gif);
	background-repeat: no-repeat;
	height: 60px;
}
td#banner_tausta {
	background-image: url(gfx/banner_tausta.gif);
	background-repeat: repeat-x;
	height: 60px;
}
A:link
{
	background: transparent;
	color: #0614A1;
	text-decoration: none;
	font-size:10pt;
}
A:visited
{
	background: transparent;
	color: #0614A1;
	text-decoration: none;
}
A:active
{
	text-decoration: none;
	color: #0614A1;
}
A:hover
{
	background: transparent;
	color: #000000;
	background: transparent;
	color: #F41237;
	text-decoration: underline;
}

.leipis
{
	font-family: arial, helvetica;
	font-size:10pt;
}
.kuvaus
{
	color: #898989;
}
.alue
{
}

.td
{
	/*background-color: #E5E7E9;*/
}
.selected
{
	font-weight: bold;
}

.core {
	width: 721px;
	margin-top: 10px;
	margin-right: 27px;
	margin-left: 27px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.core h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	line-height: 135%;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.core h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 135%;
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.core p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 135%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
table#data {
	background-image: url(gfx/tausta_dynamictop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 775px;
	}
td#dynamicarea {
	background-image: url(gfx/tausta_dynamic_perhonen.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.ohje_teksti
{
	color: #8e8e8e;
}
.error
{
	color: red;
}
.error_container
{
	margin-left: 10px;
	border: 2px solid #f3f3f3;
	background-color: #fdfdfd;
	width: 400px;
	padding: 5px;
}
.valiotsikko
{
	font-size: 18px;
}

.analmato {
	background-image: url(gfx/analyysi_matobg.jpg);
	height: 8px;
	width: 250px;
}
.alaviiva
{
	background-image: url(gfx/tausta_fader.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 28px;
}
.alaviiva a
{
	color: #000000;
	text-decoration: none;
	font-size:10pt;
}
#comment_holder p {
	margin-bottom: 10px;
}

.drag {
    /*text-align: center;
    padding: 10px 10px 25px 10px;
    background: #eee;
    border: 1px solid #fff;
    -moz-box-shadow: 0px 2px 15px #333;
    -webkit-box-shadow:    0px 2px 15px #333;
    border: 1px solid #dfdfdf;
    border: 1px solid rgba(96,96,96,0.2);
    font-family:"damion";
    font-size:24px;
    color:#000;
    padding-bottom:10px;
    text-shadow:#333;*/

    /*border: 1px solid #fff;*/
    position: absolute;
    height: 16px; width: 16px; /*border: 2px solid rgb(119, 119, 119); background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7); border-radius: 20px 20px 20px 20px;*/
    background-image: url("../gfx/hotspot_button_spot.png");
    cursor: pointer;

    /*
    position: absolute;  height: 14px; width: 14px; border: 2px solid rgb(119, 119, 119); background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7); border-radius: 20px 20px 20px 20px; pointer-events: none; margin-top: -9px; margin-left: -9px;
    */
}

.drag_highlight {
    border: 0px solid rgba(0, 0, 0, 0.40);
    border-radius: 30px 30px 30px 30px;

    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.73);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.73);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.73);
}

.edit_spot {
    background-color: #428BCA;
    border: 1px solid #357EBD;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #ffffff;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
    border-radius: 4px 4px 4px 4px;

    padding: 5px;
    width: 98%;
    margin: auto auto;
    margin-bottom: 4px;
}

.margin-div
{
    padding-left: 6px;
    padding-right: 6px;
}

.hotspot-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

    color: #555555;
    display: block;
    font-size: 14px;
    padding: 6px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

.hotspot-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
}