﻿
/* GENERIC */

body
{
	background: url(Images/body.jpg) repeat-x #dadada;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 160%;
	color: #4e4d4f;
	font-family: Arial;
}

p
{
	margin: 0.5em 0;
}

a
{
	color: #63737d;
	text-decoration: none;
}

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;
}

ol
{
    margin: 0;
    padding: 0;
}

ol li
{
    margin: 0 0 0 25px;
    padding: 0;
}

h4
{
    background: url(Images/h4.jpg) no-repeat 3px 50% #dedede;
    font-size: 12px;
    color: #444345;
    font-weight: bold;
    margin: 17px 0;
    padding: 6px 0 2px 13px;
}

h5
{
    background: url(Images/h5.gif) no-repeat left 3px;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 23px;
}

h6
{
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0;
}

/* PAGE LAYOUT */

.page
{
	margin: 0 auto;
	padding: 0;
	width: 952px;
    background: url(Images/page.jpg);
}

/* HEADER */

.header
{
    background: url(Images/header.jpg) no-repeat left top;
    margin: 0 auto;
    position: relative;
    height: 117px;
}

.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;
	display: none;
}
.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/columnbody.jpg) left top;
}

.body-t
{
    background: url(Images/body-t.jpg) no-repeat left top;
}

.body-b
{
    padding: 10px 15px;
}

.content-title
{
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin: 30px 20px;
	text-align: right;
}

.twocolumnpage .content-title
{
    margin: 0 20px 30px;
}

.content-path
{
	margin: 0 30px 10px;
	padding-top: 10px;
}

.section-title
{
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	color: #687a87;
	margin: 40 20px;
	text-align: right;
}

.floatbar
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 180px;
}

.controlbar
{
	background: #fff;
	padding: 14px;
}

/* FOOTER */

.footer
{
    background: url(Images/footer.jpg);
	height: 65px;
	color: #898888;
}

.footer a,
.footer a:hover
{
    color: #898888;
	text-decoration: none;
}

.copyright
{
	margin: 5px 16px;
	padding: 3px 0 5px;
	text-align: center;
}


/* ONECOLUMNPAGE */

.sidebar
{
	display: none;
}

.rightbar
{
	display: none;
}



.onecolumnpage .content
{
    padding: 20px;
}


/* TWOCOLUMNPAGE */

.twocolumnpage .sidebar
{
	display: block;
	width: 177px;
	float: left;
}

.twocolumnpage .content
{
	margin-left: 187px;
}

*html .twocolumnpage .content
{
	*margin-left: 183px;
}

* + html .twocolumnpage .content
{
	*+margin-left: 187px;
}


/* THREECOLUMNPAGE */

.threecolumnpage .sidebar
{
	display: block;
	width: 177px;
	float: left;
}

.threecolumnpage .rightbar
{
	display: block;
	width: 200px;
	float: right;
}

.threecolumnpage .content
{
	margin-left: 187px;
	margin-right: 210px;
	
}

/* 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;
}

/* MENUBAR */
.menubar-t
{
    background: url(Images/menubar-t.jpg) no-repeat left top #eceded;
}
.menubar-b
{
    background: url(Images/menubar-b.jpg) no-repeat -1px bottom;
    padding: 26px 0 12px;
}
.menubar
{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.menubar,
.menubar a
{
    font-size: 13px;
	color: #3a3a3a;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.menubar .item a
{
    background: url(Images/menubar.jpg) repeat-x bottom ;
    display: block;
	text-align: center;
	width: 177px;
	height: 28px;
	padding: 8px 0 0;
}

.menubar .item-hover a
{
    background: url(Images/item.jpg) no-repeat left top;
    text-decoration: none;
}

.menubar .item-selected a
{
    background: url(Images/item.jpg) no-repeat left bottom;
    color: #d70000;
}

.menubar-submenu
{
	border: solid 1px silver;
	padding-top: 8px;
}

.menubar-submenu a.item
{
	padding: 4px 16px;
}

/* BLUE */

.blue
{
    background: url(Images/blue/blue.jpg) repeat-x #001220;
}

.blue .page
{
    width: 941px;
    padding: 0;
}

.blue .header
{
    background: url(Images/blue/blue-header.jpg) no-repeat left bottom;
    height: 53px;
    
}

.blue .body
{
    background: url(Images/blue/blue-body.jpg) repeat-y;
}

.blue .body-t
{
    background: url(Images/blue/blue-body-t.jpg) no-repeat left top;
}

.blue .body-b
{
    padding: 0;
}

.blue .footer
{
    display: none;
    background: url(Images/blue/blue-footer.jpg);
    height: 0px;
}

.blue .copyright
{
    display: none;
}
