@CHARSET "ISO-8859-1";

/*************************
/* HTML Tag Styles	*
/************************/

* {
	margin: 0;
	padding: 0;
}

body{
	background-color: #d5d0c5;
	background-image: url(/img_site/container/bg-body.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #505D4D;
	padding: 0 0 1.417em 0;
}
 
h1,h2,h3 {
	font-family: "Times New Roman", Times, serif;	
}

h1 {
	font-size: 3.333em;
	color: #451B09;
	line-height: 41px;
	padding-bottom: .675em;
	font-weight: lighter;
	background-image: url(/img_site/elements/double-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h2 {
	font-size: 2em;
	color: #2F3613;
	margin-bottom: 1.417em;
	font-weight: normal;
}

h3 {
	font-size: 1.167em;
	color: #451B09;
	margin-bottom: 1em;
	padding-bottom: .214em;
	background-image: url(/img_site/elements/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

p {
	line-height: 1.417em;
}

p.bottomMargin{
	margin-bottom: 0.5em;	
}


strong {
	color: #505D4D;
}

a {
	text-decoration: none;
	color: #498206;
	font-weight: bold;
}

a img{
	border: 0;	
}

a:hover {
	color: #ffffff;
	background-color: #498206;
}

ul {
	list-style:url("/img_site/elements/list-brown-dot2.gif");
	margin-left: 15px;
	line-height: 1.417em;
}

/*************************
/* Site Wide Classes & User Styles	*
/************************/

.hr {
	margin: 19px 0 17px 0;
	height: 1px;
	color: transparent;
	background-image: url(/img_site/elements/dotted-line.gif);
	background-repeat: repeat-x;
}

.imgCaptionContainer {
	width: 230px;
	background-color: #505D4D;
	border: 1px solid #ffffff;
	float: left;
	margin-right: 10px;
	clear: left;
}

.imgCaptionContainer img {
	border-bottom: 1px solid #ffffff;
	margin: 0 -6px 0 -6px;
}

.imgCaptionContainer p {
	padding: 0 6px .6em 6px;
	font-size: .917em;
	color: #ffffff;
	width: 218px;
}

.leftColumnFloat {
	width: 45%;
	float: left;
}

.rightColumnFloat {
	width: 45%;
	float: left;
}

.floatRight {
	float: right;
}

.floatLeft{
 	float: left;
}

.inlineFloatLeft {
	float: left;
	margin: 0 1.417em 1.417em 0;
}

.inlineFloatRight {
	float: right;
	margin: 0 0 1.417em 1.417em;
}

.center{
	text-align: center;
}

/* top-left rounded corner */
.top-left-rounded-corner {
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;	
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	}
	
	/* top-right rounded corner */
.top-right-rounded-corner {
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;	
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	}

.orangeLink {
	color: #B23C08;
	padding-right: 7px;
	background-image: url(/img_site/navigation/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.orangeLink:hover {
	background-color: #B23C08;
	background-image: url(/img_site/navigation/arrow-white.gif);
	color: #ffffff;
}

.yellowLink {
	color: #FFFCAE !important;
	padding-right: 7px;
	background-image: url(/img_site/navigation/arrow-yellow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent !important;
}

.yellowLink:hover {
	background-color: #FFFCAE !important;
	background-image: url(/img_site/navigation/arrow-body.gif);
	color: #505D4D !important;
	text-decoration: none !important;
}

.topLink {
	color: #B23C08;
	padding-right: 10px;
	background-image: url(/img_site/navigation/arrow-top.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.topLink:hover {
	background-color: #B23C08;
	background-image: url(/img_site/navigation/arrow-top-over.gif);
	color: #FFFFFF;
}	

.featureBox {
	width: auto;
	background-color: #EDEACE;
	padding: 1.417em 19px 1.417em 19px;
	float: right;
	text-align: left;
	position: relative;
}

.featureBox a {
	text-decoration:none;
}

.featureBox h3 {
	font-size: 1.667em !important;
	margin-bottom: 0 !important;
	font-weight: lighter;
	background: none !important;
	margin-bottom: 0;
}

.featureBox .tl {
	background-image: url(/img_site/elements/roundedcorner-feature-box/tl.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
}

.featureBox .tr {
	background-image: url(/img_site/elements/roundedcorner-feature-box/tr.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	right: 0;
}

.featureBox .br {
	background-image: url(/img_site/elements/roundedcorner-feature-box/br.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.featureBox .bl {
	background-image: url(/img_site/elements/roundedcorner-feature-box/bl.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.closeButton {
	line-height: 1.417em;
	padding-right: 16px;
	margin-top: .25em;
	background-image: url(/img_site/elements/close-button-round.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

.closeButton:hover {
	background: none;	
	background-image: url(/img_site/elements/close-button-round-hover.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.introText {
	width: 435px;
}

.clear{
	position: relative;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-bottom: -1px; /*This causes layout to shift on hover in IE7? Not sure*/
}

.blockright {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.083em;
	line-height: 27px;
	color: #B23C08;
	margin-top: 1.417em;
	padding: 0 23px 0 23px;
}

.warning {
	color: #cc0000;
	font-weight: bold;
}

.cmsInstructions {
	font-weight: bold;
}

a.button {
	color: #9EB48D;
	text-decoration: underline;
	margin-left: 10px;
}

.datetimepicker select{
	width: auto;
}

/*************************
/* Site Containers		*
/************************/

#outerContainer {
	width: 973px;
	margin: 0 auto 0 auto;
}

#leftShadowContainer {
	background-image: url(/img_site/container/left-shadow.png);
	background-repeat: repeat-y;
	padding: 0 0 0 9px;

}

#rightShadowContainer {
	background-image: url(/img_site/container/right-shadow.png);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0 9px 0 0;
}

#innerContainer {
	background-color: #ffffff;
	padding: 23px 24px 22px 24px;
	height: 1%;
}

/*************************
/* Bottom Shadow		 *
/************************/

#bottomShadow {
	background-image: url(/img_site/container/bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 32px;
	position: relative;
	bottom: -32px;
}

#leftCorner {
	background-image: url(/img_site/container/left-corner2.png);
	height: 32px;
	width: 33px;
	background-repeat: no-repeat;
	position: absolute;
	left: -33px;
}

#rightCorner {
	background-image: url(/img_site/container/right-corner2.png);
	height: 32px;
	width: 33px;
	background-repeat: no-repeat;
	position: absolute;
	right: -33px;
}

/*************************
/* Top Bar	*
/************************/


#mainNavContainer{
	position: relative;
	background-image: url(/img_site/navigation/bg_top.png);
	background-repeat: no-repeat;
	padding: 0 0 2.4em 0;
	height: 80px;
	z-index: 100;
}

#topLogo {

}

#logo {
	position: relative;
	margin: 0px 0 0 30px;
	padding: 20px 0 0 0;
}

#logo img {
	border: none;
}

#logo a {
	background: none;
}

#subscribe {
	float:right;
	width:227px;
	z-index:100;
	padding-top: 11px;
	position: relative;
	text-align: right;
}
#subscribe .textbox {
	width: 156px !important;
	color: #A7A7A7;
	float: left;

}
.registerButton img {
	border:none;
	margin: 0;
	padding: 0;
}
.registerButton {
	width: 61px;
	height: 23px;
	padding: 0;
	margin:0;
	float: right;
	background-image: url(/img_site/navigation/button-register-over.gif);
	background-repeat: no-repeat;
}
.registerButton:hover {
	background:none;
	background-image: url(/img_site/navigation/button-register-over.gif);
	background-repeat:no-repeat;
	cursor:default;
}	

.registerButton:hover img {
	visibility:hidden;
}

#addSchool{
	position: absolute;
	right: 9px;
	top: 0;	
}

#addSchool img{
	border: none;	
}

/*************************
/* Homepage Styles		*
/************************/

#homeContainer {
	background-repeat: repeat-y;
	position: relative;
	zoom: 1;
	z-index: 5;
	padding-bottom: 0px;
}

#homeTable{
	width: 100%;	
}

#homeTable td{
	padding-bottom: 50px;
	text-align: left;
	vertical-align: top;
}

#homeContainer #homeLeft {
	width: 593px;
	float: left;
	position: relative;
	background-color: #fbf8dc;
	border-color: #dedcd1;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

#homeContainer #homeLeftContent {
	width: 547px;
	padding: 0 19px 0 20px;
	position: relative;
}

#homeContainer #homeRight {
	position: relative;
	background-color: #618b1b;
	color: #fff;
	padding-top: 35px;
	width: 301px;
}

