﻿html {
	height: 100%;
	width: 100%;
}

body{
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #F4F4F4;
}
.login_masthead {
	width: 100%;
	height: 60px;
	background-image: url('../static/masthead_bg.png');
	background-repeat: repeat-x;
	background-position: center;
}
.login_top_wrapper {
	width: 900px;
	height: 60px;
	background-image: url('../static/logo254.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}
.loginContainer  {
	width: 500px;
	height: 240px;
	margin-right: Auto;
	margin-left: Auto;
	margin-top: 60px;
	background-color: #FFFFFF;
	border: 1px solid #0067B1;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.login_left {
	width: 260px;
	height: 200px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #0069B3;
	color: #808080;
	font-weight: bold;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.login_title {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #0069B3;
	font-weight: bold;
}
.formField_main {
	padding: 3px;
	border-radius: 2px;
	border: 1px solid #808080;
}
.button_main {
	border-radius: 2px;
	border-style: none;
	background-position: center top;
	font-family: arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	height: 24px;
	width: 80px;
	text-align: center;
	background-image: url('../static/button_bg_blue.png');
	cursor: pointer;
	background-repeat: repeat-x;
	margin-right: 10px;
}

.button_main:active {
	background-position:center bottom;
}

.button_red {
	border-radius: 2px;
	border-style: none;
	background-position: center top;
	font-family: arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	height: 24px;
	width: 80px;
	text-align: center;
	background-image: url('../static/button_bg_red.png');
	cursor: pointer;
	background-repeat: repeat-x;
	margin-right: 10px;
}

.button_red:active {
	background-position:center bottom;
}


.button_sub {
	border-style: none;
	background-position: center top;
	font-family: arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	height: 24px;
	width: 80px;
	text-align: center;
	background-image: url('../static/button_bg_gray.png');
	cursor: pointer;
	background-repeat: repeat-x;
	margin-right: 10px;
}

.button_sub:active {
	background-position:center bottom;
}

.forgot_pw {
	color: #0069B3;
	font-size: x-small;
}
.blue_link_small {
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0069B3;
	text-decoration: none;
	font-weight: bold;
}

.blue_link_small:hover {
	text-decoration: underline;
}

.login_right {
	width: 178px;
	height: 200px;
	float: right;
	margin: 20px;
}
.loginBranding {
	width: 178px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
}
.LL_title {
	font-size: xx-small;
}
.footer_fixed {
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0px;
	text-align: center;
}
.loginError {
	font-size: small;
	color: #FF0000;
	font-weight: normal;
}
.logo_container {
	width: 200px;
	height: 56px;
	background-image: url('../static/logo200.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
}
.main_masthead {
	width: 100%;
	height: 56px;
	background-image: url('../static/masthead_bg.png');
	background-repeat: repeat-x;
	background-position: center;
}
.masthead_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.masthead_userinfo {
	width: 220px;
	height: 50px;
	float: left;
	background-image: url('../static/masthead_div.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
}
.lastLogin {
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: small-caps;
}
.masthead_branding {
	width: 120px;
	height: 56px;
	float: right;
	background-repeat: no-repeat;
	background-position: right center;
}
.masthead_aagSched {
	width: 420px;
	height: 45px;
	float: left;
	background-image: url('../static/masthead_div.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.aagSched_title {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 65px;
	height: 42px;
	padding-top: 8px;
	text-align: center;
	margin-right: 6px;
	float: LEft;
}
.masthead_div {
	width: 6px;
	height: 56px;
	background-image: url('../static/masthead_div.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
.aagSched_tile {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 161PX;
	float: left;
	height: 47px;
	margin-right: 12px;
	border-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
}
.aagSched_date {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-transform: Uppercase;
	padding-right: 2px;
	padding-left: 3px;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #FFFFFF;
}
.aagSchedContent {
	padding-right: 2px;
	padding-left: 3px;
	text-align: left;
	font-size: 12px;
	padding-top: 2px;
}
.aagSched_tileCopy {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px Solid #FFFFFF;
	width: 83PX;
	float: left;
	height: 42px;
	margin-right: 3px;
}
.bodyWrapper {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.topbar {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-top: 4px;
	text-align: right;
	margin-bottom: 4px;
	height: 20px;
}
.bodyContainer {
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	border-color: #0069B3;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	border-radius: 0px 0px 2px 2px;
	background-color: #FFFFFF;
}
.mainFooter {
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
	text-align: center;
	margin-top: 5px;
}
.mainFooterCopy {
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
.topNav {
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0069B3;
	font-size: small;
	float: left;
	width: 600px;
	height: 22px;
}
.blue_link {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #0069B3;
	text-decoration: none;
	font-weight: bold;
}
.blue_link:hover {
	text-decoration: underline;

}

.navTabActive {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #0069B3;
	border-radius: 2px 2px 0px 0px;
	width: 60px;
	font-weight: bold;
	height: 20px;
	text-align: center;
	padding-top: 4px;
	float: Left;
	margin-right: 5px;
}
.navTab {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #0069B3;
	border-radius: 2px 2px 0px 0px;
	width: 60px;
	font-weight: bold;
	height: 20px;
	text-align: center;
	padding-top: 4px;
	float: Left;
	margin-right: 5px;
	cursor: pointer;
}

.navTab:hover {
	color: #FFFFFF;
	background-color: #0069B3;
}
.navTabCopy {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	color: #0069B3;
	border-radius: 2px 2px 0px 0px;
	width: 60px;
	font-weight: bold;
	height: 22px;
	text-align: center;
	padding-top: 2px;
	float: Left;
	margin-right: 5px;
	cursor: pointer;
}
.timeLogout {
	float: right;
	width: 200px;
	margin-top: 2px;
}
.bodyModuleWrapper {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #0069B3;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	position: relative;
}
.bodyModuleTitle {
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #0069B3;
	padding: 5px;
	height: 19px;
}
.collapseButton {
	float: right;
	width: 20px;
	height: 20px;
	background-image: url('../static/collapse_button.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 10px;
}

.date_controls {
	width: 230px;
	float: right;
	height: 19px;
}
.control_prev {
	width: 46px;
	height: 17px;
	float: left;
	color: #FFFFFF;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	background-image: url('../static/arrow_left.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.control_prev:hover {
	color: #0069B3;
	cursor: pointer;
	background-color:#FFFFFF;
	font-weight:bold
}

.control_current {
	width: 68px;
	height: 17px;
	float: left;
	color: #0069B3;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF
}
.control_next {
	width: 46px;
	height: 17px;
	float: left;
	color: #FFFFFF;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding-top: 2px;
	background-image: url('../static/arrow_right.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 24px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.control_next:hover {
	color: #0069B3;
	cursor: pointer;
	background-color:#FFFFFF;
	font-weight:bold
}

.emptyShifts {
	font-weight: bold;
	text-align: center;
	float: left;
	width: 250px;
	margin-top: 16px;
}

.peerTileLinks {
}

.moreInfo_hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	cursor: help;
}

.blue_inline {
	font-family: arial, Helvetica, sans-serif;
	font-size: INherit;
	color: #0069B3;
	text-decoration: none;
}

.blue_inline:hover {
	text-decoration: underline;
	cursor:pointer;
}

.bodyModuleWrapper_alt {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	position: relative;
}

