html { overflow: -moz-scrollbars-vertical !important; }


.mtDropdownMenu {
    position:absolute;
    overflow:hidden;
    left:-1000px;
    top:-1000px;
}


.mtDropdownMenu .content {
    position:absolute;
}


.mtDropdownMenu .items {
    position:relative;
    left:0px; top:0px;
    border:1px solid #999;
    z-index:2;
}

.mtDropdownMenu.top .items {
    border-top:none;
}


.mtDropdownMenu .item {
    color:#4A4B4B;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;


    border:none;
    cursor:pointer;
    cursor:hand;
}


.mtDropdownMenu .background {
    position:absolute;
    left:0px; top:0px;
    z-index:1;
    -moz-opacity:.8;
    filter:alpha(opacity=85);
}


.mtDropdownMenu .shadowRight {
    position:absolute;
    z-index:3;
    top:3px; width:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
}


.mtDropdownMenu .shadowBottom {
    position:absolute;
    z-index:1;
    left:3px; height:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
}


.mtDropdownMenu .item.hover {
    background:#BB9945;
    color:#215685;
}


.mtDropdownMenu .item img {
    margin-left:10px;
}

a { color : #996633;}
a:hover { color : #996633; }
a:visited{ color : #996633; }
a:link, a:visited {text-decoration: none; }
a, a img, a:hover img, a:visited img { outline: none;}

body, td{font-family:verdana;color:#000000;font-size:12;

}

.table-content {background: #DED4B8 url(i/bg-pages.jpg) top center; background-repeat:no-repeat;}

.input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color: #000000;
	color: #000000;
	background-color: #BB9945;
	margin: 0px;
	padding: 1px;
}
a, a img, a:hover img, a:visited img { outline: none; }


.ccp-main {
	background: #DED4B8;
	padding: 20px;
}

.ccp-level {background: #DED4B8 url(i/bg-pages.jpg) top center; background-repeat:no-repeat;}

.ccp-right {background: #fffff;}

.ccp-title {
	font-size: 22px;
	color: #2e3192;
	font-weight: bold;
}
.ccp-title-strong {
	font-size: 20px;
	color: #595241;
	font-weight: bold;
}

hr {
border: 0;
color: #2e3192;
background-color: #2e3192;
height: 1px;
text-align: left;
}

.box {
background-image: url('i/2t.gif');
	width: 230px;
	padding: 10px;
	border-right: thin solid #aca58f;
	border-bottom: thin solid #aca58f;
	border-top: thin solid #aca58f;
}

table.detailed {
	background-image: url('i/2t.gif');
	background-position:center;
	background-position:top;
	background-color:#fff5e1;
	background-repeat:no-repeat;
	text-align: left;
}

.detailed-header {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.detailed-sub-head {
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}
.right-col-pad {
	padding-right: 12px;
}