#homeContainer #homeRightContent {
	padding: 0;
	position: relative;
	width: 301px;
}

#homeContainer #homeRight a{
	color: #fff;	
}

#homeContainer #homeRight a:hover{
	color: #fff;
	background-color: transparent;
	text-decoration: underline;	
}

#homeContainer #slideShow {
	width: 593px;
	height: 354px;
	margin: 0 0 38px 0;
	background-color: #333333;
	position: relative;
	z-index: 1;
}

#homeContainer #flashMask{
	position: absolute;
	width:593px;
	height:250px;
	z-index:20;
	top: 0;
	left: 0;
	background-image: url(/img_site/elements/spacer.gif);	
}

#homeContainer #searchBox {
	width: 273px;
	background-color: #85AA68;
	border-bottom: 2px solid #ffffff;
	margin: 0 0 27px 0;
	padding: 36px 22px 24px 19px;
	background-image: url(/img_site/home/bg-searchBox.gif);
	background-repeat: no-repeat;
}

#homeContainer .left {
	width: 260px;
	float: left;
}

#homeContainer .right {
	width: 260px;
	float: right;
}

#homeContainer #searchBox h2 {
	color: #ffffff;
	font-size: 2.5em;
	margin-bottom: .25em;
}

#homeContainer h1 {
	font-size: 2em;
	line-height: .792em;
	margin-bottom: 0.5em;
	padding: 0;
	background: none;
	color: #451b09;
}

#homeContainer h2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1;
	margin: 0 0 0.2em 0;
	padding: 0;
}

#homeContainer p {
	line-height: 1.583em;
}

#homeContainer label {
	display: none; 
}

#homeContainer ul {
	line-height: 1.583em;
}

#homeContainer .hr {
	margin: 19px 0 28px 0;
	height: 3px;
	color: transparent;
	background-image: url(/img_site/home/double-line.gif);
	background-repeat: repeat-x;
}

#homeRight .featureItem{
	border-bottom: 1px solid #55732f;
	margin-bottom: 27px;
	position: relative;
	width: 278px;
	z-index: 100;
	padding-left: 23px;
}

#homeRight .featureItemContent{
	position: relative;
	z-index: 150;
	width: 175px;
	margin-bottom: 20px;
}

#homeRight .featureItemImg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	z-index: 200;
	height: 130px;
	
}

#homeContainer .featureItem .listbox{
	width: 170px;	
}



#find {
	position: absolute;
	bottom: 12px;
	right: 33px;
	width: 265px;
	z-index: 100;
	text-align: right;
	background-image: url(/img_site/navigation/bg_search.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: bottom;
}

#find img {
	border: none;
}


#find .textbox {
	width: 220px;
	height: 16px;
	color: #747474;
	border: none;
	float: left;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
	margin: 0 30px 0 15px;
	padding: 6px 0 6px 0;
	line-height: 16px;
}

#btnFindSchool{
	position: absolute;
	right: 7px;
	top: 3px;
	width: 20px;
	height: 20px;
	z-index: 200;
	display: block;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.findButton {
	width: 63px;
	height: 23px;
	float: right;
	margin: 0;
	padding: 0;
	background-image: url(/img_site/navigation/button-find-now-over.gif);
	background-repeat: no-repeat;
}

