
/* LBRO Styles for main site */
/* Created by IP April 08 */


/* universal styles *********************************************************************************************/

body
{
	/* background: #f4f4f4 url(bg.gif) top center repeat-y; */
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #111;
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

a
{
	color: #0072BC;
	text-decoration: none;
}

a:hover
{
	color: #0072CC;
	text-decoration: underline;
}

h1
{
	font-size: 1.5em;
	color: #0072BC;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h2
{
	font-size: 1.35em;
	color: #444;
	padding: 8px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h3
{
	font-size: 1.2em;
	color: #666;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h3
{
	font-size: 1.2em;
	margin: 0.2em 0 0.2em 0;
	color:#555;
}

h4
{
	font-size: 1em;
	margin: 0.2em 0 0.2em 0;
	color: #666;
}

h5
{
	font-size: 1em;
	margin: 0.2em 0 0.2em 0;
}

h6
{
	font-size: 0.75em;
	margin: 0.2em 0 0.2em 0;
}

.maincontainer
{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 760px;
}

.innercontainer
{
	background-color: #FFFFFF;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

/* Header styles**********************************************************************************************/

.header
{
	background-color: #FFF;
	width: 740px;
	float: left;
}

.logo
{
	float: left;
}

.headersearch
{
	float: right;
	color: #999;
	text-align: right;
	padding: 15px 20px 0px 0px;
}

.headersearch ul
{
	padding: 0px;
	margin: 0px;
	display: inline;
}

.headersearch li
{
	padding: 0px;
	margin: 0px;
	display: inline;
}

.headersearch a
{
	text-decoration: none;
}

.headersearch a:hover
{
	text-decoration: underline;
}

.headersearch .form
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.form-button-header, .form-button
{
	background-color: #0065B6;
	color: #ffffff;
	border-left: 3px solid #00457D;
	border-top: 1px solid #00457D;
	border-bottom: 1px solid #00457D;
	border-right: 1px solid #00457D;
	margin: 0px;
}

.loginbar
{
	background-color: #FFFFFF;
	width: 740px;
	float: left;
	height: 35px;
	background-image: url(shadow_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #68AEF0;
	color: #0065B6;
}

.loginform
{
	
}

.loginbar .form
{
	margin: 5px 0px 5px 20px;
	padding: 0px;
}

.welcome
{
	font-weight: normal;
	float: right;
	padding: 10px 20px 10px 0px;
}

.login
{
	font-weight: bold;
	float: left;
	padding: 10px 0px 10px 20px;

}

.breadcrumb
{
	width: 570px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 160px;
	font-size: 0.9em;
	font-weight:bold;
}

.breadcrumb span
{
	color: #00457E;
}

/* End header styles***********************************************************************************/

.maincontent
{
	background-color: #FFFFFF;
	width: 740px;
	float: left;
}

/* start  right content styles*************************************************************/
.rightcontent
{
	float: right;
	width: 580px;
	background-color: #FFFFFF;
}

.rightcontentcentre-wide
{
	float: left;
	width: 580px;
	background-color: #FFFFFF;
}

.rightcontentcentre-wide p
{
	margin-right: 20px;
	line-height: 150%;
}

.rightcontentcentre-wide a
{
	text-decoration: underline;
}

.rightcontentcentre-wide a:hover
{
	text-decoration: underline;
}

.rightcontentcentre
{
	float: left;
	width: 390px;
	background-color: #FFFFFF;
}

.rightcontentcentre p
{
	line-height: 150%;
}

.rightcontentcentre a
{
	text-decoration: underline;
}

.rightcontentcentre a:hover
{
	text-decoration: underline;
}

.rightcontentcentre ul
{
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 10px 15px;
}

.bannerimage
{
	float: left;
	width: 580px;
	margin: 0px 0px 5px 0px;
}

.image
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.rightcolumn
{
	float: right;
	width: 180px;
	background-color: #00FF00;
}

/* feature blocks*/
.featureholder
{
	float: left;
	width: 580px;
	margin: 0px 0px 0px 0px;
}

.featureblock
{
	float: left;
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#F4F4F4;
}

.featurehead1 a, .featurehead1 a:hover
{
	float: left;
	width: 170px;
	background-color: #00457E;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 10px;
}

.featurehead2 a, .featurehead2 a:hover
{
	float: left;
	width: 170px;
	background-color: #666;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 10px;
}

.featurehead3 a, .featurehead3 a:hover
{
	float: left;
	width: 170px;
	background-color: #0065B6;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 10px;
}

.featuretext
{
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	float: left;
	width: 164px;
	margin: 0px 0px 0px 0px;
	padding: 7px 7px 15px 7px;
}
/* end feature blocks*/

.welcomeholderwrapper
{
	float: left;
	width: 380px;
	background-color: #FFFFFF;
	padding-right: 20px;
}

.welcomeholder
{
	float: left;
	width: 380px;
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
}

.welcometext
{
	background-color: #0065B6;
	color: #FFFFFF;
	padding: 10px 10px 15px 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	line-height: 140%;
	font-weight: bold;
}

.welcometext a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.welcometext a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.whatsnewtext
{
	background-color: #FFFFFF;
	padding: 10px 10px 15px 10px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	background-image: url(whatsnewbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #68AeF0;
	line-height: 140%;
}

.newscolumn
{
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 0px;
}

.newscolumn2
{
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

.newsheader
{
	width: 173px;
	background-color: #FFFFFF;
	padding: 7px 0px 7px 7px;
	background-image: url(Shadow.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #68AeF0;
	color: #0065B6;
	font-weight: bold;
}

.newsitem
{
	padding: 6px 0px 8px 0px;
}

.publishitem
{
	padding: 8px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.publishitemdescription
{
	padding: 0px 0px 8px 20px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.pdfreader
{
	padding: 10px 0px 0px 0px;
}
/* end right content styles*/

hr
{
	clear: both;
	border: none;
	height: 1px;
	border-top: 1px dotted #68AEF0;
}

/* start footer styles*/

.footerwrapper
{
	float: left;
	width: 740px;
	background-color: #FFFFFF;
	margin: 20px 0px 30px 0px;
	background-image: url(footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.9em;
}

.validationlogos
{
	float: left;
	padding-top: 30px;
}

.conditions
{
	float: right;
	padding-top: 30px;
}

.conditions ul
{
	display: inline;
}

.conditions li
{
	display: inline;
}

.address
{
	float: left;
	padding-top: 20px;
	width: 100%;
}

/* end footer styles*/

/* listing styles */
.listing
{
	float: left;
	line-height: 150%;
	width: 580px;
}

.listing a
{
	text-decoration: none;
}

.listing a:hover
{
	text-decoration: underline;
}

.listing
{
	float: left;
	line-height: 150%;
	width: 580px;
}

.listing ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.listing li
{
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 5px;
}

.listing .odd
{
	background-color: #F4F4F4;
}

.listing .even
{
	background-color: #FFFFFF;
}

.summaryText
{
	color:#444;
}

.infoText
{
	color:#666;
}

/*calendar styles*/
.calendarwrapper
{
	float: left;
	width: 580px;
}

.calendarholder2
{
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	margin-right: 30px;
}

.calendarsearch
{
	float: left;
	width: 270px;
}
.calendarsearch p
{
	padding: 0px 0px 15px 0px;
}

.calendartext
{
	float: left;
	width: 190px;
	background-color: #FFFFFF;
}

.calendarholder
{
	float: right;
	width: 180px;
	background-color: #FFFFFF;
}

.calendar
{
	border: 0;
	width: 100%;
}

.calendar td
{
	margin: 2px;
	padding: 3px;
}

.calendarPrevNextMonth
{
	background-color: #0065B6;
	color: White !important;
}

.calendarTitle
{
	background-color: #0065B6;
	color: #ffffff;
}

.calendarDayHeader
{
	background-color: #CDCDCD;
	color: Black;
	font-weight: normal;
	padding: 3px;
}

.calendarResult
{
	background-color: #0065B6;
	color: White !important;
}
.calendarResult a
{
	color: White !important;
}

.calendarFixture
{
	background-color: #0065B6;
	color: White !important;
}

.calendarFixture a
{
	color: White !important;
}

.calendarFixture a:hover
{
	text-decoration: underline;
	color: white;
}

.calendarDay
{
	background-color: #F4F4F4;
	color: #444;
}

.calendarDay a
{
	text-decoration: underline;
	font-weight: bolder;
}

.calendarOtherDay
{
	background-color: White;
	color: #999;
}
/*end calendar styles*/


/* Added post design */


/* Board styles copied from intranet CSS - for 'in this section' links */

.boardpanel
{
	width: 380px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(boardbg.gif);
	background-repeat: repeat-y;
}

.boardpanel a
{
	text-decoration: none;
}

.boardpanel a:hover
{
	text-decoration: underline;
}

.board1
{
	float: left;
	background-color: #488EC0;
	color: #FFFFFF;
	font-weight: bold;
	width: 118px;
	padding: 10px 10px 10px 10px;
}

.board2
{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	width: 221px;
	padding: 10px 10px 10px 10px;
}

/* Sliding Faq */

.faqQuestion
{
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	cursor: pointer;
}

.faqQuestion span
{
	color: #286EA0;
}

.faqQuestion span:hover
{
	text-decoration: underline !important;
}

.faqAnswer
{
	margin-bottom: 0.5em;
	background-color: #FFE;
	padding: 4px;
	border: 1px solid #68AEF0;
}

.faqAnswer p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.inputStyle
{
	background-color:#E6F3FF;
}




