/***** CSS for ESR *****/

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 62.5%;
	color: #333;
	font-family: "Trebuchet MS", "Trebuchet", "Myriad Pro", Myriad, Trebuchet, Helvetica, Arial;
}
img {
	border: none;
}
.clear {
	clear: both;
}
#header .liveDemo strong,
#logo em,
#appNav h2 em,
#appNav li em,
#contactBox p,
#contactBox a em,
h1 span em,
#header .login strong,
.colNavButton em {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}


.colNavButtonFacebook {
	display: block;
	height: 21px;
	overflow: hidden;
	text-indent:26px;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	background: url(../images/interface/network_facebook.png) no-repeat 8px 7px;
}
.colNavButtonTwitter {
	display: block;
	height: 21px;
	overflow: hidden;
	text-indent:26px;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	background: url(../images/interface/network_twitter.png) no-repeat 8px 7px;
}


/***** Type *****/
a:link {
	color: #0066cc;
}
a:visited {
	color: #014282;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #cc0000;
	outline: none;
}
h1 {
	font-weight: normal;
	padding: 7px 0 15px 0;
	font-size: 1.8em;
}
h2 {
	font-weight: normal;
}
#colContent h2 {
	font-size: 1.4em;
	padding: 10px 0 0 0;
}
#colContent h3 {
	font-size: 1.2em;
}
#colContent h4 {
	font-size: 1.1em;
}
#colContent ul,
#colContent ol {
	padding: 0 0 1.1em 1.5em;
}
#colContent li {
	padding: 0 0 5px 0;
}
p {
	line-height: 1.5;
	padding: 0 0 1.1em 0;
}





/***** Backgrounds *****/
body.home {
	background-image: url(../images/backgrounds/programming.jpg);
}
body.programming {
	background-image: url(../images/backgrounds/programming.jpg);
}
body.attendance {
	background-image: url(../images/backgrounds/attendance.jpg);
}
body.assessment {
	background-image: url(../images/backgrounds/assessment.jpg);
}
body.welfare {
	background-image: url(../images/backgrounds/welfare.jpg);
}
body.markbook {
	background-image: url(../images/backgrounds/markbook.jpg);
}
body.trends {
	background-image: url(../images/backgrounds/trends.jpg);
}
body.reports {
	background-image: url(../images/backgrounds/reports.jpg);
}
body.profiling {
	background-image: url(../images/backgrounds/profiling.jpg);
}
body {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}





/***** Container *****/
#container {
	width: 904px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
}





/***** Header *****/
#header {
	position: relative;
}
#mainNav {
	position: absolute;
	width: 894px;
	height: 34px;
	top: 0;
	left: 7px;
	background: url(../images/interface/header-bg.png) no-repeat 0 0;
}
#mainNav ul {
	list-style-type: none;
}
#mainNav li {
	float: left;
	width: auto;
	/*padding: 5px 12px 5px 7px;*/
	padding: 5px 6px 5px 2px;
	background: url(../images/interface/header-bullet.png) no-repeat right center;
}
#mainNav li:last-child {
	background: none;
}
#mainNav a {
	display: block;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover {
	text-decoration: underline;
}
#mainNav em {
	font-style: normal;
	display: block;
	padding: 0 8px 0 7px;
}
#mainNav .selected a {
	background: url(../images/interface/header-link-on-left.png) no-repeat 0 0;
}
#mainNav .selected a:hover {
	text-decoration: none;
}
#mainNav .selected em {
	background: url(../images/interface/header-link-on-right.png) no-repeat right top;
}
/*#header .liveDemo {
	position: absolute;
	width: 108px;
	height: 25px;
	top: 4px;
	right: 178px;
	line-height: normal;
	background: url(../images/interface/button-demo.png) no-repeat 0 0;
}*/
#header .liveDemo {
	position: absolute;
	width: 134px;
	height: 25px;
	top: 4px;
	right: 150px;
	line-height: normal;
	background: url(../images/interface/button-login-high.png) no-repeat 0 0;
}
#header .login {
	position: absolute;
	width: 169px;
	height: 25px;
	top: 4px;
	/*right: 5px;*/
	right:-24px;
	line-height: normal;
	background: url(../images/interface/button-login.png) no-repeat 0 0;
}
#header .roarDemo {
	position: absolute;
	width: 136px;
	height: 25px;
	top: 4px;
	right: 290px;
	line-height: normal;
	background: url(../images/interface/button-roar.png) no-repeat 0 0;
}
/*#header .liveDemo:hover {
	background-position: left bottom;
}*/
#logo {
	position: absolute;
	width: 233px;
	height: 63px;
	top: 96px;
	left: 17px;
	background: url(../images/interface/esr-logo.png) no-repeat 0 0; /* ie6.css */
}
#logo a {
	display: block;
	height: 63px;
}




