html {
	font-family: sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#E7EBF5;
}

a,a:visited {
text-decoration: none;
border: none;
color: black;
}
span
{
	margin: 0px;
	padding: 0px;
}

ul,ol {
	margin: 0px;
}

img {
	border-style: none;
	margin: 0px;
	vertical-align: text-top;
}

table {
	width: 550px;
	border: 1px solid #a4a4a4;
	margin:auto;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #e0e0e0;
	empty-cells: show 
}
tr {
	background-color: blue;
}
th {
	background-color: #eaeaea;
	border-bottom: 1px solid #cacaca;
}

td {
	background-color: #f5f5f5;
	border: 1px solid #ffffff;
}


/* Special Elements ( Classes / ID's ) */
div.cmsaction
{
padding: 5px;
}

div.module_actions
{
	width: 629px;
	text-align: left;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #a4a4a4;
	background-color: #f5f5f5;
	font-size: 10pt;
}

div.module_action:first-child
{
	border: none;
	border-bottom: 1px solid #e0e0e0;
}

div.module_action
{
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #ffffff;
}

div.module_action:hover
{
	background-color: #eaeaea;
}


img.smilie
{
	padding-left: 2px;
	padding-right: 2px;
}
img.round_bl
{
	float: left;
	position: relative;
	left: -1px;
	top: 5px;
	display: block;
}

img.round_br
{
	float: right;
	position: relative;
	left: 1px;
	top: 5px;
	display: block;
}

img.round_tl
{
	float: left;
	position: relative;
	left: -1px;
	top: -1px;
	display: block;
}

img.round_tr
{
	float: right;
	position: relative;
	left: 1px;
	top: -1px;
	display: block;
}

div#copyright
{
	margin-top: 5px;
	font-size: 8pt;
	color: #bbbbbb;
	text-align: center;
}

img#shade
{
	width: 800px;
	height: 5px;
	display:block;
	padding-bottom: 5px;
}


img#logo
{
	position: relative;
	top: 10px;
	clear: both;
}
div#header 
{
	background-image: url('../gfx/header_bg.gif');
}

div#actions
{
	height: 18px;
	font-size: 10pt;
	width: 800px;
	margin: auto;
	padding-top: 2px;
	color: #555555;
}
div#actions a
{
	color: #555555;
}
div#actions img
{
	vertical-align: top;
}



div#header, div#footer
{
	vertical-align: top;
	width: 800px;
	margin: auto;
	padding: 0px;
}
div#footer
{
	background-image: url('../gfx/page_bg.gif');
	vertical-align: bottom;
	background-color: #ffffff;
	width: 800px;
	height: 10px;
	border-bottom: 1px solid #a4a4a4;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
}
div#header
{
	height: 80px;
	text-align: center;
}
div#header, div#actions
{
	clear: both;
	margin: auto;
	vertical-align: top;
	background-color: #eeeeee;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #a4a4a4;
	border-top: 1px solid #a4a4a4;
}
div#actions img.nav_left
{
	position: relative;
	top: -3px;
	left: -1px;
	float: left;
	display: block;
}
div#actions img.nav_right
{
	position: relative;
	top: -3px;
	left: 1px;
	float: right;
	display: block;
}
div#page
{
	background-image: url('../gfx/page_bg.gif');
	padding-top: 0px;
	margin: auto;
	width: 800px;
	border: 1px solid #a4a4a4;
	border-width: 1px 1px 0px 1px;
	text-align: center;
}

div#content_t {margin: auto;width: 780px;clear: both;background: white url(../gfx/content_t.gif) 0 0 repeat-x;}
div#content_b {background: url(../gfx/content_b.gif) 0 100% repeat-x}
div#content_l {background: url(../gfx/content_l.gif) 0 0 repeat-y;}
div#content_r {background: url(../gfx/content_r.gif) 100% 0 repeat-y;}
div#content_tl {background: url(../gfx/content_tl.gif) 0 0 no-repeat}
div#content_tr {background: url(../gfx/content_tr.gif) 100% 0 no-repeat;}
div#content_bl {background: url(../gfx/content_bl.gif) 0 100% no-repeat}
div#content_br {background: url(../gfx/content_br.gif) 100% 100% no-repeat}

div#container
{
	padding: 5px;
}

div#main
{
	float: left;
	width: 630px;
}

div#sidecontainer
{
	background-color: white;
	float: right;
	width: 140px;
}

div#side
{
	border-left: 1px solid #a4a4a4;
	width: 139px;
	background-color: #F5F5F5;
}

img#sidegradient
{
	display: block;
}

div#bottom div
{
	border-top: 1px dashed #dddddd;
}

div#bottom
{
	clear: both;
	font-size: 9pt;
	color: #bbbbbb;
	text-align:right;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

div.module
{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	text-align: left;
}

div.sideframe
{
	text-align: left;
}
/* frame_side */
div.title
{
	clear: both;
	border-top: 3px double #a4a4a4;
	border-bottom: 1px solid #a4a4a4;
	padding: 1px;
	color: #333333;
	font-weight: bold;
	font-size: 9pt;
}

div.title div
{
	min-height: 15px;
	padding-left: 25px;
	padding-top: 1px;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}


