body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #46608B;
	background-color:#FFFFFF;
/*	margin: 5px;*/
	scrollbar-3d-light-color:#cbdae6;
	scrollbar-arrow-color:#cbdae6;
	scrollbar-base-color:#0071b5;
	scrollbar-dark-shadow-color:#0071b5;
	scrollbar-face-color:#0071b5;
	scrollbar-track-color: #cbdae6;
	scrollbar-highlight-color:#cbdae6;
	scrollbar-shadow-color:#0071b5;
	
/*background-image:url(../images/admin/admin_menu_right_btm.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top right;
	overflow-y:scroll;
*/
}
.menulist {
	padding:0px;
	margin:0px;
	text-transform: none;
	list-style-position:inside;
	list-style-type: disc;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#46608B;
}
.download {
	padding:12px 0px 0px 0px; 
	margin:0px;
	
	list-style-position:inside;
	/*list-style-type: disc;*/
	list-style-image: url(../images/arrow.gif);
	
	vertical-align:bottom;
	
}
LI
{
	padding:0px 0px 12px 0px;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#46608B;
	text-transform: none;
}

.imgTemp{
	background-position:bottom;
	background-image:url(../images/admin/swooshes.gif);
	background-repeat:no-repeat;
}
.style3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #46608B;
	font-weight: bold;
}
.style4 {
	font-size: 12px;
	font-weight: bold;
}
.style7 {font-size: 14px}
.style8 {font-size: 16}

h1 {
	font-weight: Normal;
	/*text-transform: capitalize;*/
	color: #46608B;
	font-size: medium;
	margin: 0px;
	height: 30px;
	padding-left: 10px;
	padding-top: 3px;
}

h2 {
	font-weight: bold;
	text-transform: lowercase;
	color: #46608B;
	font-size: xx-small;
	margin: 0px;
	height: 20px;
	padding-left: 10px;
	padding-top: 2px;
}

h3 {
	font-weight: bold;
	text-transform: lowercase;
/*	color: #648cc6;	*/
	font-size: x-small;
	margin: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #648cc6;
	background-image: url(../images/test3.gif);
	background-repeat: repeat-x;
}
h4 {
	font-weight: bold;
	text-transform: capitalize;
/*	color: #648cc6;	*/
	font-size: x-small;
	margin: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #648cc6;
	
}

.error {
	font-size: x-small;
	font-weight: lighter;
	color: #003777;
/*	background-color: #FFFFFF;					removed, to stong						*/
	padding: 2px;
	padding-left: 10px;
	margin: 0px;
	text-transform: lowercase;
	margin-bottom: 10px;
}



.thalt {
	height: 20px;
	font-weight: normal;
	color: #648cc6;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	text-transform: uppercase;
	padding-top: 3px;

}

.report table {
	border: 1px solid #648cc6;
	width: 100%;
	border-collapse: collapse;
}

.report td {
	height: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border: 1px solid #648cc6;
}

.report th {
	height: 20px;						/*check this out online with EM values*/
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #648cc6;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #648cc6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #648cc6;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #648cc6;
	border-left-color: #648cc6;
	text-align: left;
	background-image: url(../images/test3.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	vertical-align: bottom;
}
.report th a:link {
	color: #ffffff;
	text-decoration: none;
}
.report th a:visited {
	color: #ffffff;
	text-decoration: none;
}
.report th a:hover {
	text-decoration:underline;
	color: #ffffff;
}

.noPadding table {
	width: 100%;
	border-collapse: collapse;
}

.noPadding td {
	vertical-align: top;
}
/*
.noPadding th {
	vertical-align: top;
	color: #003777; AND THIS ONE ISN'T REQUIRED IN THE NEW SITES, LEFT OVER FROM ORIGINAL CSS
}*/

form {
	border: collapse;
	display:inline;
}

.input {
/*	background-color: #F9F9F9;		*/
	color: #003777;
	height: 20px;
	padding-top: 1px;
	padding-left: 2px;
	border: 1px inset #648cc6;
}

.select {
	background-color: #F9F9F9;
	color: #003777;
	height: 20px;
	border: 1px solid #648cc6;
	padding-top: 1px;
	padding-left: 2px;
	border: collapse;
}

.noBorder{
	border: none #FFFFFF;
}

.textareas {
	background-color: #F9F9F9;
	border: 1px solid #648cc6;
	padding-top: 1px;
	padding-left: 2px;
	color: #648cc6;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003777;
	scrollbar-3d-light-color:#668EC9;
	scrollbar-arrow-color:#648cc6;
	scrollbar-base-color:#668EC9;
	scrollbar-dark-shadow-color:#668EC9;
	scrollbar-face-color:#A0A0A0;
	scrollbar-track-color: #EBEBEB;
	scrollbar-highlight-color:#668EC9;
	scrollbar-shadow-color:#668EC9;
}

.button {
	font-size: xx-small;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #F9F9F9;
	height: 20px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A07980;
	border-right-color: #648cc6;
	border-bottom-color: #648cc6;
	border-left-color: #A07980;
}

.help {
	cursor: help;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #648cc6;
	border-right-color: #648cc6;
	border-bottom-color: #648cc6;
	border-left-color: #648cc6;
	
}
a:link {
	color: #46608B;
	text-decoration: none;
	font-weight: bold;
	
}
a:visited {
	color: #46608B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #46608B;
}

.widthDefault{
	width: 150px;
}

.widthLarge{
	width: 250px;
}

.widthSmall{
	width: 50px;
}

.widthDate{
	width: 60px;
}

.test{
	background-image: url(../projects/images/test.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
.widthPostcode {
	width: 75px;
}

.columnLeft {
	width:70%;
}

.columnRight {
	width:30%;
}

.discuss table {
	border: 1px solid #648cc6;
	width: 0px;
	border-collapse: collapse;
}

.discuss td {
	height: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	border: 1px solid #648cc6;
}

.discuss th {
	height: 00px;						/*check this out online with EM values*/
	font-size: x-small;
	font-weight: bold;
	color: #648cc6;
	background-color: #648cc6;
	padding-right: 1px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #648cc6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #648cc6;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #648cc6;
	border-left-color: #648cc6;
	text-align: left;
	background-image: url(../images/test3.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
}
