/* CSS Document */

body {
	margin: 5px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #999999;
	background-color: #503091;
	background-image:  url(../images/main-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.skiplink {
	position:absolute;
	left:-10000px;
}
.lotterylogo {
	float: right;
	margin: 5px 0px 0px 5px;
}
a:link {
	color: #503091;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #503091;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
hr  {
	border: 0;
	height: 1px;
	color: #EFEFEF;
	background-color: #EFEFEF;
}
.button {
	border-top: 1px solid #303192;
	border-right: 1px solid #6666CC;
	border-bottom: 1px solid #6666CC;
	border-left: 1px solid #303192;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #FFFFFF;
	background-image: url(../images/button-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
/*--- Layout Start ---*/

#pagecontainer {
	width: 990px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
#pagecontainer #header {
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute; 
	left: 0px; 
	top: 0px; 
	width: 970px; 
	height: 100px;
	z-index: 3;
	overflow: hidden;
	text-align: right;
	padding: 10px;
	font-size: 1.1em;
}
#pagecontainer #header #logo {
	padding: 5px;
	float: left;
	
}
#pagecontainer #header .active {
	text-decoration: underline;
}
#pagecontainer #header #confidentialadvice {
	width:257px;
	float: right;
	font-size: 1.1em;
	margin: 20px 0px 0px 0px;
}
#pagecontainer #header #confidentialadvice a {
	display: block;
	/*width: 325px;*/
	height: 50px;
	color: #999999;
	text-decoration: none;
	
}
#pagecontainer #header #confidentialadvice a:hover {
	color: #4B3091;
}
#pagecontainer #header #confidentialadvice .heading {
	font-size: 1.3em;
	font-weight: bold;
	color: #503091;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	
}
#pagecontainer #body {
	position: absolute; 
	left: 0px; 
	top: 120px; 
	width: 990px; 
	z-index: 2;
	padding-top: 39px;
}
.home {
	background-image:  url(../images/home-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;

}
.sub {
	background-image:  url(../images/body-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#pagecontainer #body #hometext {
	width: 535px;
	height: 300px;
	float: right;
	color: #FFFFFF;
	margin: 0px 15px 0px 0px;
}
#pagecontainer #body #hometext h1 {
	font-size: 3em;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-align: left;
}
/*#pagecontainer #body #hometext h1:first-line {
	text-indent: 200px;
	text-transform: uppercase;
}*/
#pagecontainer #body #hometext h1:first-letter {
	margin-left: 40px;
}
#pagecontainer #body #hometext h2 {
	font-size: 1.7em;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 20px;
}
#pagecontainer #body #hometext p {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-left: 40px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: left;
}
#pagecontainer #body #homelinks {
	clear: both;
	padding: 0px;
	margin: 10px 0px 10px 12px;
	overflow: hidden;
}
#pagecontainer #body #homelinks #servingyoungpeople {
	float: left;
	width: 315px;
	height: 102px;
	margin-right: 10px;
}
#pagecontainer #body #homelinks #servingyoungpeople a {
	background-image: url(../images/home-links.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 315px;
	height: 102px;
	text-indent: -10000px;
}
#pagecontainer #body #homelinks #servingyoungpeople a:hover {
	background-position: 0px -102px;
}
#pagecontainer #body #homelinks #servingthecommunity {
	float: left;
	width: 315px;
	height: 102px;
	margin-right: 10px;
}
#pagecontainer #body #homelinks #servingthecommunity a {
	background-image: url(../images/home-links.png);
	background-repeat: no-repeat;
	background-position: -315px 0px;
	display: block;
	width: 315px;
	height: 102px;
	text-indent: -10000px;
}
#pagecontainer #body #homelinks #servingthecommunity a:hover {
	background-position: -315px -102px;
}
#pagecontainer #body #homelinks #servingorganisations {
	float: left;
	width: 315px;
	height: 102px;
}
#pagecontainer #body #homelinks #servingorganisations a {
	background-image: url(../images/home-links.png);
	background-repeat: no-repeat;
	background-position: -630px 0px;
	display: block;
	width: 315px;
	height: 102px;
	text-indent: -10000px;
}
#pagecontainer #body #homelinks #servingorganisations a:hover {
	background-position: -630px -102px;
}
#pagecontainer #body #homecontent {
	clear: both;
	padding: 0px;
	margin: 0px 0px 10px 16px;
	overflow: hidden;
} 
#pagecontainer #body #homecontent h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #503091;
	margin-bottom: 10px;
} 
#pagecontainer #body #content {
	float: right;
	width: 710px;
	margin: 10px 5px 15px 0px;
	text-align: justify;
	padding: 0px 5px 0px 0px;
}
#pagecontainer #body #content #breadcrumbs {
	width: 100%;
	color: #999999;
	margin-bottom: 10px;
	font-size: .5em;
}
/* Added By Aparna */
#pagecontainer #body #content #breadcrumbs h5 span{
	width: 100%;
	color: #999999;
	font-size:10px;	
}
/* End Added By Aparna */

