body{
	margin: 0px;
	background: #cfe0fc;
}
pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	overflow: auto;
	height: 100%;
}
table.login{
background-image:url('imgs/login_bg.png');
background-repeat:no-repeat;
width:455px;
height:260px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
}
td.login_e{
background-image:url('imgs/login_e.png');
background-repeat:no-repeat;
background-position: right top;
width:108px;
height:150px;
}
td.login_title{
background-image:url('imgs/login_title.png');
background-size:contain; 
background-repeat:no-repeat;
width:336px;
height:30px;
}
td.login_user_title{
text-align: center;
font-weight:bold;
}
td.login_user{
text-align: center;
}
td.login_user_label{
text-align: center;
}
input.txt{
border: 1px solid black;
padding: 3px;
text-align:left;
width: 200px;
}
input.txt:hover,input.txt:focus{
border: 1px solid blue;
}
input.bttn{
border: 1px solid black;
padding: 3px;
text-align:left;
}
input.bttn:hover,input.bttn:focus{
background: transparent;
color:blue;
font-weight: bold;
border: 1px solid blue;
cursor: pointer;
}
input.button{
	border: none;
	background: transparent;
	padding: 3px;
	color: #585858;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	font-family: "Trebuchet MS", Georgia, serif;
}
input.button:hover,input.button:focus{
	color:black;
	background: #ffffc2;
	cursor: pointer;
}
input.button:disabled{
	color: gray;
	font-weight: normal;
	cursor: not-allowed;
}
tr.status{
	height: 120px;
	width:100%;
	font-weight: bold;
	text-align:center;
	color:red;
}
tr.status_good{
	height: 120px;
	width:100%;
	font-weight: bold;
	text-align:center;
	color:blue;
}
table.header{
	position: fixed;
	top: 0px;
	left:0px;	
	width:100%;
	height:75px;
	text-align: center;
	font-variant: small-caps;
	color: #585858;
	font-size: 28px;
	font-family: "Trebuchet MS", Georgia, serif;
}
td.header_left{
	background-image:url('imgs/v2/PageHeader_bgL.png');
	background-repeat:no-repeat;
	width: 44px;
	max-width: 44px;
}
td.header_logo{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
	width: 250px;
	text-align: left;
	color: #585858;
	cursor: default;
	font-size: 28px;
	font-family: "Trebuchet MS Bold", Georgia, serif;
}
td.header_main{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
}
td.header_bttn{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
	cursor: pointer;
	font-size: 16px;
	width: 150px;
	white-space: nowrap;
}
td.header_bttn:hover,td.header_bttn:focus{
	background-image:url('imgs/v2/PageHeader_BttnC.png');
	background-repeat:repeat-x;
}
td.header_bttn_selected{
	background-image:url('imgs/v2/PageHeader_BttnC.png');
	background-repeat:repeat-x;
	cursor: pointer;
	font-size: 24px;
	width: 150px;
	white-space: nowrap;
}
td.header_bttn_selected:hover,div.header_bttn_selected:focus{
	color: #94b9f7;
}
td.header_user{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
	width: 125px;
	cursor: default;
	font-size: 12px;
}
td.header_user:hover,td.header_user:focus{
	font-size: 14px;
}
td.header_logout{
	background-image:url('imgs/v2/PageHeader_bgC.png');
	background-repeat:repeat-x;
	width: 125px;
	cursor: pointer;
	font-variant: normal;
	font-size: 12px;
}
td.header_logout:hover,td.header_logout:focus{
	background-image:url('imgs/v2/PageHeader_BttnC.png');
	background-repeat:repeat-x;
	font-size: 20px;	
}
#content{
	margin-top: 20px;
	font-size: 14px;
	color: #000000;
	display: table-cell;
}
div.content_header{
	padding-top: 5px;
}
table.content_block{
	min-width: 220px;
	font-size: 20px;
	color: #585858;
	font-family: "Trebuchet MS", Georgia, serif;
	display: inline-block;
	vertical-align: top;
}
table.content_block_w{
	width: 650px;
	font-size: 20px;
	color: #585858;
	font-family: "Trebuchet MS", Georgia, serif;
	display: inline-block;
	vertical-align: top;
}
table.content_block_wide{
	width: 90%;
	max-width: 95%;
	font-size: 20px;
	color: #585858;
	font-family: "Trebuchet MS", Georgia, serif;
	vertical-align: top;
}
td.content_block_tl{
	width: 14px;
	height: 55px;
	background-image:url('imgs/v2/Content_Block_tl.png');
	background-repeat:no-repeat;	
}
td.content_block_tc{
	height: 55px;
	background-image:url('imgs/v2/Content_Block_tc.png');
	background-repeat:repeat-x;	
	font-variant: small-caps;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
}
td.content_block_tr{
	width: 14px;
	height: 55px;
	background-image:url('imgs/v2/Content_Block_tr.png');
	background-repeat:no-repeat;
}
td.content_block_l{
	width: 14px;
	background-image:url('imgs/v2/Content_Block_l.png');
	background-repeat:repeat-y;	
}
td.content_block_c{
	text-align: center;
	background: white;
}
td.content_block_c2{
	text-align: center;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
}
td.content_block_c3{
	text-align: center;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 700px;
	text-align: left;
}
td.content_block_c_wide{
	text-align: center;
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
td.content_block_c:hover{
	text-align: center;
	background: #ffffc2;
	cursor: pointer;
}
td.content_block_r{
	width: 14px;
	background-image:url('imgs/v2/Content_Block_r.png');
	background-repeat:repeat-y;	
}
td.content_block_bl{
	width: 14px;
	height: 26px;
	background-image:url('imgs/v2/Content_Block_bl.png');
	background-repeat:no-repeat;	
}
td.content_block_bc{
	height: 26px;
	background-image:url('imgs/v2/Content_Block_bc.png');
	background-repeat:repeat-x;	
}
td.content_block_br{
	width: 14px;
	height: 26px;
	background-image:url('imgs/v2/Content_Block_br.png');
	background-repeat:no-repeat;	
}
hr.content_block{
	width: 100%;
	
}

div.content_block{
	background-image:url('imgs/header_content_border.png');
	background-repeat:repeat-y;
	font-size: 20px;
	width: 220px;
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
}
div.content_block:hover{
	color: yellow;
}
div.content_title{
	padding-top: 10px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 20px;
	border-bottom: 2px solid white;
}
div.content_desc{
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
div.content_main{
	padding-left: 15px;
	padding-right: 15px;
}
div.content_footer{
	border-top: 2px solid white;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 10px;
}
div.highlight{
	background: yellow;
	padding-bottom: 3px;
	padding-top: 3px;
}
#new_errors{
	color: red;
	font-weight: bold;
}
.divbttn{
	font-weight: bold;
	font-variant: small-caps;
	font-size: 20px;
	display: inline-block;
	font-family: "Trebuchet MS", Georgia, serif;
}
.divbttn:focus,.divbttn:hover{
	background: #ffffc2;
	cursor: pointer;
}
td.note{
	font-style: italic;
	color: #bcbcbc;	
}
.formentry{
	width: 100%;
}
.formentry2{
	width: 75%;
}
.formentry_error{
	width: 100%;
	color: red;
	background: yellow;
}
#locationSuggest{
	position: absolute;
}
.logNav{
	width: 100%;
}
.logNavTitle{
	text-align: center;
	border-bottom: 2px solid #585858;
}
.logList{
	width:300px;
	text-align: center;
	border-right: 2px solid #585858;
	vertical-align: top;
}
#dates{
	width: 100%;
	height: 650px;
	border: none;
	text-align: center;
	font-size: 20px;
}
#selectedDate{
	padding-left: 10px;
	vertical-align: top;
	height: 100%;
}
table.vars{
	margin: auto;
	border: 1px solid black;
	padding: 3px;
}
#add_box{
	display: inline-block;
}
.minibutton{
	background: white;
	border: 1px solid #585858;
	font-family: "Trebuchet MS", Georgia, serif;
	font-variant: small-caps;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2)	
}
.minibutton:hover,.minibutton:focus{
	background: yellow;
	cursor: pointer;
}
.editdialog{
	background: rgba(255, 255, 255, 0.5);
	width:100%;
	height: 100%;
	position: absolute;
	top: 75px;
	display: none;
}
.dialog_box{
	width: 100%;
	height: 100%;
}
.dialog_content{
	width:700px;
	height: 500px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5)	
}
.dialog_title{
	height: 30px;
	background: #585858;
	border: solid #2c2c2c 1px;
	color: #ffffff;
	text-align: center;
	font-variant: small-caps;
	font-size: 24px;
	font-family: "Trebuchet MS", Georgia, serif;
	cursor: default;
}
.dialog_body{
	background: #ffffff;
	border: solid #585858 1px;
	padding: 5px;
	vertical-align: top;
	font-size: 20px;
	color: #585858;
	font-family: "Trebuchet MS", Georgia, serif;
}
.clipboard{
	width: 20px;
	height: 20px;
}