/* 
Project: Lesion Recognition
Filename: screen.css
Date: 06/01/07
Author: Simon McFarlane [simon@clearbytes.co.uk]
*/


/*--------- global styles ---------*/


body {
	font-family: "Arial",sans-serif;
	font-size: 0.7em;
	text-align: center;
	line-height: 1.5;
	color: #666666;
	margin: 0;
	padding: 0;
	}

h1{
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}



h2{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

h3{
	font-size: 1em;
	margin: 0;
	padding: 0;
}


p{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}


body a img {
    border: none;
}

	
ul, ul li {
	list-style: none;
	}

	
label, input, select, legend, textarea {
	font-size: 100%;
	line-height: 1.1em;
	}


img a{
	border: none;
}


strong,
.strong {
	font-weight: bold;
	}



	
em,
.em {
	font-style: italic;
	}
	
.center {
	text-align: center;
	}
	
a {
	text-decoration: none;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}

.hide{
	display: none;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.floatFull{
	float: left;
	width: 600px;
}

.clear{
	clear: both;
}

/*--------- wrap ---------*/

#wrap {
	width: 760px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	}



/*--------- header ---------*/

#header {
	float: left;
	width: 760px;
	background: #fff url(../images/bgd_header.jpg) repeat-y top right;
	border-bottom: 4px solid #eae8e8;
	}


#header h1{
	float: left;
	padding: 10px 0 8px 15px;
}

#header h2{
	float: right;
	padding: 25px 15px 0 12px;
}



/*--------- nav ---------*/


#nav{
	float: left;
	width: 760px;
	background: #6a6969;
}

#nav h3{
	width: 50%;
	float: left;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 0 5px 20px;
}

#nav .signOut{
	float: right;
}


#nav .signOut a{
	display: block;
	font-weight: bold;
	border: 1px solid #c5c3c3;
	color: #c5c3c3;
	text-transform: uppercase;
	padding: 1px 3px;
	margin: 3px 10px 0 2px;
}

#nav .signOut a:hover{
	color: #FF6600;
	border: 1px solid #FF6600;
}


#nav ul{
	float: right;
	padding: 2px 20px 2px 0;
	margin: 0;
}

#nav ul li{
	float: left;
	display: block;
	padding: 3px 8px 3px 6px;
	text-transform: uppercase;
	background: url(../images/bgd_menuDivide.gif) no-repeat right;
}

#nav ul li a{
	font-weight: bold;
	color: #c5c3c3;
}

#nav ul li a:hover{
	color: #FF6600;
}


#nav ul .last{
	padding-right: 0;
	background: none;
}


#nav ul li .here,
#nav ul li .here:hover{
	color: #fff;
}




/*--------- main ---------*/

#main{
	float: left;
	width: 760px;
	background: #eae8e8;
	padding-bottom: 10px;
}


#main .gutter{
	margin: 10px 19px 0 19px;
}


#main .gutterHome{
	margin: 20px 19px 0 19px;
}

#main .gutterDialog{
	float: right;
	margin: 10px 19px 0 19px;
	padding-bottom: 100px;
}


* html #main .gutterDialog{
	margin: 10px 10px 0 10px;
}


/*--------- user ---------*/

#user{
	width: 722px;
	float: left;
}


#user p{
	margin: 0;
	padding: 0 0 0 2px;
}

#user p strong{
	color: #000;
}


/*--------- messageBox ---------*/

#messageBox{
	width: 722px;
	float: left;
	margin: 10px 0;
	padding: 0;
	background: #fff url(../images/bgd_topBox.gif) no-repeat bottom left;
}


#messageBox h4{
	float: left;
	width: 550px;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 0 7px 10px;
	color: #999999;
	font-size: 110%;
}


#messageBox h4 strong{
	color: #333333;
}


#messageBox p{
	float: right;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 20px 7px 0;
	font-weight: bold;
	color: #999999;
	font-size: 110%;
}


#messageBox p strong{
	color: #333333;
}



/*--------- enlarged ---------*/

#enlarged{
	width: 100%;
	float: left;
}


#enlarged p{
	float: left;
	width: 100%;
	font-size: 100%;
	margin: 12px 5px 7px 12px;
	padding: 0;
	color: #6C48B2;
}

#enlarged img{
	float: left;
}


#enlarged p strong{
	float: left;
	padding-right: 15px;
}

