/*****************************************************
 * dhinteractive:
 * Duncan Hart
 * http://www.dhinteractive.co.uk
 *
 * Client: Waterhouse Group
 * Client: http://www.twrg.co.uk
 *
 * Author: Duncan Hart
 * Author: http://www.dhinteractive.co.uk ::: <info@dhinteractive.co.uk>
 *
 *Date 04/2008	- Created
 *
 *****************************************************
 */
 

 
  /*****************************************************
 * Main Layout & Design
 *****************************************************
 */

/*****************************************************
* Section Text Style Sheet
/*****************************************************
*/

.sectiontxt 				{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#767474;
font-size: 12px;
line-height: 17px;
font-weight: normal;
text-decoration: none;
}
.sectiontxt A:link 			{
color:#666666;
text-decoration: none;
font-weight: none;
}
.sectiontxt A:visited 		{
color:#666666;
text-decoration: none;
font-weight: none;
}
.sectiontxt A:hover 		{
color:#285f82;
text-decoration: none;
font-weight: none;
}

.sectiontxt_small 			{
font-size: 10px;
}

.background_red				{
background: #FF0000;
}

.sectiontxt_heading			{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#000000;
font-size: 12px;
line-height: 17px;
text-decoration: none;
}

.sectiontxt_sub_heading		{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#000000;
font-size: 12px;
line-height: 17px;
text-decoration: none;
}

.sectiontxt_name_heading		{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#285f82;
font-size: 12px;
line-height: 17px;
text-decoration: none;
}

/*****************************************************
* Copyright Text Style Sheet
/*****************************************************
*/

.copyright_txt 				{
font-family : Verdana, Arial, Helvetica, sans-serif;
color:#285f82;
font-size: 9px;
line-height: 13px;
text-decoration: none;
}
.copyright_txt A:link 		{
color:#285f82;
text-decoration: none;
}
.copyright_txt A:visited 	{
color:#285f82;
text-decoration: none;
}
.copyright_txt A:hover 		{
color:#000000;
text-decoration: none;
}


.copyright_txt_highlight	{
color: #285f82;
font-weight: bold;
}




/*****************************************************
* Arrows Text Style Sheet
/*****************************************************
*/

.arrows_txt 				{
padding: 3px 0px 0px 0px;
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#666666;
font-size: 12px;
line-height: 15px;
text-decoration: none;
font-weight: bold;
}
.arrows_txt A:link 			{
color:#666666;
text-decoration: none;
font-weight: bold;
}
.arrows_txt A:visited 		{
color:#666666;
text-decoration: none;
font-weight: bold;
}
.arrows_txt A:hover 		{
color:#7a0909;
text-decoration: none;
font-weight: bold;
}







/*****************************************************
* Task Manager Headers
/*****************************************************
*/

td.tm_header_background_1			{
height: 87px;
background-color: #000000;
}

td.tm_header_background_2			{
height: 20px;
background-color: #FFFFFF;
}

.tm_header_version					{
font-family : Helvetica, Verdana, Arial, sans-serif;
color:#FFFFFF;
font-size: 16px;
line-height: 14px;
text-decoration: none;
}





/*************************
* Rollover Box
/*************************
*/

#box_rollover {
margin: 0px 0px 0px 0px;
}

#box_rollover ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
}

#box_rollover li {
margin: 0px 0px;
}

#box_rollover a {
display: block;
padding: 2px 2px 2px 2px;
border: 1px solid #E5E5E5;
text-decoration: none;
background-color: #FFFFFF;
}


#box_rollover a:link {
color: #666666;
}

#box_rollover a:visited{
color: #666666;
}

#box_rollover a:hover {
border: 1px solid #7a0909;
background:  #FFFFFF;
color: #7a0909;
}




/*************************
* Page Numbers
/*************************
*/

.page_numbers 				{
font-family : Arial, Verdana, Helvetica, sans-serif;
color:#666666;
font-size: 11px;
line-height: 15px;
text-decoration: none;
}
.page_numbers A:link 		{
color:#666666;
text-decoration: none;
}
.page_numbers A:visited 	{
color:#666666;
text-decoration: none;
}
.page_numbers A:hover 		{
color:#7a0909;
text-decoration: none;
}


.page_numbers_highlight	{
color: #7a0909;
font-weight: bold;
text-decoration: underline;
}

.page_numbers_lowlight	{
color: #CCCCCC;
text-decoration: none;
}

