BODY {
	/*background-image:url(allbg.gif);
	background-repeat:repeat-x;*/
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

body, table{
	font-family:Arial;
	font-size:12px;
	/*color: #798D9B;*/
	/*color: #B78E0E;*/
	color:#000000;
}

A {
	/*color:#C7AE49;*/
	color:#000000;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
	/*color: #798D9B;*/
	color: #C4B8B8;
}

#main {
	padding-left: 10px;
}

#content {
	margin-top: 20px;
	position: relative;
}

#logo {
	width:229px;
	height:100px;
	background:url("himes_logo.jpg") repeat-x;
}

#menu {
	width: 229px;
	padding-top: 40px;
	background:url("background.jpg") repeat-y;
}

#menu DIV {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	margin-right: 2px;
	text-align: left;
	font-size:14px;
	font-family:arial;
}

#menu .menua{
	width:217px;
	border-top:1px solid #C4B8B8;
	border-bottom:1px solid #C4B8B8;
	background:none;
	background-color:#FFFFFF;
	padding-top:15px;
	padding-bottom:15px;
}

.menua a{
	font-weight:bolder;
}

.menua .submenua a{
	padding-left:15px;
	color:#C3A87B !important;
	font-weight:normal !important;
	/*font-size: 0.9em;*/
	/*FFC507*/
}

.menua .submenua a.current{
	font-weight:bold !important;
}

.submenua a:hover{
	padding-left:15px;
	color:#FFC507 !important;

}

.submenua a:active{
	font-weight:bolder;
}

#menu A{
	text-decoration: none;
	color:#000000;
}

#menu A:HOVER{
	color:#E5880E;
	text-decoration: underline;
}

.corner {
	width: 11px;
	height: 10px;
	background-repeat: no-repeat;
}

.topLine {
	/*border-top: 2px solid #AEC2D2;*/
	border-top: 1px solid #D0C6C5;
}

.bottomLine {
	/*border-bottom: 2px solid #AEC2D2;*/
	border-bottom: 1px solid #D0C6C5;
}

.rightBorder {
	/*border-right: 2px solid #AEC2D2;*/
	border-right: 1px solid #D0C6C5;
}

.leftBorder {
	/*border-left: 2px solid #AEC2D2;*/
	border-left: 1px solid #D0C6C5;
}

.menuTR {
	background-image: url("menu_tr.gif");
	background-position: top right;
}

.menuBR {
	background-image: url("menu_br.gif");
	background-position: bottom right;
}

.menuTL {
	background-image: url("menu_tl.gif");
	background-position: top left;
}

.menuBL {
	background-image: url("menu_bl.gif");
	background-position: bottom left;
}

.smallFont {
	font-size: 1px;
}


#submenu DIV {
	height: 29px;
	left:0px;
}

#submenu  #subleft {
	height:29px;
	width:9px;
	background-image: url("nohover_left.gif");
	background-repeat: no-repeat;
}

#submenu  #submiddle{
	height:23px;
	background-image: url("nohover_middle.gif");
	background-repeat: repeat-x;
	padding-top:6px;
	padding-left:10px;
	padding-right:10px;
}

#submiddle a{
	text-decoration: none;
	/*color:#C4B8B8;*/
	color: #000000; /*important!*/
}

#submiddle a:hover, #submiddle a:active{
	color:#E5880E;
}


#submenu  #subright{
	height:29px;
	width:10px;
	background-image: url("nohover_right.gif");
	background-repeat: no-repeat;
}

.header {
	/*background: #AEC2D2;*/
	background: #E5DFCF;

}
/*---------------------------Minakova---------------------------------*/
/*------------------Projects-------------------------------*/
.input {
 	width: 220px;
 	background: transparent;
  	border: 0px;
 	font-weight: bold;
 	text-align:left;
/*	color:#E5880E;*/  color: #006622;   /* change again */

}

.input:HOVER {
	color: #3399aa;
}

#projectDetails TD{
	padding: 5px;

/*	border: 1px solid #333399;*/
}

#projectDetails INPUT, #questionDetails INPUT, #questionSearchFilter INPUT,
#gameDetails INPUT, #tournamentDetails INPUT{
	width: 200px;
}

#projectDetails SELECT, #questionDetails SELECT, #questionSearchFilter SELECT,
#projectEditors SELECT, #gameDetails SELECT, #tournamentDetails SELECT {
	width: 204px;
}

#projectDetails .rightButton{

	width: 100px;
	right: 0%;

}

#questionSearchFilter .dateInput {
	width: 200px;
}

#projectEditors SELECT {
    width: 200px
}

#projectEditors INPUT {
    width: 40px
}


/* question details*/

.collapsed {

	height: 0px;
	width: 0px;
	overflow: hidden;
}
/*
#questionSearchFiltersDiv.
#questionEditingHistory
*/


#questionEditingHistory.expanded {

	width: 400px;
	/*overflow: scroll;*/
}



.html_form{
	border: 2px solid #798D9B;
	width: 70%;
	background: #D6EBF8;
	margin: 5px 0px;
}

.hidden{
	display: none;
}

.visible{
	display: inline;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  overflow: hidden;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
}


table.simpletable tr th { background-color:#666; color: #FFF; font-weight: bold; padding: 7px 7px; font-size: 13px; }
table.simpletable tr td, table.simpletable tr.even td { background-color:#E2E2E2; color: #000; font-weight: normal; }
table.simpletable tr.odd td { background-color:#f2f2f2; color: #000; font-weight: normal; }
input.btnPrimary { font-weight: bold; }

div.bc a:visited, div.bc a:link, div.bc a:active { color: blue; text-decoration: underline }
div.bc a.active:visited, div.bc a.active:link, div.bc a.active:active { color: black; font-weight: bold; text-decoration: none; }

/* Modal window */
#control_overlay {
    background-color:#000;
}
.modal {
    background-color:#fff;
    padding:10px;
    border:1px solid #333;
}


/* Prev/next buttons */
a.prevnext
{
    background-color:#E1E1E1;
    padding:5px;
    border: 1px solid #b6b6b6;
    font-weight: bold;
}

a.prevnext:hover
{
    background-color:#b6b6b6;
    color: black;
    text-decoration:none;
}