#enlarged p a{
	float: left;
	cursor: pointer;
	color: #6C48B2;
	background: url(../images/btn_closeOff.gif) no-repeat right 1px;

}

#enlarged p a:hover{
	background: url(../images/btn_closeOn.gif) no-repeat right 1px;
}




#enlarged p a span{
	display: none;
}







/*--------- fullWidth ---------*/


#fullWidth{
	float: left;
	width: 724px;
	background: url(../images/bgd_fullWidth.jpg) no-repeat bottom left;
}


* html #fullWidth{
	width: 722px;
}


#fullWidth .fullLeft{
	float: left;
	width: 182px;
	margin-bottom: 20px;
}


#fullWidth .fullLeft p{
	color: #999999;
	padding: 20px 20px 0 20px;
}

#fullWidth .fullLeft .darker{
	color: #666666;
}


#fullWidth .fullCentre{
	float: left;
	width: 375px;
	margin-top: 20px;
	padding-bottom: 5px;
	color: #333333;
}

#fullWidth .fullCentre p{
	padding: 0 17px 17px 10px;
}


#fullWidth .fullCentre h5{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
}

#fullWidth .fullCentre ul{
	padding: 0 0 17px 0;
	margin: 0;
}

#fullWidth .fullCentre a{
	color: #000;
	text-decoration: underline;
}

#fullWidth .fullCentre a:hover{
	color: #ff9900;
}


#fullWidth .fullCentre li{
	margin-left: 10px;
	padding-left: 15px;
	background: url(../images/bullet.gif) no-repeat left 4px;
}


#fullWidth .fullRight{
	float: left;
	width: 167px;
	margin-top: 65px;
}


* html #fullWidth .fullRight{
	width: 157px;
}


#fullWidth .fullRight img{
	padding-right: 5px;
}

#fullWidth .darker{
	color: #666666;
}


/*--------- fullForm ---------*/



#fullWidth .fullForm{
	float: right;
	width: 542px;
	color: #333333;
	padding: 20px 0 40px 0;
}


* html #fullWidth .fullForm{
	width: 540px;
}


#fullWidth .fullForm form{
	padding-left: 10px;
}


#fullWidth .fullForm p{
	padding-bottom: 15px;
}


#fullWidth .wide{
	width: 345px;
}


#fullWidth .narrow{
	width: 161px;
}


#fullWidth .fullForm .withButton{
	float: left;
	font-size: 100%;
	margin: 5px 5px 5px 0;
	padding: 0;
	color: #333333;
}


#fullWidth .fullForm .withButton strong{
	float: left;
	padding-right: 15px;
}


#fullWidth .fullForm .withButton a{
	float: left;
	color: #333333;
	cursor: pointer;
	background: url(../images/btn_Off.gif) no-repeat right 1px;
}


#fullWidth .fullForm .withButton a:hover{
	background: url(../images/btn_On.gif) no-repeat right 1px;
}


#fullWidth .fullForm .withButton a span{
	display: none;
}



#fullWidth .otherPadding{
	padding: 0;
	margin: 0 0 15px 30px;
}


/*--------- fullWidthCert ---------*/


#fullWidthCert{
	float: left;
	width: 722px;
	background: url(../images/bgd_certificate.jpg) no-repeat bottom left;
}

#fullWidthCert .certLeft{
	float: left;
	width: 362px;
	color: #333333;
	padding-bottom: 45px;
}


#fullWidthCert .certLeft h4{
	padding: 20px 0 0 15px;
	margin: 0 0 17px 0;
}

#fullWidthCert .certLeft p{
	padding: 0 17px 17px 15px;
}



#fullWidthCert .certRight{
	float: left;
	width: 360px;
	padding-top: 210px;
}

#fullWidthCert .certRight p{
	float: left;
	font-size: 100%;
	margin: 0px 5px 7px 235px;
	padding: 0;
	color: #6C48B2;
}

* html #fullWidthCert .certRight p{
	margin-left: 114px;
}


#fullWidthCert .certRight p strong{
	float: left;
	padding-right: 15px;
}

#fullWidthCert .certRight p a{
	float: left;
	color: #6C48B2;
	cursor: pointer;
	background: url(../images/btn_Off.gif) no-repeat right 1px;
}


#fullWidthCert .certRight p a:hover{
	background: url(../images/btn_On.gif) no-repeat right 1px;
}




