﻿/* CSS Document */

body, table, td, p, div, select, input, textarea, span {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: white;
	text-decoration: none; }

body {
	background-color: #e4e4e4;
	margin: 5px 0 0;
	padding: 0; }
td.main-container { 
	width: 750px; 
	text-align: left; 
	vertical-align: top; 
	background-color: #ffffff; 
	background-image: url('../../images/background.jpg'); 
	background-repeat: no-repeat;
	border-collapse: collapse;
	}

table.main-container {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
table.content-container {
	width: 750px;
	margin: 0;
	padding: 0; 
	border-collapse: collapse;	
}

table.main-container td {
	margin: 0px;
	padding: 0px;
}
td.mc-tl {
	width: 1px;
	height: 16px;
	font-size: 1px;
	background-color: #466a0c; }
td.mc-tp{
	width: 750px;
	height: 16px;
	font-size: 3px;
	background-image: url(../../images/mc-top-pattern.jpg);
	background-repeat: repeat-x; }
td.mc-tr {
	width: 1px;
	height: 16px;
	font-size: 1px;
	background-color: #000; }
td.mc-ml {
	width: 2px;
	font-size: 1px;
	background-color: #466a0c;
	background-repeat: repeat-y; }
td.mc-mr {
	width: 1px;
	font-size: 1px;
	background-color: #000;
	background-repeat: repeat-y; }
td.mc-bl {
	width: 1px;
	height: 1px;
	font-size: 1px;
	background-color: #466a0c; }
td.mc-bp {
	width: 750px;
	height: 1px;
	font-size: 1px;
	background-repeat: repeat-x; }
td.mc-br {
	width: 1px;
	height: 1px;
	font-size: 1px;
	background-color: black; }
div.top-banner-area {
	width: 750px;
	height: 213px; }
	
div.top-banner-area-intranet {
	width: 750px;
	height: 70px; }

td.left-menu-area {
	background-color: #98b543;
	vertical-align: top;
	width: 180px; }

div.top-menu-area {
	vertical-align: top;
	width: 570px; 
	height:90px;
}

td.content-div {
	vertical-align: top;
	width: 570px;
	height: 350px;
}
	
table.top-menu-container {
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 570px;
}

table.top-menu-container td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}

div.top-menu-entry-text {
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	background-image: url('../../images/topmenu-entry-background.jpg');
	width: 124px;
	height: 17px;
	line-height: 17px;
	margin-left: auto;
	margin-right: auto;
}

div.top-menu-entry-text  a {
	text-decoration: none;
	color: #ffffff;
}

div.top-menu-entry-text a:hover {
	text-decoration: none;
	color: #cccccc;
}

div.left-menu-title {
	text-align: center;
	width: 180px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	background-color: #688c0e;
	border-top: 1px solid white;
	border-bottom: 1px solid #ffffff; }

.leftmenu-node {
	width: 180px;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #98b543;
	color: #ffffff;
	font-size: 11px;
	padding-left: 4px; }
	
	.leftmenu-node-submenu {
	width: 180px;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #98b543;
	color: #ffffff;
	font-size: 11px;
	padding-left: 15px;
	
 }

	
	.leftmenu-node-hover {
	width: 180px;
	height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #98b543;
	color: #ffffff;
	font-size: 11px;
	padding-left: 4px;
	background-color: #466A0C;
}


h3 {
	font-size: 14px;
}

.sitemap-node {
	width: 230px;
	height: 14px;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	color: #000000;
	font-size: 11px;
	padding-left: 1px;
}

td.sitemap-treecell {
	vertical-align: top;
}

td.sitemap-treecell table td {
	border: 0px solid red;
}

/* Classes for siteadmin */
input, select {
	border: 1px solid #98b543;
}

table.login-form {
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.login-form td {
	text-align: left;
	font-weight: bold;
	background-color: #688c0e;
	color: #ffffff;
}

img.noborder {
	border: 0px solid #ffffff;
	margin: 0px 0px 0px 0px;
}

#errormsgwindow {
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	border: 1px solid red;
	width: 350px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
	z-index: 10000;
	border: 1px solid #688c0e;
}

#errormsgtitle {
	height: 16px;
	line-height: 16px;
	background-color: #688c0e;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

#errormsgbutton {
	background-color: #98b543;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#errormsg {
	background-color: #98b543;
	padding: 10px 10px 10px 10px;
}

#loader {
	background-color: #688c0e; 
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
	visibility: hidden;
}

table.datatable {
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

table.datatable th {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border: 1px solid #688c0e;
	background-color: #688c0e;
	padding: 2px 4px 2px 4px;	
}

table.datatable td {
	border: 1px solid #688c0e;
	padding: 2px 4px 2px 4px;
}

a.toolbar-button {
	background-image: none;
	background-repeat: no-repeat;
	height: 40px;
	width: 65px;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	font-size: 9px;
	text-align: center;
}

a.toolbar-button:hover {
	background-image: url('../../intranet/images/icon-hover.gif');
}

/* CSS Document */
div.links-title {
	color: #ffffff; 
	font-weight: bold; 
	background-color: #688c0e; 
	border-top: 1px solid #ffffff; 
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

div.link-short { 
	border: 1px solid #ffffff;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
}

div.link-short table {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.link-short td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}