/*

	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
{
	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: #217F5C;
	border: 1px solid #165A42;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px;
}



/* 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: 10px; padding: 5px 10px; border-bottom: 5px solid #d4d4d4; font: bold 11px arial; }
#menu ul a:hover,
#menu ul a.selected { border-bottom: 5px solid #dd0000; color: #dd0000; }



/* js */
#dhtmltooltip {
	position: absolute;
	border: 1px solid #DDDDDD;
	padding: 10px;
	background-color: #F9F9F9;
	font-family: Verdana;
	font-size: 10px;
	visibility: hidden;
	z-index: 100;
}

#thumbBox /*Outermost DIV for thumbnail viewer*/
{ 
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar /*Footer DIV of thumbbox that contains "close" link */
{ 
	font: 11px Tahoma;
	color: #ffffff;
	padding: 5px 0;
	text-align: right;
}

#thumbBox #thumbImage /*DIV within thumbbox that holds the enlarged image */
{
	background-color: #000;
	padding: 10px;
}

#thumbLoading /*DIV for showing "loading" status while thumbbox is being generated*/
{
	position: absolute;
	visibility: hidden;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000;
	z-index: 5;
}