/***** Content *****/
#content {
	background: url(../images/interface/content-bg-top.png) no-repeat 0 220px;
	padding: 242px 20px 25px 22px;
}




/***** Columns *****/
#appNav {
	float: left;
	width: 192px;
}
#contentWrapper {
	float: right;
	width: 636px;
	min-height: 600px
}
#colContent {
	float:left;
	width: 419px;
	font-size: 1.1em;
}
#colNav {
	float: right;
	width: 184px;
}




/***** Applications Menu *****/
#appNav h2 {
	height: 31px;
	background: url(../images/interface/esr-momentum-banner.png) no-repeat 0 0;
	margin: 0 0 4px 0;
}
#appNav li {
	list-style-type: none;
	height: 44px;
	width: 175px;
	margin-bottom: 4px; /* IE6 & IE7.css */
	position: relative;
}
#appNav li a {
	display: block;
	height: 44px;
	background: url(../images/interface/app-nav-buttons.png) no-repeat 0 0;
}
#appNav #app1 a {background-position: 0 0;}
#appNav #app2 a {background-position: 0 -48px;}
#appNav #app3 a {background-position: 0 -96px;}
#appNav #app4 a {background-position: 0 -144px;}
#appNav #app5 a {background-position: 0 -192px;}
#appNav #app6 a {background-position: 0 -240px;}

#appNav #app7 a {
	display: block;
	height: 44px;
	background: url(../images/interface/app-nav-buttons2.png) no-repeat 0 0;
	background-position: 0 -48px;
	}
#appNav #app8 a {
	display: block;
	height: 44px;
	background: url(../images/interface/app-nav-buttons2.png) no-repeat 0 0;
	background-position: 0 0px;
	}

#appNav #app1 a:hover, #appNav #app1.on a {background-position: -175px 0;}
#appNav #app2 a:hover, #appNav #app2.on a {background-position: -175px -48px;}
#appNav #app3 a:hover, #appNav #app3.on a {background-position: -175px -96px;}
#appNav #app4 a:hover, #appNav #app4.on a {background-position: -175px -144px;}
#appNav #app5 a:hover, #appNav #app5.on a {background-position: -175px -192px;}
#appNav #app6 a:hover, #appNav #app6.on a {background-position: -175px -240px;}

#appNav #app7 a:hover, #appNav #app7.on a {background-position: -175px -48px;}
#appNav #app8 a:hover, #appNav #app8.on a {background-position: -175px 0px;}

#appNav li.on em {
	width: 173px;
	height: 44px;
	background: url(../images/interface/light_program.png) no-repeat 0 0;
	text-indent: 20px;
	overflow: hidden;
	/*position: absolute;*/
	left: 112px;
	top: 15px;
}

#appNav li.on1 em {
	width: 173px;
	height: 44px;
	background: url(../images/interface/light_program.png) no-repeat 0 0;
	text-indent: 20px;
	overflow: hidden;
	/*position: absolute;*/
	left: 112px;
	top: 15px;
}
#appNav li.on2 em {
	width: 173px;
	height: 44px;
	background: url(../images/interface/light_assess.png) no-repeat 0 0;
	text-indent: 20px;
	overflow: hidden;
	left: 112px;
	top: 15px;
}
#appNav li.on3 em {
	width: 173px;
	height: 44px;
	background: url(../images/interface/light_markbook.png) no-repeat 0 0;
	text-indent: 20px;
	overflow: hidden;
	left: 112px;
	top: 15px;
}
#appNav li.on4 em {
	width: 173px;
	height: 44px;
	background: url(../images/interface/light_welfare.png) no-repeat 0 0;
	text-indent: 20px;
	overflow: hidden;
	left: 112px;
	top: 15px;
}
#appNav li.on5 em {
	width: 173px;
	height: 44px;
	background: url(../images/interface/light_trends.png) no-repeat 0 0;
	text-indent: 20px;
	overflow: hidden;
	left: 112px;
	top: 15px;
}
#appNav li.on6 em {
	width: 173px;
	height: 44px;
	background: url(../images/interface/light_reports.png) no-repeat 0 0;
	text-indent: 20px;
	overflow: hidden;
	left: 112px;
	top: 15px;
}

#content .app li.on em {
	background: none;
}
#newsBox {
	width: 170px;
	padding: 25px 0 0 0;
}
#newsBox h2 {
	background: none;
	font-size: 1.5em;
	height: auto;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	margin: 0 0 10px 0;
}
#newsBox li {
	height: auto;
	width: auto;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	position: static;
	height: 1%;
	border-bottom: 1px solid #e5e5e5;
}
#newsBox li:last-child {
	border: none;
}
#newsBox li a {
	display: inline;
	height: auto;
	background: none;
}
#newsBox li strong {
	display: block;
	font-weight: normal;
	color: #666;
}
#appNav #frmSS4 #emailSub1 {
	width: 170px;
}
#appNav #frmSS4 p {
	line-height: 1;
	padding: 6px 0 0 105px;
}
#appNav #frmSS4 label {
	font-size: 1.5em;
	font-weight: normal;
	height: auto;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	margin: 10px 0 10px 0;
}





