/* Connect CSS */


/* ---- General Formatting ------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:1.4em;
	color: #333;
}
body {
	background-color: #FFF;
	margin: 0px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #39F;
}
a:active {
	text-decoration: underline;
	color: #36C;
}

strong, b {
	font-weight:bold;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
	margin: 0px;
}

h1 {
	font-size: 1.6em;
	line-height:1.4em;
	margin-bottom:1em;
}
h2 {
	font-size: 1.4em;
	line-height:1.3em;
}
h3 {
	font-size: 1.3em;
	line-height:1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}

.clearFix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* CSS rule for IE6 */

* html .clearFix {
	height:1%;
}

/* CSS rule for IE7 */

*:first-child+html .clearFix {
	min-height:1px;
}
hr {
	height:1px;
	margin-bottom:1em;
	background:#DDD;
	display: block;
	border:none;
}
p {
	margin-bottom:1em;
}
.small, p.small {
	font-size:.8em;
}




dl.regular
{
	float: left;
	width: 100%;
	margin: 1em 0;
	padding: 0;
}

.regular dt
{
	clear: left;
	float: left;
	width: 25%;
	margin: 0 0 1px 0;
	padding:5px 0 5px 0px;
	font-size:.9em;
	font-weight: bold;
	text-align:right;
	margin-bottom:1px;
	white-space:nowrap;
}
.regular dt.important {
	background-color:#ff4e6b;
	color:#FFF;
}

.regular dd {
	float: right;
	width: 70%;
	margin: 0 0 1px 0;
	padding:5px 5px 4px 0;
	border-bottom:solid 1px #cedceb;
}

ul.regular {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	margin: 0 0 9px 25px;
}

ul.regular li {
	margin: 0px;
	border: 0px;
	padding-top: 1px;
	list-style-type: disc;
}
ul.listTick li {
	list-style-image: url(/assets/imgs/tick_small.png);	
}
ol.regular {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	margin: 0 0 9px 25px;
}

ol.regular li {
	margin: 0px;
	border: 0px;
	padding-top: 1px;
	list-style-type: decimal;
}


/* ---- Site Wrappers ------------------------*/

#headerWrapper {
	width:100%;
	position:relative;
	margin-top:-20px;
	background:#DDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDD));
	background: -moz-linear-gradient(top,  #FFFFFF,  #DDD);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
}

#header, #contentWrapper, #subNav {
	min-width:940px;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	padding:0 10px;
	position:relative;	
}

#contentWrapper {
	margin-top:0;
	margin-bottom:2em;
}

* #contentWrapper {
	width:expression(document.body.clientWidth > 1280? "1280px": "auto" );
}

.narrowWrapper {
	width:50%;
	margin:0 auto;
}

.colLeft {
	float:left;
	width:49%;
	text-align:left;
}
.colRight {
	float:right;
	width:49%;
	text-align:right;
}
.wrapLeft {
	float:left;
	margin: 0 15px 15px 0;
}

#twoColumnWrapper {
	
}

#twoColumnWrapper .colLeft {
	float:left;
	width:40%;
	text-align:left;
}
#twoColumnWrapper .colRightA {
	float:right;
	width:45%;
	padding-right:10px;
	text-align:left;
}
#twoColumnWrapper .colRight {
	float:right;
	width:640px;
	padding-right:10px;
	text-align:left;
}

#loginWrapper {
	width:600px;
	margin:0 auto 1em auto;	
}

#loginWrapper a {
	line-height:300%;
}

#loginWrapper p {
	font-weight:bold;
	margin-bottom:.5em;
}

.loginField {
	float:left;
	margin-right:20px;
	width:250px;
}

.loginField input {
	width:99%;
}

.loginTop, .loginBottom {
	padding:10px 0px 10px 20px;
}

.loginTop {
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	background:#edf4ff;
	border-top:solid 1px #cdcdcd;
	border-left:solid 1px #cdcdcd;
	border-right:solid 1px #cdcdcd;
}
.loginBottom {
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	background:#e3eef9;
	border-bottom:solid 1px #cdcdcd;
	border-left:solid 1px #cdcdcd;
	border-right:solid 1px #cdcdcd;
}

/* ---- Header and Nav ------------------------*/

#header {
	margin:0 auto;
	bottom:0;
	height:65px;
	padding:0px 10px;
}

a#connectLogo {
	top:15px;
	width:183px;
	left:.905em;
	left:10px;
	height:40px;
	text-align:left;
	text-indent:-2000em;
	position:absolute;
	background-image: url(/assets/imgs/sl_connect_logo.png);
	background-repeat: no-repeat;
}
ul#mainNav {
	position:absolute;
	font-size:1em;
	margin:0;
	padding:0;
	left:213px;
	bottom:0;
	z-index:50;
}
ul#mainNav li {
	display:inline;
}
ul#mainNav li a {
	padding:10px;
	text-decoration:none;	
	color:#333;
	float:left;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	margin-right:2px;
}
ul#mainNav li a:hover {
	background:#FFF;	
}
ul#mainNav li a.navSelected {
	background:#FFF;	
}
ul#mainNav li a.newAppSelected {
	background: #a6e039;
	background: -webkit-gradient(linear, left top, left bottom, from(#a6e039), to(#83b823));
	background: -moz-linear-gradient(top,  #a6e039,  #83b823);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6e039', endColorstr='#83b823');
	color:#FFF;	
	z-index:100;
}

#dashboard #mainNav a.navDashboard, #newApplication a.navNewApplication, #prospects a.navProspects, #inbox a.navInbox, #applications a.navApplications, #resources a.navResources, #reports a.navReports {
	background:#FFF;
}
.counter {
	float:right;
	font-size:.7em;
	color:white;
	padding:0px 5px;
	margin:0 0 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F33;
}
#controlPanel {
	position:absolute;
	right:10px;
	top:10px;
	font-size:.9em;
	margin:0px;
}

