BODY {
	PADDING: 0px;
	MARGIN: 0px auto;
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
p {
	font-size: 12px;
	margin: 0px;
	offset: 0px;
}
#centerAll {
	MARGIN-LEFT: auto; WIDTH: 900px; MARGIN-RIGHT: auto; HEIGHT: 630px;
}
TR.footerContent {
	FONT-SIZE: 10px; PADDING-BOTTOM: 5px; WIDTH: 100%; COLOR: #000000; PADDING-TOP: 5px; TEXT-ALIGN: left
}
.footer {
	WIDTH: 100%; HEIGHT: 100%;
}
.footer tr td {
	color: #434343;
}
.header {
	WIDTH: 100%; HEIGHT: 100%;
}
.content {
	border: #cccccc 10px solid;
	width: 100%;
	height: 100%;
}
.contentLeft {
	BACKGROUND-COLOR: #333333;
}
.contentRight, .contentAll {
	fonz-size: 12px;
	COLOR: #ffffff;
	LINE-HEIGHT: 1.3em;
	BACKGROUND-COLOR: #333333;
	TEXT-ALIGN: justify;
}
.contentRight {
	BORDER-LEFT: #CCCCCC 10px solid;
}
.contentRight h1 {
	font-size: 13px; margin: 0px; padding: 0px; margin-bottom: 10px;
}
.contentRight h2 {
	font-size: 13px; margin: 0px; padding: 0px; margin-bottom: 10px;
}
.contentRight h1 img {
	margin-right: 8px;
}
.contentRight h2 img {
	margin-right: 8px;
}
#content {
	font-size: 12px;
}
.content-left {
	font-size: 12px;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 390px;
	height: 225px;
	overflow: hidden;
	z-index: 9999;
	display: none;
}
#content_left {
	font-size: 12px;
	display: none;
}
.linkFooter {
	COLOR: #e20a17; TEXT-DECORATION: none
}
a {
	COLOR: #ffffff;
}
.overflow_admin {
	width: 458px;
	height: 225px;
	overflow: auto;
}
.overflowAll_admin {
	width: 880px;
	height: 360px;
	overflow: auto;
}
a.contentlink {
	COLOR: #ffffff;
}

/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	white-space: nowrap;
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: nowrap;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
}
.menu ul ul {
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #000000;
	background: #999999;
	font-size: 12px;
}

.menu li {
	margin-left: 10px;
}

.menu li li {
	margin-left: 0px;
}

.menu li.first {
	margin-left: 50px;
}

.menu li li.first {
	margin-left: 0px;
}

.menu ul {
}

.menu a {
	text-decoration: none;
	color: #000000;
	padding: 1px;
	padding-left: 11px;
	padding-right: 10px;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #e20a17;
}

.menu li li {	/* create borders around each item */
	background: none;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}

.menu ul,
.menu .menu ul {
	visibility: visible;
}

.menu li ul,
.menu .menu li ul {
	visibility: hidden;
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

#models td {
	font-size: 12px;
	line-height: 1.3em;
}

.button {
	float: left;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 10px;
	background-color: #999999;
	color: #222222;
}

.button a {
	color: #000000;
	text-decoration: none;
}

.model-name {
	font-size: 12px;
	padding: 1px;
	padding-left: 10px;
	background-color: #999999;
	color: #222222;
}

html, body, textarea {
	scrollbar-base-color:#999999;
	scrollbar-3d-light-color:#CCCCCC;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#333333;
}

h2 {
	font-weight: normal;
}