/* 
Use this stylesheet to apply styles specific to the Youth Portal
*/

BODY
{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/* hyperlinks */
A
{
	color: #8218a1;
/*
	text-decoration: underline;
*/
}


A:visited
{
	color: #8218a1;
}

/* colour of highlighted text in components*/
body .HighlightPurple { 
	color: #8218a1; 
}

/* colour of highlighted text in components*/
body .HighlightOrange { 
	color: E26417
}

body .containerleft 
{
 font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-Serif; 
 border-left: solid 1px #E26417;
 border-top: solid 1px #E26417;
 border-bottom: solid 1px #E26417;
 border-right: solid 1px #E26417;
}

body .containerright
{
 border-left: solid 1px #E26417;
 border-top: solid 1px #E26417;
 border-bottom: solid 1px #E26417;
 border-right: solid 1px #E26417;
 margin-right: 10px;
}

/* FORUM standard text */
body .StandardTextbody
{
 font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-Serif;
}

p
{
 font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-Serif;
}


/*Category listing add category table in FORUM*/
body .addcategorytable
{
 border-right: solid 1px #8218a1;
 border-bottom: solid 1px #8218a1;
 border-top: solid 1px #8218a1;
 border-left: solid 1px #8218a1;
 }

body .addcategorytable tr td
{
 font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-Serif;
}


/*My Account Headers in FORUM*/
body .detailsHeader
{
 font-weight:bold;
 background-color: E26417;
 color: ffffff;
}

body .linkbutton, a.linkbutton, a:visited.linkbutton
{ 
 border-bottom: solid 1px #1a264d;
 border-right: solid 1px #1a264d;
 border-top: solid 1px #8218a1;
 border-left: solid 1px #8218a1;
}

a:hover.linkbutton
{
 border-bottom: solid 1px #8218a1;
 border-right: solid 1px #8218a1;
 border-top: solid 1px #1a264d;
 border-left: solid 1px #1a264d;
 color: #1a264d;
}

/* Forum listing row style (mouseover)*/
.forumrowover, .forumrowaltover, .forumrowaltover TD
{
 background-color: #dfc2e7;
}

body .forumcolumn
{
 /*
 vertical-align: middle;
 border-collapse: collapse;
 padding: 0px 0px 0px 4px;
*/
}

body .grid
{
 font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-Serif;
 border-left: solid 1px #E26417;
 border-top: solid 1px #E26417;
 width: 98%;
}

body .gridheader
{
 background-color: d26417;
}


/*Column where text for menu option appears*/
body .TBtdmenuopt, body .TBtdmenuoptover, body .textbox
{
 font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-Serif;
}