/*
Mess Patch Online Help CSS
Author: Rolando
*/

body {
	background: #5d5d5d url(images/bg_main.gif) repeat-y 50% 0px;
	background-color: #b6ac8c;
	margin: 0px;
	padding-left: 8px;
	text-align: center;
	color: #ababab;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

select {
	color: #ababab;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 0px solid;
}

input {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#header {
	background-image: url(./images/header.png);
	background-color: #000000;
	width: 734px;
	height: 67px;
	margin: auto;
}


#index {
	width: 734px;
	margin: auto;
	text-align: left;
}

#ads {
	height: 60px;
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 6px 0px 64px 0px;
	background-image: url(./images/top_sep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#google {
	display: inline;
}

#googlelinks {
	padding-left: 22px;
	background-image: url(./images/googlelinks.png);
	background-repeat: no-repeat;
	background-position: left;
}

#js {
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px
}

#main {
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px
}


#menu {
	height: 26px;
	margin: auto;
	background-image: url(./images/bg_menu.gif);
	background-color: #fec103;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	height: 26px;
	display: inline;
	padding-left: 40px;
	line-height: 26px;
	text-align: center;
	float: left;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(./images/menusep.png);
}


#footer {
	background-image: url(./images/bottom_sep.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	padding-top: 30px;
	padding-left: 5px;
	font-size: 11px;
	clear: both;
	float: none;
	bottom: 2px;
	width: 726px;
	height: 75px;
	margin: auto;
}

#footer a {
	color: #feba03;
}

#content {
	padding: 10px 30px 10px 30px;
	text-align: left;
	line-height: 14px;
	min-height: 600px;
}

#loading {
	height: 40px;
	width: 120px;
	margin: auto;
	background-image: url(./images/loading.gif);
	background-repeat: no-repeat;
}

#content a {
	color: #96c0fe;
	font-weight: bold;
	text-decoration: none;
	background: transparent url("./images/bullet.gif") no-repeat 0 50%;
	padding-left: 22px;
	min-height: 700px;
}

#vchooser {
	padding-left: 22px;
	line-height: 130%
}

.menuitem {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.menuitem a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.menuitem:hover  {
	color: #000;
}

.menuitem:active  {
	color: #fff5a2;
}

.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.selected a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.selected:active  {
	color: #fff5a2;
}

.sidedp {
	padding: 4px;
	border: 1px solid #cccccc;
}


.highlight {
	color: #ff6600;
	font-weight: bold;
}

.description {
	padding-left: 22px;
	padding-bottom: 20px;
}

.detailed {
	padding-top: 10px;
}

.screenshot  {
	padding-top: 10px;
}

.screenshot img {
	padding: 4px;
	border: 1px solid #cccccc;
}