#pagecontainer #body #content h1 {
	font-size: 2em;
	font-weight: normal;
	color: #503091;
}
#pagecontainer #body #content h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #503091;
	margin-bottom: 10px;
}
/*Added by Aparna*/
#pagecontainer #body #content .trainingtool h4 span {
	font-size: 1em;
	font-weight: bold;
	color: #4B3091;
		margin-bottom: 1px;

}
#pagecontainer #body #content span {
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 10px;
}
/* End Added by Aparna*/

/*#lblContent {
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
	margin-bottom: 10px;
}*/

#pagecontainer #body #content li {
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}

#pagecontainer #body #content a:link {
	color: #503091;
	text-decoration: underline;
}
#pagecontainer #body #content a:visited {
	text-decoration: underline;
	color: #503091;
}
#pagecontainer #body #content a:hover {
	text-decoration: underline;
	color: #000000;
}
#pagecontainer #body #content a:active {
	text-decoration: underline;
}

#pagecontainer #body #leftnav {
	float: left;
	margin: 10px 0px 0px 0px;
	text-align: justify;
	padding: 0px 0px 0px 5px;
}
#pagecontainer #body #leftnav h3 {
	font-size: 1.4em;
}
#pagecontainer #body #leftnav h3 a {
	padding: 9px;
	width: 226px;
	height: 17px;
	display: block;
	color: #FFFFFF;
	background-image: url(../images/left-tabs.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 5px;
}
#pagecontainer #body #leftnav #youngpeople a {
	background-position: 0px 0px;
}
#pagecontainer #body #leftnav #youngpeople a:hover {
	background-position: 0px -35px;
}
#pagecontainer #body #leftnav #community a {
	background-position: -244px 0px;
}
#pagecontainer #body #leftnav #community a:hover {
	background-position: -244px -35px;
}
#pagecontainer #body #leftnav #organisations a {
	background-position: -488px 0px;
}
#pagecontainer #body #leftnav #organisations a:hover {
	background-position: -488px -35px;
}
#pagecontainer #body #leftnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#pagecontainer #body #leftnav li a {
	font-size: 1.2em;
	padding: 7px 7px 7px 25px;
	display: block;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
}
#pagecontainer #body #leftnav #youngpeoplelinks a {
	color: #006699;
	background-position: 0px 0px;
}
#pagecontainer #body #leftnav #youngpeoplelinks a:hover {
	color: #999999;
	background-position: 0px -88px;
}
#pagecontainer #body #leftnav #communitylinks a {
	color: #669900;
	background-position: 0px -30px;
}
#pagecontainer #body #leftnav #communitylinks a:hover {
	color: #999999;
	background-position: 0px -88px;
}
#pagecontainer #body #leftnav #organisationslinks a {
	color: #FF6600;
	background-position: 0px -59px;
}
#pagecontainer #body #leftnav #organisationslinks a:hover {
	color: #999999;
	background-position: 0px -88px;
}
#pagecontainer #body #leftnav .active {
	font-weight: bold;
}
#pagecontainer #body #footerlinks {
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	background-image: url(../images/footer-links-background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	clear: both;
	font-size: 1.1em;
	height: 13px;
}
#pagecontainer #body #footerlinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#pagecontainer #body #footerlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#pagecontainer #body #footer {
	background-image: url(../images/footer-background.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	margin: 0px;
	clear: both;
	overflow: hidden;
	background-position: center bottom;
	font-size: 1.1em;
	height: 25px;
}
/*--- Layout End ---*/
/*--- Latest News Start ---*/
#pagecontainer #body #homecontent .latestnews {
	font-size: 1.2em;
	width: 226px;
	float: left;
	margin-right: 2px;
	background-color: #EFEFEF;
	padding: 5px;
	height: 115px;
} 
#pagecontainer #body #homecontent .latestnews:hover {
	background-color: #F2F2F2;
} 
#pagecontainer #body #homecontent .latestnews h4 {
	font-size: 1.1em;
	font-weight: bold;
	width: 200px;
	margin-bottom: 5px;
} 
#pagecontainer #body #homecontent .latestnews p {
	line-height: 1.5em;
} 
#pagecontainer #body #content .news {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
	background-color: #EFEFEF;
	font-size: 1.2em;
}
#pagecontainer #body #content .news:hover {
	background-color: #F2F2F2;
}
#pagecontainer #body #content .news img {
	margin: 0px 0px 0px 10px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	float: right;
}
#pagecontainer #body #content .news h4 {
	font-size: 1.3em;
	margin-bottom: 0px;
}
#pagecontainer #body #content .news p {
	margin: 0px;
}
#pagecontainer #body #content .date {
	font-size: 1.1em;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}