.findButton:hover {
	background: none;
	background-image: url(/img_site/navigation/button-find-now-over.gif);
	background-repeat: no-repeat;
	cursor: default;
}

.findButton:hover img {
	visibility: hidden;
}

/*************************
/* FAQ Styles		*
/************************/

#faqLeft {
	width: 347px;
	float: left;
	margin-top: 1.417em;
}

#faqRight {
	width: 497px;
	float: right;
	margin-top: 1.417em;
}

#faqLeft ul li {
	list-style:none;
	margin: 0;
	margin-bottom: .2em;
}

/*************************
/* Sitemap Styles		*
/************************/

#sitemapLeft {
	width: 567px;
	float: left;
}

#sitemapLeft .left {
	width: 275px;
	float: left;
}

#sitemapLeft .right {
	width: 279px;
	float: right;
}

#sitemapRight {
	width: 279px;
	float: right;
}

#sitemapLeft ul {
	list-style: none;
	list-style-image: none;
	margin-bottom: 1.417em;
}

#sitemapLeft h3 a {
	color: #000000;
}

#sitemapLeft h3 a:hover {
	color: #ffffff;
}

/*************************
/* Main Navigation	*
/************************/

#mainNav {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 0;
	float: left;
	margin-left: 22px;
}


#mainNav li a {
	padding: 0.7em 0.75em 0.7em;
	color: #d5d0c5;
}


#mainNav a:hover{
	text-decoration: none;
}


#secondaryNavigation {
	margin: 1em 32px 1em 0;
	text-align: right;
	font-size: 0.9em;
}

#secondaryNavigation a {
	font-weight: bold;
}


.nav, .navmenu ul, .navmenu li { 
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.navmenu {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}

.menuwrap{
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;		
}

.navmenu li {
	float: left;
	margin: 1px 1px 0 1px;
	padding: 0;
 	position: relative;
  	list-style: none;
	display: inline;
	z-index: 25;
}

.navmenu li ul li{
	margin: 0 !important;
	border: none !important;	
}

.navmenu li ul li a{
  border-bottom: 1px solid #dedcd1;
  margin: 0 2px 0px 2px;
}

.navmenu li a, .navmenu li a:link, .navmenu li a:active, .navmenu li a:visited {
  display: block;
  float: left;
  padding: 0 10px; 
  text-decoration: none;
}


.mainNav2 li{
	float: none;
}

#mainNav li:hover, #mainNav li.sfHover{
	border-width: 1px 1px 0 1px;
	margin: 0;
	border-style: solid;
	border-color: #edeace;
}

#mainNav li.active{
	border-width: 1px 1px 0 1px;
	margin: 0;
	border-style: solid;
	border-color: #fff;
	background-color: #fff;
}

#mainNav li.active a{
	color: #498206;
	background-color: #fff;
}

#mainNav li:hover a, 
#mainNav li.sfHover a {
	color: #498206;
	background-color: #edeace;
}

#mainNav li:hover ul a, 
#mainNav li.sfHover ul a {
  color: #498206;
  background-color: transparent;
  float: none;
}

#mainNav li:hover ul a:hover, 
#mainNav li.sfHover ul a:hover {
  background-color: #498206;
  color: #fff;	
}

.navmenu .menuwrap {
  position: absolute;
  top: -999em;
  left: -1px;
  z-index: 100;
}

.navmenu .menuwrap ul{
  border: 1px solid #fafaf3;
  border-width: 0px 1px 1px 1px;
  list-style: none;
  margin: 0;
  background-color: rgba(243,241,230,0.9);
}

.navmenu li:hover .menuwrap,
.navmenu li.sfHover .menuwrap {
  top: 2.6em;
}
.navmenu ul li {
  border: 0;
  float: none;
}

.navmenu a {
  border-bottom: 0;
  padding-right: 20px;
  white-space: nowrap;
}
.navmenu ul a:hover {
  background: #ccc;
  color: #000;
}


/*************************
/* Select Report Navigation	*
/************************/

#selectReport {
	margin-bottom: 1.417em;
}

#selectReport h2 {
	display: inline;
	margin-right: 12px;
}

#selectReport select {
	font-size: .917em;
}

#selectReport select {
	float: none;
	width: 110px;
}

/*************************
/* Tabbed Navigation	*
/************************/

#tabbedNav_ctl {
	z-index: 6;
	position: relative;
}
#tabbedNav{
	z-index: 10;
	font-size: 1.083em;
	font-weight: bold;
	height: 38px;
	position: relative;
}

#tabbedNav ul {
	list-style: none;
	margin: 0;
}

#tabbedNav ul li {
	margin: 0;
	float: left;
	line-height: normal !important;
}
#tabbedNav a {
	display: block;
	font-size: 1.083em;
	font-weight: bold;
	text-decoration: none;
	background-image:url(img_site/navigation/green.gif);
	background-position:left top;
	padding: 10px 0 9px 15px;
	color: #ffffff;
	margin: 3px 1px 0 0;
	float: left;
	border-bottom: 1px solid #DEDCD1;
}

#tabbedNav a span {
	background-image:url(img_site/navigation/green-right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	display: inline;
	padding:10px 11px 9px 0;
}

#tabbedNav a:hover {
	color: #ffffff;
	background-image:url(img_site/navigation/green-over.gif);
}
#tabbedNav a:hover span {
	background-image:url(img_site/navigation/green-over-right.gif);
}

#tabbedNav a.active {
	padding:13px 0 9px 15px;
	color: #3F491C;
	background-image:url(img_site/navigation/active.gif);
	margin-top: 0px;
	border-bottom: 1px solid #FBF8DC;
}

#tabbedNav a.active span {
	background-image:url(img_site/navigation/active-right.gif);	
	padding:13px 11px 9px 0;
	margin-top: 0px;
}

