#logo_container {
		float:right;
		text-align:right;
		width:331px;
		height:120px;
		padding-top:10px;
		z-index:200;
		position:absolute;
		left:918px;
	}
	.tiles li {
		width: 190px;
	}
	.tiles p {
		text-align: center;
	}
	.tiles h3 {
		text-align: center;
		font-size: 36px;
	}
	#banner { 
		background-image: url('/tile2.jpg');
		background-position: -40px top;
		width: 100%;
		height: 460px;
		/*-webkit-transform: translate3d(0, 0, 0);
		animation: bgslide 15s linear infinite;
		-moz-animation: bgslide 15s linear infinite;
		-webkit-animation: bgslide 15s linear infinite;
		-o-animation: bgslide 15s linear infinite;
		-ms-animation: bgslide 15s linear infinite;*/
	}
	@keyframes bgslide {
  		from {
			background-position: 0px 0px;
  		}
		to {
			background-position: 0px -950px;
  		}
	}
	@-moz-keyframes bgslide {
  		from {
			background-position: 0px 0px;
  		}
  		to {
			background-position: 0px -950px;
  		}
	}
	@-o-keyframes bgslide {
  		from {
			background-position: 0px 0px;
  		}
 		to {
			background-position: 0px -950px;
  		}
	}
	@-webkit-keyframes bgslide {
  		from {
			background-position: 0px 0px;
  		}
 		to {
			background-position: 0px -950px;
		}
	}
	@-ms-keyframes bgslide {
  		from {
			background-position: 0px 0px;
  		}
 		to {
			background-position: 0px -950px;
  		}
	}
	.input {
		font-family: Arial, Verdana;
		font-size: 15px;
		padding: 5px; margin:5px;
		border: 2px solid #ccc;
		width: 90%;
		color: #797979;
		line-height: 1.2em;
		height:19px;
	}
	.button2:hover {
		background-color: #fdb62d;
		color: #FFF;
		text-decoration: none;
	}
	.button2 {
		background-color: #e5b94c;
		color: #fff;
		margin-top:10px;
		padding: 7px 16px;
		text-align: left;
		cursor: pointer;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		line-height: 18px;
		border: none;
		float: right;
		height:32px;
	}
	
	

.panelProfile
{
	background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 4px;
    position: relative;
    z-index: 48;
}


.profileContainer
{
	float:left;
	widht:100%;
	min-height: 530px;
	margin-top: 20px;
}

.profileLeft
{
	float: left;
	width: 290px;
	height: 100%;
	margin-right: 22px;
}

.profileRight
{
	float: left;
	width: 600px;
	height: 660px;
}

.profileHead
{
	
	height: 60px;
	color: #000000;
    font-family: Helvetica,Helvetica Neue,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    vertical-align: middle;
    width: 290px;
}

.profileHead span.icon
{
	background: url("/images/bodyworks-badge_final_small.png") transparent;
	background-repeat: no-repeat;
	width: 33px;
	height: 48px;
	display:block;
	float:left;
	background-position: 10px 10px;
	margin-right:10px;
}
.profileMid
{
	width: 100%;
	height: 360px;
	margin-top: 5px;
}
.profileBot
{
	width: 100%;
	height: 215px;
	margin-top: 5px;
}

