/* 	midd_css | Middlesbrough 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: #e68e23;
}
a {
	color: #8C4624;
	font-weight:bold;
}
/*	ID Classes
================================================*/
/*#contentleft {
	border-left-color: #e68e23;
}*/
#midd_bodycontainer {
	padding: 0px;
	margin: 0px;
	border: solid 3px;
	border-color: #e68e23;
		/*	 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: #f7d9b6;
	background-image:url('/images/midd-top.png');
    background-repeat:no-repeat;
}
#menu_style_area {
	background: #f7d9b6;
	background-image:url('/images/midd-top.png');
    background-repeat:no-repeat;
}
.style_bottom{
    background-image:url('/images/midd-bottom.png');
}
.menu_l_1 a:link, .menu_l_1 a:visited {
	background: #e68e23;
    border-left-color: #e68e23;
}
.menu_l_1_highlight a:link, .menu_l_1_highlight a:visited {
	background: #CC6600 95% 50%!important;
	border-left-color: #D68534;
}
.menu_l_1  a:hover {
	background: #e68e23;
	border-left-color: #e68e23;
}
.menu_l_2 a:link, .menu_l_2 a:visited {
	background: #f3ca98;
    border-left-color: #e68e23;
}
.menu_l_2_highlight a:link, .menu_l_2_highlight a:visited {
	color: #C06000;
    border-left-color: #e68e23;
}
.menu_l_2 a:hover , .menu_l_2_highlight a:hover {
	color: #C06000;
	border-left-color: #e68e23;
	background-color: #fff;
}
.menu_l_2_selected{
	border-left-color: #e68e23;
}
.menu_l_2_note{
	border-left-color: #e68e23;
}
.menu_l_3 a:link, .menu_l_3 a:visited {
	border-left-color: #e68e23;
	border-bottom-color: #f3ca98;
}
.menu_l_3 a:hover , .menu_l_2_highlight a:hover {
	color: #e68e23;
	border-left-color: #e68e23;
	background-color: #fff;
}
.menu_l_3_selected{
	border-left-color: #e68e23;
	}
/* Text
================================================*/
.midd_headtext {
	color: #E68E23;
}
.midd-navtxtw  {
   	font-size:0.9em;
    color:#000000;
	line-height:120%;
   background:#E68E23;
}
.middbutton {
	font-weight: bold;
    border-style: double;
    border-width: 3px;
    border-color: #E68E23;
    cursor:pointer;
    font-size: 0.75em;
    background-color:#fff;
    margin:3px;
}
/* Tables
================================================*/
.middrand {
border:1px solid #e68e23;
}
.middrand_td {
border:1px solid #e68e23;
border-spacing:0px;
}
/* Misc
================================================*/
.midd_WWWW {
 	border-width:4px;
    border-style: ridge;
    border-color: #e68e23;
}

