html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body, td, th, input, select, textarea, option, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input[type='text'], input[type='password'] {
	padding: 2px;
}

select {
	padding: 1px;
}

textarea {
	padding: 2px;
}

a, a:visited {
	color: #003366;
	text-decoration: underline;
	cursor: pointer;
}

.clear {
	clear: both;
	height: 1px;
}

#container {
	height: 100%;
}

body > #container {
	height: auto;
	min-height: 100%;
}

#header .div1 {
	height: 56px;
	padding: 0px 30px;
	background: url('../images/header.png') repeat-x;
	min-width: 900px;
}

#header .div2 {
	color: #FFFFFF;
	padding: 8px 0px 0px 0px;
	float: left;
}

#header .div3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 15px 0px 0px 0px;
	float: right;
}

#header .div2 span {
	font-weight: bold;
}

.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}

#content {
	background: #FFFFFF url('../images/background.png') 0px 1px repeat-x;
	padding: 10px 30px 0px 30px;
	min-width: 900px;
	padding-bottom: 128px;
}

.box {
	margin-bottom: 15px;
}

.box > .heading {
	height: 38px;
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #DBDBDB;
	background: url('../images/box.png') repeat-x;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

.box > .heading h1 {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	color: #003A88;
	font-size: 16px;
	float: left;
}

.box > .heading h1 img {
	float: left;
	margin-top: -1px;
	margin-left: 3px;
	margin-right: 8px;
}

.box > .heading .buttons {
	float: right;
	padding-top: 7px;
	margin-right: 5px;
}

.box > .heading .buttons .button {
	margin-left: 5px;
}

.box > .content h2 { 
	text-transform: uppercase;
	color: #FF802B;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;	
}

.box > .content {
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;
	overflow: auto;
}

.button {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	background: #003A88;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

#footer {
	background: #FFFFFF url('../images/footer.png') repeat-x;
	height: 90px;
	padding-top: 38px;
	text-align: center;
	font-size: 12px;
	color: #333;
	position: relative;
	margin-top: -128px;
	clear: both;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../images/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.warning {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #FFD1D1 url('../images/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.error {
	margin-top: 3px;
	color: #FF0000;
	display: block;
	font-size: 12px;
	font-weight: normal;
}

#menu {
	background: url('../images/menu.png') repeat-x;
	position: relative;
	z-index: 1;
	height: 34px;
	clear: both;
	padding: 0px 30px;
	min-width: 900px;
}

#menu > ul.left {
	float: left;
}

#menu > ul.right {
	float: right;
}

#menu > ul {
	position: relative;
	margin: 0;
	padding: 0;
}

#menu > ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../images/transparent.png');
}

#menu > ul a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}

#menu > ul > li + li {
	background: url('../images/split.png') center left no-repeat;
}

#menu > ul .top, #menu > ul li li.sfhover {
	padding: 10px 15px 9px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

#menu > ul ul li {
	padding: 2px;
}

#menu > ul .selected .top {
	background: url('../images/selected.png') repeat-x;
	color: #FFFFFF;
}

#menu > ul .selected:hover a.top, #menu > ul .sfhover a.top {
}

#menu > ul .parent {
	background: url('../images/arrow-right.png') 95% center no-repeat;
}

#menu > ul li {
	float: left;
	list-style: none;
}

#menu > ul li ul {
	position: absolute;
}

#menu > ul li li {
	clear: both;
}

#menu > ul li ul a {
	color: #FFFFFF;
	height: 15px;
	width: 145px;
}

#menu > ul li ul ul {
	margin: -27px 0 0 157px;
}

#menu > ul li li:hover, #menu > ul li li.sfhover {
	background: #C55B27;
	color: #000000;
}

.pagination {
	border-top: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}

.pagination .links {
	float: left;
	padding-top: 6px;
}

.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}

.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}

.pagination .results {
	float: right;
	padding-top: 6px;
	font-size: 12px;
}

.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}

.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}

.list tbody td a {
	text-decoration: underline;
}

.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	background: #FFFFFF;
}

.list .left {
	text-align: left;
	padding: 7px;
}

.list .right {
	text-align: right;
	padding: 7px;
}

.list .center {
	text-align: center;
	padding: 7px;
}

.list .asc {
	padding-right: 15px;
	background: url('../images/asc.png') right center no-repeat;
}

.list .desc {
	padding-right: 15px;
	background: url('../images/desc.png') right center no-repeat;
}

.list tr.filter td {
	padding: 5px;
	background: #E7EFEF;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.form > tbody > tr > td:first-child {
	width: 200px;
}

table.form > tbody > tr > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}

#punch_card_up thead td {
	color: red;
}

#punch_card_up {
	border-top: 1px solid red;
	border-left: 1px solid red;
}

#punch_card_up td {
	border-right: 1px solid red;
	border-bottom: 1px solid red;
}

#punch_card_down thead td {
	color: blue;
}

#punch_card_down {
	border-top: 1px solid blue;
	border-left: 1px solid blue;
}

#punch_card_down td {
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
}

#list_head {
	background-color: #EFEFEF;	
	padding: 0px 5px;
	text-decoration: none;	
	color: #222222;	
	font-weight: bold;
}

.news a {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #06f;
	text-decoration: none;
}

.news li {
	margin: 0px;
	padding: 20px;
	border-bottom: 1px dashed #ccc;
}