#fullWidthCert .certRight p a span{
	display: none;
}


/*--------- leftBox ---------*/




#leftBox{
	float: left;
	width: 355px;
	background: url(../images/bgd_leftBox.gif) no-repeat bottom left;
	padding-bottom: 15px;
}


#leftBoxHome{
	float: left;
	width: 355px;
	background: url(../images/bgd_leftBox.gif) no-repeat bottom left;
	padding-bottom: 50px;
	padding-top: 10px;
}


#leftBox .black{
	margin-top: 10px;
	font-weight: bold;
	color: #000;
}


#leftBoxDialog{
	float: left;
	width: 355px;
	background: url(../images/bgd_leftBox.gif) no-repeat bottom left;
	padding-bottom: 15px;
}


#leftBox h4,
#leftBoxHome h4,
#leftBoxDialog h4{
	padding: 10px 20px 10px 25px;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #333333;
}

#leftBox p,
#leftBoxHome p,
#leftBoxDialog p{
	color: #404040;
	padding: 10px 20px 10px 25px;
}

#leftBoxDialog a{
	color:#FF6600;
	text-decoration:none;
}

#leftBoxDialog a:hover{
	color:#FF6600;
	text-decoration:underline;
}

#leftBoxDialog .homeLink{
	float: left;
	font-size: 100%;
	margin: 12px 0 7px 25px;
	padding: 0;
	color: #6C48B2;
}


#leftBoxDialog .homeLink strong{
	float: left;
	padding-right: 18px;
}

#leftBoxDialog .homeLink a{
	float: left;
	cursor: pointer;
	color: #6C48B2;
	background: url(../images/btn_off.gif) no-repeat right 1px;
}

#leftBoxDialog .homeLink a:hover{
	background: url(../images/btn_on.gif) no-repeat right 1px;
}


#leftBoxDialog .homeLink span{
	display: none;
}



#leftBox .patientHistory{
	float: left;
	width: 355px;
	padding-bottom: 15px;
}

#leftBox .gutter{
    margin: 10px 15px 0 15px;
    font-style: italic;
    color: #999999;
}

#leftBox .gutter2{
   margin: 10px 15px 0 15px;
}

#leftBox .patientHistory h4{
	font-size: 120%;
	margin: 1px 3px 0px 3px;
	padding: 5px 12px 6px 12px;
	background: url(../images/bgd_history.jpg) no-repeat left bottom;
}


#leftBox .patientHistory p{
	margin: 0;
	padding: 0 0 10px 0;
	word-wrap: break-word;
}

#leftBox ul,
#leftBox ol{
    margin: 0 0 10px 20px;
    padding: 0;
}

#leftBox ul li{
    list-style: disc;
}


#leftBox .questions{
	float: left;
	width: 355px;
	background: url(../images/bgd_questionFade.jpg) no-repeat 3px 29px;
}


#leftBox .questions h4{
	font-size: 120%;
	color: #fff;
	margin: 1px 3px 0px 3px;
	padding: 5px 12px 6px 12px;
	background: url(../images/bgd_question.jpg) no-repeat left bottom;
}


#leftBox .questions p{
	color: #333333;
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	word-wrap: break-word;
}



#leftBox .choices{
	float: left;
	padding-bottom: 15px;
}


#leftBox .choices form{
	float: left;
}


#leftBox .choices p{
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 15px 0px 0 0px;
}


#leftBox .choices .question{
	float: left;
	font-style: normal;
	width: 330px;
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
}


* html #leftBox .choices .question{
	margin: 0 0 0 0;
}


#leftBox .choices input{
	float: left;
	width: 20px;
	margin: 0 0 0 0px;
	padding: 0;
}

#leftBox .choices label{
	color: #333333;
	float: left;
	width: 270px;
	margin: 0 0 0 5px;
	padding: 0;
}


#leftBox .choices .withButton{
	float: left;
	font-style: normal;
	font-size: 100%;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px 0 0 0;
	color: #333333;
}


* html #leftBox .choices .withButton{
	margin-left: 7px;
}


#leftBox .choices .withButton strong{
	float: left;
	padding-right: 15px;
}


#leftBox .choices .withButton a{
	float: left;
	cursor: pointer;
	color: #333333;
	background: url(../images/btn_Off.gif) no-repeat right 1px;
}


#leftBox .choices .withButton a:hover{
	background: url(../images/btn_On.gif) no-repeat right 1px;
}


