@charset "utf-8";
/* CSS Document */

#tab_manager {
	margin-left: 10px;	
}

#tab_manager a.link {
    width: auto;
    height: auto;
    float: none;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity = 100);
    font-weight: normal;
    color: blue;
    padding: 0px;
    margin: 0px;
}

#tab_manager a {
	float: left;
	width: 115px;
	height: 21px;
	background: transparent url(../images/tab_item.png) no-repeat 0 0;
	text-align: center;
	padding-top: 8px;
	margin-left: 8px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	outline: none;
}

#tab_manager a:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

#tab_manager a.selected {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#tab_content {
	clear: both;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: #FFEEA7;
	margin-bottom: 10px;
	padding: 10px;
}

#content_menu {
	float: left;
	width: 240px;
}

div.menu {
	width: 100%;
	border: 1px solid silver;
}

div.menu span {
	display: block;
	margin: 10px 0 0 25px;
	font-size: 21px;
}

div.menu_group {
	padding-top: 15px;
	width: 100%;
	background: #F0F1F0 url(../images/menubg.gif) repeat-x 0 0;
	padding-bottom: 10px;
}

div.menu_group span {
	font-size: 17px;
	margin-bottom: 10px;
	margin-left: 35px;
}

div.menu_group a {
	display: block;
	margin: 0 10px 0 10px;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid silver;
	color: black;
	text-decoration: none;
	outline: none;
}

div.menu_group a:hover {
	background-color: #EAEAEA;
}

#content_page {
	float: right;
	width: 678px;
}

#page_path {
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
}

div.page_line {
	border-bottom: 1px solid #EEEEEE;
	margin: 5px 0 5px 0;
}




table.list { background-color: gray; }

table.list thead tr td {
	background-color: silver;	
	font-weight: bold;
}
table.list tr td { background-color: white;	}

table.list tbody tr.dealer td { background-color: #F5F5F5; }
table.list tbody tr.selected td { background-color: #EEEEEE; }


table.list tr.hidden { display: none; }


