/* CSS Document
 * Tapion Tiet ja Ojat Oy - default stylesheet */

/* ---- Basic elements ---- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #2D8A1A;
	text-decoration: underline;
}

/* ---- Layout elements ---- */

.intro {
	padding: 0px;
	margin-top: 200px;
	margin-left: 0px;
	margin-right: 0px;
}

.tableContainer {
	margin-top: 30px;
	padding: 0px;
	width: 790px;
	border: solid 1px #000000;
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: x-small;
	font-weight: normal;
}

.header {
	background-color: #55B342;
	/* background-color: #38a679; */
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: small;
	font-weight: normal;
}

.leftCell {
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	/* background-color: #f1f1f1; */
	background-color: #E6FBD6;
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: x-small;
	font-weight: bold;
	line-height: 22px;
}

.mainCell {
	padding-left: 0px;
	padding-right: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff;
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: x-small;
	font-weight: normal;
}

.footer {
	padding: 3px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #666666;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
}

.personnel {
	padding-left : 20px;
	padding-bottom : 20px;
}
/* ---- Text elements ---- */

.contentHeading {
	font-family: verdana, arial, sans-serif, helvetica;
	color: #000000;
	font-size: small;
	font-weight: bold;
}

.headingNormal {
	font-family: verdana, arial, sans-serif, helvetica;
	color: #000000;
	font-size: small;
	font-weight: bold;
}

.headingNormalGrey {
	font-family: verdana, arial, sans-serif, helvetica;
	color: #000000;
	font-size: small;
	font-weight: bold;
}

.errorMessage {
	font-family: verdana, arial, sans-serif, helvetica;
	color: #FF0000;
	font-size: x-small;
	font-weight: normal;
}

.skipIntro {
	padding: 3px;
	font-family: verdana, arial, sans-serif, helvetica;
	color: #666666;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}

/* ---- Form elements ---- */

.input {
	border: 1px solid #000000;
	background-color: #FBFBFB;
	padding: 2px;
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: small;
}

.personnelTable {
	background-color: #E9FFD9;
}

/* ---- Navigational elements ---- */

.leftCell a:link {
	color: #000000;
	text-decoration: none;
}

.leftCell a:active {
	color: #000000;
	text-decoration: none;
}

.leftCell a:visited {
	color: #000000;
	text-decoration: none;
}

.leftCell a:hover {
	color: #2D8A1A;
	text-decoration: none;
}

.skipIntro a:link {
	color: #666666;
	text-decoration: none;
}

.skipIntro a:active {
	color: #666666;
	text-decoration: none;
}

.skipIntro a:visited {
	color: #666666;
	text-decoration: none;
}

.skipIntro a:hover {
	color: #666666;
	text-decoration: underline;
}

.footer a:link {
	color: #666666;
	text-decoration: none;
}

.footer a:active {
	color: #666666;
	text-decoration: none;
}

.footer a:visited {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	color: #666666;
	text-decoration: underline;
}


/* ---- end of document ---- */
