html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body, img { margin: 0; padding: 0; }
a img { border-width: 0; }

body {
	font-size: 100%;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
	}

h1 { font-size: 125%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }
h4 { font-size: 90%; }
h5 { font-size: 80%; }

h1, h2, h3, h4, h5 {
	margin: 0.5em 0 0.3em 0;
	line-height: 1.2;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
	}

p {
	margin: 0.5em 0 0.3em 0;
	font-size: 95%;
	line-height: 1.2;
	}

ul li, ol li { font-size: 95%; }

a:link { /* color: #000;*/ text-decoration: none; }
a:visited { /*color: #000;*/ text-decoration: none; }
a:hover { /* color: #000;*/ text-decoration: underline; }
a:active,
a:focus { outline:none; }

.section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.logonPanel
{
	width: 675px;
	height: 330px;
	border: 1px solid #039;	
	margin-left: auto;
	margin-right: auto;	
}


.messageLabel
{
	font: 12px;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
	color: #FF0000;
	vertical-align: middle;
}
.linkButton {
	padding: 6px 12px;
	color: #FFFFFF;
	background-color: #039;
	font-size: 85%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-kthml-border-radius: 6px;
	border-radius: 6px;
	}

fieldset div {
	clear: both;
	margin-bottom: 0.8em;
	padding-bottom: 4px;
	border-bottom: 0px solid #EEE;
}

fieldset div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

fieldset div:before 
{
	color: #039;
}	

#logon {
	padding-left: 6px;
	color: #039;
	font-size: 90%;
}
p.legal {
	margin-top: 12px;
	text-align: center;
	font-size: 80%;
	color: #039;
	}

p.legal span { color: #000; }

#lnkLogout
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #FFF;
	text-decoration: underline;
	text-align: left;
}
.topBarRightCell
{
	width: 175px;
	padding-right: 10px;
}

.innerPanel
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bottomPanel
{
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 15px;
}
body.timeClock  h2 {
	font-size: 100%;
	color: #039;
}
body.timeClock h3 {
	font-size: 90%;
	color: #039;
}

.GridViewStyle
{    
	border: 1px;
	border-color: #039;
	border-style: solid;
    padding: 4px;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
    font-size: 0.9em;
    min-height: 1px;   
    background-color: #fff;     
}
.GridViewStyle a
{
    color: #FFFFFF;
}
.GridViewHeaderStyle
{
    background-color: #039;
    font-weight: bold;
    color: White;
 	padding: 2px;
	border: 1px;
}
.GridViewHeaderStyle a
{
	text-decoration: underline;
}
.GridViewHeaderStyle th
{
    background-color: #039;
	padding: 6px 8px;
	border: 1px solid #039;
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	font-weight: normal;
}
.GridViewFooterStyle
{
    background-color: #122337;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #FFFFFF;
    color: #000000;
}

.GridViewRowStyle a, .GridViewAlternatingRowStyle a
{
    color: #000000;
	text-decoration: underline;
}

.GridViewAlternatingRowStyle 
{
    background-color: #EAF0F7;
    color: #000000;
}

.GridViewRowStyle td
{
	padding: 6px 8px;
	border: 1px solid #039;
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	font-weight: normal;
}
.GridViewAlternatingRowStyle td
{
    background-color: #EAF0F7;
    color: #000000;
	padding: 6px 8px;
	border: 1px solid #039;
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	font-weight: normal;
}
.hiddencol
{
    display:none;
}
#tblDisplayOptions td
{
	padding: 5px 5px 5px 0px;
}

/* attendance save modal popup */
.attendanceBackground
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 999;
	background-color: #6D7B8D; /* Blue Slate Gray */
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	-khtml-opacity: 0.60;
}
.attendanceSavedPanel
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #FFFFFF;
	border: solid 1px #777777;
	width: 400px;
	height: 200px;
}
.attendanceSaveLabel
{
	margin: 0.5em 0 0.3em 0;
	line-height: 1.2;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #039;
}
.attendanceSaveTitleBar
{
	width: 100%;
	height: 26px;
	border-bottom-style: inset;
	border-bottom-width: 2px;
	border-bottom-color: #ffffff;
	background: #039;
	cursor: default;
	text-align: center;
}
.attendanceSaveTitleDiv
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 5px;
	color: #FFFFFF;
	background: #039;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.labelText
{
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
}
.labelTextColored {
	font-size: 100%;
	font-weight: bold;
	color: #039;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
}
#btnSearch
{
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
	color: #000; 
	font-size: 95%;
	text-decoration: underline;
}
#languageDiv
{
	float: right;
	width: 260px;
	margin-top: 10px;
	text-align: right;
	font-size: 90%;
	line-height: 1.5;
}
#topBarPageNameDiv
{
	display: inline;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	position:relative;
	top: 13px;
}
#topBarDateTimeDiv
{
	position:relative;
	top: -13px;
	text-align: center;
}
#topBarUserNameDiv
{
	position:relative;
	top:-52px;
	padding-right: 13px;
	text-align: right;
}
#topBarLanguageDiv
{
	position:relative;
	top:-43px;
	padding-right: 13px;
	text-align: right;
}
#errorTopBarLanguageDiv
{
	position:relative;
	top:-20px;
	padding-right: 13px;
	text-align: right;
}