#leftBox .choices .withButton a span{
	display: none;
}




#leftBox .answers{
	float: left;
	width: 355px;
	background: url(../images/bgd_answerFade.jpg) no-repeat 3px 29px;
	padding-bottom: 20px;
}


#leftBox .answers h4{
	font-size: 120%;
	color: #fff;
	margin: 1px 3px 0px 3px;
	padding: 5px 12px 6px 12px;
	background: url(../images/bgd_answer.jpg) no-repeat left bottom;
}


#leftBox .answers p{
	color: #333333;
	margin: 0;
	padding: 5px 0px 0px 0px;
	word-wrap: break-word;
}




#leftBox .answers a{
	color: #000;
	text-decoration: underline;
}

#leftBox .answers a:hover{
	color: #ff9900;
}




#leftBox .nextQ strong{
	float: left;
	padding-right: 15px;
}


#leftBox .nextQ a{
	float: left;
	cursor: pointer;
	color: #333333;
	text-decoration: none;
	background: url(../images/btn_nextQ.gif) no-repeat right 2px;
}

#leftBox .nextQ a:hover{
	float: left;
	color: #333333;
	background: url(../images/btn_on.gif) no-repeat right 2px;
}


#leftBox .nextQ a span{
	display: none;
}


#leftBox .uid{
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}


/*--------- rightBox ---------*/

#rightBox{
	float: right;
	width: 355px;
	background: url(../images/bgd_leftBoxHome.gif) no-repeat bottom left;
}


#rightBox h4{
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	background: url(../images/bgd_history.jpg) no-repeat left bottom;
	color: #333333;
	margin: 0 2px 1px 2px;
	padding: 15px 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #dddddd;
}
	

#rightBox h4 strong{
	
	color: #999999;
}


#rightBox ul{
	float: right;
	border-bottom: 1px solid #F1EFEF;
	margin: 0 2px 20px 2px;
	padding: 0;
}


* html #rightBox ul{
	margin: 0 1px 20px 2px;
}


#rightBox ul li{
	float: left;
	width: 318px;
	border: 1px solid #fff;
	border-top: none;
	font-weight: bold;
	font-size: 110%;
	color: #6c48b2;
	padding: 3px 20px 3px 10px;
}


#rightBox ul li strong{
	float: left;
}

#rightBox ul .fade1{
	background: url(../images/bgd_fade1.jpg) no-repeat top right;
}

#rightBox ul .fade2{
	background: url(../images/bgd_fade2.jpg) no-repeat top right;
}


#rightBox ul li span{
	display: none;
}

#rightBox ul li a{
	float: left;
	display: block;
	width: 100%;
	color: #6c48b2;
	background: url(../images/btn_off.gif) no-repeat right 5px;

}

#rightBox ul li a:hover{
	cursor: pointer;
	background: url(../images/btn_on.gif) no-repeat right 5px;
}


#imagesRight{
	float: right;
	width: 355px;
}


#imagesRight .questions{
	height: 276px;
}


#imagesRight .largeQ{
	float: right;
	width: 355px;
	background: url(../images/bgd_leftBox.gif) no-repeat bottom right;
	margin: 0 0 15px 0;
	padding: 0;
}




#imagesRight .imagesLarge{
	float: left;
	width: 350px;
	margin: 0 0 0 2px;
	text-align: center;
	line-height: 185px;
	background: #404040;
}



#imagesRight .imagesLarge img{
  	vertical-align: middle;
}



#imagesRight .qText,
#imagesRight .aText{
	float: right;
	margin: 0 2px 4px 2px;
	border: 1px solid #fff;
	background: url(../images/bkg_questionPic.jpg) no-repeat right top;
}


* html #imagesRight .qText,
* html #imagesRight .aText{
	margin: 0 1px 4px 2px;
}


#imagesRight .qText h5,
#imagesRight .aText h5{
	float: left;
	font-size: 100%;
	color: #333333;
	margin: 10px 0 9px 10px;
	padding: 0;
}


* html #imagesRight .qText h5,
* html #imagesRight .aText h5{
	margin: 9px 0 7px 5px;
}



#imagesRight .qText p,
#imagesRight .aText p{
	float: right;
	font-size: 100%;
	margin: 12px 10px 9px 10px;
	padding: 0;
	color: #999999;
}


