/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 0px;
    background-color: white;
    height: 100%;
    background-attachment: fixed;
}


form {
	margin: 0px;
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, .small, 
.tableTitle, .tableExtras, input, select {
    font-family: arial, verdana, helvetica, sans-serif;
}
code, pre, tt {
    font-family: Courier, "Courier New", monospace;
}

th {
	text-align: left;
}
/* General header styles */
h1, h2, h3, h4 {
   color: #c38000;
}

textarea {
	border: 1px solid #666666;
	font-size: 12px;
}

h1 { font-size: 160%; }
h2 { font-size: 155%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }

/* Default font size for elements */
body, ul, td, th, input, select, option {
    font-size: 11px;
}

a {
    text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:link, a:visited {
	color: #555555;
}

a:active {
	color: #dd7777;
}

.sub_menus {
	margin-left: 8px;
}

.sub_menu_item {
	font-weight: bold;
	margin-right: 9px;
	padding: 0px;
	text-decoration: none;
}

.sub_menu_item:hover {
	background-color: #e4e4e4;
}

/* Headings */
.topic {
	width: 360px;
	font-weight: normal;
	font-size: 14px;
	font-weight: bolder;
	color: #cc4545;
	border-bottom: 1px solid #cecece;
	margin-bottom: 18px;
}


.front_page_topic {
	width: 90%;
	font-weight: normal;
	font-size: 16px;
	color: #c38000;
	border-bottom: 1px solid #cecece;
	margin-bottom: 18px;
}
/* Headings */
#topic_sub {
	font-weight: normal;
	font-size: 12px;
	margin-left: 6px;
}

.topic_small {
	width: 360px;
	font-weight: normal;
	font-size: 14px;
	color: #c38000;
/*	border-bottom: 1px solid #cecece; */
}

.warning {
	font-size: 14px;
	color: #000000;
}

/* Smart Report  */
.report {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}

/* Smart Warning */
.warning {
	font-weight: normal;
	font-size: 14px;
	color: #ff0000;
}

.button:active  {color: #666; text-decoration: none; }
.button:visited {color: #666; text-decoration: none; }
.button:link    {color: #666; text-decoration: none; }
.button:hover   {color: #666; text-decoration: none; background: #fff;}

.yla {
	color: #ffffff;
	font-size: 11px;
	white-space: nowrap;
}

.menu_table
{
	padding-right: 5px;
	border: 1px;
	border-spacing: 4px;
	border-collapse: collapse;
	margin-right: 5px;
}

.header_table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}

.menu_not_selected_left {
	width: 8px;
	border: 0px;
	height: 42px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	background-image: url(/admin/gfx/menu_inactive_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menu_not_selected_right {
	width: 12px;
	height: 42px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	background-image: url(/admin/gfx/menu_inactive_right.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menu_not_selected {
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: bottom;
	height: 42px;
	padding-bottom: 4px;
	padding-top: 0px;

	background-image: url(/admin/gfx/menu_inactive_middle.gif);
	background-repeat: repeat-x;
/*	background-position: bottom left; */
}

.menu_not_selected a,
.menu_not_selected a:link,
.menu_not_selected a:visited,
.menu_not_selected a:active {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;	
	vertical-align: bottom;
	white-space: nowrap;
}
	
.menu_not_selected a:hover{
	color:  #666;
	text-decoration: underline;
}

.menu_selected {
	border: 0px;		
	height: 42px;
	padding: 0px;
	vertical-align: bottom;
	background-image: url(/admin/gfx/menu_active_middle.gif);
	background-repeat: repeat-x;
	background-position: bottom left; 
}

.menu_selected_left {
	width: 8px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	height: 42px;
	background-image: url(/admin/gfx/menu_active_left.gif);
	background-repeat: no-repeat;
/*	background-position: bottom left; */
}


.menu_selected_right {
	width: 12px;
	height: 42px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	background-image: url(/admin/gfx/menu_active_right.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


.menu_selected a,
.menu_selected a:link,
.menu_selected a:visited,
.menu_selected a:active { 
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: 2px;
}
	
.menu_selected:hover{
	color:  #eeeeee;
	text-decoration: underline;
}

.button {
	background-color: #dcdcdc;
	border-style: solid;
	border-color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.button_mo {
	background-color: #efefef;
	border-style: solid;
	border-color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input {
	border: 1px solid #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.cell_not_selected {
	background-color: transparent;
}

.cell_selected {
	background-color: #d3d3d3;
}


.cell_mo {
	background-color: #ededed;
}

input.new-folder {
  font-size: 12px;
  background: none;
  color: red;
  border: 0px;
  width: 250px;
}

.file {
  border-bottom: 4px solid #ccc;
  background: #fff;
}

.button2 {
  background: url(../gfx/cellpic.gif);
  border: 1px solid #aaa;
  width:  100px;
  height: 16px;
  color:  #666;
  font-size: 10px;
  text-align: center;
  vertical-align: top;
  padding: 2px;
}

.bank {
	border: 1px solid #ddd;
}

.bank_bottom {
	border: 2px solid #ddd;
}

.banner {
	border: 2px solid #ddd;
}

.show_this {
	display: table-row;
}

.do_not_show {
	display: none;
}

.little_button:hover {
    background-color: #ffffff;
    border: 1px solid #ACA899;
}

.little_button {
    width: 16px;
    height: 16px;
    border: 1px solid #F1EFE2;
    z-index: 5;
    cursor: default;
}

/* Headings */
.level_1 {
	width: 360px;
	font-weight: bold;
	font-size: 16px;
	color: #c38000;
}

.level_2 {
	width: 360px;
	font-weight: normal;
	font-size: 14px;
	color: #c38000;
}

.menu_level_1,
a.menu_level_1,
a.menu_level_1:link  {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #444444;
	margin-right: 10px;
	margin-top: 6px;
	background-color: #ececec;
}

.menu_level_2 {
	font-size: 11px;
	font-weight: normal;
	color: #cc0000;
	padding: 0.07em 0.07em 0.07em 1em;
	margin-right: 10px;
}

.topic_img {
	position: relative;
	top: 12px
}

.submenu_container {
	width: 100%;
}

.submenu_item
{
	width: 100px;
	height: 20px;
	float: left;
	display: block;
	font-weight: bolder;
	text-align: center;
}

.submenu_item_sel
{
	width: 100px;
	float: left;
	display: block;
	font-weight: bolder;
	text-align: center;
	background-color: #dcdcdc;
}

.store_product_list
{
	
}

.store_product_list td
{
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: center;
}

.store_product_list th 
{

	font-size: 12;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 4px;
}

.bold_link {
	font-weight: bold;
}

.store_topic {
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.store_topic a {
	font-size: 10px;
}

.layout_sel {display: none;}
.layout_sel_show {display: block; position: absolute; border: 1px solid #000}

.menu_not_active{
	font-weight: bold;
	font-size: 12px;
	color: #ccc;
	padding: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 8px;	
	padding-right: 8px;	
	background-color: #eee;
	margin-right: 8px;
}

.menu_active {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	padding-left: 8px;	
	padding-right: 8px;	
	margin-right: 8px;
}

.menu_active a,
.menu_active a:visited,
.menu_active a:link {
	color: #000;
}

.menu_not_active a,
.menu_not_active a:visited,
.menu_not_active a:link {
	color: #ccc;
}

.display_none {
	display: none;
}

.display_block {
	display: block;
}

.bold {
	font-weight: bolder;
	text-align: right;
	vertical-align: top;
}

.news_topic {
	font-size: 13px;
	font-family: Helvetica, Sans;
	font-weight: bold;
	color: #9c9c9c;
	margin-bottom: 5px;
}

.news_body {
	margin-left: 10px;
	margin-bottom: 10px;
}

.nav_bar {
	font-size: 12px;
}

.front_page_hello {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #ccc;
}

.layout_selection {
	width: 120px;
	border: 1px solid #ccc;
	vertical-align: top;
}

.layout_selection_selected {
	width: 120px;
	border: 1px solid #888;
	background-color: #ccc;
	vertical-align: top;
}


.layout_selection_saved {
	width: 120px;
	border: 3px solid #f00;
	background-color: #ccc;
	vertical-align: top;
}


.delete_box {
	border: 1px solid #ccc;
	padding: 5px;
}

.delete_box td {
	font-size: 12px;
	padding-bottom: 6px;
}

.delete_box input {
	font-weight: bolder;
}

.object_image {
	border: 2px solid #ccc;
	width: 75px;
}

.price {
	text-align: right;
	font-size: 14px;
}
sub {
        list-style-type: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #9ac;
}

.sub li {
        display: inline;
}


.sub_active {
        font-size: 14px;
        font-weight: bolder;
        text-decoration: none;
        padding: 0 .3em;
        margin: 0 .2em;
        background-color: #e7e7f7;
        border: 1px solid #9ac;
        color: #000;
        background-color: #fff;
        border-bottom: 1px solid #fff;
}

.sub_inactive {
        font-size: 14px;
        text-decoration: none;
        padding: 0 .3em;
        margin: 0 .2em;
        background-color: #e7e7f7;
        border: 1px solid #9ac
}