/***** Col Nav *****/
#colNav h2 {
	background: url(../images/interface/right-col-heading-bg.png) no-repeat 0 0;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	padding: 1px 0 0 10px;
	line-height: 30px;
}
#colNav ul {
	background: url(../images/interface/right-col-nav-bg.png) repeat-x 0 0;
	padding: 3px 0 25px 0;
}
#colNav li { /* ie6.css */
	list-style-type: none;
	font-size: 1.2em;
}
#colNav a {
	text-decoration: none;
	display: block;
	padding: 10px 0 0 13px;
}
#colNav a:hover {
	text-decoration: underline;
}
#colNav .on a {
	color: #ff9200;
}
#colNav .colNavButton,
#colNav .thirdPartyButtons a {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px 0;
}
#colNav .colNavButton {
  height: 48px;
  background: url(../images/interface/colnav-buttons.png) no-repeat 0 0;
}
#colNav .helpButton {
	background-position: 0 -53px;
}
#colNav .demoButton {
	background-position: 0 -106px;
}
#colNav .brochureButton {
	background-position: 0 -159px;
}
#colNav .thirdPartyButtons a {
  margin: 10px 0 0 0;
  text-align: center;
}
#colNav .thirdPartyButtons {
  padding: 30px 0 0 0;
}

#colNav .playMovie {
	display: block;
	height: 120px;
	/*overflow: hidden;*/
	padding: 0;
	margin: 0px 0px 15px 0px;
	background: url(../images/interface/vid6.png) no-repeat 0 0;
	
}




/***** Pages Titles *****/
h1.assessment {
	background: url(../images/interface/icon-assessment.png) no-repeat 0 0;
	padding: 16px 0 0 42px;
	position: relative;
	width: 400px;
	margin-top: 15px;
}
h1.assessment span,
h1.programming span,
h1.markbook span,
h1.welfare span,
h1.trends span,
h1.reports span,
h1.profiling span,
h1.attendance span {
	position: absolute;
	width: 380px;
	top: 1px;
	left: 42px;
	border-bottom: 1px solid #999;
	height: 14px;
	background: url(../images/interface/app-title-bg.png) no-repeat 0 0;
}
h1.programming {
	padding: 16px 0 0 42px;
	position: relative;
	width: 400px;
	margin-top: 15px;
	background: url(../images/interface/icon-programming.png) no-repeat 0 0;
}
h1.markbook {
	padding: 16px 0 0 42px;
	position: relative;
	width: 400px;
	margin-top: 15px;
	background: url(../images/interface/icon-markbook.png) no-repeat 0 0;
}
h1.welfare {
	padding: 16px 0 0 42px;
	position: relative;
	width: 400px;
	margin-top: 15px;
	background: url(../images/interface/icon-welfare.png) no-repeat 0 0;
}
h1.trends {
	padding: 16px 0 0 42px;
	position: relative;
	width: 400px;
	margin-top: 15px;
	background: url(../images/interface/icon-trends.png) no-repeat 0 0;
}
h1.reports {
	padding: 16px 0 0 42px;
	position: relative;
	width: 400px;
	margin-top: 15px;
	background: url(../images/interface/icon-reports.png) no-repeat 0 0;
}
h1.profiling {
	padding: 16px 0 0 42px;
	position: relative;
	width: 400px;
	margin-top: 15px;
	background: url(../images/interface/icon-profiling.png) no-repeat 0 0;
}
h1.attendance {
	padding: 16px 0 0 42px;
	position: relative;
	width: 400px;
	margin-top: 15px;
	background: url(../images/interface/icon-attendance.png) no-repeat 0 0;
}
h1 em {
	font-style: normal;
	font-size: 90%;
}
h1 em img {
	padding: 0 3px;
}




/***** News *****/
.story {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
}
.story h2 em {
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	color: #666;
}




/***** Applications *****/
.zoom1 {
	display: block;
	padding: 10px 0;
}