* html #imagesRight .qText p,
* html #imagesRight .aText p{
	margin: 12px 5px 7px 0;
}




#imagesRight .qText p strong,
#imagesRight .aText p strong{
	float: left;
	padding-right: 15px;
}

#imagesRight .qText p a{
	float: left;
	cursor: pointer;
	color: #999999;
	background: url(../images/btn_enlarge.gif) no-repeat right 2px;
}


#imagesRight .aText p a{
	float: left;
	cursor: pointer;
	color: #999999;
	background: url(../images/btn_aEnlargeOff.gif) no-repeat right 2px;
}



#imagesRight .qText p a:hover,
#imagesRight .aText p a:hover{
	float: left;
	background: url(../images/btn_enlargeOff.gif) no-repeat right 2px;
}


#imagesRight .qText p a span,
#imagesRight .aText p a span{
	display: none;
}






#imagesRight .smallQ{
	float: left;
	width: 167px;
	background: url(../images/bgd_leftBoxSmall.gif) no-repeat left bottom;
	margin: 0 0 15px 0;
	padding: 0 0 4px 0;
}


#imagesRight .images{
	float: right;
	width: 165px;
	height: 131px;
	margin: 0 0 0 1px;
	text-align: center;
	line-height: 131px;
	background: #404040;
}




#imagesRight .images img{
  	vertical-align: middle;
}



#imagesRight .smallQright{
	float: right;
	width: 167px;
	background: url(../images/bgd_leftBoxSmall.gif) no-repeat right bottom;
	margin: 0 0 15px 0;
	padding: 0 0 4px 0;
}







#imagesRight .qTextSmall,
#imagesRight .aTextSmall{
	float: left;
	margin: 0 0 0 1px;
	border: 1px solid #fff;
	background: url(../images/bkg_questionPic.jpg) no-repeat right top;
}


#imagesRight .qTextSmall h5,
#imagesRight .aTextSmall h5{
	float: left;
	font-size: 100%;
	color: #333333;
	margin: 9px 0 7px 10px;
	padding: 0;
}


* html #imagesRight .qTextSmall h5,
* html #imagesRight .aTextSmall h5{
	margin: 9px 0 7px 5px;
}



#imagesRight .qTextSmall p,
#imagesRight .aTextSmall p{
	float: right;
	font-size: 100%;
	margin: 12px 5px 7px 0;
	padding: 0;
	color: #999999;
}

* html #imagesRight .qTextSmall p,
* html #imagesRight .aTextSmall p{
	margin: 12px 2px 7px 0;
}


#imagesRight .qTextSmall p strong,
#imagesRight .aTextSmall p strong{
	float: left;
	padding-right: 15px;
}

#imagesRight .qTextSmall p a{
	float: left;
	cursor: pointer;
	color: #999999;
	background: url(../images/btn_enlarge.gif) no-repeat right 2px;
}


#imagesRight .aTextSmall p a{
	float: left;
	cursor: pointer;
	color: #999999;
	background: url(../images/btn_aEnlargeOff.gif) no-repeat right 2px;
}



#imagesRight .qTextSmall p a:hover,
#imagesRight .aTextSmall p a:hover{
	float: left;
	background: url(../images/btn_enlargeOff.gif) no-repeat right 2px;
}


#imagesRight .qTextSmall p a span,
#imagesRight .aTextSmall p a span{
	display: none;
}






#imagesRight .qTextSmallright,
#imagesRight .aTextSmallright{
	float: right;
	margin: 0 0 0 1px;
	border: 1px solid #fff;
	background: url(../images/bkg_questionPic.jpg) no-repeat right top;
}


#imagesRight .qTextSmallright h5,
#imagesRight .aTextSmallright h5{
	float: left;
	font-size: 100%;
	color: #333333;
	margin: 9px 0 7px 10px;
	padding: 0;
}


* html #imagesRight .qTextSmallright h5,
* html #imagesRight .aTextSmallright h5{
	margin: 9px 0 7px 5px;
}



#imagesRight .qTextSmallright p,
#imagesRight .aTextSmallright p{
	float: right;
	font-size: 100%;
	margin: 12px 5px 7px 0;
	padding: 0;
	color: #999999;
}

* html #imagesRight .qTextSmallright p,
* html #imagesRight .aTextSmallright p{
	margin: 12px 2px 7px 0;
}


