
/* - - - - - - - - - - - - - - - - - - - - -

Title :    Reading Screening
URL :      http://readingscreening.org

Created :  NA
Modified : 03.17.2009

- - - - - - - - - - - - - - - - - - - - - */
/* G L O B A L - R E S E T
- - - - - - - - - - - - - - - - - - - - - */
/*
	v1.0 | 20080212 
	http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: 1px dashed #999; }


/* - - - - - - - - - - - - - - - - - - - - -
	H T M L - E L E M E N T S										
- - - - - - - - - - - - - - - - - - - - - */
html, body { height: 100%; }

body {
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(../App_Themes/styles/images/bg01.jpg) repeat left top;
	color: #000;
}

html>body { font-size: 10px; }

/* Anchor Links */
a:link { color: #578BB1; text-decoration: underline; }
a:visited { color: #578BB1; text-decoration: underline; }
a:hover {  color: #578BB1; text-decoration: none; }
a:active {  color: #578BB1; text-decoration: none; }

/* Iconize Links */
a[href$='.pdf'] { 
	padding: 5px 22px 5px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/* Headings */
h1, h2 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h1 { margin-bottom: 0.1em; font-size: 2.8em; color: #504E42; }
h2 { margin-bottom: 1em; font-size: 1.6em; color: #12554c; }
h3 { margin-bottom: 1em; font-size: 1.4em; color: #504E42; }
h4 { margin-bottom: 0.25em; font-size: 1.2em; }

/* Text Elements */
p, ul, ol, dl, blockquote, pre { font-size: 1.3em; margin: 0 0 1em; line-height: 2em; }
blockquote, cite { padding: 0 1.25em; }
blockquote p { line-height: 1.6em; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; }
small, cite { font-size: 1.2em; }
strong, b, dt, th { font-weight: bold; }
address, em, i, caption, dfn, var { font-style: italic; }
cite { display: block; margin: 0 0 3em 0; font-style: normal; text-align: right; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin: 0 0 0.5em 1em; line-height: 1.6em; }

ul { list-style-type: square; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: circle; }
ul ul ul ul { list-style-type: square; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: lower-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables */
/*table {	margin: 0 auto 1.5em auto; font-size: 1.3em; }
caption { margin: 0 0 0.15em 0; text-align: center; font-size: 1.4em; }
th, td { padding: .25em .5em; }
tbody td, tbody th { border: 1px solid #999; }*/
tfoot { font-style: italic; }

/* Forms */
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #5B6D74;
}

form.content a { font-size: 0.9em; }

#content form {
	font-size: 1.2em;
	
}

#content form legend { font-size: 1.3em; margin: 0 0 1em 0; }

#content form label { display: block; clear: both; }

#content form .field input {
	width: 322px;
	margin-bottom: 1em;
}

#content form .city,
 #content form .state,
  #content form .zip {
	float: left;
	margin: 0 0 1em 0;
}

#content form .city input { width: 120px; margin-right: 10px; }
#content form .state input { width: 80px; margin-right: 10px }
#content form .zip input { width: 90px;}


#content form .radio {
	float: left;
	margin: 0 25px 1em 0;
}

.select select {
	margin: 0 0 1em 0;
}

.comment textarea {
	width: 326px;
	height: 160px;
	margin-bottom: 0.5em;
}


/* - - - - - - - - - - - - - - - - - - - - -
	N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - - */

ul.nav, ul.nav li, form ul, form li { margin: 0; list-style: none; }

/* Main Menu */

#menu {
	height: 70px;
	background: url(../App_Themes/styles/images/homepage03.jpg) no-repeat left top;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
.sf-menu li a {
	padding: 		.5em .75em;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #FFFFFF;
}
.sf-menu li ul li a {
	font-size: 0.9em;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.sf-menu a:hover { /* visited pseudo selector so IE6 applies text colour*/
	text-decoration:underline;
}
.sf-menu li {
	float: left;
	padding: 0px 5px 0px 6px;
	background: url(../App_Themes/styles/images/subpage1_03.gif) no-repeat left center;
}

.sf-menu li.first {
	background: none;
}

.sf-menu li li {
	background:		transparent;
	width:200px;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
		outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(../App_Themes/styles/images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../App_Themes/styles/images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	width:180px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* - - - - - - - - - - - - - - - - - - - - -
	M A I N - L A Y O U T
- - - - - - - - - - - - - - - - - - - - - */
.clear { clear:both; height:1px; }
.push { margin-top:20px; }
p.center { text-align: center; }

#wrapper2,
 #footer { margin: 0px auto; }

#wrapper { background: url(../App_Themes/styles/images/bg02.jpg) repeat-x left top; }
#wrapper2 { width: 940px; background: url(../App_Themes/styles/images/bg03.jpg) repeat-y left top; }
#wrapper3 { padding: 0px 45px; background: url(../App_Themes/styles/images/bg04.jpg) no-repeat left top; }

#header { height: 130px;
display: block;
	margin: 0;
	float: left;
	width: 425px;
	height: 120px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../App_Themes/styles/images/homepage01.jpg) no-repeat left top; }

#header h2 { margin: 0;
 }

#header h2 a {
	display: block;
	margin: 0;
	float: left;
	width: 425px;
	height: 120px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../App_Themes/styles/images/homepage01.jpg) no-repeat left top;
}
#signup {
	float: left;
 	width: 425px;
	height: 120px;
	background: url(../App_Themes/styles/images/homepage02.jpg) no-repeat left top;
	font-size:1.3em;
}

#signup form {
	padding: 35px 0px 0px 198px;
}