#subNav {
	display:block;
	padding:5px 10px;
	min-height:20px;
}

#subNav ul {
	margin:0px;
}
#subNav ul li {
	display:inline;
}
#subNav ul li a {
	float:left;
	font-size:.9em;
	margin:5px 15px 5px 0px;
	color:#333;
	text-decoration:none;
}
#subNav ul li a:hover {
	text-decoration:underline;
}

#subNav ul li a.selected {
	font-weight:bold;
}

ul#prospectMenu {
	margin:0 0 0 10px;
	padding:10px 0 0;
	display:block;
	clear:left;
}
ul#prospectMenu li {
	display:inline;
}

ul#prospectMenu li a {
	display:inline;
	padding:5px 10px;
	margin-right:5px;
	text-decoration:none;
	font-size:.9em;
}

ul#prospectMenu li a:hover, ul#prospectMenu li a.selected {
	background:#7d8794;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
	border-radius: 20px;
	color:#FFF;
	text-decoration:none;
}

a.prospectRecordStartNewApplication {
	color: #FFF;
	border: solid 1px #91b329;
	background: #b0d244;
	background: -webkit-gradient(linear, left top, left bottom, from(#b0d244), to(#81a21d));
	background: -moz-linear-gradient(top,  #b0d244,  #81a21d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d244', endColorstr='#81a21d');
	float:right;
	text-decoration:none;
}

h2.prospectRecordTitle {
	width:20%;
}


/* ---- Footer ------------------------*/

#footer {
	padding:0;
	margin:0;
	bottom:0px;
	border-top:solid 2em #FFF;
	min-width:900px;
	max-width:1280px;
}

#footer ul {
	float:left;
}
#footer ul li {
	display:inline;
}

#footer ul li a {
	float:left;
	margin-right:1em;
}
p.backToTop {
	float:right;
}
a.topOfPage {
	padding-left:15px;
	/*background-image: url(https://media.studylink.com/connect/devready/assets/imgs/back_to_top.png);*/
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
}
a.topOfPage:hover {
	text-decoration:underline;
}
p.copyRight {
	float:left;	
	color:#999;
}

/* ---- Application Form Elements ------------------------*/

.formHead {
	background:#EFEFEF;
	color:#333;
	margin:0;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#EFEFEF, #DDD);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#DDD));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#DDD, #CCC);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#DDD, #CCC);
	width:924px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.formHeadLeft {
	width:70%;
	float:left;	
	padding-top:7px;
}
.formHeadRight {
	width:25%;
	float:right;	
	text-align:right;
}
#formWrapper {
	background:#e8f1ff;
	padding:20px;
	margin:0;
	width:924px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-bottom-color: #cedceb;
	border-left-color: #c1c1c1;
}

#formWrapper table tr th, #formWrapper table tr td {
	padding:5px;
	font-size:100%;
	vertical-align:top;
}

#formWrapper table tr th {
	font-weight:bold;
}

#formWrapper table tr.yourSearch td {
	background:#fef6d7;
	font-weight:bold;
}

#formWrapper input, #formWrapper textarea, #loginWrapper input {
	border:solid 1px #7f9db9;
	background:#FFF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
}

#formWrapper input[type="radio"] {
	background:none;	
	border:none;
}

#formWrapper hr {
	height:2px;
	margin-bottom:1em;
	background-image: url(/assets/imgs/form_hr.gif);
	background-repeat: repeat-x;
	display: block;
	border:none;
}

.mandatory {
	color:#FF3333;
}

.formFoot {
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	padding:15px;
	margin-top:1em;
	background: #dfebfa;
	-moz-box-shadow: -1px -1px 0px #d9e3f0;
	-webkit-box-shadow: -1px -1px 0px #d9e3f0;
	box-shadow: -1px -1px 0px #d9e3f0;
}



/* ---- Buttons ------------------------*/

.btnSmall {
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-size:1;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:1px;
	padding: 7px;
}

