
    ul.lms-questions li {
        list-style-type:none !important;
        background:none !important;
        text-align: left;
    }


/*
 * LMS SPECIFIC ELEMENT STYLES
 */

	.lms-brand-background-dark {
		background-color: rgb( 192, 192, 192 ) !important; 	
	}
	         
	.lms-brand-background-light {
		background-color: rgb( 240, 240, 240 ) !important;
	}

	.lms-brand-border-dark {
		border: 1px solid rgb( 96, 96, 96 ) !important;
	}

	.lms-brand-border-light {
		border: 1px solid rgb( 240, 240, 240 ) !important;
	}
	
	.lms-brand-foreground-dark {
		color: rgb( 0, 0, 0 ) !important;		
	}
	
	.lms-brand-foreground-light {
		color: rgb( 255, 255, 255 ) !important;		
	}

	a.lms-brand-link {
		color: rgb( 96,96,96 ) !important;		
	}
	
	a.lms-brand-link:hover {
		color: rgb( 128,128,128 ) !important;
	}
	
	.lms-table-row-colour1 {
		background-color: rgb( 255, 255, 255 ) !important;
	}

	.lms-table-row-colour2 {
		background-color: rgb( 255, 255, 255 ) !important;		
	}
	

/* PROFILE STYLES */

	.lms-profile-box-outer {
		width: 100%; margin:0; padding:0; border:1px solid #999; margin-top: 8px; margin-bottom: 16px;
	}

	.lms-profile-box-inner {
		margin:0; padding: 4px;
	}

	.lms-profile-box-titlebar
	{
		margin: 0; padding: 2px 0 2px 0;font-weight: bold; height: 20px;
	}
	
    .lms-profile-box-titlebar img {
        padding-left: 8px;
    }

	.lms-profile-box-titlebar span{
		position: relative; top: -3px;
	}

	.lms-profile-box-titlebar p {
		margin: 0;
        padding: 0 8px;
	}


/* SIGN UP STYLES */

	#lms-signup-container {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}
	
	#lms-signup-container .lms-profile-box-inner {
		min-height: 440px; height: auto !important; height: 440px;
	}
	
	#lms-signup-container h1 {
        margin: 0;
		font-size: 1.5em;
		padding-top: 2px;
        padding-left: 8px;
		padding-bottom: 8px;
		text-transform: none !important;
	}
	
	#lms-signup-container h2 {
		font-size: 1.2em;
		text-transform: none !important;
	}
	 
	#lms-signup-container h3 {
		font-size: 1.0em;
		text-transform: none !important;
	}
	
	#lms-signup-member {
		float: left;
		position: relative;
		width: 100%;
	}
	
	#lms-signup-container .submit {
		position: absolute;
		bottom: 32px;
		right: 16px;
	}

	#lms-signup-leader {
		float: left;
		position: relative;	
		width: 100%;
	}
	

/* MODULE AREA STYLES FOR LMS */

	#lms-module-outer {
        
        margin-top: 8px;
        margin-bottom: 16px;
		position: relative; 
        text-align: left !important;
        border: 1px solid rgb(192, 192, 192);
        padding: 4px;
	}
	
	#lms-module-inner {
		padding: 4px;
	}

	#lms-module-titlebar {
        position: relative;
		text-align: center;
		padding: 4px;
		height: 1.8em;
		background-color: rgb(240,240,240);
	}
	
	#lms-module-titlebar-text {
		margin-top: 2px;
		text-align: center;
		font-weight: bold;
	}
		
	#lms-module-titlebar a {
		text-decoration: none !important;
	}

	#lms-module-close {
		position: absolute;
		top: 6px;
		right: 8px;
	}
	
/* NEWS FLASH STYLE */

	#lms-newsflash {
		display: block; float: none; clear: both; margin-bottom: 8px;
	}
	
	#lms-newsflash .title {
		margin:0; padding:4px;		
	}
	
	#lms-newsflash .body {
		margin:0; padding:4px;		
	}

/* LMS GOOGLE BOX */

	.lms-google-box {
		text-align: left; 
		padding: 4px 16px 4px 4px;
	}

/* LMS POLL */

	.lms-poll-form {
		padding: 4px;
	}
    