body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #68696d;
	background: url('../images/body-bg.gif');
}

img {
	border: none;
}

fieldset,
form {
	margin: 0;
	padding: 0;
	border: 0;
}

#page {
	margin: 0 auto;
	width: 960px;
	padding: 0 2px;
	overflow: hidden;
	position: relative;
	background: url(../images/page-bg.png) repeat-y;
}

/*header start*/
#header {
	height: 166px; 
	position: relative;
	background: url(../images/header-bg.png) no-repeat;
}
.top-head {
	overflow: hidden;
	height: 82px;
}
/*logo start*/
.logo {
	margin: 18px 0 0 19px;
	float: left;
}

.logo a {
	display: block;
	text-indent: -9999px;
	width: 171px;
	height: 60px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}

/*logo end*/
.log-block {
	padding: 17px 11px 0 0;
}
.log-block div {
	overflow: hidden;
}
* html .log-block div {
	height: 1%;
	overflow: visible;
}
.log-block img {
	float: right;
	margin-left: 14px;
	border: 1px solid #fafbfd; 
}
.log-block ul {
	float: right;
	display: inline;
	margin: 0 -8px 0 0;
	padding: 13px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.log-block ul li {
	float: left;
	color: #dbe2ef;
	padding: 0 9px;
	margin-left: -1px;
	background: url(../images/log-divider.gif) no-repeat 0 50%;
}
.log-block ul li strong {
	color: #fff;
}
.log-block ul li a {
	text-decoration: none;
	color: #dbe2ef;
}
.log-block ul li a:hover {
	text-decoration: underline;
}
.log-block span {
	float: right;
	padding-top: 5px;
	clear: both;
	color: #b7c0d0;
}
/* nav start */
#nav {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	position: relative;
	width: 948px;
}
#nav li {
	float: left;
}
#nav li a {
	text-decoration: none;
	color: #fff;
	float: left;
	font-weight: bold;
}
#nav li a strong {
	float: left;
	height: 25px;
	padding: 16px 29px 0 35px;
	cursor: pointer;
}
#nav li a span {
	width: 6px;
	height: 41px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
#nav li.active a strong,
#nav li.hover a strong {
	background: url(../images/nav-left-bg.png) no-repeat;
}
#nav li.active a span,
#nav li.hover span {
	background: url(../images/nav-right-bg.png) no-repeat;
}

#nav li.hover ul,
#nav li.active ul {
	display: block;
}
#nav li.hover li ul,
#nav li.active li ul{
	display:none;
}
#nav li ul {
	margin: 0;
	padding: 20px 0 0 34px;
	list-style: none;
	position: absolute;
	left: 0;
	top: 32px; 
	width: 1000px;
	display: none;
}
#nav li ul li {
	padding-right: 33px;
	padding-bottom: 17px;
	position: relative;
}
#nav li ul li a {
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
#nav li ul li a:hover {
	text-decoration: none;
}

#nav li ul li.hover ul {
	display: block;
}
#nav li ul ul {
	padding: 10px 0 15px 22px; 
	top: 31px;
	left: -33px;
	width: 158px;
	display: block;
	background: url(../images/submenu-bg.gif);
	border-top: 1px solid #505050; 
}
#nav li ul ul li {
	padding: 5px 0 0;
	float: none; 
}
#nav li ul li a {
	float: none; 
}