.btn, #formWrapper .btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-size:1.1em;
	text-align: center;
	text-decoration: none;
	padding: .5em 1em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: 1px;
	border-radius: 3px;
	margin:2px;
}
.btn:hover, #formWrapper .btn:hover {
	text-decoration: none;
}
.grey, #formWrapper .grey {
	color: #FFF;
	border: solid 1px #999;
	background: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#707070));
	background: -moz-linear-gradient(top,  #999999,  #707070);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#707070');
}
.grey:hover, #formWrapper .grey:hover {
	background: #898888;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8a8a9), to(#898888));
	background: -moz-linear-gradient(top,  #a8a8a9,  #898888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a8a9', endColorstr='#898888');
}
.green, #formWrapper .green {
	color: #FFF;
	border: solid 1px #91b329;
	background: #b0d244;
	background: -webkit-gradient(linear, left top, left bottom, from(#b0d244), to(#81a21d));
	background: -moz-linear-gradient(top,  #b0d244,  #81a21d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d244', endColorstr='#81a21d');
}
.green:hover, #formWrapper .green:hover {
	background: #bcdc57;
	background: -webkit-gradient(linear, left top, left bottom, from(#bcdc57), to(#81a21d));
	background: -moz-linear-gradient(top,  #bcdc57,  #81a21d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcdc57', endColorstr='#81a21d');
}
.blue, #formWrapper .blue, #loginWrapper .blue {
	color: #FFF;
	border: solid 1px #3d9bff;
	background: #3d9bff;
	background: -webkit-gradient(linear, left top, left bottom, from(3d9bff), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #3d9bff,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d9bff', endColorstr='#2e7ed3');
}
.blue:hover, #formWrapper .blue:hover, #loginWrapper .blue:hover {
	color: #FFF;
	border: solid 1px #3d9bff;
	background: #71b6ff;
	background: -webkit-gradient(linear, left top, left bottom, from(71b6ff), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #71b6ff,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b6ff', endColorstr='#2e7ed3');
}

#loginWrapper .blue {
	float:right;
	padding: .5em 1em .55em;
	margin-right:15px;
}

.turquoise, #formContainer .turquoise {
	color: #FFF;
	border: solid 1px #76aab5;
	background: #76aab5;
	background: -webkit-gradient(linear, left top, left bottom, from(#76aab5), to(#5f8991));
	background: -moz-linear-gradient(top,  #76aab5,  #5f8991);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#76aab5', endColorstr='#5f8991');
}
.turquoise:hover, #formContainer .turquoise:hover {
	border: solid 1px #85c0cc;
	background: #85c0cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#85c0cc), to(#76aab5));
	background: -moz-linear-gradient(top,  #85c0cc,  #76aab5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#85c0cc', endColorstr='#76aab5');
}

.btnPdf, #formWrapper .btnPdf {
	color: #333;
	border: solid 1px #d9d8d8;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dedede));
	background: -moz-linear-gradient(top,  #efefef,  #dedede);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dedede');
	padding:8px 10px;
	text-shadow: 0px 1px 1px #FFF;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:1.1em;
	margin:0;
	display:inline-block;
	white-space:nowrap;
}

a.btnPdf:hover, #formWrapper a.btnPdf:hover {
	cursor:pointer;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#dedede));
	background: -moz-linear-gradient(top,  #FFFFFF,  #dedede);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#dedede');	
}

a.btnPdf img, #formWrapper a.btnPdf img {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}


a.btnCourses {
	white-space:nowrap;
	display:inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size:1em;
	padding:8px 12px;
	margin:10px 5px 10px 0;
	background: #71b6ff;
	background: -webkit-gradient(linear, left top, left bottom, from(71b6ff), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #71b6ff,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b6ff', endColorstr='#2e7ed3');
	color:#FFF;
	text-decoration:none;
}
a.btnCourses:hover {
	background: #71b6ff;
	background: -webkit-gradient(linear, left top, left bottom, from(7fc1fa), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #7fc1fa,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fc1fa', endColorstr='#2e7ed3');
	color:#FFF;
}
a.btnCourses img {
	padding-right:7px;
}


/* --- Content -------------------------------*/

#contentHead {
	background:#EFEFEF;
	color:#333;
	position:relative;
	margin-bottom:0px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#EFEFEF, #DDD);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#DDD));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#DDD, #CCC);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#DDD, #CCC);
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	padding:10px;
}

#listHead, .titleBar {
	background-color:#DAE7F6;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#DEE2E4, #C4CCD0);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DEE2E4), to(#C4CCD0));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#DEE2E4, #C4CCD0);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#DEE2E4, #C4CCD0);
	padding:10px;
}


.titleBar {
	border-bottom:solid 1px #FFF;
	border-top:solid 1px #c6cbcd;
}

.subHeader {
	background-color:#e2edf4;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#e2edf4, #d3e0e9);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2edf4), to(#d3e0e9));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#e2edf4, #d3e0e9);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#e2edf4, #d3e0e9);
	padding:2px 0px 2px 5px;
	border-bottom:solid 1px #c9d7e0;
	border-top:solid 1px #c9d7e0;
	margin-bottom:5px;
}
.subHeaderYellow {
	background-color:#faf3e7;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#faf3e7, #faefdf);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faf3e7), to(#faefdf));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#faf3e7, #faefdf);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#faf3e7, #faefdf);
	padding:2px 0px 2px 5px;
	border-bottom:solid 1px #fae6c2;
	border-top:solid 1px #fae6c2;
	margin-bottom:5px;
}

.subHeader h2, .subHeaderYellow h2 {
	font-size:1.2em;
	float:left;
	padding:7px 0px;
	margin:0 10px 0;
	color:#3a4e5b;
}

.subHeaderYellow h2 {
	color:#333333;
}

#listHead {
	color:#333;
	margin-bottom:0px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
}

.listBtnContainer {
	float:right;
	text-align:right;
	width:70%
}

#listHead h2, .titleBar h2, .formHead h2 {
	text-shadow: 0px 1px 1px #FFF;
	font-size:1.4em;
	float:left;
	padding:0px;
	margin:0 10px 0;
	line-height:2em;
}


#listHead em, .titleBar em {
	display:inline-block;
	font-size:.8em;
	margin-right:5px;
}

#listHead .logo {
	float:left;
	padding:10px 10px;
}

#contentHead p {
	text-shadow: 0px 1px 1px #FFF;
	margin:0;
	font-weight:bold;
}

#subContentHead {
	padding:10px;
	background:#f2f2f2;
	border-top:solid 1px #C1C1C1;
	border-bottom:solid 1px #DDD;
}


#subContentHead input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:solid 1px #DDD;
	padding:7px;
	background-color: #FFF;
	margin-right:5px;
}

#subContentHead input.btn {
	background-color:#b1beca;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#b1beca, #939da8);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1beca), to(#939da8));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#b1beca, #939da8);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#b1beca, #939da8);
	border:none;
	color:#FFF;
	font-size:.9em;
	background-position: left center;
	cursor:pointer;
}

#subContentHead .btnGroup {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#b1beca;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#b1beca, #939da8);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1beca), to(#939da8));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#b1beca, #939da8);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#b1beca, #939da8);
	border:solid 1px #7e8a93;
	float:left;
	padding:0;
}

