
/* Start general styles */

a {
	color:#004677; /* 2f4f81 */
	outline:none;
}

a:hover {
	color:#004677; /* 0D4171 */
	text-decoration:none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #0097db !important;
    text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #EB8F00 !important;
    text-decoration: none;
}

.btn {
	background:transparent url(/images/btn.png) no-repeat scroll 0 0;
	border:0;
	color:#ffffff !important;
	cursor:pointer;
	display:block;
	font:15px Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	height:38px;
	line-height:2.6;
	margin:20px 0 0;
	padding:0 !important;
	text-align:center;
	text-decoration:none;
	width:168px;
	text-shadow:0 -1px 1px #bfbfbf;
}

a.btn:hover {
	text-decoration:none !important;
}

.blue {
	color:#003768 !important;
}

/* Error/success/info styling */
.info, .success, .error {
	border:1px solid;
	clear:both;
	font-weight:bold;
	margin:16px 0 0;
	padding:15px 10px 15px 70px;
}

.info {
	background:#BDE5F8 url(https://img.transact.com/iconz/info.png) no-repeat scroll 10px center;
	color:#00529B;
}

.error {
	background:#C32424 url(https://img.transact.com/iconz/cancel.png) no-repeat scroll 10px center;
	color:#ffffff;
}

.success {
	background:#DFF2BF url(https://img.transact.com/iconz/success.png) no-repeat scroll 10px center;
	color:#4F8A10;
}
/* end error/info/success styling */

ul.error-messages {
	background:#c76263 none repeat scroll 0 0;
	border:2px solid #8f2b2d;
	margin:30px 0 0 0;
	padding:1em 3em;
}

ul.error-messages li {
	margin-top:2px;
}

form {
	margin:0;
}

h1, h2, h3, h4 {
	border:0;
	color:#004677;
	font-family:Trebuchet,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	line-height:1.2;
	margin:17px 0; /* for ie7 */
}

h2 {
	font-size:20px;
}

a.info-icon {
	background:transparent url(/images/icons/info_med.png) no-repeat scroll 0 0;
	display:inline-block;
	height:24px;
	margin:0 0 0 6px;
	padding:0;
	width:24px;
	vertical-align:middle;
}

.mainHeading {
	margin:16px 10px 15px 10px;
}

h3 {
	font-size:13px;
}

h4 {
	font-size:12px;
}

.orange {
	color:#f78f1e;
}

img {
	border:0;
}

img a, a img {
	border:0;
}

label.disabled.ui-state-active .ui-button-text {
	background-color:#f6dadb;
	color:#bd4848;
}

label.enabled.ui-state-active .ui-button-text {
	background-color:#c0cfc4;
	color:#476658;
}

.noshow {
	display:none;
}

p.alert {
	background:#f7eddc none repeat scroll 0 0;
	border:2px solid #f7ca83;
	clear:both;
	font-weight:bold;
	margin:30px 0 0 0;
	padding:1em 3em;
}

/*
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 70px;
	width: 630px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info/info.png');
}
*/

/*p.error {
	background:#c76263;
	border:2px solid #8f2b2d;
	background-image: url(/images/cancel.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	clear:both;
	font-weight:bold;
	padding:15px 10px 15px 70px;
}

p.success {
	background:#c0cfc4;
	border:2px solid #587f6d;
	background-image: url(/images/success.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	clear:both;
	font-weight:bold;
	padding:15px 10px 15px 70px;
}*/

.ui-datepicker-trigger {
	cursor:pointer;
}

.uline {
	text-decoration:underline;
}

/* End general styles */


/* Start layout styles */

body {
	background:#f4f4f4 none repeat scroll 0 0;
	border:0;
	font:12px Arial,Verdana,Helvetica,sans-serif;
	margin:0;
	padding:0;
}

#wrapper {
	background:transparent none repeat scroll 0 0;
	margin:20px auto 30px auto;
	padding:0;
	overflow:hidden;
	width:980px;
}

/* End layout styles */


/* Start header styles */

#header {
	background:transparent none repeat scroll 0 0;
	border:0;
	height:75px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#header .header-element {
	float:left;
}

#header h1.crlogo {
	background:transparent none repeat scroll 0 0;
	border:0;
	margin:0 0 0 20px;
	padding:0;
	width:240px;
}

#header h1.crlogo a {
	background:transparent url(/images/logos/Civil_Rights_Compliance_Essentials_logo_trans_240x51.png) no-repeat scroll 0 0;
	display:block;
	height:51px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:240px;
}

