@import url(/Client/Media/sysBase.css);

html, body, form {
	height: 100%;
}

body {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: RED;
	text-decoration: underline;
}
a:active {
	color: RED;
	text-decoration: underline;
}
ul {
	margin: 20px;
	padding: 0px;
}
li {
	color: black;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
}

td {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.main {
	padding-left: 6px;
	text-align: left;
	padding-top: 4px;
}

.menubar {
	width: 101px;
	height: 25px;
	background-color: #cccccc;
	text-align: center;
	font-size: 10px;
}

.submenubar {
	width: 750px;
	height: 14px;
	background-color: #cccccc;
	text-align: center;
	font-size: 10px;
}

.content {
}

.subcontent 
{
	text-align: left;
	background-color: #999999;
	color: #FFFFFF;
}

.subcontentblock {
	color: #FFFFFF; /*width: 200px;*/
	height: 100%;
}

.borderLeft {
	background-image: url(/custom/media/dot/border.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #cccccc;
	width: 2px;
}
.borderRight {
	background-image: url(/custom/media/dot/border.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #cccccc;
	width: 2px;
}


/* *** MENU ITEMS *** */

ul.vertMenuSub {
	width: 140px;
	padding: 0px;
	background-color: #676767;
	border-collapse: separate;
	border: solid 1px #676767;
	border-bottom: none 0px;
}

li.vertMenuItem {
	background-image: url(/Custom/Media/cronus/menuVert.gif);
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
	width: 142px;
	height: 18px;
	background-color: White;
	border-bottom: solid 1px #999999;
	padding-left: 14px;
	cursor: hand;
}

a.menuLabel, a.menuLabel:hover, a.menuLabel:link, a.menuLabel:visited, a.menuLabel:active {
	padding: 4px;
	color: #676767;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

li.menuWithSub {
	background-image: url(/Custom/Media/cronus/menuVertWithSub.gif);
}

li.vertMenuSel {
	background-image: url(/Custom/Media/cronus/menuVertSel2.gif);
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
	background-color: #DFDFDF;
}

li.vertMenuActive {
	background-image: url(/Custom/Media/cronus/menuVertSel2.gif);
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
	color: #374F5A;
	padding-left: 14px;
}

.vertMenuSep {
	border-bottom: solid 1px #999999;
	background: #DFDFDF;
	height: 10px;
}

.menul1, .menul2, .menul3 {
	margin-left: 15px;
}

li.horzMenuItem {
	padding-left: 6px;
	border-right: solid 1px #999999;
	font-size: 8pt;
	color: Red;
	background-color: #CCCCCC;
	width: 98px;
	height: 18px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	font-weight: 500;
	text-decoration: none;
}

li.horzMenuItem7 {
	border-right: solid 0px #999999;
}


/*
li.horzMenuItem2 {
	border-right: solid 1px #999999;
	font-size: 8pt;
	background-color: RED;
	width: 102px;
	height: 18px;
	text-align: center;
	cursor: hand;
	font-weight: 500;
	text-decoration: none;
}

.horzMenuMain2 .menuWithSub2 {
	font-size: 12pt;
	width: 80px;
	height: 18px;
}
*/
li.horzMenuWithSub {
	font-size: 8pt;
	width: 80px;
	height: 18px;
	color: Red;
}

li.horzMenuSel {
	text-decoration: none;
	color: Red;
}

/* Active Link */
li.horzMenuActive {
	color: black;
	font-weight: bold;
}

/* Active Link */
a.horzMenuLabel, a.horzMenuLabel:hover, a.horzMenuLabel:link, a.horzMenuLabel:visited, a.horzMenuLabel:active {
	font-weight: bold;
}

a.horzMenuLabel:hover {
	font-weight: bold;
	color: Red;
	text-decoration: none;
}

li.horzMenuActive {
	border-left: solid 6px RED;
}

li.horzMenuSep {
	color: Red;
}

/* ****** */

.frontpage {
	width: 100%;
	height: 500px;
	background-image: url(/Custom/Media/dot/fototapet1.jpg);
	background-position: inherit;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
