BODY {
    background:#ebebeb;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	height:100%;
	}

TH,TD,DIV {	font-size:12px; color:#000; FONT-FAMILY:Tahoma,Arial,Helvetica}

#wrapper {
	position:relative; height:258px
}
#logo {
	z-index:3; position:absolute; left:25px; width:228px; top:25px; height:60px
}
#user {
	z-index:3; position:absolute; right:8px; top:8px; height:18px; TEXT-ALIGN:right
}
#header {
	z-index:2; position:absolute; width:100%; bottom:40px
}
#menu {
	z-index:1; position:absolute; background:transparent; width:auto; bottom:0px; height:54px
}

/*--------------------------------------------------------------------------------------------------------------------------*/

.lt{ text-align:left;vertical-align:top; }
.rt{ text-align:right;vertical-align:top; }
.lb{ text-align:left; vertical-align:bottom;}
.rb{ text-align:right; vertical-align:bottom;}
.cm{ text-align:center; vertical-align:middle;}
.ct{ text-align:center; vertical-align:top;}
.cb{ text-align:center; vertical-align:bottom;}
.rm{ text-align:right; vertical-align:middle;}
.lm{ text-align:left; vertical-align:middle;}

.bg-x{ background-repeat:repeat-x;}
.bg-y{ background-repeat:repeat-y;}
.bg-no{ background-repeat:no-repeat;}

.bg-p-lt{ background-position: left top;}
.bg-p-rt{ background-position: right top;} 
.bg-p-lb{ background-position: left bottom;} 
.bg-p-rb{ background-position: right bottom;}

.panecss{padding:5px 10px 5px 10px;}

.FileManager_Header {BACKGROUND:#eeeeee; font-family:Tahoma,Arial,Helvetica; font-size:11px; font-weight:bold; }

/*--------------------------------------------------------------------------------------------------------------------------*/

/* Title, Module Title */
.Head					{font-size:11px; color:#000; font-weight:bold}
.SubHead				{font-size:11px; color:#000}
.SubSubHead				{font-size:11px; color:#000}
.Normal 				{font-size:12px; color:#606060}

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{color:#000; TEXT-DECORATION:underline}
A.CommandButton:hover		{color:#89BFE0; TEXT-DECORATION:none}

.link,
A:link,
A:visited,
A:active					{color:#5E5E5E; TEXT-DECORATION:none}
A:hover						{color:#2F81B1; TEXT-DECORATION:underline}

.topcss,
A.topcss:link,
A.topcss:active,
A.topcss:visited			{font-weight:normal; font-size:11px; color:#747474; TEXT-DECORATION:none}
A.topcss:hover				{font-weight:normal; font-size:11px; color:#2F81B1; TEXT-DECORATION:underline}

.usercss,
A.usercss:link,
A.usercss:active,
A.usercss:visited			{font-weight:normal;	font-size:11px;	color:#747474;	TEXT-DECORATION:none;}
A.usercss:hover				{font-weight:normal; font-size:11px; color:#2F81B1; TEXT-DECORATION:underline;}


.searchcss,
A.searchcss:link,
A.searchcss:active,
A.searchcss:visited			{font-weight:normal; font-size:11px; color:#ABABAB; TEXT-DECORATION:none}
A.searchcss:hover				{font-weight:normal; font-size:11px; color:#2F81B1; TEXT-DECORATION:underline}

.links,
A.links:link,
A.links:active,
A.links:visited			{font-weight:bold; font-size:11px; color:#ABABAB; TEXT-DECORATION:none}
A.links:hover			{font-weight:bold; font-size:11px; color:#2F81B1; TEXT-DECORATION:underline}

.bottomcss,
A.bottomcss:link,
A.bottomcss:active,
A.bottomcss:visited			{font-weight:normal; font-size:11px; color:#FFFFFF; TEXT-DECORATION:none}
A.bottomcss:hover			{font-weight:normal; font-size:11px; color:#000; TEXT-DECORATION:underline}


/* =S Menu???? */
.jdmenu,.jdmenu ul,.jdmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
} /* =E Menu???? */

/* =S ?????? */
.jdmenu { 
	clear: both;
	padding-top: 25px;
	background: url(images/bg_menu.gif) repeat-x;
}

.jdmenu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.jdmenu {
	display: inline-block;
}

.jdmenu {
	display: block;
}

.jdmenu li {
	float: left;
	margin-left: 8px;
	background: url(images/border.gif) no-repeat right bottom;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	cursor: pointer;
}

.jdmenu ul li { /* ?????????????? */
	float: none;
	margin-left: 0;
	background: none;
	font-weight: normal;
}

.jdmenu a,.jdmenu a:visited {
	display: block;
	color: #FFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.jdmenu ul a,.jdmenu ul a:visited {
	font-weight: normal;
}

.jdmenu a span,.jdmenu a:visited span {
	display: block;
	padding: 8px 16px 7px;
}

.jdmenu ul a span,.jdmenu ul a:visited span {
	padding: 0;
}

.jdmenu a:hover,.jdmenu a:active,.jdmenu li.jdm_active a,.jdmenu li.jdm_active a:visited {
	display: block;
	background: url(images/button_left.gif) no-repeat left top;
	color: #DE1A1B;
	text-decoration: none;
}

.jdmenu ul a:hover,.jdmenu ul a:active,.jdmenu li.jdm_active ul a,.jdmenu li.jdm_active ul a:visited { /* ?????????????? */
	background: none;
}

.jdmenu a:hover span,.jdmenu a:active span,.jdmenu li.jdm_active a span {
	background: url(images/button_right.gif) no-repeat right top;
}

.jdmenu ul a:hover span,.jdmenu ul a:active span,.jdmenu li.jdm_active ul a span { /* ?????????????? */
	background: none;
} /* =E ?????? */

/* =S ?????? */
.jdmenu ul {
	display: none;
	position: absolute;
	z-index: 1000;
	margin-top: 1px;
}

.jdmenu ul ul {
	margin-top: 0;
	margin-left: 1px;
}

.jdmenu ul a,.jdmenu li.jdm_active ul a,.jdmenu ul a:visited,.jdmenu li.jdm_active ul a:visited {
	background: #8b8b8b;
	color: #FFF;
	padding: 8px 5px 7px;
}

.jdmenu ul a:hover,.jdmenu ul a:active,.jdmenu li.jdm_active ul a:hover {
	background: #E11F1F;
	color: #FFF;
}

* html .jdmenu ul li {
	border-bottom: 1px solid #8b8b8b;
} /* =E ?????? */

