@import url("grid.css");

body {
	color: #333;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
}
.container {
	margin: 0 auto;
	width: 940px;
}

/*Disposable Page Styles*/
.samplegrid div {
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
}
.samplegrid .grid\.5,
.samplegrid .grid1,
.samplegrid .grid1\.5,
.samplegrid .grid2,
.samplegrid .grid2\.5,
.samplegrid .grid3,
.samplegrid .grid4,
.samplegrid .grid5,
.samplegrid .grid6,
.samplegrid .grid7,
.samplegrid .grid8,
.samplegrid .grid9,
.samplegrid .grid10,
.samplegrid .grid11,
.samplegrid .grid12 {
	background: #7AC143;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #e5e5e5; margin: 30px 0;}
/*End Disposable Styles, Begin Core Theme Styles*/

/*Rows*/
.row {
	margin: 0 0 10px 0;
}
.row.even,
.row.odd {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
.row.odd {
	background: #f5f5f5;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

/*Buttons*/
/*Large*/
.btn {
	padding: 5px 12px;
	display: inline-block;
	font-size: 1em;
	line-height: normal;
	color: #333;
	text-align: center;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: none;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.btn.btn-red {
	color: #fff;
	background-color: #A03133;
	background-image: none;
	background-image: -moz-linear-gradient(top, #c93f42, #A03133);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c93f42), to(#A03133));
	background-image: -webkit-linear-gradient(top, #c93f42, #A03133);
	background-image: -o-linear-gradient(top, #c93f42, #A03133);
	background-image: linear-gradient(to bottom, #c93f42, #A03133);
	border: 1px solid #A03133;
}
.btn.btn-green {
	color: #fff;
	background-color: #7AC143;
	background-image: none;
	background-image: -moz-linear-gradient(top, #9dde6b, #7AC143);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9dde6b), to(#7AC143));
	background-image: -webkit-linear-gradient(top, #9dde6b, #7AC143);
	background-image: -o-linear-gradient(top, #9dde6b, #7AC143);
	background-image: linear-gradient(to bottom, #9dde6b, #7AC143);
	border: 1px solid #7AC143;
}
.btn.btn-blue {
	color: #fff;
	background-color: #13B5EA;
	background-image: none;
	background-image: -moz-linear-gradient(top, #38D5F9, #13B5EA);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#38D5F9), to(#13B5EA));
	background-image: -webkit-linear-gradient(top, #38D5F9, #13B5EA);
	background-image: -o-linear-gradient(top, #38D5F9, #13B5EA);
	background-image: linear-gradient(to bottom, #38D5F9, #13B5EA);
	border: 1px solid #13B5EA;
}
.btn.btn-black {
	color: #fff;
	background-color: #000;
	background-image: none;
	background-image: -moz-linear-gradient(top, #444, #000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#000));
	background-image: -webkit-linear-gradient(top, #444, #000);
	background-image: -o-linear-gradient(top, #444, #000);
	background-image: linear-gradient(to bottom, #444, #000);
	border: 1px solid #000;
}

/*Small / Icon*/
.btnsm {
	display: inline-block;
	text-indent: -9999em;
	line-height: normal;
	height: 16px;
	width: 16px;
	text-decoration: none;
}
.btnsm.btnsm-mvup {
	background: url(../images/icons/arrow_up.png) no-repeat left top;
}
.btnsm.btnsm-mvdn {
	background: url(../images/icons/arrow_down.png) no-repeat left top;
}
.btnsm.btnsm-mvlt {
	background: url(../images/icons/arrow_left.png) no-repeat left top;
}
.btnsm.btnsm-mvrt {
	background: url(../images/icons/arrow_right.png) no-repeat left top;
}
.btnsm.btnsm-add {
	background: url(../images/icons/add.png) no-repeat left top;
}
.btnsm.btnsm-delete {
	background: url(../images/icons/delete.png) no-repeat left top;
}
.btnsm.btnsm-refresh {
	background: url(../images/icons/arrow_refresh.png) no-repeat left top;
}

/*Forms*/
/*Labels / Legends*/
form fieldset  {
	margin: 0 0 10px 0;
}
form fieldset legend {
	font-size: 2em;
}
form label,
form .faux-label {
	margin: 0 0 5px 0;
}

form .first label,
form .first .faux-label {
	display: block;
}

form.horizontal label,
form.horizontal .faux-label {
	margin: 0;
}
form.horizontal.tiered .first label,
form.horizontal.tiered .first .faux-label {
	padding: 0 0 0 10px;
}

/*Layout Helpers*/
form .input-info {
	margin: 0 0 10px 0;
}
form.horizontal .input-info {
	margin: 0;
	display: block;
}
form .checkbox.inline,
form .radio.inline {
	margin: 0 10px 0 0;
	width: 130px;
	float: left;
}
form .checkbox.inline input,
form .radio.inline input {
	width: inherit;
}
form .checkbox.inline.colspan2,
form .radio.inline.colspan2 {
	width: 260px;
}
form .checkbox.inline.colspan3,
form .radio.inline.colspan3 {
	width: 390px;
}
form .form-actions.right {
	text-align: right;
}

/*Field Formatting*/
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	padding: 4px 6px;
	display: inline-block;
	height: auto;
	color: #555;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px #eee;
	-moz-box-shadow: inset 0 1px 1px #eee;
	box-shadow: inset 0 1px 1px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.2;
}
textarea.required,
select.required,
input[type="text"].required,
input[type="password"].required {
	border: 1px solid #ff0000;
}
input[type="checkbox"].required,
input[type="radio"].required {
	border: 1px solid #ff0000;
}
textarea:disabled,
select:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
	background: #f5f5f5;
	cursor: default;
}

/*Field Widths*/
.grid12 textarea,
.grid12 input[type="text"],
.grid12 input[type="password"] {
	width: 926px;
}
.grid11 textarea,
.grid11 input[type="text"],
.grid11 input[type="password"] {
	width: 846px;
}
.grid10 textarea,
.grid10 input[type="text"],
.grid10 input[type="password"] {
	width: 766px;
}
.grid9 textarea,
.grid9 input[type="text"],
.grid9 input[type="password"] {
	width: 686px;
}
.grid8 textarea,
.grid8 input[type="text"],
.grid8 input[type="password"] {
	width: 606px;
}
.grid7 textarea,
.grid7 input[type="text"],
.grid7 input[type="password"] {
	width: 526px;
}
.grid6 textarea,
.grid6 input[type="text"],
.grid6 input[type="password"] {
	width: 446px;
}
.grid5 textarea,
.grid5 input[type="text"],
.grid5 input[type="password"] {
	width: 366px;
}
.grid4 textarea,
.grid4 input[type="text"],
.grid4 input[type="password"] {
	width: 286px;
}
.grid3 textarea,
.grid3 input[type="text"],
.grid3 input[type="password"] {
	width: 206px;
}
.grid2\.5 textarea,
.grid2\.5 input[type="text"],
.grid2\.5 input[type="password"] {
	width: 166px;
}
.grid2 textarea,
.grid2 input[type="text"],
.grid2 input[type="password"] {
	width: 126px;
}
.grid1\.5 textarea,
.grid1\.5 input[type="text"],
.grid1\.5 input[type="password"] {
	width: 86px;
}
.grid1 textarea,
.grid1 input[type="text"],
.grid1 input[type="password"] {
	width: 46px;
}
.grid12 select {width: 940px;}
.grid11 select {width: 860px;}
.grid10 select {width: 780px;}
.grid9 select {width: 700px;}
.grid8 select {width: 620px;}
.grid7 select {width: 540px;}
.grid6 select {width: 460px;}
.grid5 select {width: 380px;}
.grid4 select {width: 300px;}
.grid3 select {width: 220px;}
.grid2\.5 select {width: 180px;}
.grid2 select {width: 140px;}
.grid1\.5 select {width: 100px;}
.grid1 select {width: 60px;}

/*Tables*/
/*Report*/
table.report {margin: 0 0 10px 0; border-collapse: collapse; border-spacing: 0; width: 100%; border: 1px solid #e6e6e6; background: #fff; font-size: .8em;}
table.report table {font-size: 1em; margin: 0;}
table.report th {padding: .25em .5em; font-weight: bold; vertical-align: top; border-bottom: 1px solid #e6e6e6; text-align: left; color: #fff; background-color: #A03133; background-image: -moz-linear-gradient(top, #c93f42, #A03133); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c93f42), to(#A03133)); background-image: -webkit-linear-gradient(top, #c93f42, #A03133); background-image: -o-linear-gradient(top, #c93f42, #A03133);background-image: linear-gradient(to bottom, #c93f42, #A03133);}
table.report table th, table.report table tr.althead th {background-color: #f5f5f5; color: #000; background-image: none;}
table.report tr.althead th {padding: .25em .5em; vertical-align: top; border-bottom: 1px solid #e6e6e6; text-align: left; color: #fff; background-color: #999; background-image: none;}
table.report tr:nth-child(odd) {background: #f5f5f5;}
table.report td {border-top: 1px solid #e6e6e6; padding: .25em .5em; vertical-align: top;}
table.report td img {vertical-align: top;}
table.report td p {margin: 0; font-size: 1em;}

/*CIM Picker*/
table.pickcoursetable {border-collapse: collapse; border-spacing: 0; width: 100%; border: 1px solid #ccc; background: #fff;}
table.pickcoursetable th {padding: .15em .5em; vertical-align: top; border-bottom: 1px solid #ccc; text-align: left; color: #fff; background: #888;}
table.pickcoursetable td {border-top: 1px solid #ccc; padding: .15em .5em; vertical-align: top;}
table.pickcoursetable td.actioncol {width: 20px;}

table.pickcoursetable.required,
table.pickcoursetable.required th,
table.pickcoursetable.required td {
	border-color: #ff0000;
}

/*lfjs Overrides*/
/*Screen Pop Ups*/
.screen {
	border: 1px solid #d5d5d5;
	padding: 0;
	display: none;
	width: 600px;
}
.screentitle {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	height: auto;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	background-color: #A03133;
	background-image: -moz-linear-gradient(top, #c93f42, #A03133);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c93f42), to(#A03133));
	background-image: -webkit-linear-gradient(top, #c93f42, #A03133);
	background-image: -o-linear-gradient(top, #c93f42, #A03133);
	background-image: linear-gradient(to bottom, #c93f42, #A03133);
}
.screencontents {
	padding: 10px;
}

/*Tabs*/
.tabcontainer {
	top: 0;
	padding-top: 0;
}
.tab {
	padding: 10px 15px;
	font-size: 1em;
	display: block;
	float: left;
	border-color: #fff;
	border-width: 1px 1px 0 1px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.tab.tabactive {
	margin: 0;
	padding-bottom: 10px;
	color: #333;
	font-weight: normal;
	border-color: #bbb;
	border-width: 1px 1px 0 1px;
	top: 0;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.tabcontents {
	padding: 10px 0 0 0;
	border: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	overflow: visible;
}

/*Selectgrid*/
.selectgrid {
	height: 650px;
	display: block;
	border: 1px solid #bbb;
}
.selectgrid table {
	font-size: .875em;
	border-collapse: separate;
}
.selectgrid tr {
	border: 1px solid #000;
	padding-left: 0;
}
.selectgrid th {
	padding: 7px 3px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	border-bottom: 0;
	background-color: #A03133;
	background-image: -moz-linear-gradient(top, #c93f42, #A03133);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c93f42), to(#A03133));
	background-image: -webkit-linear-gradient(top, #c93f42, #A03133);
	background-image: -o-linear-gradient(top, #c93f42, #A03133);
	background-image: linear-gradient(to bottom, #c93f42, #A03133);
}
.selectgrid td {
	padding: 5px 3px;
	color: #333;
	border-top: 0;
	border-bottom: 0;
}
.selectgrid tr:nth-child(odd) {  
	background: #eee;
}
.selectgrid td.firstcolumn,
.selectgrid th.firstcolumn {
	padding-left: 5px;
}
.selectgrid td.lastcolumn,
.selectgrid th.lastcolumn  {
	padding-right: 5px;
}
.selectgrid tr.selected td.lastcolumn {
	padding-right: 5px;
	border-right: 0;
}
.selectgrid tr.selected td {
	border-top: 0;
	border-bottom: 0;
}
.selectgrid tr.selected td.firstcolumn {
	border-left: 0;
	padding-left: 5px;
}
.selectgrid tr.selected td {
	color: #fff;
	background-color: #A03133;
	background-image: -moz-linear-gradient(top, #c93f42, #A03133);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c93f42), to(#A03133));
	background-image: -webkit-linear-gradient(top, #c93f42, #A03133);
	background-image: -o-linear-gradient(top, #c93f42, #A03133);
	background-image: linear-gradient(to bottom, #c93f42, #A03133);
}

/*Sticky Table*/
.stickycontainer {
	position: relative;
	padding-top: 35px; /*thead height*/
}
.selectgrid.sticky {
	overflow-y: auto;
	height: 200px;
}
.selectgrid.sticky thead {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: #A03133;
	background-image: -moz-linear-gradient(top, #c93f42, #A03133);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c93f42), to(#A03133));
	background-image: -webkit-linear-gradient(top, #c93f42, #A03133);
	background-image: -o-linear-gradient(top, #c93f42, #A03133);
	background-image: linear-gradient(to bottom, #c93f42, #A03133);
}

/*Clearfix*/
.clearfix:after,
.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
.row {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* html .row {height: 1%;}
.row {display: block;}
/* End hide from IE-mac */