#header #header-right {
	float:right;
	margin:0 0 0 20px;
	padding:0;
	width:820px;
}

#header-right-top {
	margin:0;
	padding:0;
	overflow:hidden;
}

#header h2.logo {
	background:transparent none repeat scroll 0 0;
	border:0;
	margin:0;
	padding:0;
	width:132px;
}

#header h2.logo a {
	background:transparent url(/images/logos/TransACT_logo_notrade_trans_134x45.png) no-repeat scroll 0 0;
	display:block;
	height:45px;
	margin:1px 0 0 0;
	padding:0;
	text-indent:-9999px;
	width:134px;
}

/* Start Nav */
#nav { background: url(/images/nav/nav-bg.gif) repeat-x scroll 0 0; display:block; overflow: hidden; margin: 7px 23px 0 26px; padding: 0; list-style: none; width:520px; }
#nav li a { display: block; height: 35px; text-decoration: none; text-indent: -9999px; }
#nav li { float: left; display: inline; margin: 0; padding: 0; list-style: none; }
#nav li.right { float: right; }
#nav li a:hover, #nav li a.active { background-position: 0 -35px; }
#jsddm { margin: 0; padding: 0; }
#jsddm li ul { margin: -2px 0 0 0px; padding: 0; position: absolute; visibility: hidden; z-index: 99; background-color: #585859; width: 141px; }
#jsddm li ul li { float: none; margin: 0; padding: 0; }
#jsddm li ul li a { width: auto; color: #58585a; text-indent: 0px; text-align:center; padding: 7px 5px; margin: 0; font-size: 12px; display:block; height:auto; background: #e7e7e8; border:solid #bcbdc0 1px; border-top:none; }
#jsddm li ul li a:hover { text-decoration: none; background-position: 0 0; background:#cdcbcb; }
.home { width: 66px; background: url(/images/nav/home.gif) 0 0 no-repeat; }
.why-it-matters { width: 118px; background: url(/images/nav/why-it-matters.gif) 0 0 no-repeat; }
.section-504 { width: 99px; background: url(/images/nav/section-504.gif) 0 0 no-repeat; }
.civil-rights { width: 93px; background: url(/images/nav/civil-rights.gif) 0 0 no-repeat; }
.assessment { width: 103px; background: url(/images/nav/assessment.gif) 0 0 no-repeat; }
.contact-us { width: 94px; background: url(/images/nav/contact-us.gif) 0 0 no-repeat; }
.log-in { width: 70px; background: url(/images/nav/log-in.gif) 0 0 no-repeat; }
.log-out { width: 70px; background: url(/images/nav/log-out.gif) 0 0 no-repeat; }
.my-account { width: 94px; background: url(/images/nav/my-account.gif) 0 0 no-repeat; }
.support { width: 70px; background: url(/images/nav/support.gif) 0 0 no-repeat; }
.courses { width: 69px; background: url(/images/nav/courses.gif) 0 0 no-repeat; }
/* End Nav */

#header-bottom {
	position:relative;
}

a#login-opener {
	font:bold 13px Trebuchet,'Trebuchet MS',Verdana,Arial,sans-serif;
	display:block;
	left:796px;
	margin:0 6px 0 0;
	padding:8px 10px;
	position:absolute;
	top:55px;
	width:156px;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}

a#login-opener:hover {
	background:#003767 none repeat scroll 0 0;
	color:#ffffff;
}

a#login-opener.active {
	background:#003767 none repeat scroll 0 0;
	color:#ffffff;
	text-decoration:none;
}

#login-dropdown {
	background:#003767 none repeat scroll 0 0;
	left:718px;
	overflow:hidden;
	position:absolute;
	top:86px;
	width:254px;
	z-index:998;
	-moz-border-radius:3px 0 3px 3px;
	-webkit-border-radius:3px 0 3px 3px;
	border-radius:3px 0 3px 3px;
	-moz-box-shadow:0 2px 5px #555555;
	-webkit-box-shadow:0 2px 5px #555555;
	box-shadow:0 2px 5px #555555;
}

#login-drops-area {
	background:#003767 none repeat scroll 0 0;
	border-right:1px solid #125782;
	border-left:1px solid #125782;
	padding:10px 8px 20px;
	-moz-border-radius:3px 0 3px 3px;
	-webkit-border-radius:3px 0 3px 3px;
	border-radius:3px 0 3px 3px;
}

