/* CSS Document */
body 
{
	margin: 0px;
	padding: 0px;
	background: #877959;
	
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}

body.contentpane 
{
	background: #ffffff;
}

a 
{
	color: #544626;
}

a:hover 
{
	color: #877959;
}

a.contentpagetitle 
{
	text-decoration: none;
}

#container 
{
	width: 900px;
}

#header 
{
	width: 900px;
	height: 140px;
	background-color: #CCCC99;
	margin: 0px; padding: 0px;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-color: #669900;
	border-bottom-style: ridge;
}

div.logo
{
	width: 180px;
	height: 140px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

#header #left 
{
	width: 540px;
	height: 140px;
	float: left;
	margin: 0px; padding: 0px;
	display: inline;
	overflow: hidden;
}

#header #right 
{
	width: 180px;
	height: 140px;
	float: right;
	margin: 0px; padding: 0px;
	overflow: hidden;
}

div.header
{
	width: 540px;
	height: 80px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

div.mainmenu1, div.mainmenu2
{
	vertical-align: top;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.top-menu
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #CCCC99;
	border-bottom-width: 3px;
	border-bottom-style: inset;
	border-bottom-color: #003300;
}

td.top-menu-item
{
	vertical-align: middle;
	text-align: center;
	height: 25px;
	width: 179px;
	background-image: url(/fileadmin/templates/images/tm-item-gr.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

td.top-cur-item
{
	vertical-align: middle;
	text-align: center;
	height: 25px;
	width: 179px;
	background-image: url(/fileadmin/templates/images/tm-item-gy.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.top-menu-item a, .top-menu-item a:visited, .top-menu-item a:active
{
	font-size: 12px;
	color: #FFFFFF;
    font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

.top-menu-item a:hover
{
	text-decoration: underline;
	color: #000000;
}

div.breadcrumb 
{
	clear: both;
	width: 895px;
	height: 12px;
	margin: 0px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
}

.breadcrumb 
{
	font-size: 12px;
	font-family: helvetica, arial;
	font-weight: bold;
	font-style: italic;
	color: #408000;
}

.breadcrumb a, .breadcrumb a:visited
{
	color: #2a1a00;
	text-decoration: none;
	font-size: 14px;
}

.breadcrumb a:hover 
{
        text-decoration: underline;
}

.breadcrumb b
{
	font-weight: bolder;
	font-style: normal;
	color: #403300;
	font-size: 14px;
}

#header #right #image 
{
	width: 180px;
	height: 140px;
	margin: 0px 0px 0px 9px;
	padding: 0px;
	text-align: left;
}

div.contentpaneopen
{
	text-align: left;
}

.left-menu
{
	font-size: 13px;
}

table.left-menu
{
}

table.level1
{
	margin-bottom: 30px;
	width: 95%;
}

table.level2
{
	width: 100%;
	margin-bottom: 0px;
}

.left-menu a, .left-menu a:visited, .left-menu a:active
{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.left-menu a:hover
{
	text-decoration: underline;
}

.left-menu td
{
	border-right-width: 4px;
	border-right-color: #663300;
	border-right-style: outset;
	border-bottom-width: 4px;
	border-bottom-color: #663300;
	border-bottom-style: outset;
	border-left-width: 2px;
	border-left-color: #996600;
	border-left-style: inset;
	border-top-width: 2px;
	border-top-color: #996600;
	border-top-style: inset;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(/fileadmin/templates/images/tm-item-gy.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

.level2
{
	font-size: 11px;
}

.level2 a, .level2 a:visited
{
	font-size: 11px;
}

div.left-submenu
{
	padding-left: 10px;
	margin-right: -5px;
	margin-bottom: -7px;
}

#main 
{
	width: 900px;
	background: #ffffff;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

#main #mleft
{
	padding-top: 20px;
	clear: both;
	width: 180px;
	height: 100%;
	float: left;
}

#main #mmid 
{
	width: 510px;
	min-height: 400px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 15px;
	overflow: hidden;
}

#main #mmid #text 
{
	padding: 0px 10px 0px 5px;
}

#main #mright 
{
	width: 180px;
	height: 100%;
	float: right;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
}

#footer 
{
	width: 900px;
	height: 100px;
	padding-bottom: 10px;
	background: #fff url(/fileadmin/templates/images/footerbg.jpg) no-repeat bottom;
}

#main p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 4px;
}

#main h1, #main h2, #main h3, #main h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#main ul
{
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 4px;
}

h1.mrc-header 
{
	font-size: 20px;
	font-family: helvetica, arial;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	height: 27px;
	background: #FFFFFF url(/fileadmin/templates/images/headingbg.jpg) no-repeat right bottom;
	padding-top: 5px;
	text-align: left;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 15px;

}

#main h2
{
	font-size: 16px;
	margin-bottom: 0px;
}

#main h3
{
	font-size: 14px;
	margin-bottom: 0px;
}

#main h4
{
	font-size: 13px;
	margin-bottom: 0px;
}

div.mrc-header 
{
	font-size: 20px;
	font-family: helvetica, arial;
	color: #000;
	height: 27px;
	background: url(/fileadmin/templates/images/headingbg.jpg) no-repeat right;
	padding-top: 15px;
	text-align: left;
	width: 70%;
	margin-top: -12px;
	
}
td.contentheading 
{
	font-size: 18px;
	font-family: helvetica, arial;
	color: #000;
	height: 27px;
	background: url(/fileadmin/templates/images/headingbg.jpg) no-repeat right;
	padding-right: 45px;
}

td.contentheading a 
{
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

td.contentheading a:hover 
{
	color: #877959;
}

span.small 
{
	font-size: 10px;
	font-family: arial, helvetica;
	color: #666;
}

td.createdate,
td.modifydate 
{
	font-size: 10px;
	font-family: arial, helvetica;
	color: #666;
}

#mod_login_username,
#mod_login_password 
{
	border-bottom: 2px #877959 solid;
	border-left: 2px #877959 solid;
	border-top: 2px #877959 solid;
	border-right: 2px #877959 solid;
	width: 130px;
	padding: 2px;
	margin: 2px;
	font-size: 10px;
	background: url(/fileadmin/templates/images/bodybg.jpg);

	font-weight: bold;
	color: #6655737;
}

#footer #text table 
{
 text-align: center;
}

#mright div.moduletablekc 
{
 width: 195px;
 float: right;
}

#mright table 
{
 width: 150px;
 margin-left: 30px;
}

#mright div.moduletablekc h3 
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(/fileadmin/templates/images/modheaderbg.jpg) no-repeat right bottom;
	padding: 9px 0px 19px 3px;
	margin: 10px 0px 0px 0px;
}
#mright table.anything_kc 
{
	width: 175px;
	margin: 0px 0px 10px 0px;
}

#mright #mainlevelkc 
{
       margin: 0px;
       padding: 0px;
}

#mright div.moduletablekc ul 
{
	border: 1px red solid;
}

#mright #mainlevelkc li 
{
      margin: 0px 0px 3px 0px;
      padding: 0px;
      background: #ccc;
}

#mmid li 
{
        margin-bottom: 5px;
}

#mmid hr 
{
	border: 0px; 
	height: 5px; 
	width: 418px; 
	color: #fff;
	background: #fff url(/fileadmin/templates/images/hrbg.jpg) no-repeat left;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background 
{
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight 
{
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom 
{
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}

#POP_window 
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#POP_window a img
{
	border:0;
}
a img
{
	border:0;
}
#POP_window ul
{
	list-style-type: none;
	margin:0;
	margin-left: 10px;
	padding:0;
}

#POP_window li
{
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
#POP_secondLine 
{
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#POP_window a:link 
{
	color: #fff;
}

#POP_window a:visited 
{
	color: #fff;
}

#POP_window a:hover 
{
	color: #0ca3fd;
}

#POP_window a:active 
{
	color: #fff;
}

#POP_window a:focus
{
	color: #666666;
}

#POP_overlay 
{
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background: #000;
}

#POP_window 
{
	position: absolute;
	background: #000;
	z-index: 102;
	color:#0ca3fd;
	border: 1px solid #0ca3fd;
	text-align:left;
}

#POP_window img 
{
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#POP_caption
{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#POP_closeWindow
{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#POP_closeAjaxWindow
{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#POP_ajaxWindowTitle
{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#POP_title
{
	border-bottom:1px solid #0ca3fd;
	color:#0ca3fd;
	padding-left:10px;
	height:27px;
	background: #000304;
}

#POP_ajaxContent
{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#POP_ajaxContent p
{
	padding:5px 0px 5px 0px;
}

#POP_load
{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#POP_HideSelect
{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#POP_iframeContent
{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
}

.caption
{
	font-size: 10px;
	font-style: italic;
}

.content-right
{
}

div.content-right
{
	text-align: left;
}

.content-right ul
{
	margin-left: 15px;
	margin-top: 5px;
	padding-left: 10px;
	list-style-type: square;
}

.content-right li
{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
}

.content-right a, .content-right a:active, .content-right a:visited
{
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

.content-right a:hover
{
	text-decoration: underline;
}

form.intake
{
	margin-top: 10px;
}

mac-login
{
}

div.mac-login
{
	margin-left: -25px;
	padding-left: 0px;
}

td.tx-loginboxmacmade-pi1-labelCell
{
	background-color: #CCCC99;
	font-size: 11px;
}

td.tx-loginboxmacmade-pi1-fieldCell
{
}

td.tx-loginboxmacmade-pi1-fieldCell input
{
	width: 100px;
}

td.tx-loginboxmacmade-pi1-fieldCell input.submit
{
	width: 60px;
}

h2.tx-loginboxmacmade-pi1-header
{
	margin-left: 10px;
}

th.tx-mmforum-th
{
	background-color: #CCCC99;
}