/*************************
/* Yellow Content Container	*
/************************/

.contentContainer {
	padding: 5.494em 21px 40px 21px;
	background-color: #FBF8DC;
	border: 1px solid #DEDCD1;
	/*zoom: 1; this causes problems with the menus in ie7*/
	/*position: relative;*/
	/*z-index: 5;*/
}

#Compare .contentContainer {
	padding-top: 2em;
}

/*************************
/* Main Column Navigation	*
/************************/

#mainColNavigation {
	background-image: url(/img_site/elements/double-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainColNavigation ul {
	list-style: none;
	margin: 7px 0 10px 0;
}

#mainColNavigation ul li {
	margin: 0;
	display: inline;
	line-height: auto;
}
#mainColNavigation a {
	margin-right: 20px;
}

#mainColNavigation .active {
	background-image: url(/img_site/navigation/arrow-brown.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
}

#mainColNavigation .active a {
	color: #2F3613;
	padding-left: 12px;
}

#mainColNavigation .active:hover {
	background-image: url(/img_site/navigation/arrow-white.gif);
	color: #ffffff;
	background-repeat: no-repeat;
}

/*************************
/* TwoColumn Template	*
/************************/

#TwoColumn #leftCol, #Search #leftCol{
	float: left;
	width: 494px;
	position: relative;
}

#TwoColumn #leftCol h2, #Search #leftCol h2 {
	background-image: url(/img_site/elements/double-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 23px;
	font-size: 1.417em;
	color: #2F3613;
	padding: 7px 0 10px 0;
	font-weight: lighter;
}

#TwoColumn #leftCol h3, #Search #leftCol h3 {
	padding: 0;
	margin: 0;
	line-height: 1.417em;
	font-weight: bold;
	background: none;
}

#TwoColumn #mainCol, #Search #mainCol{
	float: right;
	width: 352px;
	border: none;
	margin-top: 5.668em;
	text-align: center;
	position: relative;
}

#TwoColumn #mainCol h2, #Search #mainCol h2 {
	font-size: 1.417em;
	color: #2F3613;
	margin-bottom: .425em;
	padding-bottom: .85em;
	background-image: url(/img_site/elements/double-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*************************
/* ThreeColumn Template 
/************************/

.threeColumn #leftCol{
	float: left;
	width: 169px;
	padding-right: 12px;
}

.threeColumn #leftCol h3 {
	font-size: 1.2em;
	font-weight: lighter;
	background: none;
	margin: 0;
	padding: 0;
}

.threeColumn #leftCol .active a, .threeColumn #leftCol a.active {
	background-image: url(/img_site/navigation/arrow-green.gif);
	background-repeat: no-repeat;
	color: #2F3613;
}

.threeColumn #leftCol a:hover {
	color: #ffffff;
	background-color: #498206;
	background-image: url(/img_site/navigation/arrow-white.gif);
	background-repeat: no-repeat;
}

.threeColumn #leftCol a {
	color: #498206;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	margin-top: 1.417em;
	position: relative;
	left: -12px;
}

.threeColumn #mainCol {
	width: 644px;
	float: right;	
	padding-left: 31px;
	border-left: 1px solid #CCD0B3;
}

.threeColumn #mainColLeft {
	width: 351px;
	float: left;
	padding-top: 1.417em;
}

.threeColumn #mainColRight {
	width: 260px;
	float: right;
	padding-top: 1.417em;
	text-align: center;
}
.threeColumn #mainColRight h3 {
	text-align: left;
}
.threeColumn #mainColRight ul {
	text-align: left;
}

/*************************
/* Search Results
/* Main styles shared with #TwoCol
/************************/

#Search #leftCol h1 {
	background: none;

}

#os_results li{
	list-style: none;
	margin: 0 0 1em 0;
}

#os_results li a strong{
	color: #498206;
}

#os_results li a:hover strong{
	color: #fff;
}

#os_pagin1, #os_pagin2, #os_pagin3{
	float: left;	
}


/*************************
/* Footer			 *
/************************/

#footer {
	width: 973px;
	height: 72px;
	margin: 0;
	padding: 0;
	color: #505d4d;
	position: relative;
	background-image: url(/img_site/container/bg-footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer .tabbedNav {
	position: absolute;
	bottom: 30px;
	left: 33px;
	
}

#footer .tabbedNav a {
	background: none;
	padding: 0;
	padding: 0 11px;
	border: none;
}

#footer .tabbedNav a:hover{
	color: #505d4d;
	text-decoration: underline;
}

#footer .tabbedNav a.first{
	padding-left: 0;
}

#footer .tabbedNav li.last{
	border-right: none;
}

#footer .tabbedNav span {
	background: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	display:none;
}

#footer .tabbedNav .active {
	color: #ffffff;
}

#footer ul {
	margin: 0;
	list-style: none;
}


#footer ul li {
	margin: 0;
	border-right: 1px solid #737373;
	display: inline;
}

#copyright {
	position: absolute;
	bottom: 30px;
	right: 31px;
}

/*************************
/* Filter Menu		 *
/************************/

#filterContainer {
	margin-bottom: 1em;
	width: 774px;
	float: left;
}

#filterContainer img {
	border: none;
}

#filterContainerTop {
	background-image: url(/img_site/elements/filter-form-top.gif);
	background-repeat: no-repeat;
	width: 774px;
	height: 7px;
	overflow:hidden;
}

#filterContainerRight {
	width: auto;
	margin-left: 12px;
	padding-left: 12px;
	float: left;
	border-left: 1px solid #CCD0B3;
	padding-bottom: 40px;
}

#SchoolSnapshot #filterContainerRight {
	width: 415px; 
}
	
#SchoolSnapshot #comparisonButton_ctl{
	position:absolute;
	right:6px;
}
#filterContainerBottom {
	background-image: url(/img_site/elements/filter-form-bottom.gif);
	background-repeat: no-repeat;
	width: 774px;
	height: 7px;
}