#signup input {
	float: left;
	height: 24px;
	padding: 0px;
}

input#ccinput {
	width: 120px;
	height: 16px;
	padding: 4px 5px 3px 5px;
	background: #208d7f url(../images/subpage1_01.gif) repeat-x left top;
	border: 1px solid #208d7f;
	border-right-color: #50a498;
	border-bottom-color: #50a498;
	color: #FFFFFF;
	margin-top:4px;
}

#signup div.privacy {
	padding-top:4px;
	text-align:left;
}

#signup label {
	background :transparent url(http://img.constantcontact.com/ui/images1/visitor/email1_trans.gif) no-repeat scroll 0 3px;
	color:#FFFFFF;
	font-size:1.1em;
	padding:0 0 6px 30px;
}

input#ccgo {
	width: 60px;
	margin-left: 10px;
	margin-top:4px;
	background: url(../images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}

#banner { padding-bottom: 10px; }

#page { }

#single {
    width:800px;
	padding: 25px;
	background: url(../App_Themes/styles/images/homepage07.gif) repeat-x left top;
}

#content {
	float: right;
	width: 535px;
	padding: 25px;
	background: url(../App_Themes/styles/images/homepage07.gif) repeat-x left top;
}

#homepage #content {
	width: 500px;
}

.three-columns .column1,
 .three-columns .column2,
  .three-columns .column3 {
 	float: left;
	width: 250px;
}

.three-columns {
	position: relative;
	height: 200px;
	min-height: 200px;
	background: url(../App_Themes/styles/images/homepage06.jpg) no-repeat left top;
}

html>body .three-columns { height: auto; }


.three-columns .column1 { padding: 0px 15px 0px 20px; }

.three-columns .column2 { padding: 0px 15px 0px 20px; }

.three-columns .column3 { padding: 0px 15px; }

.three-columns .title {
	height: 23px;
	margin: 0px;
	padding-top: 18px;
	color: #FFFFFF;
}

.three-columns .content {
	padding-top: 20px;
}

#sidebar {
	float: left;
	width: 250px;
}

#sidebar p { line-height: 1.6em; }

#homepage #sidebar { width: 288px; }

#sidebar img.centerimage { margin-left:60px; }


/* Box Stylez */
.boxA { }

.boxA .title {
	height: 23px;
	margin: 0px;
	padding: 18px 0px 0px 20px;
	background: url(../App_Themes/styles/images/homepage06.jpg) no-repeat left top;
	color: #FFFFFF;
}