#subContentHead .btnGroup input.groupBtn {
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	background-image:none;
	background-color:transparent;
	border-right:solid 1px #7e8a93;
	border-left:none;
	border-top:none;
	border-bottom:none;
	color:#FFF;
}
#subContentHead .btnGroup input.groupBtn:hover {
	background-color:#DAE7F6;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#DEE2E4, #C4CCD0);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DEE2E4), to(#C4CCD0));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#DEE2E4, #C4CCD0);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#DEE2E4, #C4CCD0);
	color:#FFF;
	color:#727982;
}
#subContentHead .btnGroup input.end {
	border-right:none;
}

#filter {
	padding:10px;
	border-top:solid 1px #FFF;
	background-color:#f3f6fa;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#FFFFFF, #f3f6fa);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#f3f6fa));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#FFFFFF, #f3f6fa);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#FFFFFF, #f3f6fa);
	/* display:none; */
}

#filter .fieldContainer {
	float:left;
	display:inline;
	margin: 0 10px 10px 0;
	position:relative;
}

ul.moreApplications {
	float:right;	
	margin:10px;
	display:block;
}
	
ul.moreApplications li {
	display:inline;
	margin-left:10px;	
}

ul.moreApplications li a {
	font-weight:bold;
	text-decoration:underline;
}

#filter fieldset {
	padding:0 10px;	
}

#filter fieldset legend {
	margin:0;
	font-size:1.2em;
}

#filter label {
	font-size:.9em;
	display:block;
}

#filter .fieldContainer {
	float:left;
	display:inline;
	margin: 0 10px 10px 0;
}

#filter .btnWrapper {
	display:block;
	text-align:left;
	clear:left;
}

#filter input[type="text"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #a4aeb6;
	padding:7px;
	width:200px;
}

#filter input[type="button"] {
	border:solid 1px #a4aeb6;
	padding:8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:#b1beca;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#b1beca, #939da8);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1beca), to(#939da8));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#b1beca, #939da8);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#b1beca, #939da8);
	color:#FFF;
	margin-right:2px;
}
#filter span.btnWrapper input[type="button"].green {
	background: #8adce7;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#8adce7, #7ec5cc);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8adce7), to(#7ec5cc));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#8adce7, #7ec5cc);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#8adce7, #7ec5cc);
	border:solid 1px #7ec5cc;
}
#filter span.btnWrapper input[type="button"]:hover {
	background-color:#a7b1b9;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#a7b1b9, #8c969d);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a7b1b9), to(#8c969d));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#a7b1b9, #8c969d);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#a7b1b9, #8c969d);
	border:solid 1px #8c969d;
	cursor:pointer;
	color:#FFF;
}
#filter span.btnWrapper input[type="button"].green:hover {
	background-color:#7cc5ce;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#8adce7, #64abb4);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8adce7), to(#64abb4));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#8adce7, #64abb4);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#8adce7, #64abb4);
	border:solid 1px #64abb4;
	cursor:pointer;
	color:#FFF;
}
#contentFoot {
	padding:10px;
	background:#f2f2f2;
	border-top:solid 1px #FFF;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#contentBody {
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
}

/* ---- Connect Lists ------------------------*/

table.standardList tr {
	/*margin-bottom: 1em;*/
}

table.standardList tr th, table.standardList tr td {
	font-size:1em;
	padding:1px 5px;
	text-align:left;
	vertical-align:top;
}


table.standardList tr td.noPadding, table.inst tr td.noPadding {
	padding:0;
}

table.standardList tr th, table.standardList tr td ul.actionsList {
	margin:3px;	
}

table.standardList tr th a, table.standardList tr td a {
	text-decoration:none;
}

table.standardList tr th {
	background:#e8edf0;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom:solid 1px #FFF;
	font-size:.9em;
}

table.standardList tr th a {
	color:#333;
	text-decoration:underline;	
}
table.standardList tr th a:hover {
	text-decoration:none;	
}

table.standardList tr th.first, table.standardList tr td.first {
	padding-left:10px;
}

table.standardList tr th.actionColumn, table.standardList tr td.actionColumn {
	width:150px;
}

table.standardList tr th a.sortBySelected {
	background-image: url(/assets/imgs/grey_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
	padding-right: 15px;
	text-decoration:underline;
	font-weight:bold;
}

table.standardList tr th a.sortBySelectedUp {
	background-image: url(/assets/imgs/grey_arrow_up.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
	padding-right: 15px;
	text-decoration:underline;
	font-weight:bold;
}

/* table.standardList tr.everyOtherRow:hover td, table.standardList tr:hover td {
	background-color: #bedcfb;
} */

table.standardList tr.everyOtherRow td {
	background:#f3f6fa;
}

table.standardList tr.subtotal td {
	background:#D9EDF7;
	padding-top: 5px; padding-bottom: 5px;
	border-top: 1px solid white;
}

table.standardList tr.grandtotal td {
	background:#DFF0D8;
	padding-top: 5px; padding-bottom: 5px;
	border-top: 1px solid white;
}

table.standardList tr td.age, table.standardList tr.everyOtherRow td.age, table.standardList tr th.age  {
	text-align:center;
}

#formWrapper table.standardList {
	margin: 1em 0;
}
#formWrapper table.standardList tr th, #formWrapper table.standardList tr td {
	font-size:1em;
	padding:5px;
	text-align:left;
	vertical-align:top;
	background-color:#FFF;
}

#formWrapper table.standardList tr td {
	border-bottom:solid 1px #dfe8f5;
}

#formWrapper table.standardList tr td.age {
	border-bottom:solid 1px #dfe8f5;
	text-align:center;
}