/* nav end */
/*header end*/
/* content start */
#content {
	overflow: hidden;
	height: 100%;
	padding: 20px 30px 40px;
	background: url(../images/content-bg.png) repeat-x;
	letter-spacing: 1px;
}
/* breadcrumbs start */
.breadcrumbs {
	margin: 0 0 0 -6px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%; 
}
.breadcrumbs li {
	float: left; 
	margin-left: -5px;
	background: url(../images/breadcrumbs-arrow.gif) no-repeat 0 50%;
	padding: 0 11px;
	font-weight: bold;
	color: #68696d;
}
.breadcrumbs li a {
	font-size: 11px;
	font-weight: normal;
	color: #68696d;
	text-decoration: underline;
}
.breadcrumbs li a:hover {
	text-decoration: none;
}
/* breadcrumbs end */
#content h2 {
	margin: 36px 0 0;
	color: #455da0;
	font-size: 18px;
}
#content h2 span {
	color: #68696d;
	font-size: 10px;
	font-weight: normal;
}
#content p {
	margin: 7px 0 0; 
	line-height: 20px;
}
#content p a {
	color: #455da0;
	text-decoration: underline;
}
#content p a:hover {
	text-decoration: none;
}

/* tabset start */
.tabset {
	margin: 29px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 900px;
	height: 54px;
	background: url(../images/tabset-bg.png) no-repeat 0 100%;
}
.tabset li {
	float: left;
	padding-right: 1px;
}
.tabset li a {
	float: left;
	height: 39px;
	background: url(../images/tabset-left-bg.gif) no-repeat;
	color: #eaeaea;
	text-decoration: none;
}
.tabset li a strong {
	float: left; 
	height: 29px;
	padding: 10px 20px 0 15px;
	background: url(../images/tabset-right-bg.gif) no-repeat 100% 0;
}
.tabset li a em {
	display: block;
	font-style: normal;
	text-decoration: underline;
	cursor: pointer;
}
.tabset li a span {
	display: block;
	margin-top: -1px;
	cursor: pointer;
	font-size: 10px;
}
.tabset li a.active,
.tabset li a:hover {
	background-position: 0 -39px;
	height: 44px;
}
.tabset li a.active em,
.tabset li a:hover em {
	text-decoration: none;
}
.tabset li a.active strong,
.tabset li a:hover strong {
	background-position: 100% -39px;
	height: 34px;
}
/* tabset end */
/* tab start */
div.tab {
	width: 900px;
	background: url(../images/tab-bg.gif) repeat-y;
	display: none;
}
div.tab .bg {
	overflow: hidden;
	height: 100%;
	padding: 0 25px 8px;
	background: url(../images/tab-bottom-bg.gif) no-repeat 0 100%;
}
div.tab h3 {
	margin: 7px 0 0; 
	color: #455da0;
	font-size: 12px;
}
div.tab p {
	margin: 3px 0 10px !important; 
}
.show-link {
	width: 100%;
	overflow: hidden;
	margin-top: -5px;
	position: relative;
}
.show-link a {
	float: right;
	font-weight: bold;
	color: #eaeaea;
	height: 31px;
	background: url(../images/show-link-left-bg.gif) no-repeat;
	text-decoration: none;
}
.show-link a span {
	float: left; 
	height: 26px;
	cursor: pointer;
	padding: 5px 14px 0 33px;
	background: url(../images/show-link-right-bg.gif) no-repeat 100% 0;
}
.show-link a:hover span,
.show-link a:hover {
	text-decoration: underline;
}
/* tab end */
/* messages start */
.messages {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}
.success-message {
	width: 848px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	margin-top: 10px;
	padding: 0 0 0 52px;
	background: url(../images/success-message-bg.gif) no-repeat;
}
.attention-message {
	width: 848px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	margin-top: 10px;
	padding: 0 0 0 52px;
	background: url(../images/attention-message-bg.gif) no-repeat;
}
.error-message {
	width: 848px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	margin-top: 10px;
	padding: 0 0 0 52px;
	background: url(../images/error-message-bg.gif) no-repeat;
}
/* messages end */
/* form start */
.form {
	overflow: hidden;
	height: 100%;
	margin-top: 15px;
}
.form .label {
	overflow: hidden;
	width: 100%; 
	padding-top: 15px;
}
.form .label label {
	float: left;
	background: url(../images/form-label-left-bg.gif) no-repeat;
	height: 35px;
	line-height: 42px;
	color: #eaeaea;
	overflow: hidden;
}
.form .label label span {
	float: left; 
	height: 35px;
	padding: 0 48px 0 16px;
	background: url(../images/form-label-right-bg.gif) no-repeat 100% 0;
}
.text-field {
	overflow: hidden;
	width: 100%; 
}
.text-field div {
	float: left;
	padding: 7px 10px 6px 8px;
	border: 1px solid #d7d7d7; 
}
.text-field .text {
	color: #68696d;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	border: 0;
	padding: 3px 0;
}
.text-field textarea {
	color: #68696d;
	float: left;
	height: 144px;
	overflow: auto;
	width: 590px;
	padding: 0 0 0 8px;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #d7d7d7; 
}
.text-field select {
	color: #68696d;
	width: 180px;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}
