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

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

A {
	/*color:#E5880E;*/
	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 {
	height: 40px;
	padding-top: 25px;
	text-align: center;
	font-size: 18pt;
}

#menu {
	width: 230px;
	margin-top: 40px;
	background-color: #E5EFF7;
}

#menu DIV {
	padding-top: 9px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-right: 20px;
	text-align: right;
	border-bottom: 1px solid #C4D7E5;
}

#menu A, #submenu A {
	text-decoration: none;
	color: #798D9B;
}

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




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

.topLine {
	border-top: 2px solid #AEC2D2;
}

.bottomLine {
	border-bottom: 2px solid #AEC2D2;
}

.rightBorder {
	border-right: 2px solid #AEC2D2;
}

.leftBorder {
	border-left: 2px solid #AEC2D2;
}

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

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

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

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

.smallFont {
	font-size: 1px;
}

#submenu .leftSide {
	background-image: url("../images/backoffice/submenu_l.gif");
	background-repeat: no-repeat;
	background-position: top right;
	width: 13px;
	height: 30px;
}

#submenu .rightSide {
	background-image: url("../images/backoffice/submenu_r.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 12px;
	height: 30px;
}

#submenu .middle {
	background-image: url("../images/backoffice/submenu_bg.gif");
	background-repeat: repeat-x;
	height: 30px;
	overflow: hidden;
	text-align: center;
}

#submenu DIV {
	height: 30px;
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	background-image: url("../images/backoffice/line.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

.header {
	background: #AEC2D2;
}

/*---------------------------Minakova---------------------------------*/


#projectDetails TD{
	padding: 5px;

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

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

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

#projectDetails .rightButton{

	width: 100px;
	right: 0%;

}

#questionSearchFilter .dateInput {
	width: 200px;
}

#projectEditors SELECT {
    width: 200px
}

#projectEditors INPUT {
    width: 40px
}


/* question details*/

.collapsed {
/*!! this important! do not delete! this is to hide the Search Menu in Questions!*/
	height: 0px;
	width: 0px;
	overflow: hidden;
}


#questionEditingHistory.expanded {

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


#questionEditingHistory TD{

	border: 1px solid #cccccc;
}

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