﻿.gridStyle
{
	padding-top: 16px;
	padding-left: 32px;
}

.taulukko tr td
{
    padding: 5px;    
   border: 2px solid #ffffff;
}
.taulukko tr th
{
    padding: 5px;
    border: 2px solid #ffffff;
    text-align: left;
}

.piilotus
{
	visibility: hidden;
}

.paaotsikko
{
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: normal;
	color: #28497d;
	line-height: 20px;
	text-decoration: none;
}

.valiotsikko {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}

.leipis, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border:1px solid #BEBEBE;
	padding:2px 0 0 2px;
}

.watermarked {
	height:18px;
	width:148px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color:#FFFFFF;
	color:gray;	
	border:1px solid #BEBEBE;
	padding:2px 0 0 2px;
}	

.watermarked_password 
{
	height:18px;
	width:148px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;		
	text-align:right;	
	background-image:url(../Images/password_watermark.jpg);
	background-repeat:no-repeat;
	border:1px solid #BEBEBE;
	padding:2px 0 0 2px;
}

.unwatermarkedCaptcha {
	height:16px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.watermarkedCaptcha {
	height:16px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color:#FFFFFF;
	color:gray;	
	border:1px solid #BEBEBE;
	padding:2px 0 0 2px;
}	

.unwatermarkedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.watermarkedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color:#FFFFFF;
	color:gray;	
	border:1px solid #BEBEBE;
	padding:2px 0 0 2px;
}	

.error_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	color:Red;
}

.a2:LINK, .a2:ACTIVE, .a2:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #00cc66;
	text-decoration : underline;
	line-height: 12px;
	font-weight: normal;
}

.a2:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	text-decoration : underline;
	line-height: 12px;
	font-weight: normal;
}
.modalMessagePopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:900px;
}

