u 
{ 
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}
font.normal
	{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	}
font.error
	{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	color: red;
	font-size: 12px;
	}
font.small
	{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	}

font.header
	{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	}

a:link	{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	}

a:visited	{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	}

a:active	{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	}

a:hover	{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	}
a.header_bold:link,
.tableGenerator th a:link
	{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	}
a.header_bold:visited,
.tableGenerator th a:visited
	{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	}
a.header_bold:active,
.tableGenerator th a:active
	{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	}
a.header_bold:hover,
.tableGenerator th a:hover
	{
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	}
FONT.otsikkoaaa {  font-family: Verdana;  text-decoration: none;  color: #000000;  font-weight: bold;  font-style: normal;  font-size:  16px;  }
FONT.otsikkoaa {  font-family: Verdana;  text-decoration: none;  color: #000000;  font-weight: bold;  font-style: normal;  font-size: 14px;  }
FONT.otsikkoa {  font-family: Verdana;  text-decoration: none;  color: #000000;  font-weight: bold;  font-style: normal;  font-size: 12px;  }
FONT.ingressi {  font-family: Verdana;  text-decoration: none;  color: #000000;  font-weight: normal;  font-style: italic;  font-size: 12px;  }
BODY { font-family: Verdana;  font-weight: normal;  font-style: normal;  text-decoration: none;  color: #666666;  font-size: 12px; }
TD { font-family: Verdana;  font-weight: normal;  font-style: normal;  text-decoration: none;  color: #666666;  font-size: 12px; }


.sectiontitle{ font-family:Verdana;font-weight:bold;font-size:12px;color:#336699;background-color:#ffffff;padding:3px 3px 3px 3px;border-top:#000000 1px solid; border-bottom:#000000 1px solid;}
.normaltext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; font-variant: normal; color: #000000; background-color: #FFFFFF}
.actbutton {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; width: 60px; height: 22px}
.normalcell {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; background-color: #ffffff;}
.textinput {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; border:#bbbbbb 1px solid;}
.title { font-family:verdana; font-size:15px; font-weight:bold; color:#ff9900; padding:10px 10px 10px 5px; }
.link {  font-family: Verdana; font-size: 9pt; color: #336699; text-decoration:none;background-color:#f0f0f0;border:#CCCCCC 1px solid;}

body {
  background: #c6c3c6;
  margin: 0px;
}

table#editor { width: 980px; height: 100%; background: #ffffff; }
table#editor td { vertical-align: top; }

.editorTab{
	display: block;
	float: left;
	/*width: 66px;
	height: 24px;*/
	width: 70px;
	height: 30px;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
	background: url('/adm/img/whiteTab.gif') no-repeat;
	/*font-weight: bold;*/
}

.editorTabBlankFile{
	display: block;
	float: left;
	/*width: 66px;
	height: 24px;*/
	width: 70px;
	height: 30px;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
	background: url('/adm/img/whiteTab.gif') no-repeat;
}

.editorTabSelected{
	display: block;
	/*width: 66px;
	height: 24px;*/
	width: 70px;
	height: 30px;
	text-align: center;
	float: left;
	padding-top: 8px;
	cursor: pointer;
	background: url('/adm/img/whiteTabSelected.gif') no-repeat;
	/*font-weight: bold;*/
}