#filterContainerLeft {
	width: 200px;
	float: left;
}

#SchoolSnapshot #filterContainerLeft {
	width: 280px;
}

#filterContainerMiddle {
	width: 730px;
	background-image: url(/img_site/elements/filter-form-middle.gif);
	background-repeat: repeat-y;
	padding: .25em 30px 1.5em 14px;
	position: relative;
}

#filterContainer ul {
	list-style: none;
	margin: 0;
}

#filterContainer ul li {
	margin: 0;
	display: inline;
	margin-right: 5px;
	border-right: 1px solid #9BA168;
}

#filterContainer ul li a {
	margin-right: 7px;
}

.filterFormContainer {
	margin-top: .25em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.filterFormTop {
	width: 423px;
	height: 3px;
	background-image: url(/img_site/elements/filter-inner-form-top.gif);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	overflow:hidden;
}

.filterFormBottom {
	width: 423px;
	height: 3px;
	background-image: url(/img_site/elements/filter-inner-form-bottom.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}

.filterFormMiddle {
	width: 411px;
	background-color: #CCD0B3;
	background-repeat: repeat-y;
	padding: .167em 6px 0 6px;
}

.filterFormFields {
	float: left;
}

#filterFind {
	margin-top: .85em;
}

#filterContainerLeft select {
	width: 156px;
}

#filterContainerRight select {
	width: 96px;
	float: none;
}

.applyButton {
	width:47px;
	height: 23px;
	float:right;
	margin:0;
	padding:0;
	background-image: url(/img_site/navigation/button-apply-over.gif);
	background-repeat:no-repeat;
}

.applyButton:hover {
	background:none;
	background-image: url(/img_site/navigation/button-apply-over.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.applyButton:hover img {
	visibility:hidden;
}

/*************************
/* Tools Menu		 *
/************************/

#toolsContainer {
	width: 73px;
	float: right;
	margin-top: .875em;
	margin-bottom: .583em;
}

#toolsContainer img {
	border: none;
}

#toolsContainer p {
	margin-bottom: .2em;
}

.printButton {
	width: 68px;
	height: 23px;
	display:block;
	background-image: url(/img_site/navigation/button-print-over.gif);
	background-repeat: no-repeat;
}

.printButton:hover {
	background:none;
	background-image: url(/img_site/navigation/button-print-over.gif);
	background-repeat:no-repeat;
	cursor:default;
}

.printButton:hover img {
	visibility:hidden;
}

.saveButton {
	width: 68px;
	height: 23px;
	display:block;
	background-image: url(/img_site/navigation/button-save-over.gif);
	background-repeat: no-repeat;
}

.saveButton:hover {
	background:none;
	background-image: url(/img_site/navigation/button-save-over.gif);
	background-repeat:no-repeat;
	cursor:default;
}

.saveButton:hover img {
	visibility:hidden;
}
	
.shareButton {
	width: 68px;
	height: 23px;
	display:block;
	background-image: url(/img_site/navigation/button-share-over.gif);
	background-repeat: no-repeat;
}

.shareButton:hover {
	background:none;
	background-image: url(/img_site/navigation/button-share-over.gif);
	background-repeat:no-repeat;
	cursor:default;
}

.shareButton:hover img {
	visibility:hidden;
}

.tipsButton {
	color: #3E4819;
	padding-right: 18px;
	background-image: url(/img_site/navigation/button-tip.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 16px;
}

.tipsButton:hover {
	color: #3E4819;
	background: none;	
	background-image: url(/img_site/navigation/button-tip-over.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*************************
/* Login3.tpl	*
/************************/

#Login3 .contentContainer {
	padding-top:2.834em;	
}

#Login3 h1 {
	background: none;
}

#Login3 #leftCol{
	float: left;
	width: 494px;
	position: relative;
}

#Login3 #leftCol h2 {
	background-image: url(/img_site/elements/double-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 23px;
	font-size: 1.417em;
	color: #2F3613;
	padding: 7px 0 10px 0;
	font-weight: lighter;
}

#Login3 #leftCol h3 {
	padding: 0;
	margin: 0;
	line-height: 1.417em;
	font-weight: bold;
	background: none;
}

#Login3 #mainCol{
	float: right;
	width: 280px;
	border: none;
	text-align: center;
	position: relative;
}

#Login3 #mainCol h2 {
	font-size: 1.417em;
	color: #2F3613;
	margin-bottom: .425em;
	padding-bottom: .85em;
	background-image: url(/img_site/elements/double-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#Login3 .left {
	width: 240px;
	float: left;
}

#Login3 .right {
	width: 252px;
	float: right;
	text-align: left;
}
/*************************
/* Register.tpl		 *
/************************/

#Register .contentContainer {
	padding-top:2.834em;	
}

#Register h1 {
	background:none;
}

#Register #leftCol{
	float: left;
	width: 500px;
	position: relative;
}

#Register #leftCol h2 {
	background-image: url(/img_site/elements/double-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 23px;
	font-size: 1.417em;
	color: #2F3613;
	padding: 7px 0 10px 0;
	font-weight: lighter;
}

#Register #mainCol{
	float: right;
	width: 280px;
	border: none;
	text-align: center;
	position: relative;
}

#Register .left {
	width: 240px;
	float: left;
	margin-right: 13px;
}

#Register .right {
	width: 240px;
	float: right;
}

#Register img {
	border: none;
}

#Register .captchaImage {
	width: 260px;
	float: left;
}

#Register .captchaReset {
	width: 120px;
	float: left;
}

#Register input.inputText,#Register input.textbox,#Register textarea,#Register textarea.textbox,#Register select {
	width: 100%;
}

#Register input.textbox {
	width: 97%;
}

#Register .radioSelector td {
	padding-right: 14px;
}


/*************************
/* Profile.tpl		 *
/************************/

#Profile .contentContainer {
	padding-top:2.834em;	
}

