@charset "utf-8";
/* CSS Document */
html { 
	margin: 0; 
	padding: 0; 
	width: 100%
    /*overflow: -moz-scrollbars-vertical;*/
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	/*background-image: url(images/bg.png);*/
	background-repeat:repeat-x;
	background-color: #cccccc;
	margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
}

a {
	color:#824440;
}

hr {
	width: 90%;
	border: 1;
	border-color: #A2968A;
	color: #000000;
	background-color: #000000;
	size: 0px;
	height: 0px;
}

h1 {
	font-size: 14px;
	border-bottom:1px dotted;
	display: inline;
}

h2 {
	font-size:12px;
	font-style:italic;
}



.main {
	color: #111111; 
}

.main a {
	color: #222222;
	text-decoration: none;
}

.topmenubar {
	color: #FFFFFF; 
}

.topmenubar a {
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    PADDING-BOTTOM: 3px;
    MARGIN: 2px;
    PADDING-TOP: 3px;
	color: #000000;
	text-decoration: none;
}

.topmenubar a:hover {
    BACKGROUND-COLOR: CC0000;
	text-decoration: underline;
}

.leftmenubar {
	font-size: 12px;
	position: relative;
	top: 30px;
	width: 170px;
	height: 391px;
	float: left;
}
.leftmenubar a {
	color: #000000;
	text-decoration: none;
}

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

.contentcontainer {
	position: relative;
	width: 626px;
	min-height: 400px;
	margin-left: 40px;
	margin-top: 35px;
	margin-bottom: 10px;	
	
}

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

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


.pic {
	border: none;
	background-color:#666666;
	position: relative;
	float: left;
	display: inline;
}

#admin {
	margin: 10px;
	color: #000000;
	background-color: transparent;
}

#admin a {
	background-color: transparent;
	color: #000000;
}

#admin a:hover  {
	text-decoration: underline;
}

#bottombar {
	color: #FFFFFF;
	left: 5px;
	width: 846px;
	white-space: nowrap;
	position: relative;
}
#bottombar a {
	color: #FFFFFF;
	text-decoration: none;
}

#bottombar a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	top: 50%;
	text-align: center;
	width: 400px;
}


.searchbutton {
	border-size: 0px;
	border-style: none;
	background: inherit;
	font: inherit;
	color: blue;
	cursor: hand;
	cursor: pointer;
	width: 25px;
	height: 26px;
	background-image: url(../images/search.gif);
}

button {
	border-size: 0px;
	border-style: none;
	background: inherit;
	font: inherit;
	color: blue;
	cursor: hand;
	cursor: pointer;
	padding: 0px;
}

.wrapper a:hover {
	cursor: hand;
}
.goodmessage {
	display:inline; 
	background-color:#999999; 
	color:#005500; 
	padding: 3px;
}

.badmessage {
	display:inline; 
	background-color:#999999; 
	color:#990000; 
	padding: 3px;
}

.indexTitle {
	color: #A2968A;
	font-weight: bold; 
	font-size: 16px; 
	font-family: Verdana;
}

.question a { text-decoration:none; margin-top: 4px;}
.question a:link,
.question a:visted {color: #000000; text-decoration:none;}
.question a:hover,
.question a:active{text-decoration:none;}

.question a{display: block; padding-left: 10px; }
.question a:link,
.question a:visted { background: url(../../img/omjb/general/ico_circle_off.gif) 0 4px no-repeat; }
.question a:hover,
.question a:active { background: url(../../img/omjb/general/ico_circle_on.gif) 0 4px no-repeat;}

.answer{ display:none; background: #e0f6fe; width: 520px; padding: 5px; margin: 10px;}