a#login-opener:focus, a#login-opener:active {
	outline:none;
}

#ap-area {
	background:#eeeeee none repeat scroll 0 0;
	border-top:1px solid #dddddd;
	margin:0;
	overflow:hidden;
	width:236px;
}

a.ap-item {
	border-top:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #eeeeee;
	clear:both;
	cursor:pointer;
	display:block;
	overflow:hidden;
	padding:4px 0px 4px 40px;
	width:194px;
}

a.ap-item:hover {
	background:#dddddd none repeat scroll 0 0;
	border-top:1px solid #f0f0f0;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cfcfcf;
	border-left:1px solid #cccccc;
}

#ap-img1 {
	background:transparent url(https://img.transact.com/logos/TransACT_PN_160x44.png) no-repeat scroll 0 10px;
	height:64px;
	width:160px;
}

#ap-img2 {
	background:transparent url(https://img.transact.com/logos/EduPortal_logo_trans_140x36.png) no-repeat scroll 0 8px;
	height:54px;
	width:140px;
}

#ap-img3 {
	background:transparent url(https://img.transact.com/logos/ActPoint_RoadMaps_logo_trans_102x36.png) no-repeat scroll 0 12px;
	height:54px;
	width:102px;
}

#ap-img4 {
	background:transparent url(https://img.transact.com/logos/ActPoint_KPI_logo_trans_138x30.png) no-repeat scroll 0 12px;
	height:54px;
	width:138px;
}

#ap-img5 {
	background:transparent url(https://img.transact.com/logos/Civil_Rights_Compliance_Essentials_logo_trans_128x27.png) no-repeat scroll 0 14px;
	height:54px;
	width:128px;
}

#name-placeholder {
	clear:both;
	font-size:24px;
	height:24px;
	line-height:1.7px;
	margin:12px 0 0 0;
	padding:0;
	width:400px;
}

#name-placeholder h1 {
	margin:0;
	padding:5px 0 0 35px;
}

#breadcrumbs {
	background:#ffffff none repeat scroll 0 0;
	border:1px solid #e3e1e1;
	clear:both;
	font-size:14px;
	height:14px;
	margin:14px 0 0 0;
	padding:4px 10px 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

/* End header styles */


/* Start container styles */

#container {
	background:#ffffff none repeat scroll 0 0;
	border:1px solid #e3e1e1;
	clear:both;
	height:auto !important; /* all browsers except ie6 will respect important and ignore second height property */
	height:800px; /* while ie6 will use second height property and expand as needed */
	line-height:150%;
	min-height:600px;
	margin:2px 0 0 0;
	padding:10px 10px 10px 10px;
	overflow:hidden;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#content {
	background:transparent none repeat scroll 0 0;
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
}

.untabbedContent {
	margin:0 10px 15px;
}

#colleft {
	background:#003767 none repeat scroll 0 0;
	border:0;
	float:left;
	font-size:12px;
	font-weight:normal;
	height:auto !important; /* all browsers except ie6 will respect important and ignore second height property */
	height:800px; /* while ie6 will use second height property and expand as needed */
	min-height:600px;
	line-height:1.5em;
	margin:2px 2px 0 0;
	padding:15px;
	width:200px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#colleft .title {
	color:#ffffff;
	font-size:16px;
	text-shadow:0 1px 1px #222222;
}

#colleft .subtitle {
	color:#ffffff;
	margin-top:10px;
	padding:0 0 0 4px;
	text-shadow:0 1px 1px #222222;
}

#colleft .progress {
	text-align:center;
}

#colleft .percentage-message {
	color:#ffffff;
	font-size:32px;
	line-height:1em;
	text-shadow:0 1px 1px #222222;
}

#colleft .completed-message {
	color:#ffffff;
	font-size:30px;
	line-height:1em;
	text-shadow:0 1px 1px #222222;
}

#colleft .completed-status-message {
	color:#ffffff;
	font-size:22px;
	line-height:1em;
	text-shadow:0 1px 1px #222222;
}

#colleft #pdficon {
	border:0;
	color:#ffffff;
	height:140px;
	margin:0 0 0 25px;
	padding:0;
	text-align:center;
	text-shadow:0 1px 1px #222222;
	width:140px;
}

#colleft #pdficon a {
	color:#ffffff;
	display:block;
	text-decoration:none;
}