#formWrapper table.standardList tr th a, #formWrapper table.standardList tr td a {
	text-decoration:none;
}

#formWrapper table.standardList tr th {
	background:#dfe8f5;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom:solid 1px #FFF;
	font-size:.9em;
}

#formWrapper table.standardList tr th a {
	color:#333;
}
table.verticalList {
	margin-bottom:1em;
}
table.verticalList tr th {
	text-transform:uppercase;
	font-weight:bold;
}

table.verticalList tr th, table.verticalList tr td {
	padding:5px;
	border-bottom:solid 1px #dfe8f5;
}

table.inst {
	margin-bottom:2em;
}


.whiteBoxWrap {
	background:#FFF;
	padding:20px;
	margin-bottom:2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}
.whiteBoxWrap h2, h4 {
	margin-bottom:1em;
}


.offerDetailsWrap {
	background:#FFF;
	padding:20px;
	margin-bottom:2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:solid 1px #91b329;
}

ul.actionsList {
	float:left;	
	margin:0 10px 0 0;
	padding:0px;
	border:solid 1px #CCC;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#FFFFFF, #EFEFEF);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EFEFEF));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#FFFFFF, #EFEFEF);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#FFFFFF, #EFEFEF);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width:140px;
}

ul.actionsList li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	display:inline;
	vertical-align:middle;
}

ul.actionsList li a {
	display: block;
	float: left;
	padding:2px 7px;	
	white-space: nowrap;
	min-width:103px;
	font-size:.9em;
}

ul.actionsList li input {
	display: block;
	float: left;
	margin:7px 5px 5px 5px;	
}