#nav { 
	float: left;
	width: 144px;
}
#userPanel {
	float: right;
	width: 260px;
	margin-top: 10px;
	text-align: right;
	font-size: 90%;
	line-height: 1.5;
}
#innerDiv
{
	padding-left: 10px;
	padding-right: 10px;
}

.userNameLabel
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	width: 200px;
}
#systemErrorDiv
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 20px;	
	
	margin-top: 14px;
	text-align: center;
	font-weight: bold;
    color: #FF0000;
}
#providerDiv
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 10px;	
}

.providerLabelTable
{
    padding-left: 5px;
    padding-top: 5px;
}
.providerLabelTable TD
{
    padding-left: 5px;
    padding-top: 5px;
}

.topBarLabel
{
	padding-right: 4px;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
}
.topBarDateLabel
{
	padding-right: 4px;
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
	font-weight: normal;
	color: #FFF;
}
.topBarLanguageDropdown
{
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
	color: #000000;	
}
#mainDiv
{
	clear:both;
	display: block;
}
.outerDiv
{
	padding: 10px;
}
.attendancePanel
{
	width: 800px;
	border: 1px solid #039;
	margin-left: auto;
	margin-right: auto;		
}

#notes
{
    padding-left: 4px;
}

#topBarDiv
{
	display: inline;
	color: #FFF;
	overflow:hidden;
}
#topBarRightDiv
{
    padding-top: 7px;
	float: right;
	/*overflow:hidden;*/
}
#logoDiv
{
    margin-left: 2px;
    margin-top: 7px;
	top:8px;
	float: left;
	width:194px;
	height:53px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #039;
	border-style: solid;
	vertical-align: middle;
	text-align: center;	
}
.topBarPanel
{
	height: 55px;
	width: 590px;
	background-color: #039;
	/*overflow:hidden;		*/
}
.topBarDivider
{
	padding-left: 1px;
	padding-right: 1px;	
	font-weight: bold;
}
.innerDiv
{
	padding-right: 7px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.centerDiv
{
	text-align: center;
}
.welcomeMessage
{
	font-size: 20px;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
	font-weight: bold;
	color: #039;
}

.welcomeDiv {
	color: #039;
	text-align: center;
	margin-bottom: 40px;	
}

/* logon screens */
.PINButton
{
	width: 80px;
	height: 80px;
	font: bold 18px Verdana;
	color: #FFFFFF;
	background-color: #039;
}

.KeypadDiv
{
	margin-left: auto; margin-right: auto;
}

.logonButton {
	padding: 6px 50px;
	font: bold 18px Verdana;
	color: #FFF;
	background-color: #039;
	height: 60px;
}
.logonPINTextBox
{
	font: bold 18px Verdana;
	height: 30px;
	width: 100px;
}
	
.buttonCell
{
	padding: 2px;
    height: 60px;
}	



/* WELCOME PAGE STYLES */
.welcomePanel
{
	width: 800px;
	height: 360px;
}
#welcomeHeaderDiv {
	float: right;
	width: 260px;
	margin: 6px 18px 12px 0;
	text-align: right;
	font-size: 90%;
	line-height: 1.5;
}
#welcomeHeaderDiv label 
{ 
	color: #000000; 
}
#welcomeLanguageDiv
{
	float: right;
	margin-top: -40px;
	margin-right: 10px;
	/* margin-left: 5px;*/
	color: #039;
	text-align: center;
	font-size: 80%;
	font-family: 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, sans-serif;
}
#welcomeInstructionDiv
{
    width: 790px;    
    margin-top: 30px;
	color: #039;
}
#newUser
{
    width: 365px;    
    height: 125px;
    margin-left: 25px;
    margin-right: 5px;
    float: left;
	text-align: center;
    	
}
#existingUser
{
    width: 385px;    
    height: 125px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;	
	text-align: center;
}
#btnLogin 
{
	width: 400px;
	padding: 6px 12px;
	color: #FFF;
	background-color: #039;
	font-size: 85%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-kthml-border-radius: 6px;
	border-radius: 6px;
}
#btnCreateAccount 
{
	width: 400px;
	padding: 6px 12px;
	color: #FFF;
	background-color: #039;
	font-size: 85%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-kthml-border-radius: 6px;
	border-radius: 6px;
}	

/* REGISTER USER PAGE STYLES */
.registerPanel
{
	width: 630px;
	height: 570px;
}
#verifyInstructionsDiv
{
	width: 600px;
}
#lblTitle
{
	color: #039;
}
#copyrightDiv
{
	/* position: relative; bottom: 0; left: 0; */
}
#pnlVerify
{
	height: 361px;
}
#pnlUserAccount
{
	height: 361px;
}
#createAccountDiv
{
	margin-left: 20px;
	margin-right: 20px;
}
#main
{
	text-align: center;
}

.attendanceLogin #main 
{ 
	text-align: center; 
}
.attendanceLogin #main label label 
{
	margin: 0;
	text-align: right;
}
.attendanceLogin #main input {
	float: left;
	margin-left: 6px;
}

#main label,
.fauxLabel {
	display: block;
	float: left;
	width: 150px;
	color: #039;
	font-size: 90%;
}

#reportInstructions
{
	margin-top: 20px;
}

#logonDiv
{
	margin-top: 50px;    
}