/* Unchanged */
/*****************************************
ELEMENT FORMATING
*****************************************/
html
{
	background: #FFFFFF url(/images/Parents/html_bk.png) repeat-x bottom left;
}

body
{
	background: transparent url(/images/Parents/body_bk.png) repeat-x top left;
}
UL LI, OL LI
{
	color: #575859;
}

DIV.content_area,
#content,
#content_left,
P
{
	color: #575859;
}

H3,H4,H5,H6
{
    color:#575859;
}

/*****************************************
TABLES
*****************************************/
TABLE
{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #860081;
}
TABLE TH
{
	background: #860081;
	color: #FFFFFF;
	font-size: 75%;
	padding: 4px;
	margin: 0;
}
TABLE TD
{
	border: 0 solid #950074;
	margin: 0;
	padding: 4px;
	font-size: 75%;
	background-color: #FFFFFF;
	color: #860081;
}
TABLE TR
{
	padding: 0;
	margin: 0;
}
/*****************************************
FORMS
*****************************************/
INPUT
{
	color: #860081;
	font-size: 85%;
	padding: 2px;
}
INPUT.button
{
	background: #860081;
	color: #FFFFFF;
	font-size: 85%;
	padding: 4px;
}
INPUT.textfield
{
	border: 1px solid #860081;
}

INPUT.radio
{
    border:0 solid white;
}

INPUT.checkbox
{
    border:0 solid white;
}

INPUT.submit
{
	border: 1px solid #860081;
	background: #860081;
}
TEXTAREA
{
	border: 1px solid #860081;
	color: #575859;
}
/*****************************************
TEMPLATE
*****************************************/
#webpage 
{
	background-color: #fff;
}
#newsfeed LI
{
	color: #FFFFFF;
}
#newsfeed LI a
{
    font-weight: bold;
}
/*****************************************
CONTENT
*****************************************/
#content h2 
{
	color: #993399;
}
#content H3 A, #content H4 A, #content H5 A, #content H6 A
{
    color: #575859; 
}

#content H3 A:hover, #content H4 A:hover, #content H5 A:hover, #content H6 A:hover
{
    color: #575859; 
}
 
#content_area #content 
{
	background-color: transparent;
}

#content
{
	padding-top: 0;
}

#bookmark a
{
    color:#575859;
    text-decoration:underline;
}

#navigation_page a 
{
	color: #FFFFFF;
	width: 90%;
	display: block;
	text-decoration: none;
	font-size: 80%;
	padding-bottom: 10px;
}

#navigation_page a:hover 
{
	color: #FFFFFF;
	background-image: url(/images/Parents/btn-parents-over.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-decoration: none;
}

/*****************************************
MAKE A REPORT
*****************************************/
#make_report_2
{
	display: block;
	width: 264px;
	background: transparent url(/images/Parents/report-btn8.png) no-repeat 1px -29px;
	height: 70px;
	margin-left: 696px;
	text-decoration: none;
	padding: 0;
}
DIV#webpage
{
	background: url(/images/Parents/title-parents.png) no-repeat 0 120px;
}
.mouseover #make_report_2
{
	background: url(/images/Parents/report-btn8-over.png) no-repeat 1px -29px;
}
#make_report_1
{
	display: block;
	width: 100px;
	background: url(/images/Parents/report-btn8.png) no-repeat -163px 0px;
	height: 29px;
	margin-left: 860px;
	margin-top: -24px !important;
	margin-top: -31px;
	text-decoration: none;
}
.mouseover #make_report_1
{
	background: url(/images/Parents/report-btn8-over.png) no-repeat -163px 0px;
}
/*****************************************
LEFT COL
*****************************************/
#left_links
{
	background: url(/images/Parents/bg-nav-top.png) no-repeat top right;
	padding-top: 10px;
}

#navigation_page
{
	background: #6a046a url(/images/Parents/bg-nav-bottom.png) no-repeat bottom right;
	padding-left: 20px;
	padding-right: 20px;
}

#news_left h3 a
{
    color:white;
}
 
 
/*****************************************
  RIGHT COL                      
*****************************************/

.two_col #content_right h3
{
	font-size: 100%;
	padding-bottom: 2px;
	font-weight: normal;
}

.two_col #content_right li
{
	margin-left: 20px;
	margin-bottom: 7px;
}

.two_col #content_right li a
{
	text-decoration: none;
}

/*****************************************
   FOOTER                       
 *****************************************/

#footer_bar 
{
	background-color: #860081;
}




/*****************************************
   HEADER                     
 *****************************************/
 
#top_links_bar 
{
	background-color: #860081;
}


/*****************************************
   BREADCRUMBS                     
 *****************************************/
#breadcrumbs a, #breadcrumbs strong, #breadcrumbs span
{
	color: #5e605e;
}

/*****************************************
   BOXES                     
 *****************************************/

.box
{
	background-color: #fff;
}

.box a
{
	color: #660066;
	text-decoration: none;
	font-size: 90%;
}

.box a:hover
{
	color: #660066;
	text-decoration: none;
}

/******************************************************
Quiz radio buttons 
*******************************************************/
#ctl07_ctl00_ctl01_ctl03_rblAnswer input
{
    float:left;
    display:block;
    margin-top:-1px;
    border: 0;
}