/**
 * Credit Screener 3.2
 * 04/15/03
 * General Style Sheet
 */

#copyright {
	background: transparent;
	color: #000;
	font-size: 10px;
	margin-top: 10px;
	text-align: left;
}

#disclaimer {
	background: #eee;
	border: 1px solid #ccc;
	color: #000;
	margin-top: 20px;
	padding: 8px;
	text-align: justify;
}

#index-bkgd {
	background: url(../images/titlebar/bkgd_csindex.jpg) #fff no-repeat;
	border-bottom: 10px solid #a0cdfd;
	color: #000;
	padding: 20px 0px 5px 5px;
	text-align: left;
}

#index-page {
	background: #006;
	color: inherit;
}

#login-area {
	height: 400px;
	margin-left: 350px;
	text-align: center;
	width: 380px;
}

#login-area h3 {
	background: #eee;
	border: 1px solid #ccc;
	color: inherit;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	padding: 3px;
	text-align: center;
}

#login-area table {
	margin: 10px auto;
}

#login-area table td {
	padding-right: 10px;
}

#login-area table th {
	padding-right: 10px;
	text-align: right;
}

#main-area {
	background: transparent;
	margin: 0px auto auto auto;
	text-align: left;
	width: 714px;
}

#navbar {
	background: #0450a1;
	border-bottom: 3px solid #6693e6;
	color: #fff;
	padding: 4px 0px 0px 0px;
	vertical-align: middle;
}

#navbar a {
	background: #000;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	letter-spacing: 1px;
	padding: 0px 7px;
	text-decoration: none;
}

#navbar a:hover,
#navbar .here {
	background: #6693e6;
	color: #fff;
	text-decoration: none;
}

#pagetitle {
	background: url(../images/titlebar/pagetitle_cs.jpg) #eee;
	border: 1px solid #999;
	color: #000;
	margin: 10px 0;
	padding: 5px 10px 10px 10px;
}

#pagetitle div {
	float: right;
	text-align: right;
}

#pagetitle h2 {
	font-size: 15px;
	font-weight: bold;
	padding-left: 92px;
}

#report {
	text-align: left;
}

#submenu {
	padding-left: 170px;
}

#submenu #last-tab {
	border-right: 1px solid #fff;
}

#submenu .here {
	background: #fff !important;
	color: #000 !important;
}

#submenu a,
#submenu a:link,
#submenu a:visited {
	background: transparent;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	letter-spacing: 1px;
	padding: 0px 15px;
	text-decoration: none;
}

#submenu a:hover {
	background: #eee;
	color: #000;
	text-decoration: none;
}

#submenu table {
	margin: auto;
	width: auto;
}

#submenu table td {
	padding: 0px;
}

#submenu-area {
	background: #6693e6;
	color: #fff;
	text-align: center;
}

#title-area {
	background: url(../images/titlebar/titlebar_cs.png) #012166 no-repeat;
	color: inherit;
	height: 54px;
	position: relative;
	width: 100%;
}

#search-area {
    padding: 5px;
    text-align: center;
    background: #000;
    color: #fff;
}

#search-area a {
    background: transparent;
    color: #fff;
}

#logout-area {
    position: absolute;
	top: 68px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	right: -1px;
	background: #0450a1;
	color: #fff;
}

#logout-area a,
#logout-area a:link,
#logout-area a:visited {
	background: inherit;
	color: #fff;
	display: block;
	padding: 2px;
	text-decoration: none;
	width: 110px;
}

#logout-area a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