.boxA .content { padding: 15px 13px; }

#box4 .content {
	padding-left: 20px;
}

#box4 ul.nav li { margin: 0 0 0.5em 0; }


ul#callout {
	line-height:1.5em;
	font-size: 1.1em;
	margin-left:25px;
}


/* Login Form */
#login { }

#login .content {
	padding-top: 20px;
	padding-left: 25px;
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#login li {
	margin-bottom: 13px;
}

#login label {
	float: left;
	width: 70px;
	font-weight: bold;
	color: #5B6D74;
}

input#username, input#password {
	width: 130px;
	height: 17px;
	padding: 4px 5px 3px 5px;
	background: #F6F6F5;
	border: 1px solid #F6F6F5;
	border-left-color: #E1DFD7;
	border-top-color: #D4D2C5;
}

input#login-submit {
	float: right;
	width: 80px;
	height: 24px;
	background: url(../images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
}

#homepage input#username,
 #homepage input#password {
	width: 165px;
}

#footer {
	width: 940px;
	height: 150px;
	background: url(../App_Themes/styles/images/bg05.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #12554c;
}


/* - - - - - - - - - - - - - - - - - - - - -
	P A G E - D E T A I L S
- - - - - - - - - - - - - - - - - - - - - */

.align-left { text-align: left; }
.align-right { text-align: right; }

img.left { float: left; margin: 0 20px 0 0; }
img.right { float: right; margin: 0 0 0 20px; }
img.border { padding: 2px; background: #fff; border: 1px solid #E1DFD8; }

hr { display: none; }
.hr1 { height: 1px; }

.underline { text-decoration: underline; }

/* Samples Pages */
.buttons {
	float: left;
	position: relative;
	left: 50%;
	text-align: left;
	margin-bottom: 1.5em;
}

.buttons ul {
	list-style: none;
	position: relative;
	left: -50%;
	margin: 0;
	padding: 0;
}

.buttons li {
	float: left;
	margin: 0 10px 0 0;
	background: #0f4c49;
	border: 1px solid #eff2df;
}

.buttons li a {
	float: left;
	position: relative;
	left: -2px;
	top: -2px;
	background: #eff2df;
	color: #208D7F;
	text-decoration: none;
	padding: 0.5em 0.8em;
	font-weight: bold;
	border-color: #208D7F;
	border-width: 1px;
	border-style: solid;
}

.buttons li a:hover {
	background: #ccc;
	color: #208D7F;
	border-color: #666 #208D7F #208D7F #666;
}

p.highlight {
	background: #eff2df;
	color: #406e2d;
	text-decoration: none;
	padding: 0.5em 0.8em;
	font-weight: bold;
	border: 1px solid #406e2d;
}

p.warning {
	background: #FFFF99;
	color: #600;
	text-decoration: none;
	padding: 0.5em 0.8em;
	font-weight: bold;
	border: 1px solid #600;
}

a.button {
	float: left;
	background: #eff2df;
	color: #406e2d;
	text-decoration: none;
	padding: 0.5em 0.8em;
	font-weight: bold;
	border-color: #999 #406e2d #406e2d #999;
	border-width: 1px;
	border-style: solid;
	font-size: 1.3em;
}


/*button for login form*/

.button1a
{
	width: 60px;
	height: 24px;
	background: url(../App_Themes/styles/images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;	
}

/*---------------------*/

/* Frequently Asked Questions */
div#accordian {
	padding: 10px 0 0 0;
}

div#accordian h3 {
	background: #6E6C5F url(../App_Themes/styles/images/h3_bg.jpg) repeat-x 0 0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	cursor:pointer;
	margin:0;
	padding: 0.5em;
	color: #222;
}

div#accordian div {
	padding: 20px;
}

a.button:hover {
	background: #ccc;
	color: #208D7F;
	border-color: #406e2d #999 #999 #406e2d;
}

div.Info
{
	color: black;
	background-color: #eee8aa;
	text-align: left;
}

