/* @override http://www.moneyworks.sussol.net/css.php?n=default */

/* @override http://www.moneyworks.sussol.net/css.php?n=default */

body
{
	background-color: #fff;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px black dotted;
	border-color: blue;
}


#sidebar table.box.box2 tbody tr td.body ul li {
	list-style-type: none;
	text-align: left;
	text-indent: 0;
}

#sidebar table.box.box2 tbody tr td.body ul {
	margin: 1px;
	padding: 0;
}

a:hover
{
	color: red;
	text-decoration: none;
	border-bottom: 1px blue dotted;
}

p
{
	margin: 10px;
	margin-bottom: 10px;
}

h1, h1 a
{
	margin: 0px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	border-color: white;
	border: none;
}

h2, h2 a
{
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	color: blue;
	border-color: blue;
	border: none;
}

h1 a:hover, h2 a:hover
{
	border-bottom: 1px solid;
}

h3
{
	margin: 5px 0px 7px 0px;
	font-weight: bold;
	font-size: 13px;
}

h4
{
	margin: 0px 0px 20px 7px;
	font-weight: bold;
	font-size: 13px;
	color: #084A86;
}

#header
{
	position: relative;
	background-image: url(../images/header_bg.jpg);
	z-index: 9999;
	border: none;
	height: 160px;
}

#container
{
	position: relative;
	w\idth: 978px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #D7D7D7;
	border: 1px #D7D7D7;
}

#content
{
	padding: 0px;
	float: left;
	width: 768px;
	border: none;
}

#sidebar
{
	width: 200px;
	padding: 0px;
	margin-left: 775px;
	border: none;
}

#footer
{
	position: relative;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	text-align: right;
	line-height: 1em;
	font-size: 10px;
	padding: 5px 20px;
	border: none;
}

ul.navTop, div.date
{
	position: absolute;
	top: 141px;
	left: 0px;
	height: 20px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	padding: 4px 4px;
	margin: 0px;
	border: none;
}

div.date
{
	padding: 9px 15px;
	left: auto;
	right: 0px;
}

.navTop li
{
	float: left;
	list-style: none;
	margin-right: 20px;
	position: relative;
	height: 20px;
}

.navTop li ul
{
	position: absolute;
	top: 100%;
	left: 0px;
	width: 15em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
	background-color: blue;
	display: none;
}

.navTop li a
{
	color: black;
	display: block;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: 2px;
}

.navTop li ul li
{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.navTop li:hover ul
{
	display: block;
}

.navTop li:hover ul li, .navTop li:hover ul li a
{
	background-color: blue;
	color: white;
}

.navTop li:hover, .navTop li:hover a, .navTop li ul li:hover, .navTop li ul li:hover a
{
	background-color: white;
	color: blue;
}

.navTitleLeft, .navTitleRight
{
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	padding: 0px 10px;
	vertical-align: middle;
}

.navTitleRight
{
	background-position: right top;
}

.box
{
	margin-bottom: 10px;
	width: 100%;
	table-layout: auto;
	empty-cells: show;
	border-spacing: 0px;
	border-padding: 0px;
	border: none;
}

.headLeft, .headRight
{
	height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 6px;
	vertical-align: middle;
}

.headRight
{
	background-position: right top;
	text-align: right;
}

.body
{
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	background-color: white;
	padding: 1px 10px;
}

.seperator
{
	margin: 0px;
	margin-top: 5px;
	line-height: 1px;
	border: none;
	background-color: blue;
}

.footLeft, .footRight
{
	height: 10px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 10px;
	font-size: 9px;
	vertical-align: middle;
}

.footRight
{
	background-position: right bottom;
	text-align: right;
}

#sidebar .foot span, #sidebar .seperator
{
	display: none;
}

.box1 .headLeft, .box1 .headRight
{
	background-image: url(../images/box1_head_bg.gif);
}

.box1 h2, .box1 h2 a
{
	color: blue;
	border-color: grey;
}

.box1 .footLeft, .box1 .footRight
{
	background-image: url(../images/box1_foot_bg.gif);
}

.box2 .headLeft, .box2 .headRight
{
	background-image: url(../images/box_head_bg.gif);
}

.box2 h2, .box2 h2 a
{
	color: white;
	border-color: white;
}

.box2 .footLeft, .box2 .footRight
{
	background-image: url(../images/box_foot_bg.gif);
}

.box2 .seperator
{
	display: none;
}

.box2 .foot span, .box2 .foot span a
{
	color: white;
	border-color: white;
}

.box3 .headLeft, .box3 .headRight
{
	background-image: url(../images/box1_head_bg.gif);
}

.box3 h2, .box3 h2 a
{
	color: blue;
	border-color: blue;
}

.box3 .footLeft, .box3 .footRight
{
	background-image: url(../images/box1_foot_bg.gif);
}

.box3 .foot span, .box3 .seperator
{
	display: none;
}

.links .spacer
{
	background-color: transparent;
	height: 10px;
}

.paging a, .paging a:hover
{
	border: none;
}

.pagingRight
{
	text-align: right;
}

form * label
{
	display: block;
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 5px;
	margin-top: 5px;
}

form * label.zemRequired
{
	font-weight: bold;
}

form * input[type=text], form * input[type=password], form * input[type=file], form * textarea, form * select
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	width: 75%;
}