.profileHeader
{
	 color: #000000;
    font-family: Helvetica,Helvetica Neue,Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
    margin-top: 15px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.profileInputContainer
{
	float: left;
	width: 400px;
}




.loginBox
{
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	width: 280px;
	
	background-color: #fff;
	margin:20px;
	margin-top: 0px;
}

.frontLoginTitle
{
	width: 135px;
	height: 25px;
	*width: 145px;
	*height: 35px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 17px;
	padding-left: 10px;
	padding-top: 5px;
}

.frontPageLoginConainer
{
	width: 260px;
	/*height: 160px;*/
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	display: block;
	float: left;
	margin-left: 5px;
	padding-top: 10px;
}

 label
{
	float: left;
	width: 85%;;
	height: 20px;
	margin-left: 7%;
	margin-top: 5px;
	display:block;
	line-height: 20px; 
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bold;
}



.frontPageLoginContainer  input
{
	width: 205px;
	height: 30px;
	margin-left: 10px;
	margin-top: 5px;
}

.frontPageLoginContainer  input[type=submit]
{
	width: 100px;
	height: 30px;
	float: right;
	margin-right: 10px;
	font-size: 15px;
}

.profileInputContainer
{
	float: left;
	width: 370px;
}

	.tiles li {
		width: 190px;
	}
	.tiles p {
		text-align: center;
	}
	.tiles h3 {
		text-align: center;
		font-size: 36px;
	}



.scoresHeader
{
	display: block;
	width: 918px;
	height: 270px;
	margin-top: 5px;
	float: left;
	margin-left:35px;
	margin-bottom: 20px;
}

.scoresHeader a#moveLeft
{
	background-image: url("/images/left-u3834-fr.png");
	display:block;
	height: 57px;
    margin-top: 108px;
    position: relative;
    width: 56px;
    z-index: 63;
    float: left;
    margin-left: -30px;
}

.scoresHeader a#moveRight
{
	background-image: url("/images/right-u3850-fr.png");
	display:block;
	height: 57px;
    margin-top: 108px;
    position: relative;
    width: 56px;
    z-index: 63;
    float: right;
    margin-right: -30px;
}



.parent
{
	width: 150px;
	text-align:center;
}

.parent a
{
	font-size: 0.9em;
}




/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 0em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 0px;
	padding: 3px 7px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,.myError,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #e40426;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #22b573;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

.preview
{
	display:block;
	width: 120px;
	height: 90px;
	float:left;
	margin:5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	
	-webkit-box-shadow: 2px 2px 2px #666;;
	-moz-box-shadow: 2px 2px 2px #666;;
	-ms-box-shadow: 2px 2px 2px #666;;
	-o-box-shadow: 2px 2px 2px #666;;
	box-shadow: 2px 2px 2px #666;;
	
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120px auto;
	background-color: #fff;
	
}

h3#local
{
	border-bottom: 2px solid #E0DDD8;
    display: block;
    font-family: 'ProximaNova', sans-serif;
    line-height: 1em;
    margin: 0 0 30px !important;
    overflow: hidden;
    padding: 20px 0 30px;
    text-transform: uppercase;
    width: 100%;
}

.mediaContainer
{
	margin: 25px;
	background: transparent;
}

a.galleryClose
{
	background-image: url("/images/close.png");
	display:block;
	height: 33px;
    position: absolute;
    width: 32px;
    z-index: 11166;
    float: right;
    top: 10px;
    right: 10px;
    background-repeat:no-repeat;
    background-position: center center;
}

a.galleryLeft
{
	background-image: url("/images/left-u3834-fr.png");
	display:block;
	height: 100%;
    position: absolute;
    width: 56px;
    z-index: 11163;
    float: left;
    top: 0px;
    left: 0px;
    background-repeat:no-repeat;
    background-position: center center;
}

a.galleryRight
{
	background-image: url("/images/right-u3850-fr.png");
	display:block;
	height: 100%;
    position: absolute;
    width: 56px;
    z-index: 11163;
  	right: 0px;
    background-repeat:no-repeat;
    background-position: center center;
    top: 0px;
}

.article_title
{
	float: left;
}

.scoreType
{
	font-size: 12px;
}

.deleteButton
{
	position:absolute;
	top: -5px;
	right: -5px;
 } 
 
.deleteButton img
{
	border-radius: 0px;
    box-shadow: none;
    border: 0px !important;
    margin: 0px !important;
    box-shadow: none !important;
    filter: alpha(opacity=50);
    opacity: 0.5;
 }
 
.deleteButton img:hover
{
	
    filter: alpha(opacity=100);
    opacity: 1;
 }
 
 a.fbShare
 {
	display:block;
	width: 138px; 
	height: 27px;
	background-image: url(/images/facebook-icon.png);
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	background-position: -5px -5px;
 }
 
 a.fbShare:hover
 {
 background-image: url(/images/facebook-icon-hover.png);
 }
 
.scoreDisplay
{
	height: 125px;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
	
	margin-bottom: 25px;
}	

.greenScore
{
	background-color: #c1d82f;
	
}

.orangeScore
{
	background-color: #f3901D;
	
}

.yellowScore
{
	background-color: #FFC222;
	
}
.scoreDisplay h3
{
	background-color: #fff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	margin-top: 10px !important;
	display:block;
	padding-top: 10px;
	padding-bottom: 0px;
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
	
}

.myprofile .scoreDisplay p
{
	height:36px !important;
}

.myprofile .scoreDisplay
{
	height: 145px !important;
}

.purpleContent
{
	border:10px solid #30b7bb;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-ms-border-radius: 8px;
		border-radius: 8px;
	
	  height: 200px;
    margin-left: 5px;
    margin-top: 10px;
    min-height: 200px;
    width: 850px;
    position:relative;
    background-color:#fff;
    overflow:hidden;
    
}

li#dottedContainer
{
	padding-bottom:35px;
	height:240px !important;
	min-height:240px !important;
	width:895px;
	margin-left:45px;
	/*background:url(/images/devices_dotted_line.png)  no-repeat scroll 0 0 transparent !important;*/
    background: transparent;
	-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-ms-border-radius: 0px;
		border-radius: 0px;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	
	    position:relative;
	    margin-top:20px;
}

.purpleContent p
{
	text-align: auto !important;
}