div.InfoWhite
{
	color: black;
	background-color: #ffffff;
	text-align: left;
}

div.InfoFunnyGreen
{
	color: black;
	background-color: #e1eae0;
	text-align: left;
}

h3.Info
{
	background-color:Transparent;
	color:#ff0000;
}

h4.Info
{
	background-color:Transparent;
	color:#0000ff;
}

p.Info
{
	line-height: 1.4em;
	margin-left: 10px;
	margin-top: 0px;
}

DIV.Error
{
	background-color:#ffff00;
	color:#ff0000;
}

DIV.pad, P.pad
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}



/*Classes and Div's from the old site*/

.unwatermarked, .watermarked, .readonly
{
	 height: 20px;
    padding: 2px 1px 0 2px;
    border: 1px solid #BEBEBE;
}
   
.unwatermarked 
{
	height:18px;
}


.DropList
{
    background-color: #fffff0;
    color: #000000;
    margin-bottom:4px;
}

.tr1
        {
            height: 40px;
            background-color: #fffff0;
        }
        
.tr2
        {
            height: 40px;
            background-color: #e1eae0;
        }


/* schooladmin/default classes and divs*/

 .LeftCol
        {
            float: left;
            width: 360px;
        }
        .RightCol
        {
            float: right;
            width: 360px;
        }
        #StatusBar
        {
            height: 10px;
            border-right: thin inset;
            border-top: thin inset;
            border-left: thin inset;
            border-bottom: thin inset;
            background-color: #d3d3d3;
        }
        .collapsePanelHeader
        {
            border: solid 1pt #cccccc;
            padding: 4px 4px 4px 4px;
        }
        .StatCol
        {
            width: 70px;
            height: 24px;
            text-align: center;
            vertical-align: middle;
            background-color: #d3d3d3;
            border: inset thin;
        }
        .LinkButton2
        {
            margin-left: auto;
            margin-right: auto;
            display: table;
            height: 100%;
            text-align: left;
        }
        a.LinkButton2
        {
            text-decoration: none;
            display: block;
            float: left;
            width: 56px;
            height: 30px;
            text-align: center;
            padding: 2px 2px 2px 2px;
            border: thin outset #eef5ed;
            background-image: none;
            margin: 3px 2px 3px 2px;
            background-image: none;
            color: #0000cd;
            background-color: #BF0022;
            font-family: Tahoma, Verdana, Arial;
        }
        a:link.LinkButton2, a:visited.LinkButton2
        {
            color: #0000cd;
            background-color: #DCDCDC;
        }
        a:hover.LinkButton2
        {
            background-color: #800080;
            color: #ffd700;
            display: block;
        }
        table.Search
        {
            margin: 0px 4px 0px 4px;
        }
        Caption.Search
        {
            background-color: InfoBackground;
            color: InfoText;
            border: solid 1pt #cccccc;
            padding: 4px 4px 4px 4px;
            font-size: 0.8em;
        }
        th.Search
        {
            color: #000088;
            background-color: Transparent;
            font-size: 0.8em;
            vertical-align: bottom;
            text-align: left;
            padding: 2px 2px 2px 4px;
        }
        td.Search
        {
            background-color: #fffff0;
            text-align: left;
            vertical-align: top;
        }
        
 .Password
{
	background-color: #E1EAE0;
	color: #000000;
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #000000 1px solid;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
}

.PasswordLabel
{
	font-weight: bold;
}
.PasswordInstruction
{
	color: black;
	background-color: #eee8aa;
	text-align: left;
	border-right: #000000 1px solid;
	padding-right: 2px;
	border-top: #000000 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #000000 1px solid;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
}

.PasswordTitle
{
	font-size: 1.2em;
	color: #ff0000;
	background-color:Transparent;
}

.unwatermarked, .watermarked, .readonly
{
	 height: 20px;
    padding: 2px 1px 0 2px;
    border: 1px solid #BEBEBE;
}

.watermarked
{
	background-color: #ffffc0;
	color: gray;
	margin-bottom: 4px;
}