#colleft #pdficon a:hover {
	text-decoration:none;
}

#colright {
	background:#ffffff none repeat scroll 0 0;
	border:0;
	display:block;
	float:right;
	font:13px Arial,Verdana,Helvetica,sans-serif;
	min-height:630px;
	margin:0;
	padding:0 20px 40px;
	width:678px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#colright2 {
	background:#ffffff none repeat scroll 0 0;
	border:0;
	display:block;
	float:right;
	font:13px Arial,Verdana,Helvetica,sans-serif;
	min-height:630px;
	margin:0;
	padding:0 20px 40px;
	width:680px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

/* End container styles */


/* Start mySelect styles */

.mySelect {
	color:#2f4f81;
	font-size:20px;
	font-weight:normal;
	width:200px;
}

.mySelect a {
	color:#2f4f81;
	display:block;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	margin:0;	
	padding:5px 8px;
}

.mySelect .selector {
	background:#ffffff url(/images/arrow-down.gif) no-repeat scroll 160px 1px;
	border:1px solid #ffffff;
	border:0;
	cursor:pointer;
	line-height:.9;
	margin:0;
	padding:11px 8px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.mySelect .selector.noBottomCorners {
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

.mySelect ul.selectee {
	background:#ffffff none repeat scroll 0 0;
	border-top:1px solid #cccccc;
	display:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	width:199px;
	z-index:999;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	-moz-box-shadow:0 2px 3px #222222;
	-webkit-box-shadow:0 2px 3px #222222;
	box-shadow:0 2px 3px #222222;
}

.mySelect ul.selectee li {
	border:0;
	margin:0;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

.mySelect ul.selectee li:hover {
	background:#e8e8e8 none repeat scroll 0 0;
}

.mySelectAlt {
	color:#ffffff;
	width:340px;
}

.mySelectAlt a {
	color:#ffffff;
}

.mySelectAlt .selector {
	background:#999999 url(/images/arrow-down-white.gif) no-repeat scroll 300px 1px;
}

.mySelectAlt ul.selectee {
	background:#999999 none repeat scroll 0 0;
	width:339px;
}

.mySelect ul.selectee li:hover {
	background:#cccccc none repeat scroll 0 0;
}

/* End mySelect styles */


/* Start sidebarMenu styles */

#sidebarMenu {
	color:#ffffff;
	font-size:14px;
	margin:30px 0 0 0;
	padding:0;
}

#sidebarMenu a {
	color:#ffffff;
	display:block;
	padding:5px 5px;
	text-decoration:none;
}

#sidebarMenu ul {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebarMenu ul li {
	background:transparent none repeat scroll 0 0;
	height:28px;
	margin:4px 0 0 0;
	padding:0;
	-moz-border-radius:3px 15px 15px 3px;
	-webkit-border-radius:3px 15px 15px 3px;
	border-radius:3px 15px 15px 3px;
}

#sidebarMenu ul li.active {
	background:transparent url(/images/bg-sidebar.png) no-repeat scroll 0 0;
}

#sidebarMenu a:hover {
	text-decoration:underline;
}

#sidebarMenu ul li.active a:hover {
	text-decoration:none;
}

/* End sidebarMenu styles */


/* Start dashboard styles */

#overallcompletion .chartblock {
	clear:both;
	margin:20px 0 0 0;
	padding:0;
	overflow:hidden;
}

#overallcompletion .chartblock .chart {
	float:left;
	height:200px;
	margin:0;
	padding:0;
	width:200px;
}

#overallcompletion .chartblock .chartinfo {
	float:right;
	margin:0 0 20px 0;
	padding:60px 0 0 0;
	width:450px;
}

.roadmapscompleted {
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}

.roadmapscompleted .chartinfo {
	float:left;
	margin:0;
	padding:0;
	width:450px;
}

.roadmapscompleted .chart {
	float:right;
	height:200px;
	margin:0;
	padding:0;
	width:200px;
}

#tabs2 {
	margin-top:20px;
}

/* End dashboard styles */


/* Start CourseListing styles */

.courseItem {
	border-bottom:1px solid #eeeeee;
	clear:both;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	overflow:hidden;
}

.courseItem.last {
	border-bottom:0;
}

a.courseItemImg {
	border:1px solid #ffffff;
	cursor:pointer;
	display:block;
	float:left;
	height:80px;
	margin:0;
	padding:0;
	text-decoration:none;
	width:80px;
}

