/***** 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;
}
.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;
}

/***** lead-div *****/
#lead-div,
#buttons{
	margin: 0 auto;
	padding-bottom: 15px;
	width: 80%;
	min-width: 800px;
}
#lead-div{
	border: solid 1px #cfcfcf;
}
#lead-div table{
	width: 100%;
	text-align: left;
}
#lead-div table td,
#lead-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;
}

/***** css 3 items *****/
#login-box,
.content,
#lead-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;
}