div.InfoBox, table.InfoBox
{
	color: #000000;
	background-color: #e1eae0;
	text-align: left;
	border: thin outset #eef5ed;
	padding: 4px 4px 4px 4px;
	margin: 10px 0px 10px 0px;
}

.PasswordLabel, .fLabel, th.Order
{
    background-color: Transparent;
    color: #000088;
}

.fLabel
{
    width: 120px;
    height: auto;
    float: left;
    text-align: right;
    font-size: 0.9em;
    clear:left;
    margin-right:4px;
}

table.LoginBox
{
	margin: 4px 4px 4px 4px;
}

th.LoginBox
{
    color: #cc0000;
    background-color: Transparent;
    background-image: url(img/bg-menu-main2.png);
    background-repeat: repeat-x;
    border: solid 1pt #000000;
    padding: 4px 4px 4px 4px;
    font-size:0.8em;
}
td.LoginBox
{
    background-color: #e1eae0;
    color: #000000;
    padding: 2px 4px 4px 0px;
    border: solid 1pt #000000;
    text-align: left;
    vertical-align: top;
    width: 33%;
    font-size:0.9em;
}

.DropList
{
    background-color: #fffff0;
    color: #000000;
    margin-bottom:4px;
}

.border, Caption.Calendar
{
	border-right: #000000 1pt solid;
	border-top: #000000 1pt solid;
	border-left: #000000 1pt solid;
	border-bottom: #000000 1pt solid;
}

Div.Calenadr
{
    background-color: #fffff0;
    color: #000000;
}

Table.Calendar
{
	background-image: url(../App_Themes/styles/images/homepage06.jpg);
	color: #000000;
}

Th.Calendar, Td.CalendarHead, .collapsePanelHeader, th.FieldHeaderRight, td.FieldHeaderRight
{
    color: #ffffff;
    background-color: Transparent;
    background-image: url(../App_Themes/styles/images/homepage06.jpg);
    background-repeat: repeat-x;
}

th.FieldHeaderRight, td.FieldHeaderRight 
{
	text-align:right;
	font-size:0.9em;
	height:30px;
	vertical-align:top;
}

Td.Calendar
{
    color: #000000;
    background-color: #ffffff;
    vertical-align: top;
}

tr.CalendarRow
{
  background-color:#fffff0;
  color:#000000;
}

tr.CalendarRowAlt
{
  background-color:#e1eae0;
  color:#000000;
}

tr.CalendarRowSelected
{
	background-color:#ffffc0;
	color:#cc0000;
}

tr.CalendarPage
{
    border: 1px solid #000066;
    background-color: #ffffc0;
    color: #cc0000;
}

Caption.Calendar
{
	background-color: #fffff0;
	color: #000000;
}

a.LinkButton
{
    float:none;
}