ul.actionsList li span { /*--Drop down trigger styles--*/
	width: 22px;
	height: 22px;
	float: right;
	background-image: url(/assets/imgs/menu_handle.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFF;
	border-left:solid 1px #EFEFEF;
	padding:0;
}

ul.actionsList li span.actionListHover {
	background-position: center -22px; 
	cursor: pointer;
	background-color:#CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:0;
}

ul.actionsList li ul.actionItems {
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -1px; top: 20px;
	background:#FFF;
	border:solid 1px #CCC;
	border-bottom:none;
	display: none;
	float: left;
	margin:0;
	padding:0;
	z-index:200;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

ul.actionsList li ul.actionItems li {
	margin: 0; padding: 0;
	clear: both;
}
html ul.actionsList li ul.actionItems li a {
	float: left;
	display:block;
	padding:5px;
	border-bottom:solid 1px #CCC;
	min-width:200px;
}
html ul.actionsList li ul.actionItems li a:hover { /*--Hover effect for subnav links--*/
	background-image: -moz-linear-gradient(#4f97e3, #397fc9);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4f97e3), to(#397fc9));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#4f97e3, #397fc9);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#4f97e3, #397fc9);
	color:#FFF;
	text-decoration:none;
}

ul.actionsListImportant {
	float:left;
	margin:0 10px 0 0;
	padding:0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	whitespace:nowrap;
	width:auto;
	color: #FFF;
	border: solid 1px #91b329;
	background: #b0d244;
	background: -webkit-gradient(linear, left top, left bottom, from(#b0d244), to(#81a21d));
	background: -moz-linear-gradient(top,  #b0d244,  #81a21d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d244', endColorstr='#81a21d');
	position:relative;
}

ul.actionsListImportant li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	display:inline;
	vertical-align:middle;
}

ul.actionsListImportant li a {
	display: block;
	float: left;
	padding:2px 7px;
	white-space: nowrap;
	min-width:103px;
	font-size:.9em;
	color:#FFF;
	margin-right:22px;
}

ul.actionsListImportant li input {
	display: block;
	float: left;
	margin:7px 5px 5px 5px;	
}

ul.actionsListImportant li span { /*--Drop down trigger styles--*/
	width: 22px;
	height: 22px;
	float: right;
	position:absolute;
	right:0px;
	background-image: url(/assets/imgs/menu_handle_important.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFF;
	border-left:solid 1px #789520;
	padding:0;
}

ul.actionsListImportant li span.actionListImportantHover {
	background-position: center -22px; 
	cursor: pointer;
	background-color:#CCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:0;
}

ul.actionsListImportant li ul.actionItemsImportant {
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -1px; top: 20px;
	background:#FFF;
	border:solid 1px #CCC;
	border-bottom:none;
	display: none;
	float: left;
	margin:0;
	padding:0;
	z-index:200;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

ul.actionsListImportant li ul.actionItemsImportant li {
	margin: 0; padding: 0;
	clear: both;
}
html ul.actionsListImportant li ul.actionItemsImportant li a {
	float: left;
	display:block;
	padding:5px;
	border-bottom:solid 1px #CCC;
	min-width:150px;
	color:#333;
	margin:0;
}
html ul.actionsListImportant li ul.actionItemsImportant li a:hover { /*--Hover effect for subnav links--*/
	background-image: -moz-linear-gradient(#FFFFFF, #DDDDDD);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DDDDDD));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#FFFFFF, #DDDDDD);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#FFFFFF, #DDDDDD);
	text-decoration:none;
}


table.documents {
	border-collapse:collapse;
}

table.documents tr th, table.documents tr td {
	border; solid 1px #CCC;
}

tr.everyOtherRow td {
	background:#dde9f7;	
}


a.btnList {
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size:.75em;
	padding:6px;
	text-transform:uppercase;
	margin:0 5px 0 0;
	background-color:#cfd6d9;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#eceeef, #cfd6d9);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eceeef), to(#cfd6d9));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#eceeef, #cfd6d9);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#eceeef, #cfd6d9);
	color:#5b6166;
	text-decoration:none;
	border:solid 1px #b3bbbf;
}

a.btnList:hover {
	cursor:pointer;
	background-color:#DAE7F6;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#DEE2E4, #C4CCD0);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DEE2E4), to(#C4CCD0));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#DEE2E4, #C4CCD0);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#DEE2E4, #C4CCD0);
}

#listHead a.btnList, .titleBar a.btnList {
	border:none;
	color:#FFF;
	background-color:#b1beca;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#b1beca, #939da8);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1beca), to(#939da8));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#b1beca, #939da8);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#b1beca, #939da8);
	-moz-box-shadow: -1px -1px 0px #909597;
	-webkit-box-shadow: -1px -1px 0px #909597;
	box-shadow: -1px -1px 0px #939ea8;
	margin-right:0;
	margin-left:5px;
}

#listHead a.btnList:hover, .titleBar a.btnList:hover {
	background-color:#a7b1b9;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#a7b1b9, #8c969d);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a7b1b9), to(#8c969d));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#a7b1b9, #8c969d);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#a7b1b9, #8c969d);
	-moz-box-shadow: -1px -1px 0px #9b9fa19b9fa1;
	-webkit-box-shadow: -1px -1px 0px #9b9fa1;
	box-shadow: -1px -1px 0px #9b9fa1;
	cursor:pointer;
	color:#FFF;
}

.btnDownload {
	background-image: url(/assets/imgs/btn_download_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}


.btnReturn {
	background-image: url(/assets/imgs/hook_left.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 27px;
	padding-right:10px;
}

.btnSearch {
	background-image: url(/assets/imgs/btn_search_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}

.appIcon {
	padding-top:3px;
}

.prospectIconContainer {
	float:left;
	background-image: url(/assets/imgs/icons/prospect_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 16px;
	width: 5%;
	padding-left: 20px;	
	margin:3px 5px 0 0;
}

.prospectNameContainer {
	display:inline;
	margin-left:40px;
}

.logoMini {
	border:solid 1px #DDD;
	margin-top:3px;
}

.clock {
	margin:2px 3px 0;
	display:inline;
	vertical-align:top;
}

.percentageComplete {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:3px;
}

.currentStatus {
	color: #fa3657;
	margin-bottom:1em;
}

#quickSearchWrapper {
	margin:0;
	display:inline-block;
	vertical-align:middle;
	line-height:300%;
}

#quickSearchWrapper input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:7px 7px 7px 30px;
	background-color: #FFF;
	background-image: url(/assets/imgs/magnifying_glass_small.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-right:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B9C6D3;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #B9C6D3;
}

#quickSearchWrapper input.btnQuickSearch, #filter input.btnQuickSearch {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:none;
	color:#FFF;
	font-size:.9em;
	padding:7px;
	text-transform:uppercase;
	background-position: left center;
	cursor:pointer;
	margin-right:5px;
	border: none;
	background: #3d9bff;
	background: -webkit-gradient(linear, left top, left bottom, from(3d9bff), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #3d9bff,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d9bff', endColorstr='#2e7ed3');
}

#filter input.btnQuickSearch {
	margin-top:1.5em;
}
#quickSearchWrapper input.btnQuickSearch:hover, #filter input.btnQuickSearch:hover {
	background: #71b6ff;
	background: -webkit-gradient(linear, left top, left bottom, from(71b6ff), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #71b6ff,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b6ff', endColorstr='#2e7ed3');
}
/* --- Pagination ------------------------------*/

.paginationWrapper {
	float:right;
	margin:0;
	padding:0;
}

.paginationWrapper ul {
	margin:0;
	padding:0;
	float:right;
}

.paginationWrapper ul li {
	float:left;
	margin:0 0 0 10px;
	line-height:2.6em;
}

.paginationWrapper ul li ul.paginationControls {
	margin:0;
	padding:0;
}

.paginationWrapper ul li ul.paginationControls li {
	margin:0px;
	padding:0;
}

.paginationWrapper ul li ul.paginationControls li a {	
	float:left;
	padding:10px;
	margin:0;
}
.paginationWrapper ul li ul.paginationControls li a.previous {
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border:solid 1px #939da8;
	background-color:#b1beca;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#b1beca, #939da8);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1beca), to(#939da8));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#b1beca, #939da8);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#b1beca, #939da8);
}

.paginationWrapper ul li ul.paginationControls li a.previous:hover {
	border:solid 1px #5a6268;
}

.paginationWrapper ul li ul.paginationControls li.previousInactive {
-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	border:solid 1px #cdd2d6;
	padding:0 10px;
	height:31px;
	background-color:#e5e8eb;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#e5e8eb, #dee1e3);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e8eb), to(#dee1e3));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#e5e8eb, #dee1e3);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#e5e8eb, #dee1e3);	
}


.paginationWrapper ul li ul.paginationControls li.nextInactive {
-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	border:solid 1px #cdd2d6;
	padding:0 10px;
	height:31px;
	background-color:#e5e8eb;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#e5e8eb, #dee1e3);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e8eb), to(#dee1e3));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#e5e8eb, #dee1e3);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#e5e8eb, #dee1e3);	
}

.paginationWrapper ul li ul.paginationControls li a.next {
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background-color:#b1beca;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#b1beca, #939da8);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1beca), to(#939da8));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#b1beca, #939da8);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#b1beca, #939da8);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #939da8;
	border-right-color: #939da8;
	border-bottom-color: #939da8;
	border-left-color: #bfcbd7;
}

.paginationWrapper ul li ul.paginationControls li a.next:hover {
	border:solid 1px #5a6268;
}

/* --- Mail Formatting  ---------------------- */

.unread {
	font-weight:bold;
}

#messageHead {
	border-bottom:solid 1px #CCC;
	padding: 0 15px;
	margin-bottom:1em;
}

#messageHead dl {
	float: left;
	width: 100%;
	margin: 1em 0;
	padding: 0;
}

#messageHead dl dt {
	clear: left;
	float: left;
	min-width: 75px;
	margin: 0 10px 0 0;
	padding:0;
	font-weight: bold;
	text-align:right;
	white-space:nowrap;
}

#messageHead dl dd {
	float: left;
	width: 70%;
	margin: 0;
	padding:0;
}

#messageWrapper {
	padding: 0 20px;
}

.messageInput {
	width:99%;
	margin-bottom:1em;
	min-height:300px;
	padding:5px;
}

/* --- Misc Formatting  ------------------------*/

.basicAlert {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#EFEFEF;
	border:solid 1px #DEDEDE;
	padding:15px 15px 12px 15px;
	margin-bottom:1em;
}

.basicAlert strong {
	text-shadow: 0px 1px 1px #FFF;
}

.yellowAlert {
	background:#fef6d7;
	border:solid 1px #eee5c0;
}
.greenAlert {
	background:#e8fbe0;
	border:solid 1px #ddf1d5;
}
.redAlert {
	background:#FFCCCC;
	border:solid 1px #FF3300;
}
.alertBox {
	border:1px solid #CCC;
	padding:20px 20px 20px 40px;
	position:relative;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:2em;
	background-color:#EFEFEF;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#EFEFEF, #DDDDDD);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F30), to(#DDDDDD));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#EFEFEF, #DDDDDD);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#EFEFEF, #DDDDDD);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:normal;
	color: #000;
	-moz-box-shadow: inset 1px 1px 0px #FFF;
	-webkit-box-shadow: inset 1px 1px 0px #FFF;
	box-shadow: inset 1px 1px 0px #FFF;
}

.alertBox img.alert {
	position:absolute;
	left:-25px;
	top:-10px;
}
.confirmationBox {
	border:1px solid #CCC;
	padding:20px 20px 20px 40px;
	position:relative;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:2em;
	background-color:#EFEFEF;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#EFEFEF, #DDDDDD);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F30), to(#DDDDDD));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#EFEFEF, #DDDDDD);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#EFEFEF, #DDDDDD);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:normal;
	color: #000;
	-moz-box-shadow: inset 1px 1px 0px #FFF;
	-webkit-box-shadow: inset 1px 1px 0px #FFF;
	box-shadow: inset 1px 1px 0px #FFF;
}

.confirmationBox img.alert {
	position:absolute;
	left:-25px;
	top:-10px;
}

table.errorTable tr th {
	color:#FFF;
	background-color: #09F;
}
.boxContentHead {
	background:#EFEFEF;
	color:#333;
	margin-bottom:0px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#EFEFEF, #DDD);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#DDD));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#DDD, #CCC);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#DDD, #CCC);
	width:95%;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	padding: 10px;
}
.boxContent {
	background:#FFF;
	padding:10px;
	margin:0 0 2em 0;
	width:95%;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c1c1c1;
	border-right-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
	border-left-color: #c1c1c1;
}
a.seeHelp {
	padding:8px 16px;
	text-decoration:none;
	background-color:#3d9bff;
	background: -webkit-gradient(linear, left top, left bottom, from(#3d9bff), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #3d9bff,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d9bff', endColorstr='#2e7ed3');
	font-size:.9em;
	position:absolute;
	right:0;
	top:0;
	border-left:solid 1px #2e7ed3;
	border-bottom:solid 1px #2e7ed3;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	color:#FFF;
}
a.seeHelp:hover {
	text-decoration:underline;
	background: #71b6ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#71b6ff), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #71b6ff,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b6ff', endColorstr='#2e7ed3');
	color:#FFF;
	border-top:#CFF;
	text-decoration:none;
	border-left:solid 1px #2e7ed3;
	border-bottom:solid 1px #2e7ed3;
}
.helpBox {
	font-size:.9em;
	margin:1em;
	padding:3em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#e8f1ff;
	width:500px;
}

.margin {
	padding:10px 10px 0 10px;
}

.progressWrapper {
	border:1px solid #CCC;
	padding:15px;
	margin:0;
	background-color:#EFEFEF;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#EFEFEF, #DDDDDD);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F30), to(#DDDDDD));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#EFEFEF, #DDDDDD);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#EFEFEF, #DDDDDD);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:normal;
	color: #000;
	-moz-box-shadow: inset 1px 1px 0px #FFF;
	-webkit-box-shadow: inset 1px 1px 0px #FFF;
	box-shadow: inset 1px 1px 0px #FFF;
	position:relative;
	margin-bottom:1em;
}

.progressName {
	font-size:1.2em;
	margin-bottom:.5em;
}
.progressCancel {
	background-image: url(https://media.studylink.com/connect/devready/assets/imgs/cancel_upload.png);
	background-repeat: no-repeat;
	width:22px;
	height:22px;
	position:absolute;
	top:15px;
	right:15px;
}

.errmessage {
	border:1px solid #CCC;
	padding:15px;
	margin-right:0px;
	background-color:#EFEFEF;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#EFEFEF, #DDDDDD);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F30), to(#DDDDDD));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#EFEFEF, #DDDDDD);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#EFEFEF, #DDDDDD);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:normal;
	color: #FF3333;
	-moz-box-shadow: inset 1px 1px 0px #FFF;
	-webkit-box-shadow: inset 1px 1px 0px #FFF;
	box-shadow: inset 1px 1px 0px #FFF;
}

.errmessage table tr td, .errmessage table tr td a {
	color:#FFF;
	font-size:1em;
}

.getFlash {
	display:inline;
	vertical-align:middle;
	margin-right:10px;
}

#divAlternateContent1 {
	margin:0px 0px 1em 0px;
}

/* --- Dashboard -------------------------------*/

.startNewApp {
	background:#83b823;
	padding:20px;
	min-width:860px;
	max-width:1240px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.startNewApp h1 {
	color:#FFF;
	display:inline-block;
	margin-right:1em;
}


a.searchBtn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #CCC;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#FFFFFF, #EFEFEF);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EFEFEF));
	/* Safari 5.1+, Chrome 10+ */
 	background-image: -webkit-linear-gradient(#FFFFFF, #EFEFEF);
	/* Opera 11.10+ */
	background-image: -o-linear-gradient(#FFFFFF, #EFEFEF);
	padding:7px;
	text-decoration:none;
	color:#333333;
	float:right;
}

a.btnDash {
	display:inline-block;
	color:#FFF;
	outline: none;
	cursor: pointer;
	font-size:1.5em;
	text-align: center;
	text-decoration: none;
	padding: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:normal;
	margin-bottom:1em;
	/* background-image: url(/assets/imgs/arrow_start_app.png);
	background-repeat: no-repeat;
	background-position: right center; */
}
a.btnDash:hover {
	text-decoration: none;
}

a.btnDash img {
	float:right;
	margin:0 0 0 15px;
}

table#actionItems tr td {
	font-size:1.2em;
	padding:10px;
}
table#actionItems tr.everyOtherRow td {
	background:#EFEFEF;
}

table.regular tr th, table.regular tr td {
	padding:5px;
	text-align:left;
	font-size:100%;
}

.videoContainer {
	width:440px;
}

.videoContainer h2 {
	margin:0 0 1em 0;
}

.yt_holder {
	background:#FFF;
}
#ytvideo {
	display:block;
	margin-bottom:1em;
}

.needHelp {
	margin-bottom:1em;
	font-size:1.2em;
}

.videoContainer ul.actionsList {
	margin:0;
	padding:0;
}

.videoContainer ul.actionsList li a, .videoContainer ul.videoList li a {
	font-size:1em;
	text-decoration:none;
}

/* Reports */

#reportFormWrapper {
	width:800px;
	margin:0 auto;
}

#reportFormWrapper .row {
	display:block;
	padding-bottom:5px;
	border-bottom:solid 1px #d4e1ef;
	margin-bottom:.5em;
}
#reportFormWrapper .row h2 {
	margin:.75em 0 .5em;
}

#reportFormWrapper .col1, #reportFormWrapper .col2, #reportFormWrapper .col3, #reportFormWrapper .col4, #reportFormWrapper .col5 {
	float:left;
}