#imagesRight .qTextSmallright p strong,
#imagesRight .aTextSmallright p strong{
	float: left;
	padding-right: 15px;
}

#imagesRight .qTextSmallright p a{
	float: left;
	cursor: pointer;
	color: #999999;
	background: url(../images/btn_enlarge.gif) no-repeat right 2px;
}


#imagesRight .aTextSmallright p a{
	float: left;
	cursor: pointer;
	color: #999999;
	background: url(../images/btn_aEnlargeOff.gif) no-repeat right 2px;
}



#imagesRight .qTextSmallright p a:hover,
#imagesRight .aTextSmallright p a:hover{
	float: left;
	background: url(../images/btn_enlargeOff.gif) no-repeat right 2px;
}


#imagesRight .qTextSmallright p a span,
#imagesRight .aTextSmallright p a span{
	display: none;
}


/*--------- rightBox .loginPage ---------*/


#rightColumn{
	width: 355px;
	float: right;

}

.rightBoxLogin{
	float: right;
	width: 355px;
	background: url(../images/bgd_leftBoxHome.gif) no-repeat bottom left;
	padding-bottom: 3px;
	margin-bottom: 10px;
}


.rightBoxLogin h4{
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	background: url(../images/bgd_history.jpg) no-repeat left bottom;
	color: #333333;
	margin: 0 2px 1px 2px;
	padding: 15px 10px;
	border: 1px solid #fff;
	border-bottom: 1px solid #dddddd;
}






.rightBoxLogin .loginPage{
	float: right;
	width: 339px;
	padding-left: 10px;
	margin: 0 2px 0 2px;
	background: url(../images/bgd_fade1.jpg) no-repeat right bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #fff;
	border-top: none;
}


* html .rightBoxLogin .loginPage{
	margin: 0 1px 0 1px;
}


.rightBoxLogin .loginPage form{
	margin: 0;
	padding: 0;
}


.rightBoxLogin .loginPage label{
	color: #6C48B2;
	font-weight: bold;
}


.rightBoxLogin .loginBlock{
	float: left;
	width: 160px;
}

.rightBoxLogin .forgotten{
	float: right;
	padding-right: 44px;
	padding-top: 5px;
}


.rightBoxLogin .forgotten a{
	color: #6C48B2;
	font-style: italic;
	cursor: pointer;
	text-decoration: underline;
}

.rightBoxLogin .forgotten a:hover{
	text-decoration: none;
}

.rightBoxLogin .inputBox{
	width: 145px;
	margin-top: 5px;
}


.rightBoxLogin .withButton{
	float: left;
	font-size: 100%;
	margin: 5px 5px 5px 0;
	padding: 0;
	color: #6C48B2;
}


.rightBoxLogin .withButton strong{
	float: left;
	padding-right: 15px;
}


.rightBoxLogin .withButton a{
	float: left;
	color: #6C48B2;
	cursor: pointer;
	background: url(../images/btn_Off.gif) no-repeat right 1px;
}


.rightBoxLogin .withButton a:hover{
	background: url(../images/btn_On.gif) no-repeat right 1px;
}


.rightBoxLogin .withButton a span{
	display: none;
}


.rightBoxLogin .loginBack{
	float: left;
	width: 349px;
	background: url(../images/bgd_fade2.jpg) no-repeat right bottom;
	border: 1px solid #fff;
	border-top: none;
	padding-bottom: 6px;
	margin: 0 1px 0 2px;
}


* html .rightBoxLogin .loginBack{
	width: 349px;
	margin: 0 1px 0 1px;
}


/*--------- footer ---------*/

#footer{
	float: left;
	width: 760px;
	background: #eae8e8;
}


#footer ul{
	float: left;
	margin: 0;
	padding: 10px 0 10px 14px;
}


#footer ul li{
	float: left;
	padding: 3px 6px;
	background: url(../images/bgd_btmMenuDivide.gif) no-repeat right 6px;
}


#footer ul li a{
	color: #666666;
}


#footer ul li a:hover{
	color: #333333;
	text-decoration: underline;
}


#footer ul li .here,
#footer ul li .here:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footer ul .last{
	background: none;
}

#footer ul .last a{
	font-weight: bold;	
}

#footer p{
	float: right;
	padding-right: 18px;
}




/*--------- for styleswitcher ---------*/


#leftBox .answers{
	display: none;
}

#leftBox .withButton{
	display: none;
}




