@import url("calendar.css");
@import url("tabstrip.css");

/* body settings */

body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #383838;
	margin: 0px;
}

/* container settings */

div#wrapper {
	margin: 35px auto;
	width: 950px;
	background: #fff;
}
div#header {
	margin-bottom: 20px;
}
div#navigation {
	margin-top: 10px;
}
div#pagetitle {
	margin-top: 20px;
	margin-left: 20px;
}
div#pagetitle a {
	color: #060;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
div#pagetitle a:hover {
	text-decoration: underline;
}
div#main {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}
div#footer {
	position: relative;
	margin-top: 60px;
	text-align: center;
}
div#footer p {
	color: #ccc;
	font-size: 8pt;
}
div#impersonation {
	border: 1px solid #f00;
	margin-bottom: 10px;
	padding: 10px;
	background: url(../images/bg_impersonation.jpg) repeat-x;
}
div#impersonation b {
	font-size: larger;
}
div#warning {
	border: 1px solid #f00;
	background-color: #FFF2F2;
	width: 240px;
	margin: 20px;
	padding: 4px;
	text-align: center;
}
div#mapimage, div.mapimage {
	background: url(../images/mapload.gif) no-repeat center center;
	width: 400px;
	height: 400px;
}
div.todo {
	background-image:url(../images/todo_bg.gif);
	border: 1px solid red;
	padding: 20px;
	margin-bottom: 20px;
}

/* containers */

#cntrlHomeLogin,
#cntrlHomeImage,
#cntrlHomeRaffle,
#cntrlHomeStats,
#cntrlHomeCalc,
#cntrlHomeLinks,
#cntrlHomeFiles,
#cntrlHomeEmployer {
	margin-bottom: 30px;
	font-size: 9pt;
}
#cntrlHomeLogin input#cntrlHomeLogin_tbEmail, 
#cntrlHomeLogin input#cntrlHomeLogin_tbPassword {
	width: 98%;
	width: expression("125px");
}
#cntrlHomeLogin a {
	display: list-item;
	list-style: none;
}
#cntrlHomeLogin label {
	font-size: 9pt;
}

div#cntrlHomeFiles a, 
div#cntrlHomeFiles span {
	font-size: 8pt;
}

div.boxRounded {
	width: 360px;
	background: url(../images/box_capped_ftr.gif) no-repeat bottom;
	border: 1px solid #fff;
}
div.boxRoundedContent {
	padding: 10px;
	margin: 0px 0px 16px 0px;
	background: url(../images/box_capped_bg.gif);
}
div.box_w250 {
	width: 250px;
	background: #f5f5f5 url(../images/box_w250_bg.gif) repeat-y;
}
div.box_w388 {
	width: 388px;
	background: #f5f5f5 url(../images/box_w388_bg.gif) repeat-y;
}
div.box_w560 {
	width: 560px;
	background: #f5f5f5 url(../images/box_w560_bg.gif) repeat-y;
}

/* admin */

ul.ulAdmin {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.ulAdmin li {
	margin: 0px;
}
ul.ulAdmin li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border: 1px solid #f6f6f6;
	text-decoration: none;
	width: 200px;
}
ul.ulAdmin li a:hover {
	border: 1px solid #999;
	background-color: #f9f9f9;
	color: #f90;
}
div.adminInfo {
	font-size: 9pt;
	font-style: italic;
	margin: 5px 10px -5px 10px;
	height: 30px;
}

/* tag settings */

h1 { font-size: 175% }
h2 { font-size: 150% }
h3 { 
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin: 30px 0px;
	padding: 10px 0px;
}
a {
	color: #00f;
	text-decoration: underline;
}
a:hover {
	color: #f00;
}
a img {
	border: none;
	background-color: transparent;
}
td {
	vertical-align: top;
	text-align: left;
}
select {
	font-size: 11px;
}
textarea {
	width: 90%;
}
/*
label {
	font-weight: bold;
}
span label {
	font-weight: normal;
}
*/

