﻿
/* GENERIC */

body
{
	background: #1f4889;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 160%;
	color: #4e4d4f;
}

h1
{
    background: url(images/h1.jpg) no-repeat left bottom;
    color: #284c5a;
    font-size: 16px;
    font-weight: bold; 
    height: 29px;
    padding: 17px  0 0 60px;
}

h2
{
    background:url(images/h2.jpg) no-repeat left 50%;
    color: #59808f;
    font-size: 14px; 
    font-weight:bold;
    padding: 0 0 0 15px;
    margin: 15px 0 10px;
}

h3
{
    color:#7e8d92;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 15px 15px;
}

h3 .table-view
{
    padding-right: 100px;
    margin: 10px 0 15px;
}

h3 table
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e3e4e4;
    table-layout: fixed;
    margin-right: 100px;
}

h3 table .table-icon
{
    background: url(Images/table-icon.jpg) no-repeat 50% 50% #f4f7f7;
    width: 30px;
}

h3 table td
{
    border: 1px solid #e3e4e4;
    padding: 4px 4px 4px 8px;
}

h4
{
    color:#7e8d92;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0 10px;
}

h5
{
    color: #284c5a;
    font-size: 14px;
    font-weight: bold; 
    margin: 15px 0 10px;
}

p
{
	margin: 0.5em 0;
}

a
{
	color: #63737d;
}

a:hover
{
    color: #1f3a87;
	text-decoration: underline;
}

img
{
    border: 0;
}

ul
{
	list-style-image: url(Images/ul.gif);
	margin: 0 0 0 15px;
    padding: 0;
}

/* PAGE LAYOUT */

.page
{
	margin: 0 auto;
	padding: 0;
}

/* HEADER */

.header
{
    background: url(Images/header.jpg) no-repeat left top;
    margin: 0 auto;
    position: relative;
    width: 958px;
    height: 151px;
}

.header a,
.header a:hover
{
	text-decoration: none;
}


.topmenu
{
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 1;
}
.topmenu,
.topmenu a
{
	color: #fdfcff;
}

.sitemapa
{
	text-align: center;
	position: absolute;
	bottom: 3px;
	left: 10px;
	z-index: 0;
}
.sitemapa,
.sitemapa a
{
    font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.sitemapb
{
	margin: 8px auto 5px;
}

.loginstatus
{
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: none;
}

.welcome
{
	position: absolute;
	right: 50px;
	bottom: 20px;
	display: none;
}

/* BODY */
.body
{
    background: url(Images/body.jpg) repeat-y left top;
    width: 958px;
    margin: 0 auto;
}

.body-b
{
    background: url(Images/body-b.jpg) no-repeat left bottom;
    padding: 10px 30px 20px; 
} 

.content-title
{
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin: 30px 20px;
	text-align: right;
}

.content-path
{
	margin: 0 30px 10px;
	padding-top: 10px;
}

.section-title
{
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #687a87;
	margin: 40px 20px;
	text-align: right;
}

.floatbar
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
}

.controlbar
{
	background: #fff;
	padding: 14px;
}

/* FOOTER */

.footer
{
	height: 69px;
	color: #c7cfda;
}

.footer a,
.footer a:hover
{
    color: #c7cfda;
	text-decoration: none;
}

.copyright
{
    border-top: 2px solid #c7cfda;
	margin: 5px 16px;
	padding: 3px 0 5px;
	text-align: center;
}


/* ONECOLUMNPAGE */

.sidebar
{
	display: none;
}

.rightbar
{
	display: none;
}



.onecolumnpage .content
{
    padding: 20px;
}

/* ONECOLUMNPAGE-OPEN */

.onecolumnpage-open .body
{
    background: url(Images/onecolumnpage-open-body.jpg);
}

.onecolumnpage-open .body-t
{
    background: url(Images/onecolumnpage-open-body-t.jpg) no-repeat left top;
}


.onecolumnpage-open .body-b
{
    background: url(Images/onecolumnpage-open-body-b.jpg) no-repeat left bottom;
}

/* TWOCOLUMNPAGE */

.twocolumnpage .body
{
    background: url(Images/twocolumnpage.jpg);
}

.twocolumnpage .body-t
{
    background: url(Images/twocolumnpage-body-t.jpg) no-repeat left top;
}

.twocolumnpage .body-b
{
    background: url(Images/twocolumnpage-body-b.jpg) no-repeat left bottom;
    padding: 10px 57px 30px 73px;
}

.twocolumnpage a
{
	text-decoration: none;
}

.twocolumnpage a:hover
{
	text-decoration: underline;
}

.twocolumnpage .sidebar
{
	display: block;
	width: 160px;
	float: left;
	margin-top: 35px;
}

.twocolumnpage .content
{
	margin-left: 179px;
	padding: 0 15px;
}

/* TWOCOLUMNPAGE-OPEN */


/* THREECOLUMNPAGE */

.threecolumnpage .sidebar
{
	display: block;
	width: 150px;
	float: left;
}

.threecolumnpage .rightbar
{
	display: block;
	width: 245px;
	float: right;
}

.threecolumnpage .content
{
	margin-left: 155px;
	margin-right: 250px;
	
}

/* MENU */

.topmenu a.item
{
	padding-left: 12px;
}

.topmenu-submenu
{
	border: solid 1px silver;
	padding-top: 8px;
	z-index: 1;
}

.topmenu-submenu a.item
{
	padding: 4px 16px;
}

.sitemapa .item a
{
    background: url(Images/sitemapa.jpg) no-repeat left top;
    display: block;
	padding: 14px 0;
	height: 14px;
    width: 101px;
	text-align: center;
}

.sitemapa .item-hover a
{
    background: url(Images/sitemapa.jpg) no-repeat left bottom;
    text-decoration: none;
}

.sitemapa .item-selected a
{
    background: url(Images/item-selected.jpg) no-repeat left top;
}

.sitemapa-submenu
{
	border: solid 1px silver;
	padding-top: 8px;
}

.sitemapa-submenu a.item
{
	padding: 4px 16px;
}

.sitemapb a.item
{
	padding-left: 12px;
}

.sitemapb-submenu
{
	border: solid 1px silver;
	padding-top: 8px;
}

.sitemapb-submenu a.item
{
	padding: 4px 16px;
}

.catmenu
{
	margin: 20px;
}

.catmenu-submenu
{
	border: solid 1px silver;
	padding-top: 8px;
}

.catmenu-submenu a.item
{
	padding: 4px 16px;
}
