/* 	hart_css | Hartlepool specific css file.
	Contains colour details, used with spa_css
	A generic css for use when no Partner css or an error with 'MEDIA' var
	is ammended as spa_gen.
	IMcC 10/2007
*/

/* HTML Tags
================================================*/
a:hover {
	color: #5D97C9;
}
a {
	color: #306996;
	font-weight:bold;
}
/*	ID Classes
================================================*/
/* #contentleft {
   border-left-color: #5D97C9;
}*/

#hart_bodycontainer {
	padding: 0px;
	margin: 0px;
	border: solid 3px;
	border-color: #5D97C9;
/*	 this is a work round for IE6 # before item is accepted by IE but ignored by Mozilla and Opera*/
  width:754px;
  float:left;
  }
/* Navigation and TVC layout
================================================*/
#menu_collection_area, .menu_collection_area{
	background: #cedeef;
	background-image:url('/images/hart-top.png');
    background-repeat:no-repeat;
}
#menu_style_area {
	background: #cedeef;
	background-image:url('/images/hart-top.png');
    background-repeat:no-repeat;
}
.style_bottom{
    background-image:url('/images/hart-bottom.png');
}
.menu_l_1 a:link, .menu_l_1 a:visited {
	background: #5D97C9;
    border-left-color: #5D97C9;
}
.menu_l_1_highlight a:link, .menu_l_1_highlight a:visited {
	background: #6b91b9;
}
.menu_l_1  a:hover {
	background: #5D97C9;
	border-left-color: #5D97C9;
}
.menu_l_2 a:link, .menu_l_2 a:visited {
	background: #e4ebf2;
    border-left-color: #5D97C9;
}
.menu_l_2_highlight a:link, .menu_l_2_highlight a:visited {
	color: #6b91b9;
    border-left-color: #5D97C9;
}
.menu_l_2 a:hover , .menu_l_2_highlight a:hover {
	color: #6b91b9;
	border-left-color: #5D97C9;
	background-color: #fff;
}
.menu_l_2_selected{
	border-left-color: #5D97C9;
}
.menu_l_2_note{
	border-left-color: #5D97C9;
}
.menu_l_3 a:link, .menu_l_3 a:visited {
	border-left-color: #5D97C9;
	border-bottom-color: #e4ebf2;
}
.menu_l_3 a:hover , .menu_l_2_highlight a:hover {
	color: #6b91b9;
	border-left-color: #5D97C9;
	background-color: #fff;
}
.menu_l_3_selected{
	border-left-color: #5D97C9;
}
/* Text
================================================*/
.hart_headtext {
	color: #5D97C9;
}
.hart-navtxtw  {
   	font-size:80%;
    color:#000000;
	line-height:120%;
   background:#5D97C9;
}
.hartbutton {
	color: #004d92;
	font-weight: bold;
    border-style: double;
    border-width: 3px;
    border-color: #5D97C9;
    cursor:pointer;
    font-size: 0.75em;
    background-color:#fff;
    margin:3px;
}
/* Tables
================================================*/
.hartrand {
border:1px solid #5D97C9;
}
.hartrand_td {
border:1px solid #5D97C9;
border-spacing:0px;
}
/* Misc
================================================*/
.hart_WWWW {
 	border-width:4px;
    border-style: ridge;
    border-color: #5D97C9;
}

