<!-- /*
'	SalSK Style Sheet
'	Jukka Leino 1.4.2001
*/ -->

p {
	font-family: verdana, arial, sans-serif;
	margin-top:5;
}

h1 {
	font-family: verdana, arial, sans-serif;
	margin-top:5;
}


h2 {
	font-family: verdana, arial, sans-serif;
	margin-top:5;
}

h3 {
	font-family: verdana, arial, sans-serif;
	margin-top:5;
}

h4 {
	font-family: verdana, arial, sans-serif;
	margin-top:5;
}

h5 {
	font-family: verdana, arial, sans-serif;
	margin-top:5;
}


/* Page background  */
.h-page-bg {
	background-image: url(bgM.gif);
	background-repeat: no-repeat;
	background-color: White;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}

/* Basic text styles */
body, td {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.td-name {
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.td-pvm {
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.td-otsikko {
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* Thin <td> lines */
.h-tdLines-bg {
	background-color: #0000FF;
}

/* Shadow <td> lines */
.h-shadTopRight-bg {
	background-image: url(ShadTopRight.gif);
	background-repeat: no-repeat;
}

.h-shadBottomRight-bg {
	background-image: url(ShadBottomRight.gif);
	background-repeat: no-repeat;
}

.h-shadBottomLeft-bg {
	background-image: url(ShadBottomLeft.gif);
	background-repeat: no-repeat;
}

.h-shadCenterRight-bg {
	background-image: url(ShadCenterRight.gif);
	background-repeat: repeat;
}

.h-shadBottomCenter-bg {
	background-image: url(ShadBottomCenter.gif);
	background-repeat: repeat;
}

/* Bg color */
.h-float-bg {
	background-image: url(ScreenGray.gif);
	background-repeat: repeat;
}

/* Menu items */
.menu-text, a.menu-text, a.menu-text:visited{
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}

/* Menu selected item */
.menuSelected-text, a.menuSelected-text {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

/* TOC Hover */
a.menu-text:hover, a.menuSelected-text:hover{
	text-decoration: underline;
	color: #ff0000;
}

/* Headlines folder */
.h-headlineFolderTab-text, a.h-headlineFolderTab-text, a.h-headlineFolderTab-text:visited {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}

.h-headlineFolderTabSelected-text, a.h-headlineFolderTabSelected-text, a.h-headlineFolderTabSelected-text:visited {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

a.h-headlineFolderTab-text:hover, a.h-headlineFolderTabSelected-text:hover{
	text-decoration: underline;
	color: #ff0000;
}

/* Action items */
.h-actionButton-text, a.h-actionButton-text, a.h-actionButton-text:visited {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}

/* Action Hover */
a.h-actionButton-text:hover{
	text-decoration: underline;
	color: #ff0000;
}

/* Navigation text */
.h-nav-text, a.h-nav-text, a.h-nav-text:visited{ 
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
	text-transform: lowercase;
}

/* Navigation Hover */
a.h-nav-text:hover{
	text-decoration: underline;
	color: #ff0000;
}

/* Page title */
.h-pagetitle-text {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 13pt;
}

.h-logo-text, a.h-logo-text {
	font-family: "Copperplate Gothic Bold", verdana, arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

a.h-logo-text:hover {
	text-decoration: underline;
}

.h-pageSmall-text, .h-fieldSmall-text {
	font-family: verdana, arial, sans-serif ! important;
	font-size: 8pt ! important;
}

.h-toolMenuGray-text{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #999999;
}

.h-fieldHeader-bgtext, .h-fieldOrder-bgtext{
	background-color: #D6D6FF;
	font-size: 10pt;
}

.h-edit-bg{
	background-color: White;
	font-size: 8pt;
}

.h-fieldHeaderEdit-bgtext{
	font-family: verdana, arial, sans-serif;
	background-color: #d6d6ff;
	font-size: 9pt;
}

.h-shadow-bg{
	background-color: #0000ff;
	background-image: none;
}