.text-field .short-field .text {
	width: 180px;
}
.text-field .medium-field .text {
	width: 380px;
}
.text-field .long-field .text {
	width: 580px;
}
.form .submit {
	float: left;
	margin: 20px 9px 0 0;
}
.form .reset {
	float: left;
	margin: 20px 0 0;
}
.form .reset img {
	display: block;
}
/* form end */
/* accounts start */
.accounts {
	height: 100%;
	position: relative;
	margin-top: 5px;
	background: url(../images/accounts-bg.gif) repeat-y;
}
.accounts .link {
	position: absolute;
	right: 0;
	top: -26px; 
	height: 31px;
	overflow: hidden;
	background: url(../images/accounts-link-left-bg.gif) no-repeat;
	text-decoration: none;
	color: #eaeaea;
	line-height: 37px;
	font-weight: bold;
}
.accounts .link span {
	float: left;
	height: 31px;
	padding: 0 42px 0 33px;
	background: url(../images/accounts-link-right-bg.gif) no-repeat 100% 0;
}
.accounts .top-bg {
	overflow: hidden;
	height: 100%;
	background: url(../images/accounts-top-bg.gif) no-repeat;
}
.accounts .bot-bg {
	overflow: hidden;
	height: 100%;
	padding: 5px;
	background: url(../images/accounts-bot-bg.gif) no-repeat 0 100%;
}
.accounts-table {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
}
.accounts-table td {
	padding: 2px 0 1px; 
	background: url(../images/accounts-dot.gif) repeat-x;
	vertical-align: middle;
}
.accounts-table th {
	padding: 1px 0 3px;
	color: #c4c4c4;
	font: 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0;
	text-transform: uppercase;
	background: url(../images/accounts-dot.gif) repeat-x;
}
.accounts-table .first th {
	background: none;
	padding: 3px 0 1px;
}
.accounts-table .col1 {
	width: 69px;
}
.accounts-table .col2 {
	width: 170px;
}
.accounts-table .col3 {
	width: 234px;
}
.accounts-table .col4 {
	width: 255px;
}
.accounts-table .col5 {
	width: 49px;
	text-align: center;
}
.accounts-table .col6 {
	width: 33px;
	text-align: center;
}
.accounts-table .col7 {
	width: 38px;
	text-align: center;
}
.accounts-table .col8 {
	width: 41px;
	text-align: center;
}
.accounts-table td img {
	display: block; 
	margin: 0 auto; 
}
.accounts-table strong {
	display: block;
	width: 43px;
	text-align: right;
}
.accounts-table th strong {
	font-weight: normal;
}
/* accounts end */
/* calendar start */
.calendar-block {
	overflow: hidden;
	width: 912px;
	padding: 6px 0 0;
	margin-right: -12px;
}
.calendar {
	float: left;
	width: 291px;
	padding: 0 13px 0 0;
}
.calendar .calendar-bg {
	background: url(../images/calendar-bg.gif) repeat-y;
	overflow: hidden;
	height: 100%;
}
.calendar .top-bg {
	overflow: hidden;
	height: 100%;
	background: url(../images/calendar-top-bg.gif) no-repeat;
}
.calendar .bot-bg {
	overflow: hidden;
	height: 100%;
	padding: 5px 5px 15px;
	background: url(../images/calendar-bot-bg.gif) no-repeat 0 100%;
}
.calendar strong {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #5e73ad;
	padding: 13px 0 5px;
	background: url(../images/calendar-head-dot.gif) repeat-x 0 100%;
}
.calendar-table {
	margin: 10px 0 0 15px; 
	border-collapse: collapse;
	width: 252px;
	background: url(../images/calendar-dot.gif) repeat-y 35px 0;
}
.calendar-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 100%;
}
.calendar-table ul.week {
	font-weight: bold;
}
.calendar-table ul.week li {
	padding: 2px 1px 5px 0;
	width: 35px;
	font-size: 17px;
	color: #5e73ad;
}
.calendar-table li {
	padding: 6px 1px 7px 0;
	width: 35px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0;
	float: left;
}
.calendar-table li a {
	color: #68696d;
	text-decoration: none;
}
.calendar-table li img {
	display: block;
	margin: -1px auto 0;
}
.calendar-table li.pass a,
.calendar-table li.pass {
	color: #e7e7e7;
}
/* calendar end */
/* overview-table start */
.overview-table {
	width: 100%;
	margin: 0; 
	border-collapse: collapse;
}
.overview-table th {
	padding: 1px 0 3px;
	color: #c4c4c4;
	text-align: left;
	font: 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	background: url(../images/accounts-dot.gif) repeat-x;
}
.overview-table .first th {
	background: none;
	padding: 3px 0 1px;
}
.overview-table .col1 {
	width: 69px;
	padding-right: 8px;
	text-align: right;
}
.overview-table td.col1 {
	background: url(../images/overview-table-col1-bg.gif) no-repeat 100% 0 !important;
}
.overview-table .col2 {
	width: 127px;
	padding-left: 22px !important;
}
.overview-table .col3 {
	width: 179px;
}
.overview-table .col4 {
	width: 109px;
	text-align: right;
}
.overview-table .col5 {
	width: 107px;
	text-align: right;
}
.overview-table .col6 {
	width: 104px;
	text-align: right;
}
.overview-table .col7 {
	width: 59px;
	text-align: right;
}
.overview-table .col8 {
	width: 49px;
	padding-right: 10px;
	text-align: right;
}
.overview-table .col9 {
	width: 50px;
	text-align: center;
}
.overview-table td img {
	display: block;
	margin: -1px auto 0;
}
.overview-table td {
	margin: 0; 
	padding: 4px 0 2px;
	vertical-align: top;
	line-height: 18px;
}
.overview-table .lined td {
	background: url(../images/accounts-dot.gif) repeat-x;
	padding-top: 10px;
}
.overview-table .last td {
	padding-bottom: 8px;
}
.overview-table .color td {
	background: #fff;
}
.overview-table td span {
	font-size: 10px;
}
.overview-table td div {
	text-align: right;
}
.overview-table td .arrow1 {
	background: url(../images/overview-table-arrow1.gif) no-repeat 0 50%;
	display: block;
	padding-left: 22px;
}
.overview-table td .arrow2 {
	background: url(../images/overview-table-arrow2.gif) no-repeat 0 50%;
	display: block;
	padding-left: 22px;
}
.overview-table td .arrow3 {
	background: url(../images/overview-table-arrow3.gif) no-repeat 0 50%;
	display: block;
	padding-left: 22px;
}
.overview-table td .red {
	color: #840101;
}
.overview-table .col1 strong {
	display: block;
	font-size: 22px;
}
.overview-table .col1 span {
	display: block;
	font-size: 11px;
	margin-top: -1px;
}
/* overview-table end */
/* content end */
/* footer start */
#footer {
	height: 37px;
	overflow: hidden;
	background: url(../images/footer-bg.gif) repeat-x;
}
/* footer end */