#pagecontainer #body #content .rightimage {
	margin: 0px 0px 5px 10px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	float: right;
}
/*--- Latest News End ---*/
/*--- Training Analysis Needs Form Start ---*/
/* Earlier one

.trainingtool {
	padding: 5px;
	border: 5px solid #F0F0F0;
	margin-bottom: 10px;
}*/

/* Curent one used*/
.trainingtool {
width: 77%;
padding: 5px;
border: 5px solid #F0F0F0;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
}


.trainingtool:hover {
	background-color: #F9F9F9;
}
/*--- Training Analysis Needs Form End ---*/
/*--- Confidential Advice Area Start ---*/

.advice {
	width: 80%;
	border: 5px solid #F0F0F0;
	border-left: 5px solid #F0F0F0;
	margin: 0px auto 10px auto;
}
.advice tr:hover {
	background-color: #F9F9F9;
}
.advice td {
	padding: 5px;
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
}
.advice .textfield {
	padding: 3px;
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
	border: 1px solid #E0E0E0;
	width: 350px;
	background-image: url(../images/textfield-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#UseEmail {
	border: 1px solid #4B3091;
	background-color: #EDEDFA;
	padding: 3px 5px 3px 3px;
	color: #4B3091;
	margin-top: 10px;
	text-align: center;
}
#UseEmail #EmailConfirm {
	float: left;
	margin-bottom: 10px;
}
.advicearea {
	font-size: 1.4em;
}
.advicearea a {
	padding: 9px;
	width: 226px;
	height: 17px;
	display: block;
	color: #FFFFFF;
	background-image: url(../images/left-tabs.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 5px;
}
.standard a {
	background-position: -732px 0px;
}
.standard a:hover {
	background-position: -732px -35px;
}
.login a {
	background-position: -976px 0px;
}
.login a:hover {
	background-position: -976px -35px;
}
.questions {
	margin-bottom: 10px;
	width: 710px;
}
.question {
	overflow: hidden;
	font-size: 1.2em;
	border-bottom: 1px solid #CCCCCC;
	
}
.question .updated {
	float: right;
	text-align: center;
	width: 150px;
}
.questiongrid {
	
	border-bottom: 1px solid #CCCCCC;
	/*padding: 6px 6px 6px 35px;*/
	
	
}
.question a {
	display: block;
	cursor: hand; 
	cursor: pointer;
	padding: 6px 6px 6px 35px;
	background-image: url(../images/read.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.question a:hover {
	text-decoration: none;
	background-color: #EFEFEF;
	background-image: url(../images/read.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.new a {
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.new a:hover {
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #EDEDFA;
}
.questionheader {
	background-color: #4B3091;
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	padding: 6px;
}
.replyheader {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px;
}
.questionoptions {
	text-align: right;
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
}

.back {
	padding: 5px 5px 5px 25px;
	display: inline;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.reply {
	padding: 5px 5px 5px 25px;
	display: inline;
	background-image: url(../images/reply.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.close {
	padding: 5px 5px 5px 25px;
	display: inline;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

/*--- Confidential Advice Area End ---*/
/*--- Login Advice Area Start ---*/

.loginpageregister {
	width: 330px;
	float: left;
	border: 5px solid #F0F0F0;
	padding: 5px;
}

.loginpageregister ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

.register {
	font-size: 1.1em;
}




.loginpagelogin {
	width: 330px;
	float: right;
	border: 5px solid #F0F0F0;
	padding: 5px;
}
#loginpage {
	width: 100%;
/*	border-top: 5px solid #F0F0F0;
	border-right: 5px solid #F0F0F0;
	border-bottom: none;
	border-left: 5px solid #F0F0F0; */
	margin: 0px auto 10px auto;
}
#loginpage tr:hover {
	background-color: #F9F9F9;
}
#loginpage td {
	padding: 5px;
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
/*	border-bottom: 5px solid #F0F0F0; */
}
#loginpage .textfield {
	padding: 3px;
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
	border: 1px solid #E0E0E0;
	width: 230px;
	background-image: url(../images/textfield-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Added By Aparna*/

.CalendarClass
{
                width: 35px;
                height: 22px;
                vertical-align: middle;
                background-color: transparent;
                background-image: url(../Images/icon-calendar.gif);
                background-repeat: no-repeat;
                border-top-style: none;
                border-right-style: none;
                border-left-style: none;
                border-bottom-style: none;
}



.txt_bx {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-weight: normal;
               /* color: #000000;*/
                text-decoration: none;
                width: 156px;
                border: 1px solid #336799;
                /*background-color: #dbedf9;*/
}
/* End Added By Aparna*/

/*--- Login Advice Area End ---*/


/* created by Prashant*/

#pagecontainer #header #confidentialadviceadmin {
	width:350px;
	float: right;
	font-size: 1.1em;
	margin: 20px 0px 0px 0px;
}
#pagecontainer #header #confidentialadviceadmin .heading {
	font-size: 1.3em;
	font-weight: bold;
	color: #4B3091;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	
}
/* finished by prashant*/

/* Added by Aparna*/
.accordionheader
{
	margin: 0px;
    padding : 0px;
	overflow:hidden; 
}
.accordioncontent
{
	margin: 0px;
    padding : 0px;
	overflow:hidden; 
}

.topicquestionheader {
	background-color: #4B3091;
	color: #FFFFFF;
	font-weight: bold;
	font-size:10px;
	padding: 3px;
}
.topicreplyheader {
	background-color: #999999;
	color: #FFFFFF;
	font-size:10px;
	font-weight: bold;
	padding: 3px;
}

.grid {
	overflow: hidden;
	font-size: 1.2em;
	border-bottom: 1px solid #CCCCCC;
	
}
.grid .updated {
	float: right;
	text-align: center;
	width: 150px;
}
.grid a {
	display: block;
	cursor: hand; 
	cursor: pointer;
	padding: 6px 6px 6px 35px;
	/*background-image: url(../images/read.gif);*/
	background-repeat: no-repeat;
	background-position: 5px 5px;
	overflow: hidden;
}
.grid a:hover {
	text-decoration: none;
	background-color: #EFEFEF;
	/*background-image: url(../images/read.gif);*/
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.new1 a {
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.new1 a:hover {
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #EDEDFA;
}
.normal
{
background-color:white;
}

.back1 {
	padding: 5px 5px 0px 25px;
	display: inline;
	background-image: url(../images/back.gif);
    background-repeat : no-repeat;
	background-color:White;
	border:none;
	color:#4B3091;
	background-position: 10px 5px;
	font-size: 1em;
	font-weight:bold;
	width:60px;
}
.reply1 {
	padding: 5px 5px 5px 28px;
	display: inline;
	background-image: url(../images/reply.gif);
    background-repeat : no-repeat;
	background-color:White;
	border:none;
	color:#4B3091;
	background-position: 10px 5px;
	font-size: 1em;
	font-weight:bold;
	width:60px;
}
.close1 {
	padding: 5px 5px 0px 25px;
	background-image: url(../images/close.gif);
    background-repeat : no-repeat;
	background-color:White;
	border:none;
	color:#4B3091;
	background-position: 10px 5px;
	font-size: 1em;
	font-weight:bold;
	cursor:pointer;
}
.sitemap {
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sitemap2 {
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contactus {
	width: 100%;
	margin: 0px auto 10px auto;
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
	line-height: 1.9em;
}

.closequestion {
	overflow: hidden;
	font-size: 1.2em;
	border-bottom: 1px solid #CCCCCC;
	
}
.closequestion .updated {
	float: right;
	text-align: center;
	width: 150px;
}
.closequestiongrid {
	
	border-bottom: 1px solid #CCCCCC;
}
.closequestion a {
	display: block;
	cursor: hand; 
	cursor: pointer;
	padding: 6px 6px 6px 0px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.closequestion a:hover {
	text-decoration: none;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
/*.Highlight
{
	background-color:#EFEFEF;
}
.UnHighlight
{
	background-color:white;
}
.NewHighlight
{
	background-color:#EDEDFA;
}
.NewUnHighlight
{
	background-color:white;
}
/* added by eBusiness UK LTD */
.contactus {
	width: 80%;
	border: 5px solid #F0F0F0;
	border-left: 5px solid #F0F0F0;
	margin: 0px auto 10px auto;
}
.contactus tr:hover {
	background-color: #F9F9F9;
}
.contactus td {
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
}
.contactus .textfield {
	padding: 3px;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	border: 1px solid #E0E0E0;
	width: 350px;
	background-image: url(../images/textfield-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


*/

/* Ended by Aparna*/