a.courseItemImg.New {
	background:transparent url(/images/icons/jpg/New.jpg) no-repeat scroll 0 0;
}

a.courseItemImg.New:hover {
	background:transparent url(/images/icons/jpg/New.jpg) no-repeat scroll 0 0;
}

a.courseItemImg.Late {
	background:transparent url(/images/icons/jpg/Late.jpg) repeat scroll 0 0;
}

a.courseItemImg.Late:hover {
	background:transparent url(/images/icons/jpg/Late.jpg) no-repeat scroll 0 0;
}

a.courseItemImg.Done {
	background:transparent url(/images/icons/jpg/Done.jpg) no-repeat scroll 0 0;
}

a.courseItemImg.Done:hover {
	background:transparent url(/images/icons/jpg/Done.jpg) no-repeat scroll 0 0;
}

a.courseItemImg.Optional {
	background:transparent url(/images/icons/jpg/Optional.jpg) no-repeat scroll 0 0;
}

a.courseItemImg.Optional:hover {
	background:transparent url(/images/icons/jpg/Optional.jpg) no-repeat scroll 0 0;
}

.courseItemInfo {
	border:0;
	float:right;
	line-height:1.5;
	margin:0 0 0 15px;
	padding:0;
	width:581px;
}

.courseItemInfo .courseItemTitle {
	font-size:16px;
	margin-bottom:2px;
}

#filter {
	background:#ffffff none repeat scroll 0 0;
	float:right;
	font-size:13px;
	margin:10px 0 20px;
}


a.other-btn {
	background:#ffffff url(/images/bg-pag.gif) repeat-x scroll 0 9px;
	border:1px solid #cccccc;
	display:inline-block;
	text-decoration: none;
	margin:0;
	padding:6px 10px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#filter a.fbtn {
	background:#ffffff url(/images/bg-pag.gif) repeat-x scroll 0 9px;
	border:1px solid #cccccc;
	display:inline-block;
	text-decoration: none;
	margin:0;
	padding:6px 10px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#filter a.fbtn img {
	vertical-align:middle; /* aligns clear filter with buttons */	
}

#filter a.fbtn.active {
	background:#dddddd none repeat scroll 0 0;
	border:1px solid #cccccc;
}

#filter a.fbtn:hover {
	border:1px solid #999999;
	-moz-box-shadow:0 0 3px #999999;
	-webkit-box-shadow:0 0 3px #999999;
	box-shadow:0 0 3px #999999;
}

#filter a.fbtn:active {
	background:#ffffff url(/images/bg-pag.gif) repeat-x scroll 0 -24px;
	border:1px solid #999999;
}

#filter a.sp {
	font-family:Trebuchet,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-right:10px;
}

#tab.ui-tabs-panel {
	padding:0;
}

/* End CourseListing styles */


/* Start Preferences styles */

td.sort-arrow {
	background-color:#ffffff;
}

a.sort-arrow-up {
	background:#ffffff url(/images/icons/png/sort-arrow-up_min.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:12px;
	margin:4px 0 0;
	padding:0;
	width:15px;
}

a.sort-arrow-down {
	background:#ffffff url(/images/icons/png/sort-arrow-down_min.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:12px;
	margin:4px 0 4px;
	padding:0;
	width:15px;
}

a.sort-arrow-up:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

a.sort-arrow-down:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*End Preferences styles */


/* Start user management styles */

#instructions-left {
	float:left;
	width:317px;
}

#instructions-right {
	border-left:1px solid #cccccc;
	float:right;
	padding-left:20px;
	width:320px;
}

#instructions-left ul {
	margin:8px 0;
	padding-left:16px;	
}

/* End user management styles */


/* Start Support page styles */

#supportLeft {
	float:left;
	margin:0 30px 0 0;
	padding:0;
	width:627px;
}

#supportRight {
	border-left:1px solid #eeeeee;
	float:right;
	margin:0;
	padding:0 0 0 20px;
	width:260px;
}

/* End Support page styles */


/* Start tooltip styles */

.qtip-wrapper {
	-moz-box-shadow:0 0 5px #555555;
	-webkit-box-shadow:0 0 5px #555555;
	box-shadow:0 0 5px #555555;
}

/* End tooltip styles */


/* Start table styles */

table {
	border-collapse:collapse;
	line-height:1.5;
}

table#role-defaults {
	background:#ffffff none repeat scroll 0 0;
}

tr.alt {
	background-color:#f4f4f4;
}

