/*
*******************************************
apangea Learning
Student Portal CSS for Version 5.0
July 2008

  == STRUCTURE: ========================
   * Page width:            790 px
   * Number of columns:     20
   * Column width:          30 px
   * Margin width:          10 px
  ======================================


font-family = Arial, Helvetica, sans-serif
 1.00 HTML Elements 
 1.01 Grido
 1.02 Navigation
 1.03 Alternating Rows
 1.04 Content Messaging Content
 1.05 Forms
 1.06 Text Format Styles
 1.07 Main Content Curves
 1.08 Curved Blue/Green Boxes
 1.09 Middle Content Blocks
 1.10 Rewards
 1.11 Coaching Center 
 1.15 Reports
*******************************************
*/


/********************************************
 1.00 HTML Elements  
 *********************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* Grid */
.container {
	width:790px;
	margin:0 auto;
}
.showgrid {
	background:url(src/grid.png);
}
body {
	margin:1.5em 0;
}
body {
	background-repeat: repeat-x;
	background-image:url('../../images/uiv5/bgTile.gif');
	background-color: #98D76F;
	font-family: Arial, sans-serif;
	font-size:75%;
	color:#333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#fff;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	height:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
}
p img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
img.inlineImg {
	margin:0 5px 0 10px;
	padding:0 0 0 0 ;
}

