/* theme colours */

/* JTC:  Start of a rationalized CSS stylesheet */
div.formEntryRow
{
	color:#6E6F73;	
}

div.formEntryRow input[type="text"]
{
	border: 1px solid #b3b4b8;	
	color: #6e6f73;	
}

div.formEntryRow select
{
	color: #6e6f73;
	border: 1px solid #b3b4b8; 
}
/* JTC:  End of a rationalized CSS stylesheet */

div.page div.menu 
{ 
	border-bottom: 7px solid #ececec; 
}

div.page div.menu.help 
{ 
	border-bottom: 7px solid #1188cc; 
}

div.page div.menu div.tabwrapper div 
{ 
	background-color: #ee5522; 
}

div.page div.menu div.tabwrapper div a, div.shaded_colour_3 .submit, div.divide p 
{ 
	color: #FFFFFF; 
}

div.page div.menu div.tabwrapper.selected div, div.shaded_colour_3 div, div.shaded_colour_3 .submit, div.contacts div.top 
{ 
	background-color: #ececec; 
}

div.page div.menu div.tabwrapper.selected div a 
{ 
	color: #1188cc; 
}

div.divide_plain { background-color: #1188cc !important; margin-bottom: 22px; }

div.button div, div.button .submit, div.divide 
{ 
	background-color: #1188cc !important; 
}

div.button_right div, div.button_right .submit, div.divide 
{ 
	background-color: #1188cc !important; 
}

h2, h3 
{ 
	color: #1188cc; 
}

/* darker grey */
p.helper, .light { color: #b3b4b8 !important; }
input.width_100, div.contacts, div.widget { border: 1px solid #b3b4b8; }
.select_width_100 { border: 1px solid #b3b4b8; background-color: #ECECEC; width: inherit;}

input.disabled_width100 { border: 1px solid #b3b4b8; background-color: #ECECEC;}
.select_disabled_width100 { border: 1px solid #b3b4b8; background-color: #ECECEC; width: inherit;}

div.button.alt_colour .submit, div.button.alt_colour div { background-color: #b3b4b8 !important; }

/* darkest grey */
body, p, ul li, a, div.input label, div.input input, div.input textarea, div.input select, div.input label a, div.input p, div.input p a { color: #6e6f73; }

/* logo */
div.header h1 { background-image: url(/images/etxtlogo.png); }

/* Deepa: For Send Message Page */
div.messages { border: 1px solid #B3B4B8; }
div.messages div.top { background-color: #ececec; }

div.messageFromSelf 
{  
	border: 1px solid #b3b4b8;
	-moz-border-radius: 12px;
	margin: 10px;
	background-color: #eeeeee;
}

.brand_color { color: #1188cc; font-weight:normal; }

