﻿td#td_top_1
{
	width: 5%; 
	background-color: #bf111a;
	background-image:url(bg_td_top.gif);
	background-repeat:repeat-x;
	background-position:bottom bottom;
}
td#td_top_2
{
	width: 5%; 
	background-color: #bf111a;
	background-image:url(bg_td_top.gif);
	background-repeat:repeat-x;
	background-position:bottom bottom;
}
td#td_middle_1
{
	width: 5%; 
	background-color: #eebfc1;
}
td#td_middle_2
{
	width: 5%; 
	background-color: #eebfc1;
}
h1
{
	/*color:#157cc6;*/
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h2
{
	color: #5e5e5e;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}
h3
{
	color: #5e5e5e;
	font-weight: bold;
}

a
{
	color: #a1a1a1;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #a1a1a1;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

a.bentopro_link
{
	color: #ffa0a5;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a.bentopro_link:hover
{
	color: #ffa0a5;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.input_in_form
{
	border: solid 1px #a1a1a1;
	background-color: #fff;
	width: 240px;
	height: 22px;
	margin: 0px 20px 5px 20px;
}


.input_in_login
{
	border: solid 1px #a1a1a1;
	background-color: #fff;
	width: 150px;
	height: 22px;
	margin: 0px 0px 5px 20px;
}

select
{
	border: solid 1px #a1a1a1;
	background-color: #fff;
}

.select_in_form
{
	width: 242px;
	height: 26px;
	border: solid 1px #a1a1a1;
	margin: 0px 20px 5px 20px;
}

.red
{
	color: #ff0000;
}

.button_blue
{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	background: #bf111a url(button_blue_bg.gif) repeat-x;
	padding: 2px 10px 5px 10px;
	cursor: pointer;
	border-bottom: solid 2px #5f0005;
	border-left: solid 2px #ffa0a5;
	border-right: solid 2px #5f0005;
	border-top: solid 2px #ffa0a5;
	margin: 0px 20px 0px 20px;
}

.button_login
{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	height: 24px;
	background: #bf111a url(button_blue_bg.gif) repeat-x;
	padding: 2px 10px 5px 10px;
	cursor: pointer;
	border-bottom: solid 2px #5f0005;
	border-left: solid 2px #ffa0a5;
	border-right: solid 2px #5f0005;
	border-top: solid 2px #ffa0a5;
	margin: 0px 0px 0px 10px;
}



#div_menu
{
	width: 100%;
}

#div_menu ul
{
	margin: 0;
	padding: 0;
	float: right;
	color: #fff;
	padding-right: 16px;
}

#div_menu ul li
{
	display: inline;
	text-align: center;
}

#div_menu ul li a
{
	float: left;
	text-decoration: none;
	color: #fff;
	width: 142px;
	height: 25px;
	background: url(menu_tab.gif) no-repeat;
	background-position: center center;
	border: solid 0px #000;
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
	text-align: center;
}

#div_menu ul li a:hover
{
	color: #fff;
	text-decoration: underline;
	text-align: center;
}

#div_menu ul li a.current
{
	color: #5e5e5e;
	font-weight: bold;
	background: url(menu_tab_a.gif) no-repeat;
	background-position: center center;
	text-align: center;
}

#div_menu ul li a.current:hover
{
	color: #5e5e5e;
	font-weight: bold;
	background: url(menu_tab_a.gif) no-repeat;
	background-position: center center;
	text-decoration: underline;
	text-align: center;
}



