/* Black Internals Styles
----------------------------------------------------
Author:		Steve McKeogh
Date:		27th July 2007
---------------------------------------------------- */

/* Imports
----------------------------------------------- */
@import url("internal.css");
@import url("navigation/white.css");


/* Generic Styles
----------------------------------------------- */
body{
	background:#FFF;
	color:#000
	}
	
	
/* Header Styles
----------------------------------------------- */
#header_bg{background:#FFF}
#header1_r h1{background-image:url(../images/header/white_tel.gif)}
#header2_l h1{background-image:url(../images/header/white_title.gif)}


/* Content Styles
----------------------------------------------- */
#secondary_c{border-bottom-color:#000}
#internal_r{color:#666}
ul.documents li a{color:#000}
div.pages_c{border-top-color:#CCC}


/* Form Styles
----------------------------------------------- */
select.select{
	background:#FFF;
	border:solid 1px #78949F;
	color:#000;
	}
input.textfield{
	background:#FFF;
	border:solid 1px #78949F;
	color:#000;
	}