/*

	ad.design / code

*/
body
{
	background-color: #f9f9f9;
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

td 
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

td.txt
{
	vertical-align: top;
	background-color: #E9E9E9;
	padding: 10px;
	line-height: 17px;
	text-align: justify;
}

td.txt_opt
{
	background-color: #E9E9E9;
	padding: 5px;
}

td.txt_f
{
	height: 25px;
	background-image: url('images/txt_f_bg.gif');
	text-align: right;
}

td.g
{
	background-color: #E9E9E9;
}

td.nag_sp
{
	background-image: url('images/nag_sp.gif');
	height: 7px;
}

td.gImg
{
	background: #f0f0f0;
	width: 160px;
	height: 160px;
	text-align: center;
}

td.t_l
{
	padding: 4px;
	font-weight: bold;
	text-align: right;
	background-color: #F5F5F5;
}

td.t_l1
{
	padding: 4px;
	font-weight: bold;
	background-color: #F5F5F5;
}

td.t_r
{
	padding: 4px;
	text-align: justify;
	background-color: #FFFFFF;
}
/* a */
a:link, a:active, a:visited
{
	border: 0;
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #555555;
	text-decoration: none;
}

a.f:link, a.f:active, a.f:visited
{
	padding: 5px;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}

a.f:hover
{
	color: #000000;
	text-decoration: underline;
}

img
{
	border: 0;
}

/* form */
.i
{
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	padding: 1px;
}

.b
{
	background-color: #6F9EE0;
	border: 1px solid #4F7FC3;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 2px;
}

/* other */
.f_on
{
	font-weight: bold;
	font-size: 10px;
}

.r
{
	color: #FF0000;
}

/* menu */
#menu ul { margin-left: 50px; *margin-left: 100px; }
#menu ul li { display: inline; }
#menu ul a { float: left; margin-top: 5px; *margin-top: 17px; margin-left: 6px; padding: 5px 10px; border-bottom: 5px solid #d4d4d4; font: bold 11px arial; }
#menu ul a:hover,
#menu ul a.selected { border-bottom: 5px solid #4F7FC3; color: #4F7FC3; }

/* js */
#dhtmltooltip {
	position: absolute;
	border: 1px solid #DDDDDD;
	padding: 10px;
	background-color: #F9F9F9;
	font-family: Verdana;
	font-size: 10px;
	visibility: hidden;
	z-index: 100;
}