/* ________________________________________ body _______ */

body
{
	background-color: #999999;
	margin: 0;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

table
{
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

td
{
	padding: 0;
	vertical-align: top;
}

form
{
	margin: 0;
	padding: 0;
}

input, select, textarea
{
	background-color: #ffffff;
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #000000;
}

a
{
	border: 0;
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

img
{
	border: 0;
}

/* ________________________________________ header _____ */

.h
{
	background: url(../img/h_bg.gif) repeat-x;
	margin: 0;
	height: 230px;
}

.h_c
{
	margin: 0 auto;
	width: 800px;
}

/* ________________________________________ page _____ */

.p
{
	background-color: #ffffff;
}

.p_c
{
	margin: 0 auto;
	width: 800px;
}

.p td.m, .p td.m_on
{
	background: url(../img/p_m_sp.gif) no-repeat top right #f00000;
	height: 40px;
	width: 14.2%;
	font: 11px tahoma;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.p td.m_on
{
	background-color: #ff0000;
	font-weight: bold;
	cursor: pointer;
}

.p td.sg_l
{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #bbbbbb;
	width: 100px;
	text-align: right;
}

.p td.sg_r
{
	border-bottom: 1px solid #bbbbbb;
	padding: 10px;
	width: 300px;
	width/**/:/**/280px;
	width:/**/280px;
}

.p td.sg_c
{
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 10px;
	width: 800px;
}

.p td.sg_b
{
	text-align: right;
}

.p_t
{
	text-align: justify;
	line-height: 18px;
}

.p_hr
{
	height: 20px;
}

.r
{
	color: #ff0000;
}

/* ________________________________________ footer _____ */

.f
{
	background-color: #999999;
	padding: 20px 0;
	color: #bbbbbb;
}

.f_c
{
	margin: 0 auto;
	width: 800px;
}

.f_c a
{
	font: 11px tahoma;
	color: #ffffff;
}

.f_c a:hover
{
	color: #bbbbbb;
}

.f_m
{
	border-top: 1px solid #bbbbbb;
	border-bottom: 5px solid #bbbbbb;
	padding: 15px 0;
	margin: 0 auto;
	width: 800px;
	text-align: center;
	white-space: pre;
	color: #bbbbbb;
}

.f_m a
{
	padding: 0 10px;
	font: 11px tahoma;
	color: #bbbbbb;
	text-decoration: none;
}

.f_m a:hover
{
	color: #999999;
	text-decoration: underline;
}

.f_m a.on
{
	font-weight: bold;
	color: #999999;
}

/* ________________________________________ input ______ */

input.inp, textarea.inp, select.inp
{
	background-color: #eeeeee;
	border: 0;
	padding: 2px;
	margin-bottom: 5px;
}

input.but, img.but
{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* ________________________________________ thumbnailviwer _ */

#thumbBox /*Outermost DIV for thumbnail viewer*/
{ 
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 15px;
	background: #eeeeee;
	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: #ffffff;
}

#thumbLoading /*DIV for showing "loading" status while thumbbox is being generated*/
{
	position: absolute;
	visibility: hidden;
	border: 0;
	background-color: #ffffff;
	padding: 10px;
	z-index: 5;
	font: 11px tahoma;
	color: #999999;
}

/* ________________________________________ galeria _ */

table.g
{
	border-spacing: 1px;
	border-collapse: separate;
	table-layout: fixed; 
	width: 100%
}

td.g
{
	background-color: #eeeeee;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}

td.g_ds
{
	padding: 10px 0;
}