#Profile h1 {
	background:none;
}

#Profile #leftCol{
	float: left;
	width: 494px;
	position: relative;
}

#Profile #leftCol h2 {
	background-image: url(/img_site/elements/double-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 23px;
	font-size: 1.417em;
	color: #2F3613;
	padding: 7px 0 10px 0;
	font-weight: lighter;
}

#Profile #mainCol{
	float: right;
	width: 300px;
	border: none;
	text-align: left;
	position: relative;
	border-left: 1px solid #CCD0B3;
	padding-left: 20px;
}

#Profile #leftCol .left {
	width: 17%;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: .4em;
}

#Profile #leftCol .center {
	width: 50%;
	float: left;
	margin-right: 5px;
}

#Profile #leftCol .right {
	width: 30%;
	float: left;
	
}

#Profile #mainCol .left {
	width: 30%;
	float: left;
	margin-right: 5px;
	padding-top: .4em;
}

#Profile #mainCol .right {
	width: 60%;
	float: right;
	margin-right: 10px;
}

#Profile td {
	padding-right: 10px;
	padding-top: 4px;
}

#Profile input.inputText,#Profile input.textbox,#Profile textarea,#Profile textarea.textbox,#Profile select {
	width: 100%;
}

#Profile input.textbox {
	width: 98%;
}

/*************************
/* Form Elements		 *
/************************/

input.inputText,input.textbox,textarea,textarea.textbox,select{
	border:1px solid #9C9C9C;
	color:#4C4C4C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	margin:1px 0 1px 0;
	padding:2px;
	width: 225px;
}

.radioSelector input {
	float: left;
	margin-right: 5px;
}

/*************************
/* SchoolSnapshot.tpl		 *
/************************/
#SchoolSnapshot h1 {
	display:none;
}
#SchoolSnapshot .contentContainer {
	padding-top: 2em;
}
table.datagrid {
	width:100%;
	color: #3E4819;
	font-weight: bold;
	position: relative;
}

table.datagrid th {
	background-color:#D2D2BC;
	border-right: 1px solid #FBF8DC;
	padding: 0;
	text-align: left;
	vertical-align: top;
	clear: both;
	height: 33px;
}

table.datagrid th a {
	color: #3E4819;
	text-decoration: underline;
	padding-bottom: 1px;
	margin: .71em 14px;
	float: left;
}

table.datagrid th a:hover {
	color: #ffffff;
	background-color: #3E4819;
}

table.datagrid th .thLabel{
	color:#3E4819;
	float:left;
	margin:.71em 14px;
	padding-bottom:1px;
}

table.datagrid tr {
	background-color:#ffffff;
}

table.datagrid tr:hover {
	background-color: #F2F2E7;
}

table.datagrid td {
	padding: 8px 14px 9px 14px;
	border-bottom: 1px solid #FBF8DC;
	border-right: 1px solid #E7E5C3;
}


#SchoolSnapshot .paginatorWrapper {
	margin: 1.417em 0 2.834em 15px;
	position: relative;
}

#SchoolSnapshot .paginator .arrow,#SchoolSnapshot .paginator .break,#SchoolSnapshot .paginator .selected,#SchoolSnapshot .paginator a {
	margin-right: 7px;
}

table.datagrid .tl {
	background-image: url(/img_site/elements/roundedcorner-school-snapshot/left-corner.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}

table.datagrid .tr {
	background-image: url(/img_site/elements/roundedcorner-school-snapshot/right-corner.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
}

/*************************
/* SchoolDetail.tpl		 *
/************************/

#SchoolDetail #schoolHeader{
	margin: 0 0 20px 0;
	float: left;
	width: 80%;
}

#SchoolDetail #leftCol{
	float: left;
	width: 275px;
	margin: 0 13px 0 0;
	padding: 0;
}

#SchoolDetail #mainCol{
	float: left;
	width: 571px;
	padding: 0;
	border: none;
}

#SchoolDetail h1{
	background-image: none;	
	margin-bottom: 0.2em;
	padding: 0;
}

#SchoolDetail #gradeHead{
	background-color: #d2d2bc;
	padding: 1.75em 20px 1.75em 20px;
	background-image:url(/img_site/elements/gradeHead-top.gif);
	background-repeat: no-repeat;
	margin-bottom: 1px;
}

#SchoolDetail #gradeHead .label{
	float: left;	
	width: 140px;
	margin-right: 10px; 
	overflow: hidden;
	font-weight: bold;
	padding-top: 3.75em;
}

#SchoolDetail #gradeHead .letterGrade{
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 5.5em;
}

#SchoolDetail #gradeHead .letterGrade .symbol{	
	font-size: 0.9em;
	vertical-align:top;
	line-height: 1.25em;
}
#SchoolDetail .gradeItem {
	background-color: #fff;	
	padding: 20px 20px 28px 20px;
	margin-bottom: 1px;
	height: 1%;
}

#SchoolDetail .gradeItem .label{
	float: left;
	width: 140px;
	margin-right: 10px; 
	overflow: hidden;
	font-weight: bold;
}

#SchoolDetail .gradeItem .letterGrade{
	float: left;
	width: 40px;
	margin-right: 15px;
	overflow: hidden;	
	font-weight: bold;
	font-size: 1.75em;
	font-family: "Times New Roman", Times, serif;
}

#SchoolDetail .gradeItem .gradeDetails{
	float: left;
	width: 325px; 
	overflow: hidden;
	line-height: 1.417em;
}


#SchoolDetail .gradeItem.editMode{
	border: 2px solid #f00; 
	margin: 5px 0;
	padding-left: 18px;
	padding-right: 18px;
}

#SchoolDetail .gradeItem.editMode .label{
	font-size: 2em;
	color: #481a0a;
	float: none;
	width: auto;
	line-height: 1em;
}

#SchoolDetail .gradeItem.editMode .gradeDetails{
	float: none;
	width: auto;	
}

