﻿html, body 
{
    /*always specify at the beginning of a style sheet */
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 800px;

}
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.9em;
	line-height: 1.25em;	
	margin: 0px;
	padding: 0px;
	background: #fff;
   
}
.tabCellGray
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #999999;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    text-decoration:none;
    height:15px;
    width:90px;
    cursor:pointer;
  
}
.tabCellorangeBorder
{
    font-family:Arial, Helvetica, sans-serif;
    background-color: #EEEEEE;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: orange;
    border-right-color: orange;
    border-bottom-color: orange;
    border-left-color: orange;
    color: orange;
    text-align: center;
    text-decoration:none;
    height:15px;
    width:90px;
    cursor:pointer;
  
}
.tabCellOrange {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F28936;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F28936;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
	height:15px;
    width:90px;
	cursor:pointer;
}

.itxt
{
    font-family: Arial, Helvetica, sans-serif; 
}
.btn
{
    font-family: Arial, Helvetica, sans-serif;
    
}

.aGray
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #999999;   
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 7px;
    padding-top: 2px;
   
    vertical-align: middle;
    border-right: #999999 1px none;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px none;
  
}
.aGray:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #F28936;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 7px;
    padding-top: 2px;
    height: 30px;   
    vertical-align: middle;
     border-right: #999999 1px none;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px none;
}

    .spHidden
    {
        visibility:hidden;
    }
 .flt
 {
    z-index:2000;
    position:absolute;    
 }
 /******* hyperlink and anchor tag styles *******/

a{
	color: black;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: red;
	background-color: inherit;	
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font-weight: bold;
 font-size: 130%;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}

h2{
 font-weight: bold;
 font-size: 114%;
 font-family: Arial, Helvetica, sans-serif;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}

h3{
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}

h4{
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}

h5{
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 color: #007BB5;
 background: #fff;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-image: url(http://bmcofaa3.bolton.gov.uk:7777/pls/portal92/url/ITEM/16D299B671100E99E0440003BA1DCDD2);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font-weight: bold;
 font-size: 1em;
 font-family: Arial, Helvetica, sans-serif;
 color: #334d55;
 background: #fff;

}
				
input,select{
 font-family: Arial, Helvetica, sans-serif;
}
.topBar
{
    font-family: Arial, Helvetica, sans-serif;
    background-color:Black;
    color:White;
}
#topBar
{
    font-family: Arial, Helvetica, sans-serif;
    background-color:Black;
    color:White;
}
.aWhite{
	font-size:95%;
	color: white;
	background-color: black;
	text-decoration:underline;
}

.aWhite:hover{
	font-size:95%;
	color: white;
	background-color: black;
	text-decoration:underline;
}
.ttl
{
    color: #007BB5;
}