/***** layout *****/
* {
	margin: 0;
}

html,body {
	height: 100%;
}

body {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}

.footer,.push {
	height: 2em;
}

/***** classes*****/
h4 {
	font-size: 10pt;
}

hr {
	width: 100%;
	margin: 8px auto;
	color: #cfcfcf;
}

.left {
	float: left;
}

ul.left {
	list-style: inside;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.half {
	width: 50%;
}

.little-pad {
	padding: 3px 0px;
}

.padded-top {
	padding-top: 15px;
}

.padded-btm {
	padding-bottom: 15px;
}

.padded-rt {
	padding-right: 15px;
}

.padded-lt {
	padding-left: 15px;
}

.small-txt {
	padding-top: 10px;
	font-size: 8.0pt;
}

.warning {
	color: red;
	font-size: 8.0pt;
	padding: 5px 0 5px 0;
}

/***** page header *****/
#login-header {
	height: 80px;
	background: url('../../images/login-top.png') bottom left repeat-x;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 30px 0px;
	position: relative;
}

ul#logout {
	list-style: none;
	margin: 20px;
	padding: 0;
}

ul#logout li {
	display: inline
}

ul#logout li a {
	text-decoration: none;
	padding: 4px 0 6px 0;
	width: 100px;
	background: url('../../images/checkmate_nav_btn.png') top center
		no-repeat;
	color: #eee;
	float: left;
	text-align: center;
}

ul#logout li a:hover {
	text-decoration: underline;
}

.logout {
	position: absolute;
	bottom: 0px;
	right: 5px;
	font-size: 8.0pt;
}

/***** login-box *****/
#login-box {
	text-align: left;
	width: 400px;
	margin: 0 auto;
	font-family: Verdana;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
	padding: 0px 0px 10px 0px;
}

.login-box-header {
	background: #e5e5e5;
	color: #b31f4f;
	margin-top: 1px;
	height: 42px;
	border-bottom: 1px solid #cfcfcf;
}

.login-box-header h3 {
	padding: 12px;
	float: left;
}

#login-box-content {
	padding: 20px 30px 0px 30px;
}

#login-box-content label {
	font-size: 10pt;
}

/***** check-div *****/
#check-div,#process-div,#payroll-div,#buttons,.buttons {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 80%;
	min-width: 800px;
}

#check-div,#process-div,#payroll-div {
	border: solid 1px #cfcfcf;
}

#check-div table,#process-div table,#payroll-div table {
	width: 100%;
	text-align: left;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#check-div table td,#check-div table th,#process-div table td,#process-div table th,#payroll-div table td,#payroll-div table th
	{
	padding: 3px 0px 3px 10px;
	text-align: left;
}

.footer {
	text-align: center;
	color: #4c4c4c;
	font-size: 8.0pt;
}

.footer a {
	color: #4c4c4c;
}

/***** accordian *****/
.accordion {
	width: 100%;
	margin: -1px auto 0px auto;
	border-bottom: solid 1px #c4c4c4;
}

.accordion h3 {
	background: #e9e7e7 url(../../images/arrow-square.gif) no-repeat 2px
		-53px;
	padding: 3px 30px;
	margin: 0;
	font: 10pt Verdana;
	border-top: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}

.accordion h3:hover {
	background-color: #e3e2e2;
}

.accordion h3.active {
	background-color: #f7f7f7;
	background-position: 2px 3px;
}

.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
}

.accordion p table {
	width: 100%;
	text-align: left;
	padding: 0;
	list-style-type: none;
}

.accordion p table tr td,.accordion p table tr th {
	padding: 0 10px;
}

/***** content *****/
.content {
	border: solid 1px #cfcfcf;
	padding-bottom: 15px;
	margin: 0 10px;
}

.content hr {
	width: 100%;
	margin: 8px auto;
	color: #cfcfcf;
}

/***** buttons *****/
a.button2 {
	background: transparent url('../../images/button_r.png') no-repeat
		bottom right;
	color: #444;
	display: block;
	float: left;
	font: normal 10px Verdana;
	height: 24px;
	margin: 8px 0px;
	padding-right: 15px; /* same as left padding of a.button2 span */
	text-decoration: none;
}

a.button2 span {
	background: transparent url('../../images/button.png') no-repeat bottom
		left;
	display: block;
	line-height: 15px;
	padding: 3px 0 6px 15px;
	/* left padding same as right padding of a.button2 */
}

a.button2:active,a.button2:hover {
	background-position: top right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span,a.button2:hover span {
	background-position: top left;
	padding: 3px 0 6px 15px;
	/* left padding same as right padding of a.button2 */
}

a#forgot {
	float: left;
	font-size: 9px;
	margin-top: 18px;
	margin-left: 3px;
}

#buttonz{
	display: inline-block;
	margin: 0px auto;
}

td img{
	vertical-align: middle;
}

/***** css 3 items *****/
#login-box,.content,#check-div,#process-div,#payroll-div {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.login-box-header {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
