/**
 * This file is part of HMTLanka Customer Interface
 *
 * @author tino weiss tw@vatrix.de
 *
**/

/* The Body of HTML, change here colors for the scrollbar */
body {
	scrollbar-3dlight-color: color;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: color;
	scrollbar-darkshadow-color: color;
	scrollbar-face-color: #003061;
	scrollbar-highlight-color: color;
	scrollbar-shadow-color: color;
	scrollbar-track-color: color;
}

/* The Td Element. For Font-Sytle & Size */
td {
	font-family: geneva,arial;
	font-size: 10pt;
}

/* The Copyright Information on the bottom of the page */
.copyright{
	background-color: #003061;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	height: 40px;
	text-align: center;
}

/* The Color1 is principally for the Top of the page */ 
.color1 {
	background-color: #003061;
	color: #FFFFFF;
}
.color1 td {
	color: #FFFFFF;
}

/* The Color2 is for some elements on this site, like menu */
.color2 {
	background-color: #E0AC01;
	color: black;
}
.color2 td {
	color:  black;
}

/* The Color3 is for some elements on this site, like rowtitle */
.color2 {
	background-color: #003061;
	color: black;
}
.color2 td {
	color:  black;
}

/* The menu, in case have the some color like color2 */
.menu a{
	color: #000000;
}
.menu td{
	background-color: #E0AC01;
	font-weight: bold;
	text-align: center;
	width: 20%;
}

/* RowText are the elements left an right on the site */
.rowtext {
	background-color: #FFFFFF;
	color: #000000;
}

.rowtitle {
	background-color: #003061;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}


/* The size of Mainpage, should not be changed, but sure u can */
.tablemaster {
	width: 755;
}
