﻿/* light: #9b4d22
 * dark: #6d3816
 * vary dark: #401f0a
 *
 * grey: #dcdcdc
 */

a {
	color:#401f0a;
}

a:hover {
	color:#6d3816;
}

/* begin: The infamous DevExpress menu! */
#secondary_menu .menuTop {  
  background:#401f0a !important;
  color:#ffffff !important;
}

#secondary_menu .menuTop a {
    color:#ffffff !important;
} 
    
#secondary_menu .menuTop a:hover {
    font-size:12px !important;
    font-family:Arial, Helvetica, sans-serif;   
} 

#secondary_menu .subMenu {
  background-color:#401f0a !important; 
  color:#ffffff !Important;
  border-top:1px solid black;
  border-top-color:#401f0a;
}
 
#secondary_menu .subHover {
  background-color:#401f0a !Important;
  color:#ffffff !Important;
  border-top-color:#401f0a;
}

#secondary_menu .subHover a {
    color:#ffffff !Important;
}

#secondary_menu .subHover a:hover {
    color:#fee301 !Important;
} 
/* end: The infamous DevExpress menu! */

/* top level elements */
body {
	background:#9b4d22 url('../../Systems/Graphics/common/body-white-gradient.png') repeat-x scroll top;
}

div#menu {
	background:#9b4d22 url('../../Systems/Graphics/common/menu-white-gradient.png') repeat-x scroll top;
}

div#secondary_menu {
	background:#401f0a !important;
}

div#menu input[type=text], div#menu input[type=password], div.pseudo_cell input[type=text], div.pseudo_cell input[type=password] {
	background:#c4b6af !important;
}

input[type=submit] {
	background:#6d3816 url('../../Systems/Graphics/common/menu-black-gradient.png') repeat-x scroll top;
	color:#fff;
}

input[type=submit]:focus, input[type=submit]:hover {
	background:#9b4d22 url('../../Systems/Graphics/common/menu-white-gradient.png') repeat-x scroll top;
}

/*
 * below: default headings' section
 */
h1, h2, h3, h4, h5, h6 {
	color:#401f0a;
}

/* end main elements &
 * begin main content section 
 */

div#page {
	background:#efefef;
}

div#content div#column_table {
	background:#9b4d22 url('../../Systems/Graphics/common/content-white-gradient.png') repeat-x scroll top;
}

div#column_table div.pseudo_cell {
	background:#dcdcdc url('../../Systems/Graphics/common/content-white-gradient.png') repeat-x scroll top
}

div#content input[type=submit] {
	background:#9b4d22 url('../../Systems/Graphics/common/menu-black-gradient.png') repeat-x scroll top;
	color:#fff ;
}
	
.pseudo_cell div#content_btn_column input {
	background:#9b4d22 url('../../Systems/Graphics/common/menu-black-gradient.png') repeat-x scroll top;
	color:#fff !important;
}

div#btn_grid_table div.pseudo_row div.pseudo_cell input {
	background:#9b4d22 url('../../Systems/Graphics/common/menu-black-gradient.png') repeat-x scroll top;
	color:#fff;
}

/*
 * end main content section &
 * begin footer section
 */ 

div#footer, div#footer_table {
	background:#9b4d22 url('../../Systems/Graphics/common/content-white-gradient.png') repeat-x scroll top;
}

div.footer_block.pseudo_cell {
	background:#dcdcdc url('../../Systems/Graphics/common/content-white-gradient.png') repeat-x scroll top;
}

div#copyright {
	color:#fff;
}

span#handicomp_slogan {
	color:#401f0a;
}

/* begin first page section */
div#menu_table div#menu_table_row div.login_box {
	color:#000;
}

div#menu_table div#menu_table_row div.login_err {
	color:#fe0;
}

div.login_box * {
	color:#fff;
}