/* class settings */
br.clearer,
p.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
}
table.tblEditForm {
	margin: 0px auto;
	background-color: #f5f5f5;
}
table.tblEditForm td {
	background-color: #f5f5f5;
	padding: 10px;
}
table.tblBordered {
	margin: 0px auto;
	background: #f9f9f9 url(../images/bg_tblbordered.jpg) repeat-x;
	border: 1px solid #ddd;
}
table.tblBordered td {
	padding: 12px 6px;
}
table.tblBordered tr:first-child td {
	padding-top: 24px;
}
table.tblBordered tr td:first-child {
	padding-left: 24px;
}
table.tblBordered tr td:last-child {
	padding-right: 24px;
}
table.tblTable {
	border: 1px solid #fff;
	background: white;
	width: 100%;
}
table.tblTable td {
	border: 1px solid #fff;
	padding: 8px;
}
table.tblNarrow {
	width: auto;
}
.tblHdrCol td {
	font-weight: bold;
	text-align: left;
	background: #B3CEB2;
	background: #B3CEB2 url(../images/tbl_hdr_td.jpg) repeat-x;
}
.tblHdrCol td a {
	color: #000;
}
.tblHdrRow {
	font-weight: bold;
	text-align: right;
}
.tblData td {
	background-color: #f5f5f5;
}
.tblDataAlt td {
	background-color: #fff;
}
.tblDataOver, .tblDataOver td, .tblDataAltOver td {
	background-color: #F0E1D9;
}
.tblData td, .tblDataAlt td, .tblDataOver td, .tblDataAltOver td {
	font-size: 9pt;
}
.tblList {
	border: 0px none;
}
.tblList td {
	border: 1px solid #fff;
}
.hdrGreen , .hdrRed {
	padding: 20px 0px;
	font-size: 11pt;
	font-weight: bold;
}
.txtRed, .hdrRed {
	color: red;
}
.txtRedemp, .hdrRedemp {
	color: red;
	font-weight: bold;
	font-size: 80%;
}
.txtGreen, .hdrGreen {
	color: #060;
}
.txtBlue {
	color: #00f;
}
.txtWarning {
	color:#f60;
	font-style: inherit
}
.txtLarge, .txtLarge a {
	font-size: 12pt;
}
.txtSmall, .txtSmall a, .txtSmall td {
	font-size: 8pt;
}
.txtRequired, .txtMoreInfo {
	font-size: 8pt;
	white-space: nowrap;
	vertical-align: text-top;
}
.txtRequired img, .txtMoreInfo img {
	padding: 0px 4px;
	vertical-align: middle;
}
.txtRequired {
	color: red;
}
.txtMoreInfo a {
	text-decoration: none;
}
.txtCentered {
	text-align:center;
}
.lnkMiddle {
	vertical-align: top;
}
.lnkDisabled, .lnkDisabled:hover {
	color: #999;
	text-decoration: none;
}
.lnkList {
	text-align: right;
}
.lnkList a {
	font-size: 11pt;
	padding-left: 10px;
}
.lnkLetters {
	margin: 10px 0px;
}
.lnkLetters a {
	font-family: "Courier New", Courier, monospace;
	padding-left: 2px;
	padding-right: 2px;
}
.lnkLarge {
	font-size: 12pt;
}
.cntrlReadOnly {
	color: #666;
	background: #f5f5f5;
}
.cntrlFocus {
	background-color: #eef3ee;
}
.cntrlWide {
	width: 100%;
}
.pageheader {
	background:  url("../en-US/images/pageheaders/hdr_bg.gif");
	margin-top: 15px;
	margin-bottom: 15px;
}
.tbCalendar {
	float: left;
	margin-right: 5px;
}
.imgFloatRt {
	float: right;
	margin: 0px 0px 10px 10px;
}
.imgFloatLt {
	float: left;
	margin: 0px 10px 10px 0px;
}
.ulMinimal {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.ulMinimal li {
	padding-bottom: 5px;
}
.statusSuccess {
	margin: 10px auto;
	padding: 10px;
	width: 50%;
	border: 1px solid #999;
	background-color: #cfe7c0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.statusSuccess img {
	vertical-align: middle;
}
a.print {
	background: url(http://global.greenride.com/assets/icons/16x16/printer.gif) no-repeat;
	height: 16px;
	padding-left: 18px;
}
a.locked {
	display: block;
	height: 16px;
	padding-right: 18px;
	background-image: url(http://global.greenride.com/assets/icons/16x16/lock.gif);
	background-repeat: no-repeat;
	background-position: right;
}
a.iconstar{
	padding-right: 20px;
	background-image: url(http://global.greenride.com/assets/icons/16x16/star_green.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* STATUS MESSAGE CLASSES */

div.divStatusContainer {
	margin: 10px auto;
	padding: 15px;
	width: 80%;
	border: 1px solid #ccc;
}
div.divStatusSuccess {
	background: #D3EDD3 url(http://global.greenride.com/assets/backgrounds/green_lined.jpg) repeat-x;
}
div.divStatusWarning {
	background: #FFD3D3 url(http://global.greenride.com/assets/backgrounds/red_lined.jpg) repeat-x;
}
div.divStatusError {
	background: #FFD3D3 url(http://global.greenride.com/assets/backgrounds/red_lined.jpg) repeat-x;
}
div.divStatusMessage {
	min-height: 32px;
	height: auto !important;
  height: 32px;
}
div.divStatusSuccess div.divStatusMessage {
	background: url(http://global.greenride.com/assets/icons/32x32/check.gif) no-repeat;
}
div.divStatusWarning div.divStatusMessage {
	background: url(http://global.greenride.com/assets/icons/32x32/warning.gif) no-repeat;
}
div.divStatusError div.divStatusMessage {
	background: url(http://global.greenride.com/assets/icons/32x32/error.gif) no-repeat;
}
div.divStatusFormatBoldCenter {
	font-weight: bold;
	text-align: center;
	padding: 0 42px;
}
div.divStatusFormatNormalBlock {
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 42px;
}