tr.delHovering {
	background:#b54f4f none repeat scroll 0 0 !important; /* f6dadb */
}

th {
	border-bottom:1px solid #e2e2e2;
	color:#003768 !important;
	font-weight:bold;
	text-align:left;
	padding:0 3px;
}

td {
	font-weight:bold;
	text-align:left;
	padding:0 5px;
}

table#job-roles td {
	font-weight:normal;	
}

td.firstname, th.firstname {
	color:#f78f1e;
	width:100px;
}

td.lastname, th.lastname {
	color:#f78f1e;
	width:100px;
}

td.username, th.username {
	color:#f78f1e;
	width:170px;
}

td.jobCode, th.jobCode {
	color:#f78f1e;
	text-align:center;
	width:34px;
}

td.supervisor, th.supervisor {
	color:#f78f1e;
	width:160px;
}

td.supportName, th.supportName {
	width:220px;
}

td.supportEmail, th.supportEmail {
	width:220px;
}

td.supportPhone, th.supportPhone {
	width:100px;
}

th.tdDelete, td.tdDelete {
	background:transparent url(/images/delete.png) no-repeat scroll 0 2px;
	height:22px;
	text-align:center;
	text-indent:-9999px;
	padding:0 1px;
	width:20px;
}

th.tdDelete {
	background:#ffffff none repeat scroll 0 0;
}

td.tdDelete a {
	display:block;	
	height:16px;
	width:16px;
}

td.chkTitle, th.chkTitle {
	width:463px;
}

td.dueTitle, th.dueTitle {
	width:460px;
}

td.roles-title, th.roles-title {
	width:400px;
}

td.tdChk, th.tdChk {
	border-right:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	text-align:center;
	padding:0 4px;
}

td.tdChk1, th.tdChk1 {
	width:39px;
}

td.tdChk2, th.tdChk2 {
	width:50px;
}

td.tdChk3, th.tdChk3 {
	width:27px;
}
	
td.tdChk4, th.tdChk4 {
	width:27px;
}

td.tdChk5, th.tdChk5 {
	width:64px;
}

td.tdChk6, th.tdChk6 {
	width:49px;
}

td.tdChk7, th.tdChk7 {
	width:28px;
}

td.tdChk8, th.tdChk8 {
	width:28px;
}

td.tdChk9, th.tdChk9 {
	width:43px;
}

td.tdChk10, th.tdChk10 {
	width:28px;
}

th.tdChk1 {
	background:transparent url(/images/bg-jobrole-1.png) no-repeat scroll 2px 0;
	height:94px;
}

th.tdChk2 {
	background:transparent url(/images/bg-jobrole-2.png) no-repeat scroll 2px 0;
	height:94px;
}

th.tdChk3 {
	background:transparent url(/images/bg-jobrole-3.png) no-repeat scroll 2px 0;
	height:94px;
}
	
th.tdChk4 {
	background:transparent url(/images/bg-jobrole-4.png) no-repeat scroll 2px 0;
	height:94px;
}

th.tdChk5 {
	background:transparent url(/images/bg-jobrole-5.png) no-repeat scroll 2px 0;
	height:94px;
}

th.tdChk6 {
	background:transparent url(/images/bg-jobrole-6.png) no-repeat scroll 2px 0;
	height:94px;
}

th.tdChk7 {
	background:transparent url(/images/bg-jobrole-7.png) no-repeat scroll 2px 0;
	height:94px;
}

th.tdChk8 {
	background:transparent url(/images/bg-jobrole-8.png) no-repeat scroll 2px 0;
	height:94px;
}

th.tdChk9 {
	background:transparent url(/images/bg-jobrole-9.png) no-repeat scroll 2px 0;
	height:94px;
}

th.tdChk10 {
	background:transparent url(/images/bg-jobrole-10.png) no-repeat scroll 2px 0;
	height:94px;
}

/* End table styles */


/* Start pagination styles */

#pagination {
	font-size:14px;
	padding:5px 0 0;
	overflow:hidden;
	text-align:center;
}

#pagination ul {
	border:0;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#pagination ul li {
	display:inline;
	margin:0 3px 0 3px;
	padding:0;
	text-align:center;
}

#pagination ul li.prev {
	margin-right:24px;
}

#pagination ul li.next {
	margin-left:24px;
}

