/* Default CSS Stylesheet for a new Web Application project */

body
{
	background-image: url(images/redditch_01.gif);
	background-repeat:repeat-x;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

h2
{
	font-size: large;
}

ul
{
	margin: 15px;
}

table, td
{
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border: none;
}

a:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

.mainContent
{
	background-color: #ffffff;
	height: 100%;
	vertical-align: top;
	text-align: left;
}

.border
{
	border: solid 1px #c7c7c7;
	margin: 10px 10px 10px 10px;
	width: 780px;
}

.border td 
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.border td table td
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.passwordBox
{
width: 150px;	
}

.footer
{
    text-align: left;
	background-color: #b8b8b8;
	height: 25px;
	border-bottom: solid 1px #c7c7c7;
	border-left: solid 1px #c7c7c7;
	border-right: solid 1px #c7c7c7;
	color: #ffffff;
	font-size: 85%;
	padding: 5px 0px 5px 10px;
 
}

.footerImg
{
	background-image: url(images/redditch_12.gif);
	background-repeat: repeat-y;
	height: 9px;
}
.topSpacer
{
	height: 25px;
}

.contentTbl
{
	vertical-align: top;
}

.leftCol
{
	background-image: url(images/redditch_07.gif);
	background-repeat: repeat-y;
	width: 8px;
}

.rightCol
{
	background-image: url(images/redditch_08.gif);
	background-repeat: repeat-y;
	width: 8px;
}

.mainTbl
{
	margin-left: auto; 
	margin-right: auto;
	width: 817px;

}

.mainControlTbl
{
	width: 625px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.menuTbl, .menuTbl td
{
	background-color: #e8f4ea;
	color: #40643e;
	border: solid 1px #009966;
	font-size: small;
}

table td .menuTbl td
{
	padding: 10px 10px 10px 10px;
}

.menuTbl td table td
{
	border: none;
}

.banner
{
	background-image: url(images/redditch_04.gif);
	background-repeat: repeat-x;
	width: 801px;
	height: 86px;	
}

.imageButton
{
	float: right;
}

.footerLink:link
{
	text-decoration: none;
	color: #ffffff;
}

.footerLink:visited
{
	text-decoration: none;
	color: #ffffff;
}

.footerLink:active
{
	text-decoration: none;
	color: #ffffff;
}

.footerLink:hover
{
	text-decoration: underline;
	color: #ffffff;
}