#AboutSite
{
	color: black;
	background-color: #eee8aa;
	text-align: left;
	display: block;
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 1px solid;
	border-bottom: #000099 1px solid; /*height: 160px;*/
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#AboutSite h1
{
	font-size:1.3em;
}

#AboutSite h2
{
	font-size:1.2em;
	float:none;
	width:auto;
	height:auto;
	
}

#AboutSite h3
{
	color: #dc143c;
	background-color: Transparent;
	margin-bottom:0px;
}

#AboutSite p
{
	margin-left: 24px;
	margin-top:0px;
	line-height: 1.3em;
	font-family: Arial;
	font-size:1.0em;
}

#AboutSite img
{
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.LinkButton
{
	margin-left: auto;
	margin-right: auto;
	display: table;
	height: 100%;
	text-align:left;
}

/* column layouts*/


.Left2ColLay1, .Left2ColLay2, .Left3ColLay1
{
    float: left;
    height: 100%;
}

.Left2ColLay1
{
    width:20%;
}

.Left2ColLay2
{
    width:460px;
}

div.Left2ColLay3
{
	float:left;
	width: 32%;
	vertical-align:top;
	text-align:left;
}

div.Right2ColLay3
{
	margin-left: 33%;
	vertical-align:top;
	text-align:left;
}


.Right2ColLay1
{
    margin-left: 21%;
    /*width: 76%;*/
}

.Right2ColLay2
{
    margin-left: 480px;
   
}


.Left3ColLay1
{
    width:20%;
    vertical-align:top;
}

.Right3ColLay1
{
    width:31%;
    vertical-align:top;
}


.Right3ColLay1
{
    float:right;
}

.Mid3ColLay1
{
	width: 44%;
	vertical-align: text-top;
	clear: none;
	float: none;
	padding-bottom: 144px; /*Weird Mozilla Bug */
	margin-left: 23%;
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#Important
{
    color: #ff0000;
    background-color: #ffff00;
    display: block;
    font-size:1.0em;
}

div.WhiteInfo
{
    color: black;
    background-color: #ffffff;
    text-align: left;

}

.WizardSideBar
{
	width: 20%;
	text-align: right;
	vertical-align: top;
	margin: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#Wizard
{
	margin: 2px;
}

.Wizard
{
	width:100%;
}


.WizardStep
{
	color: #333333;
	background-color: #ffffff;
	border-right: #333333 1px solid;
	padding-right: 4px;
	border-top: #333333 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	margin: 2px;
	border-left: #333333 1px solid;
	padding-top: 4px;
	border-bottom: #333333 1px solid;
	text-align: left;
}

.WizardStep2
{
	color: #333333;
	background-color: #eee8aa;
	border-right: #333333 1px solid;
	padding-right: 4px;
	border-top: #333333 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	margin: 2px;
	border-left: #333333 1px solid;
	padding-top: 4px;
	border-bottom: #333333 1px solid;
	text-align: left;
}

.WizardStep h3
{
	color: #000099;
	background-color:Transparent;
	text-align: left;
}

.WizardStep p
{
    margin-top: 2px;
    margin-left: 24px;
    margin-bottom:8px;
}

/*
.WizardStep table
{
	margin: 4px 24px;
}
*/

.WizardError
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	margin: 2px 24px;
	color: #dc143c;
	background-color: #ffff00;
}

.WizardError ul
{
	text-align: left;
	list-style-image: url(IIS_important.gif);
	display: list-item;
	padding-bottom: 4px;
	padding-top: 4px;
}



.WizardStep a
{
	color: #0000cd;
	background-color: Transparent;
	text-decoration:none;
}

.WizardStep a:link, .WizardStep a:visited, .WizardStep a:active, a:current
{
    color: #808080;
    background-color: Transparent;
    text-decoration: none;
}

.WizardStep a:hover
{
    background-color: #800080;
    color: #ffd700;
}

.WizardStep th
{
	font-size:0.8em;
 border:none;
}


.Error
{
	font-weight: bold;
	text-align: left;
	list-style-image: url(IIS_important.gif);
	display: list-item;
	background-color: #FFFF80;
	color: #b22222;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	margin: 4px;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}




#YellowBaby
{
	background-color: #646B63;
	color: #ffffff; /*background-image: url(yellowbaby.gif);*/
	/*border-right: #000099 1px solid;*/
	border-right: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
		padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}


#YellowBaby ul
{
    text-align: left;
    list-style-image: url(IIS_important.gif);
    margin-top:2px;
    margin-bottom:0px;
}

#YellowBaby p
{
	font-size: 1.1em;
	color: #ffff00;
	background-color: Transparent;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}







/* panel styles */

.rscollapsePanel {
	
	background-color:#ffffff;
	color:#000000;
	overflow:hidden;
}

.rscollapsePanelHeader{
	background-image: url(../img/bg-menu-main.png);
	background-repeat:repeat-x;
}

.rsroundedPanel
{	
	background-color: #646B63;
	color:#000000;
	width:100%;
}

.rscollapsePanelDiv1
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;

}

.rscollapsePanelDiv2
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	cursor: pointer;
	vertical-align: middle;
	border-right: #000000 thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #000000 thin solid;
	/*background-color: #B4B4B4;*/
	background-color: #eee8aa;
	color:#000000;
}

.rscollapsePanelDiv3
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	cursor: pointer;
	vertical-align:middle;
}

.rscollapsePanelTitle
{
	float:left; 
	margin-left: 10px;
	color:#ffffff;
	background-color: Transparent;
    font-weight:bold;
}


.rscollapsePanelImage
{
	float:right;
	vertical-align:middle;
	color:#ffff00;
	background-color: Transparent;
    font-weight:normal;
}

table.rscollapsePanel
{
	background-color:  Transparent;
}

caption.rscollapsePanel
{
	background-color:  Transparent;
	color: #ff0000;
	font-size: 1.1em;
	font-weight:bold;
}

th.rscollapsePanel
{
	background-color:  Transparent;
	color: #ff0000;
	font-weight: bold;
	font-size:0.9em;
    border:none;
}


p.AboutSite
{
	background-color: Transparent;
    color: #000000;
    line-height: 1.2em;
    margin-left: 16px;
    margin-top: 0px;
}

h3.AboutSite
{
    font-size: 1.2em;
    background-color: Transparent;
    color: #cc0000;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}
        
div.AboutSite
{
    color: #000000;
    background-color: #ffffff;
    text-align: left;
    border: solid 1pt #000000;
    padding: 4px 4px 4px 4px;
    margin: 10px 0px 10px 0px;
}

ol.AboutSite
{
    margin-top: 0px;
    margin-bottom: 0px;
}


#TopMenu
{
	text-align: right;
	padding-top: 2px;
}

div.TopMenu
{
	text-align:right;
	margin:  16px 4px 4px 4px;
	font-size:0.9em;
    height: 97px;
}

#TreeView table.TreeView, div.TreeView
{
	background-color: #ffffff;
	color: #666666;
	text-align: left;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

th.LoginBox, th.Order, .ColHead
{
    color: #BF0022;
    background-color: Transparent;
    background-image: url(/img/bg-menu-main2.png);
    background-repeat: repeat-x;
    border: outset thin #cccccc;
    padding: 4px 4px 4px 4px;
    font-size: 0.8em;
}

.WebPartZone
{
    margin: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
	border:none;
}

table.WebPartChrome
{
	border: none;
}

.WebPartTitle
{
	font-size: 0.9em;
	
	color: #ffffff;
	background-color: #fffff0;
	
	font-style: italic;
	text-align: left;
	height: 24px;
	
	border: none;

	background-image: url(TitleBar.gif);
	background-repeat: repeat-x;
	
	
}

.WebPartTitleBarVerb
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	border-bottom: 1px outset;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.WebPartChrome
{
	color: #333333;
    background-color: #E1EAE0;
    margin:0;
    padding:0px;

}

.WebPartMenuPopup
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: white;
    padding-top: 2px;
    background-color: #333399;
}


div.MenuBar
{
	text-align: center;
	font-size:1.3em;
	
}

.myCaption
{
    border: thin inset #eef5ed;
    background-color: #eee8aa;
    color: #0000cc;
}

        
.myPager
{
    border: outset thin #cccccc;
    background-color:#ffffe0;
}

a.LinkButton3
{
    float: right;
	width: 80px;
	height: 24px;
	background: url(../App_Themes/styles/images/subpage1_02.gif) repeat-x left top;
	border: 1px solid #44433B;
	border-right-color: #2E2D28;
	border-bottom-color: #272623;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

div.Info
{
	color: black;
	background-color: #eee8aa;
	text-align: left;
}

div.InfoWhite
{
	color: black;
	background-color: #ffffff;
	text-align: left;
}

div.InfoFunnyGreen
{
	color: black;
	background-color: #e1eae0;
	text-align: left;
}

h3.Info
{
	background-color:Transparent;
	color:#ff0000;
}

h4.Info
{
	background-color:Transparent;
	color:#0000ff;
}

p.Info
{
	line-height: 1.4em;
	margin-left: 10px;
	margin-top: 0px;
}

DIV.Error
{
	background-color:#ffff00;
	color:#ff0000;
}

DIV.pad, P.pad
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}