﻿/** rounded corners **/

.box {
  background: #fff;
}

div.t, div.b {
  height: 6px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.box div.t {
  background: url(../images/tables/j_border.png) 0 0 repeat-x;
}

.box div.t div.t {
   background: url(../images/tables/j_crn_tr_light.png) 100% 0 no-repeat;
}

.box div.t div.t div.t {
   background: url(../images/tables/j_crn_tl_light.png) 0 0 no-repeat;
}

.box div.b {
  background: url(../images/tables/j_border.png) 0 100% repeat-x;
}

.box div.b div.b {
   background: url(../images/tables/j_crn_br_light.png) 100% 0 no-repeat;
}

.box div.b div.b div.b {
   background: url(../images/tables/j_crn_bl_light.png) 0 0 no-repeat;
}

.box_content
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 8px;
}

.box_content #filter
{
	border:	1px solid #ccc;
	font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size:11px;
	height:16px;
}

/*---------------MENU ADMIN--------------*/

p.mainlevel_main_menu
{
	
	width:6px;
}

a.mainlevel_main_menu:link, a.mainlevel_main_menu:visited {
	display: block;
	background-color:#FFFFFF;
	vertical-align: bottom;
	font-size: 13px;
	font-family:Tahoma,Arial;
	color: #000000;
	text-align: left;
	padding-left: 25px;	
	padding-top:4px;
	padding-bottom:3px;	
	height: 19px !important;
	height: 25px;
	width: 220px;
	text-decoration: none;
	background-image:url(../Images/Templates/e02.gif);	
	background-position:10px center;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	/*text-transform:uppercase;	
	font-weight: bold;
	*/
}

a.mainlevel_main_menu:hover 
{	
	background-color:#EFEFFF;
	color:#FF6A22;
}

a.mainlevel_main_menu#active_menu {	
	background-color:#EFEFEF;
}

a.mainlevel_main_menu#active_menu:hover {
	
}

.menu_bottom
{
	background-image:url(../Images/Templates/menu_bottom.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	height:12px;
	width:240px;
}

/*---------------------*/
