html, body, h1, h2, h3, img, p
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

body { background: #191919 url(/pm/bg.png) repeat-y center top }

a
{
	color: #B86900;
	text-decoration: none;
}

a:hover { text-decoration: underline }

h1
{
	font-size: 20px;
	font-weight: normal;
}

h2, .table th
{
	padding: 2px 10px 2px 8px;
	font-size: 12px;
	color: #FFF;
	background: #3A3A3A;
}

h3
{
	padding: 3px 0 3px 10px;
	color: #FFF;
	background: #3A3A3A;
}

.note, .error
{
	margin: 0 0 20px 0;
	padding: 4px 7px 4px 18px;
	background: #418F53 url(/pm/check.png) no-repeat 5px 5px;
}

.error { background: #963E3E url(/pm/error.png) no-repeat 8px 4px }

p { padding: 0 12px }

.red, .error { color: #B80000 }

.clear { clear: both }

.left, .side, .body, .thumb, .thumb2 { float: left }

.right { float: right }

.small, .date, h3, .foot, .note, .error { font-size: 11px }

.bold, .date, .note, .error { font-weight: bold }

.italic, .date { font-style: italic }

.light, .date { color: #666 }

.white, .error, .note { color: #FFF }



/*
** Layout
*/
.main
{
	width: 940px;
	margin: auto;
}



/*
** Side
*/
.side
{
	width: 176px;
}

.side a
{
	display: block;
	width: 166px;
	padding: 6px 0 6px 10px;
	color: #000;
}



/*
** Body
*/
.body
{
	width: 764px;
	line-height: 22px;
}

.pad, .foot { padding: 16px 25px 25px }

.pad2 { padding: 16px 0 25px 25px }

.table td, .table th
{
	padding: 3px 10px 3px 6px;
	text-align: left;
	vertical-align: top;
}

.table td { padding-bottom: 0 }

.box1
{
	padding: 3px 10px;
	border: 1px solid #CCC;
	background: #F6F6F6
}

.inp1, .txt1
{
	padding: 4px;
	border: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.inp1
{
	width: 200px;
}

.txt1
{
	width: 704px;
	height: 200px;
}

.thumb
{
	overflow: hidden;
	width: 110px;
	height: 96px;
	margin: 0 10px 10px 0;
	font-size: 10px;
	line-height: normal;
}

.thumb2
{
	margin: 8px 8px 0 0;
	height: 80px;
}



/*
** Foot
*/
.foot
{
	border-top: 2px solid #EEECE7;
	color: #B5B5B5;
}

.foot a { color: #919191 }