#pagination ul li a {
	background:#ffffff url(/images/bg-pag.gif) repeat-x scroll 0 5px;
	border:1px solid #cccccc;
	display:inline-block;
	margin:0;
	padding:5px 10px;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#pagination ul li .true {
	background:#dddddd none repeat scroll 0 0;
	border:1px solid #cccccc;
	display:inline-block;
	margin:0;
	padding:5px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#pagination ul li a:hover {
	border:1px solid #999999;
	-moz-box-shadow:0 0 3px #999999;
	-webkit-box-shadow:0 0 3px #999999;
	box-shadow:0 0 3px #999999;
}

#pagination ul li a:active {
	background:#ffffff url(/images/bg-pag.gif) repeat-x scroll 0 -20px;
	border:1px solid #999999;
}

/* End pagination styles */


/* Start footer styles */

#footer {
	background:transparent none repeat scroll 0 0;
	border:0;
	clear:both;
	color:#686767;
	font-size:12px;
	line-height:2;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
}

#footer a {
	color:#686767;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer span {
	color:#E3E1E1;
	padding:0 5px;
}

#footer .logo {
	background:transparent url(/images/TransAct_LOGOwtagline.gif) no-repeat scroll 0 0;
	border:0;
	height:37px;
	margin:20px auto 11px auto;
	padding:0;
	width:135px;
}

#footer #trademark-top {
	font-size:13px;
}

#footer #trademark-bottom {
	font-size:11px;
}

/* End footer styles */


/* Start general public styles */

#bottom-links-area {
	margin-top:60px;	
}

/* End general public styles */

/* Start public layout styles */

#content-public {
	background:#ffffff none repeat scroll 0 0;
	border-right:1px solid #e3e1e1;
	border-left:1px solid #e3e1e1;
	clear:both;
	height:auto !important; /* all browsers except ie6 will respect important and ignore second height property */
	height:380px; /* while ie6 will use second height property and expand as needed */
	line-height:150%;
	min-height:380px;
	margin:0;
	padding:20px 30px 20px 20px;
	overflow:hidden;
	width:944px;
	-moz-box-shadow:inset 0 0 6px #e3e1e1;
	-webkit-box-shadow:inset 0 0 6px #e3e1e1;
	box-shadow:inset 0 0 6px #e3e1e1;
}

/* End public layout styles */

#content-bottom {
	background:transparent url(https://img.transact.com/backgrounds/thin_blue_bar_996x3.png) no-repeat scroll 0 0;
	height:3px;
}

#content-top {
	background:transparent url(https://img.transact.com/backgrounds/thick_blue_bar_996x12.png) no-repeat scroll 0 0;
	clear:both;
	height:12px;
}

/* Start login styles */

#colleft-login {
	float:left;
	font:normal 14px Trebuchet,'Trebuchet MS',Arial,Helvetica,sans-serif;
	margin:0 30px 0 0;
	padding:0;
	width:446px;
}

#colmid-login {
	border-left:1px solid #f3f1f1;
	float:left;
	height:380px;
	margin:0;
	padding:0;
	width:0;
	-moz-box-shadow:0 0 10px #cac9c9;
	-webkit-box-shadow:0 0 10px #cac9c9;
	box-shadow:0 0 10px #cac9c9;
}

#colright-login {
	float:right;
	margin:0 0 0 30px;
	padding:0;
	width:437px;
}

#margin-aligned-login {
	margin:0 0 0 145px;	
}

#bottom-area-login {
	margin:30px 0 0 0;
}

#bottom-area-login-left {
	float:left;
	margin:0;
	padding:0 20px 0 0;
	width:421px;
}

#bottom-area-login-right {
	float:right;
	margin:0;
	padding:0;
	width:140px;
}

/* End login out styles */


/* Start public form styles */

#content-public form {
	
}

#content-public form label {
	color:#2a2a2a;
	float:left;
	font:normal 12px Verdana,Arial,Helvetica,sans-serif;
	padding-right:6px;
	text-align:right;
	width:140px;
}

#content-public form .form-not-float label {
	float:none;
	font:normal 11px Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	width:auto;
}

#content-public form p {
	clear:left;
}

input.inactive {
	background-color:#ffffeb;
}

input.styled-text-public {
	border:1px solid #9a9a9a;
	padding:5px 3px 4px;
	width:218px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0 0 3px #e9e9e9;
	-webkit-box-shadow:0 0 3px #e9e9e9;
	box-shadow:0 0 3px #e9e9e9;
}

/* End public form styles */