.menu
{
	float:left;
	width:200px;
	font-size: 14px;
	color: #DDDDDD;
	font-family: 'Arial';
	font-weight: bold;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
	
	cursor: pointer;
}
.menu a
{
	padding:0px 10px;
	text-decoration:none;
	cursor:pointer;

	color: #FFC90E;
}
.menu
{
	padding:0px 10px;
	text-decoration:none;
	cursor:pointer;

	color: #FFC90E;
}

.menu a:hover
{
    text-decoration:underline;
    color: #FFC90E;
	border-bottom:2px solid #FFC90E;
}
.content
{
	margin-left:220px;
	width:700px;
}

hr.silent
{
	border:none;
	border-bottom:1px solid #666666;
	clear:both;
}
.module-widget .widget-body {
	background: url('/img/content-bg2.png') repeat scroll 0 0 transparent;
	padding: 10px 15px;
}

.module-widget .widget-detail {
	color: #999;
}
.module-widget ul.list {
	list-style-image: url('/img/li-violet.png');
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
table.item
{
	border:none;
	border-collapse: collapse;
	float:left;
	width:48%;
	margin:10px 1%;
	border-left:1px solid #666666;
}

tr.head
{
	text-align:center;
	background-color:#666666;
	color:#FFFFFF;	
	font-weight:bold;
}

tr.head th a
{
	float:right;
	color:#FFFFFF;
	text-decoration:none;
}

td
{
	vertical-align:top;
	border:none;
	padding:2px;
}

td.attribute
{
	white-space:nowrap;
	text-align:right;
	width:100px;
	color:#FFFFFF;
	background-color:#666666;
	padding-right:5px;
}

td.value
{
	font-weight:bold;
	padding-left:5px;
}

td.bottom, table.bottom
{
	border-bottom:1px solid #666666;
}

td.right, table.right
{
	border-right:1px solid #666666;
}

tr.head td.right
{
	border-right:1px solid #FFFFFF;
}


.red
{
	color:red;
}

.green
{
	color:#35802B;
}

.spec-menu
{
	font-size:1.0em;
	text-align:center;
	border-top:1px solid #FFFFFF;
}

.spec-menu a
{
	padding:0px 10px;
	text-decoration:none;
	cursor:pointer;
	
	color: #496A5C;
}

.spec-menu a:hover
{
    text-decoration:underline;
    color: #2E73F1;
	border-bottom:2px solid #FFFFFF;
}
body {
margin: 0;
padding: 5px;
font: 10pt Verdana, Georgia, Arial;

background-attachment:fixed;
overflow:scroll;
vertical-align: baseline;
color: #FFFFFF;
}
.red,.required {
	color: #FF0000;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}
html,body,div,span,img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
:first-child+html .clearfix {
	min-height: 1%;
}
