/*
 * styles.css
 * 
 * Generic Style for the eTASC website (complete rewrite)
 * 
 * @package /css
 * @author Stuart Bradford
 * @copyright London Gifted & Talented
 * @version 0.1, Jun 14, 2007 
 *
 */
 
 
/* COLOURS */
/*
green: 8aed15 (titles)
blue: 00a3cf (hyperlinks on black background)
ligth blue: b3cce3 (borders)
*/

/**
* @todo Stuart : sort out the header sizes and the fixed width of the content page
*/

.disabled {
	color: #999999;	
}

input.disabled {
	background-color: #cccccc;
	color: #999999;
}

.hidden
	{
	display: none;
	}

.error
	{
	color: red;
	font-weight: bold;
	}

/*
.tip
	{
	background-color: #333333;
	color: #00a3cf;
	border: #666666 1px solid;
	padding: 0px 10px 0px 10px;
	font-size: small;
	}
.tip h2
	{
	color: #FFFFFF;
	font-size: small;
	}
*/
	
/*submit button graphics */

a.button
	{
	display: block;
	text-decoration: none;
	padding-top: 7px;
	}	
	
.button
	{
	font-family: arial;
	color: #ec008c;
	height: 29px;
	border-style: none;
	background-position: 0 3px;
	font-size: 10px;
	padding-top: 4px;
	background-repeat: none;
	text-align: center;
	}
	
.buttonLarge
	{
	width: 80px;
	background-image: url("../images/button_miniLarge.gif");
	padding-top: 4px;
	}
	
.buttonSmall
	{
	width: 68px;
	background-image: url("../images/button_mini.gif");
	}
	


.orange
	{
	/*color: #ff6300;*/
	background: #000000 url('../allAboutEtasc/whyEtasc/tasc/images/orange.gif') no-repeat 0px 5px;
	padding-left: 20px;
	}

.yellow
	{
	/*color: #ffff00;*/
	background: #000000 url('../allAboutEtasc/whyEtasc/tasc/images/yellow.gif') no-repeat 0px 5px;
	padding-left: 20px;
	}

.green
	{
	/*color: #00ff00;*/
	background: #000000 url('../allAboutEtasc/whyEtasc/tasc/images/green.gif') no-repeat 0px 5px;
	padding-left: 20px;
	}

.lightBlue
	{
	/*color: #00ffff;*/
	background: #000000 url('../allAboutEtasc/whyEtasc/tasc/images/lightBlue.gif') no-repeat 0px 5px;
	padding-left: 20px;
	}

.darkBlue
	{
	/*color: #0063ff;*/
	background: #000000 url('../allAboutEtasc/whyEtasc/tasc/images/darkBlue.gif') no-repeat 0px 5px;
	padding-left: 20px;
	}

.purple
	{
	/*color: #9c63ff;*/
	background: #000000 url('../allAboutEtasc/whyEtasc/tasc/images/purple.gif') no-repeat 0px 5px;
	padding-left: 20px;
	}

.pink
	{
	/*color: #ff00ff;*/
	background: #000000 url('../allAboutEtasc/whyEtasc/tasc/images/pink.gif') no-repeat 0px 5px;
	padding-left: 20px;
	}

.red
	{
	/*color: #ff0000;*/
	background: #000000 url('../allAboutEtasc/whyEtasc/tasc/images/red.gif') no-repeat 0px 5px;
	padding-left: 20px;
	}

input.button:active, a.button:active
	{
	background-position: 0 -26px;
	}

	      
a img 
	{
	border: none;
	}

a.previous, a.next
	{
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
	display: block;
	line-height: 18px;
	float: left;
	margin-bottom: 20px;
	}
	
a.previous
	{
	background: #00a3cf url(../images/previous.gif) no-repeat top left;
	padding: 0px 10px 0px 25px;
	margin-right: 20px;
	}
	
a.next
	{
	background: #00a3cf url(../images/next.gif) no-repeat top right;
	padding: 0px 25px 0px 10px;
	}

img.border
	{
	border: 1px solid #555555;
	}

img.block
	{
	display: block;
	margin: 5px;
	}
	
html {
	background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
	font-size: 0.9em;
	line-height : 1.44em;
}

body
	{
	/*IE6 fix for aligning content to center of page */
	text-align: center;
	}

#page {
	text-align: left;
	width: 980px; /* the fixed width is for flash. Is this correct? */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 980px;
	height: 100px;
}

#etascLogo {
	float : left;
}

#logo {
	float: right;
}

#content_area {
	float: left;
	width: 700px;
	padding-left :15px;
}

#footer {
	clear: both;
	width:100%;
	text-align:right;
	border-top: solid 1px #b3cce3;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}



/* titles */
h1 {
	color: #8AED15;
	font-size: 160%;
	line-height: 140%;
}

h2 {
	color: #8AED15;
	font-size: 120%;
	line-height: 120%;
}

h3
	{
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #96c959;
	font-style: italic;
	}
	