#SchoolDetail .gradeItem.editMode h3{
	font-size: 1em;
	font-weight: bold;
	color: #3e4819;
	background-color: #f5f6f1;
	background-image: none;
	margin-bottom: 1em;
}
#SchoolSnapshot .compare,
#SchoolDetail .compare {
	width: 8px;
	height: 9px;
	background-image:url(/img_site/icons/compare.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}

#SchoolSnapshot .higher,
#SchoolDetail .higher {
	width: 10px;
	height: 8px;
	background-image:url(/img_site/icons/higher.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}

#SchoolSnapshot .lower,
#SchoolDetail .lower {
	width: 10px;
	height: 8px;
	background-image:url(/img_site/icons/lower.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}
#SchoolSnapshot .star,
#SchoolDetail .star {
	width: 10px;
	height: 8px;
	background-image:url(/img_site/icons/star.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}

#SchoolSnapshot .circle,
#SchoolDetail .circle {
	width: 10px;
	height: 8px;
	background-image:url(/img_site/icons/circle.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}

#SchoolSnapshot .dollars,
#SchoolDetail .dollars {
	width: 10px;
	height: 8px;
	background-image:url(/img_site/icons/dollars.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}
#SchoolSnapshot .checkmark,
#SchoolDetail .checkmark {
	width: 10px;
	height: 8px;
	background-image:url(/img_site/icons/checkmark.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}

#SchoolDetail #leftCol img {
	border: 1px solid #ffffff;
	margin-left: -10px;
	margin-bottom: 10px;
}

#SchoolDetail h3 {
	background: none;
}

#SchoolDetail #otherSchools h3 {
	margin-bottom: 0;
}

#SchoolDetail #toolsContainer {
	margin-top: -30px;
}

#SchoolDetail #printAttributesNote {
	display:none;
}

#SchoolDetail #printLetterGrade {
	display:none;
}

#SchoolDetail #printTitle{
	display: none;	
}

#legend {
	width: 467px;
	padding: 1.167em 14px 1.167em 14px;
	background-color: #EDEAC7;
}

#legend p {
	color: #2F3613;
}

#legend .left {
	width: 48%;
	float: left;
}

#legend .right {
	width: 48%;
	float: right;
}
.printSchoolDetails {
	display:none;
}
	
/*************************
/* Compare.tpl		 *
/************************/

#Compare h1 {
	display:none;
}

#Compare .school{	
	margin-top:5px;
	position:relative;
}   

#Compare .school .bl{
	position:absolute;
	bottom:0px;
	left:-1px;
}

#Compare .shareSchoolComp{
	padding:10px;
}

#Compare .school .tl{
	position:absolute;
	top:-1px;
	left:-1px;
}

#Compare a.closeButton img{
	border: none;
	position:absolute;
	top:5px;
	left:5px;
}

#Compare a.closeButton:hover img.hoverstate{
	background:none;
	display:block;
}

#Compare a.closeButton:hover img.normal{
	display:none;
}

#Compare a.closeButton img.hoverstate{	
	display:none;
}

#Compare .schoolName{
	padding-left:30px;
	width:148px;
	vertical-align: middle;	
	text-align: left !important;
}

#Compare .schoolGrades{
	float:left;
	padding-left:10px;
}

#Compare .school  table{
	background-color: #FFF;
	border-collapse: collapse;
	border-left:1px solid #D2D1BC;
	border-top:1px solid #D2D1BC;
	position:relative;
}

#Compare .school tbody{
	display:table-row-group;
	vertical-align:middle;
}
#Compare .school td{
	border-right:1px solid #E4E4C0;
	border-bottom:1px solid #D2D1BC;
	display:table-cell;
	position:relative;
	text-align: center;
	vertical-align: middle;
}
#Compare .school tr{
	display:table-row;
	vertical-align:inherit;
	position:relative;
}

#Compare .schoolNameHeader{
	float:left;	
	width:180px;
}

#Compare .tblCategoryGradeHeader{
	float: left;
	margin-right: -102px;
	position: relative;
}

#Compare .tblGradeCategory{
	height:50px;	
	overflow:hidden;
	width:52px;	
	color: #498206;
	position:relative;
	font-weight: bold;
}
#Compare .overallgrade{
	color: #D29600 !important;
}
#Compare .year{
	color: #D29600 !important;
}
#Compare .noreportcard{
	color: #D29600 !important;
}
#Compare #flyoutwindow_ctl{
	position:absolute;	
	bottom:0px;		
	margin-top:-170px;
	height:100px;
	z-index:150;
}

#Compare #compSchoolsColHeader #flyoutwindow_ctrl{
	left:0px;
}

#Compare #flyoutwindow{
	overflow:hidden;
	padding:10px 10px 0px 10px;
	width:200px;
}

/*************************
/* Popup & Flyout Styles	*
/************************/

#popupContainer {
	width: 201px;
}

#popupTop {
	background-image: url(/img_site/elements/popup-top.gif);
	background-repeat: no-repeat;
	width: 201px;
	height: 6px;
	overflow: hidden;
}

#popupMiddle {
	color: #505D4D;
	background-color: #FFFCAE;
	border-left: 1px solid #D29600;
	border-right: 1px solid #D29600;
	background-repeat: repeat-y;
	font-size: .917em;
	padding: 1.25em 20px 1.5em 20px;
	line-height: 1.083em;
}

#popupBottom {
	background-image: url(/img_site/elements/popup-bottom.gif);
	background-repeat: no-repeat;
	width: 201px;
	height: 24px;
	overflow: hidden;
}

#notifyPopup_ctl{
	position:absolute;
	z-index:200;
}

#notifyPopup_ctl .fwcontent{
	width:300px;
}

#notifyPopup_ctl .fwtl{
	background:transparent url('/img_site/flyout/tl.png') no-repeat scroll right top;
	width:20px;
}

