body, th, td
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
}

a:link
{
	color: #0000cc;
    text-decoration: underline;
}

a:visited
{
	color: #006600;
    text-decoration: underline;
}

a:hover, a:active
{
	color: #ff0000;
	text-decoration: underline;
}

/*  */

*
{
	margin: 0;
	padding: 0;
}

body
{
}

body
{
	background: #8dadce;
}

img
{
	border: 0;
}

table
{
	border-collapse: collapse;
}

/**/

#wrapper
{
	width: 880px;
	height: 100%;
	background: #ffffff;
}

#header
{
	width: 100%;
	height: 140px;
	background: #00579f url("Images/bg_gradation01.gif") repeat-x;
}

#header, #header th, #header td
{
	color: #ffffff;
}

#footer
{
	padding: 10px;
	width: 100%;
	height: 40px;
	background: #00579f url("Images/bg_gradation04.gif") repeat-x;
}

#footer, #footer th, #footer td
{
	color: #ffffff;
}

/**/

#sidebar
{
	padding: 8px 0 8px 8px;
	width: 216px;
	height: 100%;
}

#sidebar div.commands
{
}

#sidebar ul
{
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#sidebar ul ul
{
	margin-left: 15px;
	list-style-type: none;
}

/**/

#sidebar table.list
{
	width: 100%;
	border-collapse: separate;
}

#sidebar tr.list
{
	height: 20px;
}

#sidebar th.list
{
}

#sidebar td.list
{
	padding-bottom: 4px;
}

/**/

#content
{
	padding: 8px 16px 8px 16px;
	width: 100%;
	height: 100%;
}

#content h2
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#content h3
{
	background: #88b0e4;
	font-weight: bold;
	font-size: large;
}


#content div.messages
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#content div.warningMessages
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#content div.errorMessages
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#content div.commands
{
	margin-top: 1em;
	margin-bottom: 1em;
}

/**/

#content table.list
{
	width: 100%;
	border-collapse: separate;
}

#content tr.list
{
	height: 20px;
	background: #e0e0e0;
}

#content th.list
{
	color: #4579b0;
	background: #d7d7d7;
	text-align: center;
	white-space: nowrap;
}

#content td.list
{
	color: #4579b0;
}

/**/

#content div.fields
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#content table.fields
{
	width: 100%;
	border-collapse: separate;
}

#content tr.fields
{
	height: 30px;
}

#content th.fields
{
	width: 1%;
	background: #d7d7d7;
	white-space: nowrap;
}

#content td.fields
{
	width: 99%;
	background: #e0e0e0;
}

/**/

#content div.timestamp
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#content table.timestamp
{
	width: 100%;
}

#content tr.timestamp
{
}

#content th.timestamp
{
	width: 1%;
	text-align: left;
	white-space: nowrap;
}

#content td.timestamp
{
	width: 49%;
	color: #4579b0;
	text-align: left;
}

/**/

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.middle
{
	vertical-align: middle;
}

.bottom
{
	vertical-align: bottom;
}

.nowrap
{
	white-space: nowrap;
}

/**/

table.list2
{
	width:100%;
}

th.list2
{
	height: 24px;
	padding: 2px;
	background: #d7d7d7;
	border: solid 1px #999999;
}

th.list3
{
	height: 24px;
	padding: 2px;
	background: #eeeeee;
	border: solid 1px #999999;
}

td.list2
{
	height: 24px;
	padding: 2px;
	border: solid 1px #999999;
}

table.fields2
{
	width:100%;
}

th.fields2
{
	width:25%;
	height: 24px;
	padding: 2px;
	background: #d7d7d7;
	border: solid 1px #999999;
}

td.fields2
{
	width:75%;
	height: 24px;
	padding: 2px;
	border: solid 1px #999999;
}


ul.licence1
{
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 0px;
}

ul.licence2
{
	margin-left: 15px;
	list-style-type: circle;
	margin-bottom: 0px;
}

/**/

.notice
{
	width: 100%;
	padding: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	border: solid 1px #cccccc;
    background: #ffffdd;
}

/**/