#reportFormWrapper .col1, #reportFormWrapper .col2, #reportFormWrapper .col3, #reportFormWrapper .col4 {
	margin-right:10px;
}

#reportFormWrapper .col1 {
	width:10px;
}
#reportFormWrapper .col2 {
	width:150px;
}

#reportFormWrapper .col3 {
	width:200px;
}
#reportFormWrapper .col4 {
	width:20px;
}
#reportFormWrapper .col5 {
	width:290px;
}
.narrowWrapper {
	width:50%;
	margin:0 auto;
	width:90%;
	padding:0 0 0 10%;
}

.resourcesSummaryContainer {
	width: 300px;
	margin:2px;
	float:left;
	padding:10px;
	display:inline-block;
	height:100px;
}

.resourcesSummaryContainer h4 {
	margin-bottom:.5em;
	font-weight:bold;
}

.resourcesSummaryContainer .logo {
	float:left;	
	width:100px;
}

.resourcesSummaryContainer .summary {
	float:right;	
	width:175px;
}

.summary a {
	text-decoration:none;
}

.summary a:hover {
	text-decoration:underline;
}

a.viewResources {
	color: #FFF;
	border: solid 1px #3d9bff;
	background: #3d9bff;
	background: -webkit-gradient(linear, left top, left bottom, from(3d9bff), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #3d9bff,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d9bff', endColorstr='#2e7ed3');
	padding:10px;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
}

a.viewResources:hover {
	color: #FFF;
	border: solid 1px #3d9bff;
	background: #71b6ff;
	background: -webkit-gradient(linear, left top, left bottom, from(71b6ff), to(#2e7ed3));
	background: -moz-linear-gradient(top,  #71b6ff,  #2e7ed3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b6ff', endColorstr='#2e7ed3');
	cursor:pointer;
}

h2.titlePublications {
	background-image: url(https://media.studylink.com/connect/devready/assets/imgs/icons/resource_publication_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;		
}

h2.titlePpt {
	background-image: url(https://media.studylink.com/connect/devready/assets/imgs/icons/resource_ppt_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

h2.titleOther {
	background-image: url(https://media.studylink.com/connect/devready/assets/imgs/icons/resource_other_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;		
}

a.downloadResource {
	background-image: url(https://media.studylink.com/connect/devready/assets/imgs/download_small.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2px 25px 2px 0;	
}

.noTopBorder {
	border-top:none;
}


.rssHeader {
	display:none!important;
	}

.rssFeed  ul li div {
	font-size:.9em;
	color: #999;
	}
	
.rssFeed  ul li h4 {
	font-size: 1.3em;
	}
	
.rssFeed  ul li h4 a {
	text-decoration:none;
}

.rssFeed  ul li p {
	font-size: 1.1em;
	line-height:1.6em;
	}
	
.rssRow {
	display:block;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:solid 1px #DDD;
	}

/* bootstrap buttons are getting clobbered */
.btn-success {	
    background-color: rgb(33, 136, 56) !important;
    border-color: rgb(30, 126, 52) !important;
}