/***** Demo *****/
#colContent form li {
	list-style-type: none;
	padding: 4px 0;
	border-bottom: 1px dotted #ccc;
	clear: left;
}
form input,
form textarea {
	font-size: 1.3em;
	padding: 3px;
	width: 250px;
	border: 1px solid #666;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	background: url(../images/interface/field-bg.png) no-repeat 0 0;
	font-family: "Myriad Pro", Myriad, Trebuchet, Helvetica, Arial; 
}
form label {
	float: left;
	width: 110px;
	margin: 8px 0 0 0;
	font-size: 1.1em;
}
#colContent form li.ckwFieldError {
	background: #fef0f0;
}
form input#send {
	width: 161px;
	height: 39px;
	background: url(../images/interface/button-send-request.png) no-repeat 0 0;
	text-indent: 300px;
	border: none;
	cursor: pointer;
}
#colContent form li.options {
	padding-bottom: 10px;
}
form li.options input {
	width: auto;
	border: none;
	padding: 0;
	background: none;
	margin: 0 0 0 110px;
}
form li.options label {
	width: 400px;
	padding-bottom: 5px;
}
form li.options label#label-school-type-0,
form li.options label#label-school-type-1,
form li.options label#label-school-type-2,
form li.options label#label-role-0,
form li.options label#label-role-1,
form li.options label#label-role-2,
form li.options label#label-role-3,
form li.options label#label-role-4,
form li.options label#label-role-5,
form li.options label#label-role-6,
form li.options label#label-products-0,
form li.options label#label-products-1,
form li.options label#label-products-2,
form li.options label#label-products-3,
form li.options label#label-products-4,
form li.options label#label-products-5,
form li.options label#label-heard-0,
form li.options label#label-heard-1,
form li.options label#label-heard-2,
form li.options label#label-heard-3 {
	float: none;
	width: auto;
	margin: 0;
	font-size: 1em;
	padding: 0;
	line-height: 1.4;
}
.ckwFieldError label,
.ckwFieldError span {
	color: #cc0000;
}
.ckwFieldError input {
	border: 1px solid #cc0000;
}
.buttons {
	padding: 0 0 0 129px; /* ie7.css */
}




/***** Brochure *****/
#colContent li.pdf {
	list-style-type: none;
	padding: 5px 0 5px 25px;
	background: url(../images/interface/icon-acrobat.png) no-repeat left center;
}





/***** Footer *****/
#footer {
	clear: both;
	border-top: 2px solid #666;
	padding: 10px 0 0 0;
	margin-top: 30px;
}
#list1,
#list2,
#list3,
#list4 {
	float: left;
	width: 148px;
	border-right: 1px solid #e5e5e5;
	margin-right: 15px;
}
#footer h2 {
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 2px;
}
#footer li {
	list-style-type: none;
	padding: 0 0 3px 0;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	display: block;
	padding: 22px 0 0 0;
	text-align: right;
	color: #666;
	font-size: 9px;
}
#footer p {
	line-height: normal;
	padding: 0;
}
#frmSS4 label {
	font-weight: bold;
	display: block;
	margin: 0;
	width: 190px;
}
#frmSS4 #emailSub2,
#frmSS4 #emailSub1 {
	font-size: 1.3em;
	padding: 5px 0 3px 3px;
	width: 190px;
	border: 1px solid #666;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	background: url(../images/interface/field-bg.png) no-repeat 0 0;
	font-family: "Myriad Pro", Myriad, Trebuchet, Helvetica, Arial; 
}
#frmSS4 button {
	border: none;
	background: none;
	height: 33px;
	width: 103px;
	margin: 3px 0 3px -4px;
	cursor: pointer;
	float: left;
}
#frmSS4 p {
	padding-bottom: 5px;
}

/*****Additional for main sections*********/
#sectionTextBody {
	margin-left: 10px;
}

#sectionTextHead {
	margin-left: 10px;
	color: #999999;
}

#sectionCellPlace {
	vertical-align: top;
}

#sectionIcon {
	margin-top: 12px;
}

#featuresListText {
	margin-top: 10px;
	
}

/****Additional for combined sections****/
#issuesText {
	margin-top:10px;
	margin-left: 10px;
	color:#4d4d4d;
	margin-right:10px;
}

#issuesIcon {
	margin:10px;
	margin-left:20px;
}


#issuesAlign1 {
	vertical-align:middle;
}

#issuesAlign2{
	vertical-align:middle;
	/*background:rgba(82,125,153,0.1);*/
	/*background-color:#e8f1f6;*/
	background:url(../images/interface/trans_pixel.png) repeat;
}

#lineDraw {
	background:url(../images/interface/linePixel.png) repeat-x;
	/*background-repeat:repeat-x;*/
	
}

#textAlign2 {
	margin-left:10px;
}

#RolloverTest{
}

#combo_h2 {
	color:#999999;
}

#combo_td_txt{
	vertical-align:top;
	padding-left:17px;
}
#combo_td_icon{
	padding-top:10px;
	vertical-align:top;
	float:right;
}
.combo_img_links{
	cursor:pointer;
	float:right;
}








