/*--/// Master Framework CSS ///--*/
/*--/// Life Inc. Time Clock ///--*/

body {
	background: #083A55 url(../images/TexturedBg.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.875em;
	color: #444444;
	line-height: normal;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
ul {
	margin-left: 30px;
}
ul li {
	text-indent: 0px;
	list-style: none;
	text-decoration: none;
}
ul span {
	/*color: #000; -do we need this?  conflicts with telerik skin */
}
ol {
	margin-left: 30px;
}
ol li {
	text-indent: 0px;
}
p {
	padding-bottom: 10px;
}
h1 {
	color: #083A55;
	text-transform: none;
	padding-bottom: 15px;
}
h2 {
	color: #444444;
	text-transform: normal;
	padding-bottom: 10px;
}
.red {
	color: red;
}
.Error {
	color: red;
	padding-top: 5px;
}
.Span span {
	float: left;
}
.Drag {
	cursor: move;
}
.NoBg {
	background: none !important;
}
.FltRgt {
	float: right !important;
}
.FltLft {
	float: left !important;
	width: 900px;
}

.FltMid {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.HiYellow {
	background: #ffffb1 !important;
}

.HiRed {
	background: #ffb7b7 !important;
}

.HiBlue {
	background: #a8d1ff !important;
}

.Highlight {
	background: #ffffb1 !important;
}


/*-- Manage/Mobile Master Global --*/

.AppWrapper {
	background: url(../images/BannerBg.gif) top left;
	height: 127px;
	margin-top: 5px;
}
.AppContent {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.AppContent img {
	float: left;
	display: block;
	padding: 15px 10px;
}
.AppContent .AppHeading {
	float: left;
	margin: 77px 20px;
}
.AppContent .AppHeading h1 {
	padding: 2px;
	margin: 0;
	text-transform: none;
	font-size: 1.450em;
}
.AppBg {
	background: #e5e5c9 url(../images/LoginBg.gif) top left;
	border: 4px solid #2B735E;
	margin-top: 0;
}
/*-- Dashboard Navigation --*/
.AppNav {
	position: absolute;
	top: 45px;
	right: 5px;
	background: #083A55;
}
.AppNav ul, .AppNav li, .AppNav span, .AppNav a {
	margin: 0;
	padding: 0;
}
.AppNav ul {
	width: 100%;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.AppNav li {
	float: right;
	margin: 0;
	padding: 0;
}
.AppNav li a {
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: left;
	height: 19px;
	padding: 10px;
	border: 2px solid #2B735E;
}
.AppNav li a:hover {
	color: #fff;
	background: #0f6b9d;
}
.AppNav .has-sub:hover ul {
	display: block;
}
.AppNav .has-sub ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 2.3px;
	z-index: 1000;
    width: 156px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
	box-shadow: 0px 0px 5px 0px #000;
}
.AppNav .has-sub ul li a {
	border-top: 0 none;
	display: block;
	line-height: 120%;
	width: 146px;
	height: 100%;
	padding: 5px;
	text-align: left;
	font-size: 1.000em;
	text-transform:none;
	color: #000;
	background:none;
	border: none;
}
.AppNav .has-sub a:hover {
	display: block;
    background: #0f6b9d;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.AppNav :after, .AppNav ul:after {
	content: '';
	display: block;
	clear: both;
}

/*-- Login Page --*/

.AppLogin {
	width: 860px;
	clear: both;
}
.AppLogin h1, .AppLogin h2 {
	text-shadow: 1px 1px 1px #fff;
}
.LoginWrapper {
	background: #FFF;
	border: 1px solid #ccc;
	padding: 15px;
}
.LoginWrapper .TxtBox, .TitleWrap .TxtBox {
	border: 1px solid #ccc;
	padding: 2px;
	-webkit-box-shadow:inset 1px 1px 3px 0 rgba(0, 0, 0, .8);
	box-shadow:inset 1px 1px 3px 0 rgba(0, 0, 0, .8);
}
.LoginWrapper .User, .LoginWrapper .Pass {
	margin: 10px 0;
}
.LoginWrapper .Button {
	margin: 30px 0 0;
	clear: both;
}
.LoginWrapper .Validate {
	margin: 20px 0 0;
	overflow: hidden;
	display: block;
}
.LoginWrapper span {
	float: left;
}
/*-- Manage Employees Page --*/

.TitleWrap {
	overflow: hidden;
	margin-bottom: 10px;
}
.TitleWrap > ul, .MapWrapper > ul {
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
}
.TitleWrap > ul > li, .MapWrapper > ul > li {
	float: left;
	padding: 5px;
}
.TitleWrap p, .MapWrapper p {
	color: #444;
	padding-bottom: 5px;
	margin: 0;
}
.TitleWrap > ul:nth-child(odd) {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
/*-- Manage Locations Page --*/
.MapWrapper {
	width: 900px;
	margin: 0 auto;
}
.MapWrapper .Map {
	width: 868px;
	height: 400px;
	padding: 10px;
	margin: 10px auto;
}
/*-- Manage Participants Page --*/
.TitleWrap select {
	border: 1px solid #ccc;
	padding: 2px;
	width: 231px;
	-webkit-box-shadow:inset 1px 1px 3px 0 rgba(0, 0, 0, .8);
	box-shadow:inset 1px 1px 3px 0 rgba(0, 0, 0, .8);
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url('../Images/DropDownArrow.png') no-repeat;
	background-position: 82px 7px;
}
.AppContent .Drag {
	padding: 0;
}
/*-- Manage Payroll Page --*/
.RecordWrapper {
	overflow: hidden;
	margin-top: 50px;
}
.RecordWrapper .TopButton {
	float: right;
}
.RecordWrapper .TableFormatting td {
	border-right: 1px solid #2B735E;
}
.RecordWrapper .TableFormatting th {
	border-right: 2px groove #369075;
}
.RecordWrapper .TableFormatting {
	background: #fff;
}
.RecordWrapper .TableFormatting th:last-child, .RecordWrapper .TableFormatting td:last-child {
	border-right: none;
}
.RecordWrapper .DataPager {
	float: left;
    width: 100%;
}

#rblOrder label {
    padding-right: 10px;
}


/*-- Buttons --*/
.TopButton {
	margin-bottom: 10px;
	padding: 0;
}


.BigBtn {
	background: #083A55;
	padding: 25px 60px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
.BigBtn:hover {
	background: #0f6b9d;
}

.MedBtn {
	background: #083A55;
	padding: 20px 50px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
.MedBtn:hover {
	background: #0f6b9d;
}
.LoginBtn, .EmployeeBtn, .LocationBtn, .GlobalBtn {
	background: #083A55;
	padding: 1px 10px 3px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
.LoginBtn:hover, .EmployeeBtn:hover, .LocationBtn:hover, .GlobalBtn:hover {
	background: #0f6b9d;
}
.MapBtn {
	background: #2B735E;
	padding: 4px 10px;
	border: 1px solid #F6E8DB;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}
.MapBtn:hover {
	background: #3b9e81;
}
/*-- Button Position --*/
.EmployeeBtn, .LocationBtn {
	margin: 0;
}
.MapBtn {
	margin: 5px;
}
.BtnWrapper {
	float: left;
	clear: both;
	margin-left: 5px;
}
/*-- Table Format --*/

.TableWrapper {
	margin: 15px 0;
	padding: 30px;
}
.TableFormatting {
	width: 100%;
	margin-bottom: 8px;
	background: #F6F5DB;
	border: 2px solid #2B735E;
	border-collapse: separate;
	border-spacing: 0;
 *border-collapse: collapse;
}
.TableFormatting th, .TableFormatting td {
	padding: 3px 3px;
	border-bottom: 1px solid #2B735E;
    vertical-align: top;
}
.TableFormatting tr {
	overflow: hidden;
	text-overflow: ellipsis;
}
.TableFormatting td img {
	cursor: move;
	display: block;
	vertical-align: central;
	text-align: center;
}
.TableFormatting th {
	vertical-align: top;
	font-size: 1.000em;
	color: #fff;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background-color: #2B735E;
}
.TableFormatting tr:nth-child(odd) {
	background-color: #fff;
}
.TableFormatting td {
	vertical-align: middle;
}
.TableFormatting td.AddEditModes {
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	overflow: hidden;
}
.AddEdit_links {
	margin-top: 20px;
	overflow: hidden;
}
.ModifyDelete_links {
	white-space: nowrap;
}
.Overflow {
	overflow: hidden;
}
.FloatingDivs div, .Left {
	float: left;
}
.FloatingDivs div {
	margin-bottom: 3px;
}
/*-- Rad Overrides --*/
.RadComboBox_Transparent .rcbInput, .RadComboBoxDropDown_Transparent {
	font-size: 1.000em !important;
	color: #444 !important;
	font-family: Verdana, Geneva, sans-serif !important;
}
.RadComboBoxDropDown_Transparent .rcbList {
	background: #fff !important;
}
html body .RadInput_Simple .riTextBox, html body .RadInputMgr_Simple {
	font-size: 1.000em !important;
	font-family: Verdana, Geneva, sans-serif !important;
}

/*-- Scroll up --*/
.Scrollup {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	position: fixed;
	bottom: 50px;
	right: 5px;
	display: none;
	background: url(../Images/Buttons/IconTop.png) no-repeat;
}