h4
	{
	color: #96c959;
	}
	
.inlineHeader
	{
	display: inline;
	float: left;
	}
	
.inlineHeader a
	{
	color: #8AED15;
	}

h2.inlineHeader
	{
	margin: 0px 5px 0px 0px;
	}
		
h3.inlineHeader
	{
	margin: 3px 5px 0px 0px;
	}
h4.inlineHeader
	{
	margin: 0px 5px 0px 0px;
	}
/* Anchors */
a {
	color: #00a3cf;
}

#footer a
	{
	color: #FFFFFF;
	}

a.white {
	color: #ffffff;
}

/* Images */

.imgNoBorder {
	border : none;
	vertical-align:middle;
	}
	
.imageScreenShot {
	border : none;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;

}


/* Form information */

form
	{
	margin-top: 20px;
	}
	
form div
	{
	margin: 10px 0px 10px 0px;
	}
	
input.textBox
	{
	margin-top: 1px;
	border: #ec008c 1px solid;
	margin-left: 10px;
	margin-right: 10px;
	}

	
#signInBox {
 float:right;
 margin-left : 15px;
 margin-bottom: 15px;
}

fieldset {
	margin-top: 5px;
	width: 300px;
	border: #ec008c 1px solid;
}
	
legend {
	font-style: italic;
	background-color: #555555;
	border: #ec008c solid 1px;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
label
	{
	font-size: small;
	}
form label.neat
	{
	float: left;
	margin-right: 5px;
	clear: left;
	width: 6em;
	}

form#frmNewStudent div.ordered
	{
	overflow-x: auto;
	}
	
form#frmNewStudent div.ordered input, form#frmNewStudent div.ordered label
	{
	float: left;
	}
	
form#frmNewStudent div.ordered label
	{
	width: 9em;
	}


.note
	{
	font-size: small;
	font-weight: bold;
	padding: 5px;
	}

.border
	{
	border: 1px #eb088c solid;
	}

.clearLeft
	{
	clear: left;
	}

.clearRight
	{
	clear: right;
	}
	
	
.alignTop
	{
	vertical-align: 50%;
	}
	
/* List */

ul.none {
	list-style-type: none;
}

ul.inline li
	{
	
	display: inline;
	float: left;
	margin-right: 20px;
	}
	
ul.inline
	{
	clear: right;
	}
	
ul li#editIcon, ul li#moveIcon, ul li#printIcon, ul li#deleteIcon
	{
	line-height: 3em;
	}

ul li#editIcon
	{
	list-style-image: url('../allAboutEtasc/howToUseEtasc/images/edit.gif');
	}

ul li#moveIcon
	{
	list-style-image: url('../allAboutEtasc/howToUseEtasc/images/move.gif');
	}
	
ul li#printIcon
	{
	list-style-image: url('../allAboutEtasc/howToUseEtasc/images/print.gif');
	}

ul li#deleteIcon
	{
	list-style-image: url('../allAboutEtasc/howToUseEtasc/images/delete.gif');
	}
	

/* navigation */

#leftNav
	{
	float: left;
	margin-top: 5px;
	width: 250px;
	border: #ec008c 1px solid;
	}


#leftNav ul
	{
	padding: 0px;
	margin: 0px;
	}

	
#leftNav ul li a
	{
	padding-left: 10px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	}
	

	
#leftNav ul li a.linkNormal, #leftNav ul li a.linkActive {
	border-bottom: 1px solid #555555;
	background-color: #adadad;
	padding-left: 30px;
	padding-right: 10px;
	}

#leftNav ul li a.linkActive
	{
	color: #ec008c;
	}

.mainSection, #leftNav .mainSectionActive a
	{
	border-bottom: 1px solid #adadad;
	background-color:#555555;
	}

#leftNav .mainSectionActive a
	{
	color: #ec008c;
	}

.subSection
	{
	border-bottom: 1px solid #555555;
	background-color: #7d7d7d;
	padding-left: 10px;
	}


#leftNav ul li.subSectionActive a{
	background-color: #555555;
	color: #ec008c;
	padding-left: 20px;

}


/* Tables */
table {
	border: #b3cce3 solid 1px;
}

td, th {
	background-color: #eeeeee;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
}



/*Accesibility list*/

dl.lgt_accessibilityList
	{
	margin-left: 20px;
	overflow-y: auto;
	}

dl.lgt_accessibilityList dt
	{
	clear: left;
	float: left;
	width: 1em;
	color: #8aed15;
	}

dl.lgt_accessibilityList dd
	{
	float: left;
	}


/* Downloads */

.PDFDownloads {
	clear:both;
	border: #b3cce3 solid 1px;
	padding-left: 15px;
	margin-bottom : 15px;
}

h3.PDFDownloadsTitle {
	color: #8AED15;
}


/* MISC*/

.fontSmall {
	font-size: small;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.floatRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

hr {
	width : 50%;
}