/* ****************************************************** */
/* Display page classes                                   */
/* ****************************************************** */
/* Page container */
.Page
{
    height: 100%;
    width: 100%;
}
/* Page link */
A.PageLink
{
	color: black;
	font-size: 8pt;
	font-family: Tahoma;
}
/* ---------------------------------- */
/* Page header row */
.P_Head
{
	background-color: green;
}
/* Page header cell in header row */
.P_Header
{
    color: greenyellow;
    font-family: 'Trebuchet MS';
    font-size: 20pt;
    font-weight: bold;
}
/* Main table in header */
.P_HeaderMain
{
	background-color: white;
	background-image: url("/Logi.NET/Themes/RikvestHD/Images/csikok.gif");
	background-position: right top;
	background-repeat: repeat-y;
}
/* Site name cell in header main table */
.P_SiteName
{
	background-image: url("/Logi.NET/Themes/RikvestHD/Images/logo.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
    color: greenyellow;
    font-weight: bold;
    font-size: 20pt;
    font-family: 'Trebuchet MS';
    padding: 0px 5px 0px 10px;
    height: 55px;
    width: 213px;
}
/* Login cell in header main table */
.P_Login
{
	color: greenyellow;
	font-size: 9pt;
	font-family: Tahoma;
	white-space: nowrap;
    padding: 3px 10px 3px 5px;
}
/* Menu row in header main table */
.P_Menu
{
	background-image: url("/Logi.NET/Themes/RikvestHD/Images/menu-bg.gif");
	background-repeat: repeat-x;
    padding: 0px 0px 0px 0px;
    height: 23px;
}
/* ---------------------------------- */
/* Page body row */
.P_Body
{
    height: 100%;
}
/* Page content cell in body row */
.P_Content
{
    padding: 5px 5px 5px 5px;
}
/* ---------------------------------- */
/* Page footer row */
.P_Foot
{
	background-color: darkgreen;
}
/* Page footer cell in footer row */
.P_Footer
{
    color: greenyellow;
    font-family: 'Trebuchet MS';
    font-size: 8pt;
    padding: 2px 5px 2px 5px;
}
/* ****************************************************** */
/* Mail page classes                                      */
/* ****************************************************** */
/* Mail container */
.Mail
{
    height: 100%;
    width: 100%;
    border-style: none;
}
/* Mail background */
.M_Bkgd
{
	padding: 20px 20px 20px 20px;
}
/* Mail page */
.M_Page
{
	border: lightgreen thin solid;
	background-color: honeydew;
}
/* Mail content */
.M_Content
{
    padding: 20px 20px 20px 20px;
}