#notifyPopup_ctl .fwtm{
	background:transparent url('/img_site/flyout/tm.png') no-repeat scroll right top;
}

#notifyPopup_ctl .fwtr{
	background:transparent url('/img_site/flyout/tr.png') no-repeat scroll right top;
	width:20px;
} 

#notifyPopup_ctl .fwt{
	padding:0px 12px 0px 2px;
	position:relative;
}

#notifyPopup_ctl .fwcl{
	background-image:url('/img_site/flyout/cl.png');
	background-repeat:repeat-y;
	width:20px;
}

#notifyPopup_ctl .fwcr{
	background-image:url('/img_site/flyout/cr.png');
	background-position:right center;
	background-repeat:repeat-y;
	width:20px;
}

#notifyPopup_ctl .fwcm{
	background-color:#fff;
}

#notifyPopup_ctl .fwcrc{
	background-color:#fff;
}

#notifyPopup_ctl .fwbl{
	background-image:url('/img_site/flyout/bl.png');
	background-position:left top;
	background-repeat:no-repeat;
	width:20px;	
}

#notifyPopup_ctl .fwbm{
	background-image:url('/img_site/flyout/bm.png');
	background-position:left top;
	background-repeat:no-repeat;	
}

#notifyPopup_ctl .fwbr{
	background-image:url('/img_site/flyout/br.png');
	background-position:left top;
	background-repeat:no-repeat;			
	width:20px;
}

#flyoutwindow_ctl .fwtl{
	background:transparent url('/img_site/bubble/tl.gif') no-repeat scroll right bottom;
	width:5px;
}

#flyoutwindow_ctl .fwtm{
	background:transparent url('/img_site/bubble/tm.gif') no-repeat scroll right bottom;
}

#flyoutwindow_ctl .fwtr{
	background:transparent url('/img_site/bubble/tr.gif') no-repeat scroll right bottom;
	width:5px;
} 

#flyoutwindow_ctl .fwt{
	padding:0px 5px 0px 2px;
	position:relative;
}

#flyoutwindow_ctl .fwcl{
	background-image:url('/img_site/bubble/ml.gif');
	background-repeat:repeat-y;
	width:5px;
}

#flyoutwindow_ctl .fwcr{
	background-image:url('/img_site/bubble/mr.gif');
	background-position:right center;
	background-repeat:repeat-y;
	width:5px;
}

#flyoutwindow_ctl .fwcm{
	background-color:#FFFCAF;
}

#flyoutwindow_ctl .fwcrc{
	background-color:#FFFCAF;
	padding:15px;
	height:90px;
	overflow:hidden;
}

#flyoutwindow_ctl .fwbl{
	background-image:url('/img_site/bubble/bl.gif');
	background-position:left top;
	background-repeat:no-repeat;
	width:5px;	
	height:25px;
}

#flyoutwindow_ctl .fwbm{
	background-image:url('/img_site/bubble/bm.gif');
	background-position:center top;
	background-repeat:no-repeat;
	height:20px;	
}

#flyoutwindow_ctl .fwbr{
	background-image:url('/img_site/bubble/br.gif');
	background-position:left top;
	background-repeat:no-repeat;			
	width:5px;
	height:20px;
}

#schoolAttributesPanel .renderWithName{
	margin-bottom: 1em;
}
	
#dlgSave {
	width: 300px;
	height: 200px;
	padding: 25px;
	background-image: url(/img_site/elements/popup-bg.png);
	background-repeat: no-repeat;
	position: relative;
}
#dlgSave input.textbox {
	display:block;
}

#dlgSave .warning {
	display:block;
	clear: both;
}

#dlgSave h2 {
	margin-bottom: .834em;
}
#dlgSaveButtons {
	clear: both;
	margin-top: .834em;
}



#MyResearchSchools .contentContainer,#MyResearchComparisons .contentContainer {
	padding-top: 2.834em;
}

#MyResearchSchools h3,#MyResearchComparisons h3 {
	background:none;
}


/*************************
/* Admin			 	 *
/************************/
.admin #leftCol{
	float: left;
	width: 200px;
	margin: 0 13px 0 0;
	padding: 0;
}

.admin #mainCol{
	float: left;
	width: 645px;
	padding: 0;
	border: none;
}

.admin .input input{
	width: 225px;
}

#UserList h1{
	background: none;	
}

.admin #tblUsersWrapper, .admin #tblSchoolsWrapper{
	width: 875px;
	overflow-y: hidden ! important;
	overflow-x: auto ! important;
	height: auto;
	border: 1px solid #aaa;
	padding: 2px;
	display: block !important;
	background-color: #f0f0f0;
}

.admin .datagrid th{
	white-space: nowrap;
	height: 20px;
}

.admin .datagrid td{
	white-space: nowrap;
	font-weight: normal;
}

.admin .datagrid th a, .admin .datagrid th .thLabel{
	margin: 5px 5px 0 10px;
}

.admin .datagrid th input, .admin .datagrid th select{
	margin: 3px;
}

.admin input{
	width: auto;
}

.admin .filterButtons{
	position: relative;
	float: right;
	top: -28px;	
}

.admin .paginatorWrapper {
	margin: 1.417em 0 2.834em 15px;
}

.admin .paginator .arrow,.admin .paginator .break,.admin .paginator .selected,.admin .paginator a {
	margin-right: 7px;
}

/* Radio lists are also in tables, so skip parent styles */
.admin table table{
	width: auto;
}

.admin table table td{
	border: none;
	padding: 2px;
}

.webinars .ss-left{
	width: 450px;	
}

.webinars #ss-choices-affiliation li{
	float: none;
	display: block;
	width: auto;
	margin: 0.5em 0.5em 0.5em 1em;
	}
	
#ss-choices-affiliation{
	float: none;
	} 

.surveyIframe{
	width: 890px;
	border: none;
	margin: 10px 0 0 -8px;
	background-color: #FBF8DC;
	}