a:focus, a:hover {
	color:#000;
}
a {
	color:#005395;
	text-decoration:underline;
	font-weight:bold;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre, code {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:10px;
}
th {
	font-weight:bold;
	color: #FFF;
	background: #666666;
	border-bottom: 1px solid #ddd;
	padding-left: 10px;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;

}
th, td {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#E6EAF2;
}
tr.odd td {
	background:#FFFFFF;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}

/********************************************
 1.01 Grid  
 *********************************************/
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20 {
	float:left;
	margin-right: 10px;
}
div.last {
	margin-right:0;
}
.span-1 {
	width: 30px;
}
.span-2 {
	width: 70px;
}
.span-3 {
	width: 110px;
}
.span-4 {
	width: 150px;
}
.span-5 {
	width: 190px;
}
.span-6 {
	width: 230px;
}
.span-7 {
	width: 270px;
}
.span-8 {
	width: 310px;
}
.span-9 {
	width: 350px;
}
.span-10 {
	width: 390px;
}
.span-11 {
	width: 430px;
}
.span-12 {
	width: 470px;
}
.span-13 {
	width: 510px;
}
.span-14 {
	width: 550px;
}
.span-15 {
	width: 590px;
}
.span-16 {
	width: 630px;
}
.span-17 {
	width: 670px;
}
.span-18 {
	width: 710px;
}
.span-19 {
	width: 750px;
}
.span-20, div.span-20 {
	width: 790px;
	margin: 0;
}
.append-1 {
	padding-right: 40px;
}
.append-2 {
	padding-right: 80px;
}
.append-3 {
	padding-right: 120px;
}
.append-4 {
	padding-right: 160px;
}
.append-5 {
	padding-right: 200px;
}
.append-6 {
	padding-right: 240px;
}
.append-7 {
	padding-right: 280px;
}
.append-8 {
	padding-right: 320px;
}
.append-9 {
	padding-right: 360px;
}
.append-10 {
	padding-right: 400px;
}
.append-11 {
	padding-right: 440px;
}
.append-12 {
	padding-right: 480px;
}
.append-13 {
	padding-right: 520px;
}
.append-14 {
	padding-right: 560px;
}
.append-15 {
	padding-right: 600px;
}
.append-16 {
	padding-right: 640px;
}
.append-17 {
	padding-right: 680px;
}
.append-18 {
	padding-right: 720px;
}
.append-19 {
	padding-right: 760px;
}
.prepend-1 {
	padding-left: 40px;
}
.prepend-2 {
	padding-left: 80px;
}
.prepend-3 {
	padding-left: 120px;
}
.prepend-4 {
	padding-left: 160px;
}
.prepend-5 {
	padding-left: 200px;
}
.prepend-6 {
	padding-left: 240px;
}
.prepend-7 {
	padding-left: 280px;
}
.prepend-8 {
	padding-left: 320px;
}
.prepend-9 {
	padding-left: 360px;
}
.prepend-10 {
	padding-left: 400px;
}
.prepend-11 {
	padding-left: 440px;
}
.prepend-12 {
	padding-left: 480px;
}
.prepend-13 {
	padding-left: 520px;
}
.prepend-14 {
	padding-left: 560px;
}
.prepend-15 {
	padding-left: 600px;
}
.prepend-16 {
	padding-left: 640px;
}
.prepend-17 {
	padding-left: 680px;
}
.prepend-18 {
	padding-left: 720px;
}
.prepend-19 {
	padding-left: 760px;
}
div.border {
	padding-right:4px;
	margin-right:5px;
	border-right:1px solid #eee;
}
div.colborder {
	padding-right:26px;
	margin-right:25px;
	border-right:1px solid #eee;
}
.pull-1 {
	margin-left: -40px;
}
.pull-2 {
	margin-left: -80px;
}
.pull-3 {
	margin-left: -120px;
}
.pull-4 {
	margin-left: -160px;
}
.pull-5 {
	margin-left: -200px;
}
.pull-6 {
	margin-left: -240px;
}
.pull-7 {
	margin-left: -280px;
}
.pull-8 {
	margin-left: -320px;
}
.pull-9 {
	margin-left: -360px;
}
.pull-10 {
	margin-left: -400px;
}
.pull-11 {
	margin-left: -440px;
}
.pull-12 {
	margin-left: -480px;
}
.pull-13 {
	margin-left: -520px;
}
.pull-14 {
	margin-left: -560px;
}
.pull-15 {
	margin-left: -600px;
}
.pull-16 {
	margin-left: -640px;
}
.pull-17 {
	margin-left: -680px;
}
.pull-18 {
	margin-left: -720px;
}
.pull-19 {
	margin-left: -760px;
}
.pull-20 {
	margin-left: -800px;
}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20 {
	float:left;
	position:relative;
}
.push-1 {
	margin: 0 -40px 1.5em 40px;
}
.push-2 {
	margin: 0 -80px 1.5em 80px;
}
.push-3 {
	margin: 0 -120px 1.5em 120px;
}
.push-4 {
	margin: 0 -160px 1.5em 160px;
}
.push-5 {
	margin: 0 -200px 1.5em 200px;
}
.push-6 {
	margin: 0 -240px 1.5em 240px;
}
.push-7 {
	margin: 0 -280px 1.5em 280px;
}
.push-8 {
	margin: 0 -320px 1.5em 320px;
}
.push-9 {
	margin: 0 -360px 1.5em 360px;
}
.push-10 {
	margin: 0 -400px 1.5em 400px;
}
.push-11 {
	margin: 0 -440px 1.5em 440px;
}
.push-12 {
	margin: 0 -480px 1.5em 480px;
}
.push-13 {
	margin: 0 -520px 1.5em 520px;
}
.push-14 {
	margin: 0 -560px 1.5em 560px;
}
.push-15 {
	margin: 0 -600px 1.5em 600px;
}
.push-16 {
	margin: 0 -640px 1.5em 640px;
}
.push-17 {
	margin: 0 -680px 1.5em 680px;
}
.push-18 {
	margin: 0 -720px 1.5em 720px;
}
.push-19 {
	margin: 0 -760px 1.5em 760px;
}
.push-20 {
	margin: 0 -800px 1.5em 800px;
}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20 {
	float:right;
	position:relative;
}
.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix, * html .container {
	height:1%;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
/********************************************
 1.02 Navigation  
 *********************************************/
.nav {
	background: url('../../images/uiv5/nav-bg.gif') 0 0 no-repeat;
	width: 565px;
	height: 75px;
	margin: 0;
	padding: 0;
}
.nav p {
	margin: 28px 15px 0px 0px;
	padding: 0;
	text-align:right;
	float:right;
	font-weight: bold;
}
.nav ul {
	width: 465px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 40px 0 0 9px;
}

.nav ul li {
	float: left;
	background: url('../../images/uiv5/nav-divider.gif') top right no-repeat;
	height: 40px;
	line-height: 40px;
	margin: 0px 3px 0px 0px;
	padding: 0px 1px 0 0;
}
.nav ul li a {
	float: left;
	display: block;
	background: url('../../images/uiv5/nav-hover.gif') -200px 0 no-repeat;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	height: 35px;
	width: 90px;
	margin: 0;
	padding: 0;
}
.nav ul li.nav-home {
	background: url('../../images/uiv5/HomeNormal.gif') 0 0 no-repeat;

	float: left;
	display: block;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	height: 35px;
	width: 90px;
}
.nav ul li.nav-home a:hover, .nav ul li.nav-home-selected {
	background: url('../../images/uiv5/HomeOver.gif') 0 0 no-repeat;
	height: 35px;
	width: 90px;
	color: #ffffff;
	text-decoration: none;
}
.nav ul li.nav-training {
	background: url('../../images/uiv5/TrainingNormal.gif') 0 0 no-repeat;
	float: left;
	display: block;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	height: 35px;
	width: 90px;
}
.nav ul li.nav-training a:hover, .nav ul li.nav-training-selected {
	background: url('../../images/uiv5/TrainingOver.gif') 0 0 no-repeat;
	height: 35px;
	width: 90px;
	color: #ffffff;
	text-decoration: none;
}
.nav ul li.nav-writing {
	background: url('../../images/uiv5/WritingNormal.gif') 0 0 no-repeat;
	float: left;
	display: block;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	height: 35px;
	width: 90px;
}
.nav ul li.nav-writing a:hover, .nav ul li.nav-writing-selected {
	background: url('../../images/uiv5/WritingOver.gif') 0 0 no-repeat;
	height: 35px;
	width: 90px;
	color: #ffffff;
	text-decoration: none;
}
.nav ul li.nav-math {
	background: url('../../images/uiv5/MathNormal.gif') 0 0 no-repeat;
	float: left;
	display: block;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	height: 35px;
	width: 90px;
}
.nav ul li.nav-math a:hover, .nav ul li.nav-math-selected {
	background: url('../../images/uiv5/MathOver.gif') 0 0 no-repeat;
	height: 35px;
	width: 90px;
	color: #ffffff;
	text-decoration: none;
}
.nav ul li.nav-logout {
	background: url('../../images/uiv5/LogoutNormal.gif') 0 0 no-repeat;
	float: left;
	display: block;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	height: 35px;
	width: 90px;
}
.nav ul li.nav-logout a:hover, .nav ul li.nav-logout-selected {
	background: url('../../images/uiv5/LogoutOver.gif') 0 0 no-repeat;
	height: 35px;
	width: 90px;
	color: #ffffff;
	text-decoration: none;
}


.arrowButtons ul {
	width: 100%;
	height: 40px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.arrowButtons ul li {
	float: left;
	background: url('../../images/uiv5/nav-divider.gif') top right no-repeat;
	height: 40px;
	line-height: 40px;
	margin: 0px 3px 0px 0px;
	padding: 0px 1px 0px 0px;
}
.arrowButtons ul li a {
	float: left;
	display: block;
	background: url('../../images/uiv5/nav-hover.gif') -200px 0 no-repeat;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	height: 35px;
	width: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.arrowButtons ul li.nav-first {
	background: url('../../images/uiv5/FirstNormal.gif') 0 0 no-repeat;
	float: left;
	display: block;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	height: 35px;
	width: 90px;
}
.arrowButtons ul li.nav-first a:hover, .arrowButtons ul li.nav-first-selected {
	background: url('../../images/uiv5/FirstOver.gif') 0 0 no-repeat;
	height: 35px;
	width: 90px;
	color: #ffffff;
	text-decoration: none;
}
.arrowButtons ul li.nav-next {
	background: url('../../images/uiv5/NextNormal.gif') 0 0 no-repeat;
	float: left;
	display: block;	
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	height: 35px;
	width: 90px;
}
.arrowButtons ul li.nav-next a:hover, .arrowButtons ul li.nav-next-selected {
	background: url('../../images/uiv5/NextOver.gif') 0 0 no-repeat;
	height: 35px;
	width: 90px;
	color: #ffffff;
	text-decoration: none;
}
.arrowButtons ul li.nav-previous {
	background: url('../../images/uiv5/PreviousNormal.gif') 0 0 no-repeat;
	float: left;
	display: block;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	height: 35px;
	width: 90px;
}
.arrowButtons ul li.nav-previous a:hover, .arrowButtons ul li.nav-previous-selected {
	background: url('../../images/uiv5/PreviousOver.gif') 0 0 no-repeat;
	height: 35px;
	width: 90px;
	color: #ffffff;
	text-decoration: none;
}
.arrowButtons ul li.nav-last {
	background: url('../../images/uiv5/LastNormal.gif') 0 0 no-repeat;
	float: left;
	display: block;	
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	height: 35px;
	width: 90px;
}
.arrowButtons ul li.nav-last a:hover, .arrowButtons ul li.nav-last-selected {
	background: url('../../images/uiv5/LastOver.gif') 0 0 no-repeat;
	height: 35px;
	width: 90px;
	color: #ffffff;
	text-decoration: none;
}
.nav p.welcome {
	color:#005395;
}
.nav p.messages
{
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	height: 50px;
}

/********************************************
1.03 Alternating Rows 
 *********************************************/

ul.currentCourse .high {
	background:#F9F9F9 url("../../images/uiv5/currentCourse.gif") no-repeat 5px 6px;
}
ul.currentCourse .low {
	background:#F0F0F0 url("../../images/uiv5/currentCourse.gif") no-repeat 5px 6px;
}
ul.enrolledCourse .high {
	background:#F9F9F9 url("../../images/uiv5/enrolledCourse.gif") no-repeat 5px 6px;
}
ul.enrolledCourse .low {
	background:#F0F0F0 url("../../images/uiv5/enrolledCourse.gif") no-repeat 5px 6px;
}
ul.completedCourse .high {
	background:#F9F9F9 url("../../images/uiv5/completedCourse.gif") no-repeat 5px 6px;
}
ul.completedCourse .low {
	background:#F0F0F0 url("../../images/uiv5/completedCourse.gif") no-repeat 5px 6px;
}
ul.reenrolledCourse .high {
	background:#F9F9F9 url("../../images/uiv5/reenrolledCourse.gif") no-repeat 5px 6px;
}
ul.reenrolledCourse .low {
	background:#F0F0F0 url("../../images/uiv5/reenrolledCourse.gif") no-repeat 5px 6px;
}
ul.currentCourse li, ul.enrolledCourse li, ul.completedCourse li, ul.reenrolledCourse li {
	height:auto;
}
.high {
	background:#F9F9F9;
}
.low {
	background:#F0F0F0;
}
.total {
	background:#C4D7E6;
}
/********************************************
 1.04 Content Messaging Content
 *********************************************/
#messageAccordion img, .green_cssbox_body img {
	float:none;
	margin: 0px 0px;
	padding: 0px 0px;
}
#messageAccordion li {
	margin-left: 10px;
	font-size: 11px;
}
div.element p {
	margin:0px 0px;
	padding:5px 10px 0px 15px;
	line-height: 15px;
	font-size: 11px;
}
div.element h4, .reporth4, .green_cssbox_body h4 {
	margin:0px 0px;
	padding:0px 10px 5px 15px;
	font-size: 12px;
	font-weight:bold;
	color: #6EB43F;
}
div.element h3, .reporth3, .green_cssbox_body h3 {
	margin:0px 0px;
	padding:0px 10px 5px 15px;
	font-size: 13px;
	font-weight:bold;
	color: #6EB43F;
}
div.element h2, .reporth2, .green_cssbox_body h2 {
	margin:0px 0px;
	padding:0px 10px 5px 15px;
	font-size: 14px;
	font-weight:bold;
	color: #6EB43F;
}
div.element h1, .reporth1, .green_cssbox_body h1 {
	margin:0px 0px;
	padding:0px 10px 5px 10px;
	font-size: 16px;
	font-weight:bold;
	color: #005395;
}
.word-wrap {
	white-space:normal;
}
/********************************************
 1.05 Forms
 *********************************************/

form.login {
	height:200px;
}
.formField {
	font-weight:bold;
	font-size: 12px;
	text-align: right;
}
.formFieldLeft {
	font-weight:bold;
	font-size: 12px;
	text-align: left;
}
.requiredField {
	font-size: 12px;
	font-weight: bold;
	color: #cc0033;
	text-align: right;
}
p.error, div.error{
	padding:10px 10px 10px 10px;
	margin:10px 20px 10px 20px;
	text-align:center;
	background:#FBE3E4;
	color:#8a1f11;
	border:2px solid #FBC2C4;
	font-weight:bold;	
}
td.error{
	color:#8a1f11;
}
span.error 
{
   	color:#CC0000;
   	font-weight: bold;
} 
p.notice, div.notice {
	padding:10px 10px 10px 10px;
	margin:10px 20px 10px 20px;
	text-align:center;
	padding:10px 10px 10px 10px;
	margin:10px 20px 10px 20px;
	text-align:center;
	background:#FFF6BF;
	color:#514721;
	border:2px solid #FFD324;
	font-weight:bold;
}
p.success, div.success {
	padding:10px 10px 10px 10px;
	margin:10px 20px 10px 20px;
	text-align:center;
	background:#E6EFC2;
	color:#000;
	border:2px solid #C6D880;
	font-weight:bold;
}
p.error a, div.error a {
	color:#8a1f11;
}
p.notice a, div.notice a{
	color:#514721;
}
p.success a, div.success a {
	color:#264409;
}

p.newMessage, div.newMessage {
	padding:5px 5px 5px 5px;
	margin: 5px 0px 0px 5px;
	text-align:center;
	background:#E6EFC2;
	color:#6EB43F;
	border:2px solid #C6D880;
	font-weight:bold;
}
p.normal, div.normal {
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	text-align:center;
}

.topMessage {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	margin: 20px 20px 20px 20px;
	padding: 10px 10px;
}
.dotted {
	color: #ddd;
	background-color: #ddd;
	width: 200px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	border: 1px dotted #333;
	border-style: none none dotted;
}
form.login label {
	font-weight:bold;
	display: block;
	text-align:left;
	margin-left:20px;
}
form.login input.text, form.login input.title, form.login textarea, form.login select {
	margin: 0px 0 10px 20px;
	border:1px solid #bbb;
	height:30px
}
form.login input.text, form.login input.title {
	width:260px;
	padding:5px;
}
form.login input.title {
	font-size:14px;
}
a.submitButton {
	/* Sliding right image */
    background: transparent url('../../images/uiv5/btnRight.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 40px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	margin-left: 100px;
	text-decoration: none;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
a.submitButton span {
	/* Background left image */ 
    background: transparent url('../../images/uiv5/btnLeft.png') no-repeat;
	display: block;
	line-height: 26px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 20px 7px 30px;
}
a.submitButton:hover {
	/* Sliding right image */
    background: transparent url('../../images/uiv5/btnRightHover.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 40px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
    text-decoration: none;
	color: #EEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
a.submitButton:hover span {
	/* Background left image */ 
    background: transparent url('../../images/uiv5/btnLeftHover.png') no-repeat;
	display: block;
	line-height: 26px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 20px 7px 30px;
}
a.mini_submitButton {
	/* Sliding right image */
    background: transparent url('../../images/uiv5/btnRight.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 40px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	margin-top: 15px;
	margin-left: 30px;
	/* FONT PROPERTIES */
    text-decoration: none;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
a.mini_submitButton span {
	/* Background left image */ 
    background: transparent url('../../images/uiv5/btnLeft.png') no-repeat;
	display: block;
	line-height: 26px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 20px 7px 30px;
}
a.mini_submitButton:hover {
	/* Sliding right image */
    background: transparent url('../../images/uiv5/btnRightHover.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 40px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
    text-decoration: none;
	color: #EEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a.mini_submitButton:hover span {
	/* Background left image */ 
    background: transparent url('../../images/uiv5/btnLeftHover.png') no-repeat;
	display: block;
	line-height: 26px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 20px 7px 30px;
}
.centerBlock {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}
textarea {
	width:390px;
	height:250px;
	padding:5px;
}
.report {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}
.reportBox {
	border:1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;	
}

.reportBox td {
	padding: 2px 5px;
}
.reportBox td.reportButtonBox {
	color: #ddd;
	background:#E5E5E5;
	width: 200px;
	clear:both;
	padding: 5px 5px;
	border-top: 1px solid #999;
}
/********************************************
 1.06 TextFormat Styles
 *********************************************/

.hiddenPic {display:none;}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	color:#0A317A;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.box {
	padding:1.5em;
	margin-bottom:1.5em;
	background:#E5ECF9;
}
.copyright {
	margin: 10px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
/********************************************
 1.07 Main Content Curves
 *********************************************/
div#logoCurvedBox {
	margin: 0 0;
	background-color: #FFF;
	background-image:url('../../images/uiv5/leftColumnBackground.gif');
	background-repeat:repeat-x;

}
div#darkGreenBgCurvedBox, div#lightGreenBgCurvedBox {
	margin: 0 0;
}
/*Dark Green*/
b.darkGreenBgCurve { /*Top Corner background color*/
	display:block;
	background:#599F2F;
}
b.darkGreenBgCurve b { /*Top Corner Inside Color*/
	display:block;
	height: 1px;
	overflow: hidden;
	background: #fff
}
b.darkGreenBgCurve b.r4 {
	margin: 0 1px;
	height: 2px
}
/*Light Green*/
b.lightGreenBgCurve { /*Top Corner background color*/
	display:block;
	background: #98D76F;
}
b.lightGreenBgCurve b { /*Top Corner Inside Color*/
	display:block;
	height: 1px;
	overflow: hidden;
	background: #fff
}
b.lightGreenBgCurve b.r4 {
	margin: 0 0px;
	height: 2px
}
/*BLUE*/
b.lightBlueBgCurve { /*Top Corner background color*/
	display:block;
	background: #83C55A;
}
b.lightBlueBgCurve b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #E7EFF5;
}
b.lightBlueBgCurve b.r4 {
	margin: 0 0px;
	height: 2px
}
/*INDENTS*/
b.r1 {
	margin: 0 5px
}
b.r2 {
	margin: 0 3px
}
b.r3 {
	margin: 0 2px
}
b.r5 {
	margin: 0 2px
}
.middlecontent {
	background-color:#FFFFFF;
	border-top: 1px solid #D6D6D3;
	margin: 0px 0px 0px 0px;
}
/********************************************
 1.08 Curved Blue/Green Boxes
 *********************************************/

/* set the image to use and establish the lower-right position */ 
.green_cssbox, .green_cssbox_body, .green_cssbox_head, .green_cssbox_head h2 {
	background: transparent url('../../images/uiv5/green_cssbox.png') no-repeat bottom right;
}
.blue_cssbox, .blue_cssbox_body, .blue_cssbox_head, .blue_cssbox_head h2 {
	background: transparent url('../../images/uiv5/blue_cssbox.png') no-repeat bottom right;

}
.green_cssbox, .blue_cssbox {
	padding-right: 14px; /* the gap on the right edge of the image (not content padding) */
	margin: 10px auto; /* use to position the box */
}
/* set the top-right image */ 
.green_cssbox_head, .blue_cssbox_head {
	background-position: top right;
	margin-right: -14px; /* pull the right image over on top of border */
	padding-right: 30px; /* right-image-gap + right-inside padding */
}
/* set the top-left image */ 
.green_cssbox_head h2, .blue_cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 10px 0 5px 25px; /* padding-left = image gap + interior padding ... no padding-right */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight:bold;
	height: auto !important;
	height: 1%; /* IE Holly Hack */
}
/* set the lower-left corner image */ 
.green_cssbox_body, .blue_cssbox_body {
	background-position: bottom left;
	margin-right: 20px; /* interior-padding right */
	padding: 10px 0 15px 20px; /* mirror .cssbox_head right/left */
}
.blue_cssbox_scores, .green_cssbox_main, .blue_cssbox_coachingCenter {
	background: transparent url('../../images/uiv5/blue_cssbox_m.gif') repeat-y top left;
	padding: 0px 0 0px 0px; /* mirror .cssbox_head right/left */
	margin: 0px 0px 0px 0px;
}
.blue_cssbox_scores, .green_cssbox_main, .blue_cssbox_coachingCenter {
	background: transparent url('../../images/uiv5/blue_cssbox_m.gif') repeat-y top left;
	padding: 0px 0 0px 0px; /* mirror .cssbox_head right/left */
	margin: 0px 0px 0px 0px;
}


/* set subheaders */

.green_cssbox_subhead, .blue_cssbox_subhead {
	background: transparent url('../../images/uiv5/subheader_cssbox.gif');
	background-repeat: repeat-x;
	margin-left:9px;
	height: 25px;
}
.green_cssbox_subhead h2, .blue_cssbox_subhead h2 {
	margin: 0; /* reset main site styles*/
	padding: 5px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333;
}
.leftBlock {
	float:left;
	display: block;
	margin-left:0px;
	width: 65px;
	text-align:right;
}
.leftBlock_hs {
	float:left;
	display: block;
	margin-left:0px;
	width: 30px;
	text-align:right;
}
.middleBlock {
	float:left;
	display: block;
	margin-left:5px;
	width: 55px;
	text-align:right;
}
.middleBlock_hs {
	float:left;
	display: block;
	margin-left:0px;
	width: 120px;
	text-align:right;
}
.rightBlock {
	float:left;
	display: block;
	margin-left:5px;
	width: 60px;
	text-align:right;
}
.rightBlock_hs {
	float:left;
	display: block;
	margin-left:0px;
	width: 50px;
	text-align:right;
}
.hrule {
	clear: both;
	width: 190px;
	margin-left:20px;
	padding: 3px 0px;
	border-bottom: 1px solid #ccc;
}
/********************************************
 1.09 Middle Content Blocks
 *********************************************/
.middlecontent .newBlock {
	margin: 20px 20px;
	border: #CCC 1px solid;
	width: 750px;
}
.middlecontent .subBlock {
	margin: 0px 0px;
	padding: 0px 0px;
	border: #CCC 1px solid;
	width: 730px;
}
.middlecontent .newBlock .titleBlock {
	background: transparent url('../../images/uiv5/bc_bg.png');
	background-repeat: repeat-x;
	padding: 5px 0px 0px 5px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333;
}
.titleBlock table td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.titleBlock table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.middlecontent .subblock .titleBlock {
	background: transparent url('../../images/uiv5/bc_bg.png');
	background-repeat: repeat-x;
	padding: 5px 0px 0px 5px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333;
}
.iconSet {
	text-align:right;
	float:right;
	margin: -25px 5px 0px 0px;

}

.middlecontent .newBlock .infoBlock {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	padding: 10px 10px;
	vertical-align: top;
}
.middlecontent .subblock .infoBlock {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	padding: 10px 10px;
	vertical-align: top;
}
.green_cssbox_main ul {
	margin:0px 0px 0px 9px;
	padding:0px 0px 0px 2px;
	list-style:none;
}
.green_cssbox_main li {
	margin:0px;
	padding:5px 10px 2px 30px;
	border-bottom:1px solid #CCCCCC;
	height: 25px;
}
.green_cssbox_main h2 {
	padding-left: 15px;
	font-weight:bold;
	color: #777;
	font-size:12px;
}
.green_cssbox_main p {
	padding: 5px 10px 5px 20px;
	font-size:12px;
	margin: 0px 0px;
}
ul.currentCourse, ul.enrolledCourse, ul.completedCourse, ul.reenrolledCourse {
	font-size: 12px;
}
/********************************************
 1.10 Rewards
 *********************************************/

.reward {
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	FONT-SIZE: 11px;
	COLOR: #333;
	text-align: left;
	BORDER-BOTTOM: #999999 1px solid;
	height: 125px;
	clear:both;
}
.rewardImage {
	display: block;
	float:left;
	PADDING: 7px;
	width: 125px;
}
.rewardImageFade {
	display: block;
	float:left;
	PADDING: 7px;
	width: 125px;

	opacity:0.30;
}
.rewardText, .rewardTextFade {
	display: block;
	float:left;
	width: 500px;
	margin-left: 40px;
	font-weight: normal;
	FONT-SIZE: 12px;
	COLOR: #333;
}
.rewardTextFade {

	opacity:0.30;
}
.rewardPoints {
	font-size: 14px;
	color:#005395;
}
#purchaseReward a.mini_submitButton {
	margin: 0px 10px 0px 0px;
}
/********************************************
 1.11 Coaching Center 
 *********************************************/
.tip { 
	width:200px; 
	font-family:Arial, Helvetica, sans-serif; 
	background:url('../../images/uiv5/tip-text.png') left top repeat-y; 
}

.tip-top {
	background:url('../../images/uiv5/tip-top.png') top left no-repeat;
	height:26px; 
	width:200px; 
}
.tip-title {
	color:#005395; 
	font-weight:bold; 
	font-size: 14px; 
	margin:0 10px 0 10px; 
	padding:5px 0px 15px 0px;	
}
.tip-text { 
	color:#333; 
	text-align:left;
	font-size: 11px; 
	padding:10px 10px 10px 10px; 
	width:185px;	
}
.tip-text ul{
	list-style:square;
	margin: 5px 5px 0px 8px;
	padding: 0px 0px 5px 8px;
	font-size:11px;
	line-height:12px;
}
.currentLearningCoachText{
	line-height:15px;
}

.currentLearningCoachText ul{
	list-style:square;
	margin: 5px 5px 0px 18px;
	padding: 0px 0px 5px 18px;
	font-size:11px;
	line-height:12px;
}
.currentLearningCoachText ul li, .tip-text ul li{
	padding: 0px 0px 5px 0px;

}

.tip-bottom {
	background:url('../../images/uiv5/tip-bottom.png') left bottom no-repeat; 
	width:200px; 
	height:30px; 
}
.avatarSelector table td {

	padding-bottom: 10px;	
}
.avatarSelector table {
	padding-top: 10px;
	padding-left: 5px;	
}
.avatarSelector table td {

	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;	
}
.currentLearningCoachImg {
	font-size: 16px;
	font-weight:bold;
	color: #005395;
}

.avatarSelector a img  {
	border: 2px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.avatarSelector a:hover img  {
	border: 2px solid #005395;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.avatarSelector 
{
	padding-left:15px;
}

.currentLearningCoachText p 
{
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom:0px;
	font-size: 11px;
	text-align:left;
}
.currentLearningCoachImg {
	text-align: center;
}
.currentLearningCoachImg img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #ccc;
	background: black;
}

.avatarSelector ul {
	list-style: none;
}

#LoaderDiv 
{
    height:100px;
}
/********************************************
 1.11
 *********************************************/

#messageAccordion {
	margin:0px 0px 20px 0px;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	background: #F3F7FC;
	
}

h3.toggler {
	cursor: pointer;
	background: transparent url('../../images/uiv5/subheader_cssbox.gif');
	background-repeat: repeat-x;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight:bold;
	margin: 0 0 4px 0;
	padding: 5px 5px 1px 5px;
}
h3.highScoreToggler, h3.coachingCenterToggler {
	cursor: pointer;
	background: transparent url('../../images/uiv5/subheader_cssbox.gif');
	background-repeat: repeat-x;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight:bold;
	margin: 0px 0 -5px 9px;
	padding: 5px 5px 0px 5px;
}
.coachingCenterElement {
	padding: 0px 5px 0px 20px;
	background: transparent url('../../images/uiv5/blue_cssbox_m.gif') repeat-y top left;
}
#coachingCenter {
	padding: 0px 0px 0px 20px;
}


blockquote {
	padding:5px 20px;
}

/********************************************
 1.12 Tech Check
 *********************************************/
	
.col1  { 
	border-right: #CCC 1px solid; 
	padding-left: 7px; 
	font-weight: bold; 
	vertical-align: top; 
	width: 131px; 
	height: 44px; 
	text-align: left; 
}
.col2  { 
	border-right: #CCC 1px solid; 
	padding-left: 7px; 
	font-weight: normal; 

	vertical-align: top; 
	width: 194px; 
	height: 44px; 
	text-align: left 
}
.col3  { 
	border-right: #CCC 1px solid; 
	padding-left: 7px; 
	font-weight: normal; 

	vertical-align: top; 
	width: 184px; 
	height: 44px; 
	text-align: left 
}
.col4  { 
	font-weight: normal;
	height: 44px 
}	
.techCheckButton {
	margin:20px 20px 20px 20px;
	background: url("../../images/ui/checksystem.gif");
	height: 40px;
	width: 200px;
}
.techCheckButton_over {
	margin:20px 20px 20px 20px;
	background: url("../../images/ui/checksystem_f2.gif") repeat-x;
	cursor: pointer;
	height: 40px;
	width: 200px;
}
/*Reports & Tables*/
#welcomeBlock {
	font-size: 14px;
	font-weight: bold;
	color: #0f618a;
	padding: 0px 20px 0px 20px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: #D3E2E9 4px solid;
	border-left: 0px;
}
tr.tableSubHeader {
	background: #CCD8FF;
	border: 1px solid #ccc;
}
.tableSubHeader td {
	font-weight:bold;
	font-size:13px;
}

.headerRow {
	background: #ccc url('../../images/uiv5/subheader_cssbox.gif');
	background-repeat: repeat-x;
}
.headerRow td, .headerRowLarge td {
	font-size: 12px;
	font-weight: bold;
}
.headerRowLarge {
	background: #ccc ;
}
.inactiveRow {
	background-color: #eee;
	color: #555555;
}
.completedRow {
	background-color: #ddcccc;
	color: #660000;
}
.normalRow {
	background-color: #ffffff;
	color: #000000;
}
.newRow {
	background-color: #ffff00;
	color: #000000;
}
.deletedRow {
	background-color: #ff6666;
	color: #000000;
}
.districtRow {
	background-color: #B9BF80;
}
.schoolRow {
	background-color: #CCD1A3;
}
.classRow {
	background-color: #E1E4C2;
}
.alternatingRow {
	background-color: #F0F0F0;
}
.report caption {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	color: #6EB43F;
	text-align: left;
	padding-bottom:10px;
}
/********************************************
 1.12 Calculator
 *********************************************/

input.calc{
	background: transparent url('../../images/uiv5/oval-blue-right.gif') no-repeat top left;
	display: block;
	float: left;
	font: normal 13px Arial; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	color: #494949; /*button text color*/
	font-weight:bold;
	border:1px solid #cccccc;
}

input.calc:hover{ /* Hover state CSS */
	background-position: bottom left;
	color: #494949;	
}



/********************************************
 1.13
 *********************************************/
.alerts {
	font-size:11px;
	font-weight:bold;
	vertical-align:top;
}
#graphicalProgress
	{
	padding: 0px;
	background:#fff;
	}
	
#graphicalProgress .studName
	{
	background-color: #D3E2E9;
	border-right: solid 1px #D3E2E9;
	border-bottom: solid 1px #ffffff;
	height: 15px;
	}
	
#graphicalProgress .progTitles {
	width: 17px;
	padding: 0px 0px;
	margin:0px 0px;
	text-align: center;
	background-color: #D3E2E9;
	border-right: solid 1px #ffffff;
	}
	
#graphicalProgress .progicon
	{
	width: 20px;
	padding: 0px;
	text-align: center;
	border-right: solid 1px #D3E2E9;
	}
	
#graphicalProgress .ratio
	{
	text-align: right;
	background-color: #4E7F93;
	font-weight: bold;
	color: #D3E2E9;
	}

#graphicalProgress .ratioTitle
	{
	text-align: center;
	background-color: #4E7F93;
	}

#progKey
	{
	border: solid 1px #D3E2E9;
	width: 100%;
	margin-top: 4px;
	}

#progKey #progKeyTitle
	{
	text-align: center;
	background-color: #D3E2E9;
	font-weight: bold;
	color: #4E7F93;
	}

#progKey .progKeyItem {
	text-align: center;
}
	
/****************************************
 1.14 styles for the user treeviews
*****************************************/

.studentTree td, .studentTree tr, .studentTree table, .studentTree trh
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
/****************************************
styles for the Cookie Crumb
*****************************************/
.cookieCrumb li  {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

.cookieCrumb a {
    height:24px;
    display:block;
    background-image:url('../../images/uiv5/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

.cookieCrumb a.home{
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url('../../images/uiv5/bc_home.gif');
	display:block;
	width:35px;
	height:25px;
	text-decoration:none;
}
.cookieCrumb a.home:hover{
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url('../../images/uiv5/bc_home_hover.gif');
	display:block;
	width:35px;
	height:25px;
	text-decoration:none;
}

.cookieCrumb a:hover {
    color:#005395;
}

.alerts {
	color:#8a1f11;
	margin-left:5px;
}
.pageHeaderContainer {
	padding: 5px 0px 0px 0px;
	background-color:#DFDFDF;
	clear:both;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
}
.pageHeader {
	float:left;
	line-height:25px;
	color:#000000;	
}

.pageIcons {
	float:right;
	padding-right:5px;
}

/**********************************************

Cookie Jar
**********************************************/		   
.cookieJar {
    width:100%;
	height: 25px;
}		   
.cookieCrumb {
	float:left;
    font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url('../../images/uiv5/bc_bg.png'); 
    background-repeat:repeat-x;
    height:25px;
	width:634px;
    line-height:25px;
    color:#9b9b9b;
    border-bottom:solid 1px #cacaca;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

.pageAssistantHolder{
	float:left;
    height:25px;
    width:149px;		
	background-image:url('../../images/uiv5/bc_bg.png'); 
    border-bottom:solid 1px #cacaca;	
    border-right:solid 1px #cacaca;		
    margin: 0px 0px 0px 0px;
	padding-right:5px;
}
.pageAssistantHolder li ul a {
	text-decoration:none;
}
ul.pageAssistantList, ul.pageAssistantList * {  
	padding: 0px 0px;
	margin:  0px 0px;
	list-style: none;
}
ul.pageAssistantList {
	position:relative;
	width:50em;
	max-width:100%;
	float:right;
	margin-bottom:3.5em;
}
ul.pageAssistantList li {
	text-align:right;
	position: relative;
	font-size:10px;
	font-weight:bold;	
	line-height:15px;
	padding: 2px 5px;
}
ul.pageAssistantList li a.pageAssistantIcon {
	float:right;
	background-image:url('../../images/uiv5/pageAssistant.gif');
	display:block;
	width:35px;
	height:24px;
}
ul.pageAssistantList li a.pageAssistantIcon:hover {
	float:right;
	background-image:url('../../images/uiv5/pageAssistant_hover.gif');
	display:block;
	width:35px;
	height:24px;
}

ul.pageAssistantItems {
	clear:both;
}
ul.pageAssistantItems li {
	text-align:left;
	position: relative;
	font-size:11px;
	font-weight:bold;	
	line-height:15px;
}
.pageAssistantHolder li:hover ul,.pageAssistantHolder li.over ul { 
	display: block;
}
.pageAssistantHolder li ul li:hover {
	background: #DFDFDF;
}
.pageAssistantHolder li ul { 
	display: none;
	width:auto;
	background:#FFF;	
	border: 2px solid #ccc;	
}
.clearAll {
	clear:both;
}

/********************************************
 Writing RTE
 *********************************************/

.writingRTE td, .writingRTE th{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
border-top-width: 0pt;

font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align:top;
}

/********************************************
Parent Pages
 *********************************************/
  .imgShake:hover
    {
        padding-left:2px;
        padding-right:0px;
        padding-bottom:1px;
        padding-top:0px;
        cursor: pointer;
    }
  .imgShake
    {
        padding-left:0px;
        padding-right:2px;
        padding-bottom:0px;
        padding-top:1px;

    }
.legend 
{
    list-style: none;
}

/****************************************
 1.15 reports
*****************************************/
.rptButtonBar
{
	background: transparent url('../../images/uiv5/bc_bg.png');
	background-repeat: repeat-x;
	padding: 5px 0px 0px 5px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333;
}
.rptButtonBarContent{
	margin: 0px 40px;	
}

.rptTable 
{
	border: solid 1px #D7D7D7; 
	background-color: #FFFFFF;
	line-height:1.2em;		
}
.rptTable th.reportTitle {
	background:none;
	background-color: #E4EAF3;
	border: solid 1px #D7D7D7;
	color: #003333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
	font-weight:bold;
	font-size:14px;
}
.rptTable th p {
	margin: 5px 5px 5px 5px;	
}
.rptTable th
{
	background: transparent url('../../images/uiv5/report_th_bg.png');
	background-repeat: repeat-x;	
	background-color: #94A7CD;
	border: solid 1px #7F96C4;
	border-left:none;
	border-right:none;
	color: #FFFFFF;
	line-height:1.2em;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.rptTable td 
{
	border: solid 1px #D7D7D7; 
	line-height:1.5em;		
}

.rptTableEven
{
	background-color: #EDEEDC;
}

.rptTableOdd 
{
	background-color: #FFFFFF;
}

.rptTableSummary 
{
	background-color: #E4EAF3;
	color:#003366;
}

.rptTableKey
{
}

.rptTableKey td 
{
	border: solid 0px #FFFFFF; 
}
.rptBoxBg {
	background-color: #ffffff;	
	border-top: 1px solid #D6D6D3;
	margin: 0px 40px;
	padding-bottom:20px;
}
.rptSelectorBox {
	background-color: #EDEEDC;	
	border: 1px solid #D7D7D7;
	color:#003366;
	height:50px;
	margin-bottom: 10px;
}
.rptSelectorBox td 
{
	font-size:13px;
	font-weight:bold;
}
.rptSelectorContent{
	padding: 0px 10px 0px 10px;
	float:left;
}
.rptSelectorIcons {
	padding:15px 10px 15px 10px;	
	float:left;	
}