form * input[type=radio], form * input[type=checkbox]
{
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 21%;
}

form * input[type=radio] + label, form * input[type=checkbox] + label, form * input[type=text] + label, form * input[type=password] + label, form * input[type=file] + label, form * input[type=button] + label, form * input[type=submit] + label, form * input[type=reset] + label, form * input + input
{
	display: block;
	float: left;
	margin-left: 0px;
	width: auto;
	text-align: left;
}

form * br
{
	clear: both;
}

.rssThumbFloat a
{
	border: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content p
{
	clear: both;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#content .foot
{
	text-align: left;
	font-size: small;
	clear: both;
}

#content form * label
{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	color: black;
}

#content form * label.zemRequired
{
	font-weight: bold;
}

#content form * input[type=text], #content form * input[type=password], #content form * input[type=file], #content form * textarea, #content form * select
{
	display: block;
	float: left;
	margin-right: 5px;
	max-width: 138px;
}

#content form * input[type=submit]
{
	width: auto;
	display: inline;
	float: none;
	margin-left: 110px;
}

#content .report
{
	background-color: #E9E9E9;
	border-style: dotted;
	border-width: 1pt;
	margin: 4px;
}

* html content .report
{
	margin: -10px 0px 0px 0px;
}

html>body content .report
{
	margin: -10px 0px 0px 0px;
}

#content .report_top
{
	background-color: #DBD9FF;
	border-style: solid;
	border-width: 1pt;
	padding: 4px;
	margin: 4px;
}

.smd_slimbox
{
	float: left;
	width: 600px;
	margin: 1em 0;
	clear: both;
	list-style: none;
}

.smd_slimbox li
{
	width: 150px;
	height: 150px;
	float: left;
	margin: 1em auto;
	text-align: center;
}

.smd_slimbox img
{
	margin: 0 auto;
}

.smd_slimbox span
{
	float: left;
	width: 140px;
	padding: 2px 0 0 5px;
}

.smd_slimbox_nav
{
	clear: both;
	width: 500px;
	padding: 20px;
}

.smd_slimbox_prev
{
	float: left;
}

.smd_slimbox_next
{
	float: right;
}

.parathumb span
{
	float: right;
	clear: right;
	margin-top: 8px;
	margin-left: 1px;
	position: absolute;
}

#lbOverlay
{
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading
{
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}

.report_category
{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	color: black;
	line-height: 200%;
}

.reptext
{
	margin: 0px 10px 0px 10px;
}

.category_download
{
	font-size: 12px;
	font-weight: bold;
	margin: -10px 0px 0px 7px;
	margin-bottom: 20px;
}

.newsletter
{
	background-color: silver;
	border: 1px dashed gray;
	margin: 0px 0px 30px 0px;
}

#content .report_top_category
{
	background-color: #DBD9FF;
	border-style: solid;
	border-width: 1pt;
	padding: 4px;
	margin: 8px;
}

.report_category_active
{
	padding: 4px;
	margin: 8px;
	color: white;
	background-color: #074A86;
	text-shadow: silver 1px 1px 3%;
	line-height: 160%;
}

.cat_head
{
	margin: 12px;
	font-weight: bold;
	font-size: 13px;
	color: #084A86;
	vertical-align: 12px;
}

.support_button
{
	width: 160px;
	align: center;
	margin: 0px 0px 0px 13px;
}

.each_report_head
{
	font-size: 11px;
	font-weight: bold;
	margin: -5px 5px 10px 1px;
	color: blue;
}

p.report_cats
{
	line-height: 30px;
}

#ie7up
{
	margin-bottom: 26px;
}

#ie6only
{
	margin-bottom: 26px;
}


