body {
	background-color: #FFFFFF;
	background: #FFFFFF;
	color: red;
	margin: auto;
	padding: 0px;
    behavior: url("/css/csshover3.htc");
}

div.outer{
	width: 100%;
	background-color: white;
	height: 1%;
}

div.inner{
	width: 800px;
	margin-left: 245px;
	/*background-color: pink;*/
}

/*div.header ul.top_menu li.top_menu{
	height: 68px;
	width: 110px;
	background-color: black;
	background-image:url(/static_images/top_menu_notClicked.gif);
	background-position: 0 .5em;
	background-repeat: repeat-x;
}*/


/*Begin header menu*/
#menu {
	width: 100%;
	/*height: 36px; /*(-35 van padding top in menu h2)*/
	display: block;
	/*background: #eee;*/
	float: left;
	margin-top: 60px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
	/*float: left;
	display: block;*/
}

#menu ul li.topMenu{
	float: left;
	position: relative;
	width: 160px;/*111px;*/
	list-style-type:	none;
	text-align: center;
	/*background: #c7dd6c;*/
	background: url(/static_images/background_menu.gif);
	background-repeat: repeat;
}

#menu ul li.topMenuLeft{
	float: left;
	position: relative;
	width: 160px;/*111px;*/
	list-style-type:	none;
	text-align: center;
	/*background: #c7dd6c;*/
	background: url(/static_images/top_left_inactive_2.gif);
	/*background-repeat: repeat;*/
}

#menu ul li.topMenuRight{
	float: left;
	position: relative;
	width: 160px;/*111px;*/
	list-style-type:	none;
	text-align: center;
	/*background: #c7dd6c;*/
	background: url(/static_images/top_right_inactive_2.gif);
	/*background-repeat: repeat;*/
}

/*#menu ul li.topMenu:hover{
	float: left;
	position: relative;
	width: 160px;/*111px;*/
	/*list-style-type:	none;
	text-align: center;
	background: url(/static_images/background_menu_active.gif);
	background-repeat: repeat;
}

#menu ul li.topMenuLeft:hover{
	float: left;
	position: relative;
	width: 160px;/*111px;*/
	/*list-style-type:	none;
	text-align: center;
	background: url(/static_images/top_left_active_2.gif);
}

#menu ul li.topMenuRight:hover{
	float: left;
	position: relative;
	width: 160px;/*111px;*/
	/*list-style-type:	none;
	text-align: center;
	background: url(/static_images/top_right_active_2.gif);
}*/


.topRight {
	position: absolute;
	top: 0px;
	right: 0px;
}

.topLeft {
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu a, #menu h2 {
	font: bold 11px/16px Verdana, arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cdd3b1 #bfd072 #bfd072 #bfd072; /*#ccc #888 #555 #bbb;*/
}

#menu a {
	font: bold 11px/16px Verdana, arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #cdd3b1 #bfd072 #bfd072 #bfd072; /*#ccc #888 #555 #bbb;*/
}

/*#menu a, #menu h2.topMenu {
	border-width: 1px;
	border-style: solid;
	border-color: #cdd3b1 #bfd072 #bfd072 #bfd072; /*#ccc #888 #555 #bbb;*/
/*}

#menu h2.topMenuLeft {
	border-width: 1px;
	border-style: solid;
	border-color: #cdd3b1 #bfd072 #bfd072 #bfd072; /*#ccc #888 #555 #bbb;*/
/*}

#menu h2.topMenuRight {
	border-width: 1px;
	border-style: solid;
	border-color: #cdd3b1 #bfd072 #bfd072 #bfd072; /*#ccc #888 #555 #bbb;*/
/*}*/

#menu h2 {
	padding-top: 35px;
	font: Greek, Minion Pro, sans-serif, Verdana, Arial, Helvetica;
	height: 50px; /*(-35 van padding top)*/
	color: #536606;/*#5d7305;*/
	
	/*text-transform: uppercase;*/
}

#menu a {
	height: 30px;
	color: #536606;
	/*background: #efefef;*/
	background: #e0f784;
	text-decoration: none;
	line-height: 30px;
}

#menu a:hover {
	/*color: #a00;*/
	background: #c7dd6c;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li ul ul,
div#menu ul ul li ul ul
{display: none;}

/*div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/*End header menu*/

#top_image{
width: 100%;
}

.menu_picture{
	width: 798px;
	height: 145px;
	border: 1px solid black;
	margin-top: 1px;
}

.menu_bottom{
	margin-top: 1px;
}

/*ul {
	padding:0px;
	margin: 0px;
}
#response {
	padding: 10px;
	background-color: #9F9;
	border: 2px solid #396;
	margin-bottom: 20px;
}
#contentLeft li {
	/*margin: 0 0 3px;*/
/*	padding: 8px;
	list-style: none;
}

#contentLeft div.firstlevel {
	/*margin: 0 0 3px;*/
/*	padding:8px;
	width: 100%;
	list-style: none;
}

.filldiv {
	background-color: gray;
}

.firstlevel{
	z-index: 3;
	background-color:#333;
	color:#fff;
}

.secondlevel {
	background-color: gray;
	z-index: 2;
	position: relative;
}

.myTree,
.myTree ul
{
	list-style: none;
	padding-left: 22px;
}
.expandImage
{
	margin-right: 4px;
}
.folderImage
{
}
.textHolder
{
	height: 16px;
	line-height: 16px;
	padding-left: 6px;
}
span.dropOver
{
	background-color: #00c;
	color: #fff;
	height: 16px;
	line-height: 16px;
	padding-left: 6px;
}
.treeItem
{
	list-style: none;
}*/

/*.jstree ul li{
	background-color: #666666;
}

.jstree ul li ul li{
	background-color: #999999;
}*/

#saveconfirm {
	display: none;
	width: 100%;
	height: 80px;
	background-color: #FFFF99;
}

#saveconfirmtext {
	color: #FF3333;
	font-size: 36px;
	line-height: 80px;
	margin-left: 170px;
}

#categoryTable tr td{
	background: url(/static_images/background_inactive_menu.gif);
	margin: 0px;
	padding: 0px;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0xp;
	height: 40px;
	/*border-collapse: collapse;*/
	border: 1px solid black;
	align: center;
}

#categoryTable{
	margin: 0px;
	padding: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	width: 80%;
	padding-left: 80px;
	/*border-collapse: collapse;*/
}

#sortable1, #sortable2, #sortable3 { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 10px;
	background: #eee;
	padding: 5px;
	width: 143px;
}
#sortable1 li, #sortable2 li, #sortable3 li {
	margin: 5px;
	padding: 5px;
	font-size: 1.2em;
	width: 120px;
}
/*#sortable1, #sortable2, #sortable3 { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortable1 li, #sortable2 li, #sortable3 li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 1.5em; }*/
html>body #sortable li { height: 1.5em; line-height: 1.2em; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; background-color:#00CCFF; }

