html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html{
	overflow-y: scroll;
}
html, body{
	height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font: 1em 'Helvetica Neue',Helvetica,Arial,sans-serif;
	background-color: #FFF;
	color: #505050;
}
a{
	outline: 0;
}
input::-moz-focus-inner { 
	border: 0; 
}
/* Create a special p tag for well spaced, readable text */
.md p {
	line-height: 1.5em;
	margin: 0 0 1.5em 0
}
.md em {
	font-style: italic;
}
.md strong {
	font-weight: bold;
}
.md ul {
	list-style: disc outside;
}
.md ul, .md ol {
	margin: 10px 2em;
}
/*Sticky footer*/
#global-wrap{
	min-height: 100%;
	width: 100%
}

#main-wrap {
	overflow:auto;
	padding-bottom: 350px;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
/*End Sticky Footer*/

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul{ 
	list-style: none; 
}
a{
	text-decoration: none;
	color: #449abb;
}
a:hover{
	color: #65bbd8;
}
/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; height: 0px; }

.top{vertical-align: top;}
.bottom{vertical-align: bottom;}
.right{text-align: right;}
.center{text-align: center;}
.bold{font-weight: bold; color: #000;}
.italic{font-style: italic;}

h1{
	font-size: 24px;
	font-weight: bold;
	color: #505050;
	text-transform:uppercase;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom:10px;
}
h1.build{
	font-size: 36px;
	font-weight: bold;
	color: #505050;
	margin-bottom: 8px;
	text-transform:none;
	border:none;
	line-height:32px;
}
h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 90%;
	color: #505050;
}
h3{
/*	color: #383838;*/
	color: #505050;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
}
h3.two{
	color: #505050;
	font-weight: bold;
	font-size: 16px;
	border:none;
}
h3 span.new-update-header{ 
	background: #FF7A28;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
h4{
	font-size: 24px;
	font-weight: bold;
	color: #505050;
}
h5{
	color: #505050;
	font-weight: bold;
	font-size: 16px;
}
h6{	color: #505050;
	font-size:15px;
}
p{
	color: #505050;
	font-size:13px;
}
a.activity-username{
	color: #ff7a28;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
a.activity-username:hover{
	color: #dc5b0b;
	text-decoration: none;
}
/*
.hidden{
	display: none;
}
*/
.button input,
.button_blue input,
.small_button input,
.large_button input{
	background:none;
    border:0;
    margin:0;
    padding:0;
}
.button,
.button_blue{
   cursor: pointer;
   text-decoration: none;
   vertical-align: middle;
   color: #FFF;
   font-size: 16px;
   padding: 7px 14px;
   font-weight: bold;
   text-transform: uppercase;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   overflow: visible;
   zoom: 1;
}

*+html input.button,
*+html input.button_blue{
	padding: 5px 14px 4px;
}
.small_button{
	font-size: 13px;
	padding: 5px 23px;
}
*+html input.small_button{
	padding: 3px 23px;
}
.button{
   border: 1px solid #6b9e12;
   color: #FFF;
   background: #9bce44;
   background: -webkit-gradient(linear, left top, left bottom, from(#9bce44), to(#77af15));
   background: -moz-linear-gradient(top, #9bce44, #77af15);
}
.button_blue {
   border: 1px solid #3288a4;
   color: #FFF;
   background: #57aecb;
   background: -webkit-gradient(linear, left top, left bottom, from(#57aecb), to(#368eab));
   background: -moz-linear-gradient(top, #57aecb, #368eab);
}
.button:hover{
   border: 1px solid #72a718;
   color: #FFF;
   background: #81ab39;
   background: -webkit-gradient(linear, left top, left bottom, from(#90be40), to(#81ab39));
   background: -moz-linear-gradient(top, #8ab73d, #81ab39);
}
.button_blue:hover {
   border: 1px solid #2e7c96;
   color: #FFF;
   background: #3288a4;
   background: -webkit-gradient(linear, left top, left bottom, from(#3590ae), to(#3288a4));
   background: -moz-linear-gradient(top, #3590ae, #3288a4);
}
.orange{
	color: #ff7825;
	font-weight: bold;
}
hr{
	height: 1px;
	color: #CCC;
	background-color: #CCC;
	border: 0;
}
.metric-title {
	text-align: left;
	font-size: 14px;
	color: #666;
}
textarea {
	color: #505050;
}
.placeholder-text {
	color: #939393;
}
/********************* 
	Challenge Card 
**********************/
.chal-card:hover {
	border: 2px solid #ff7c28;
	-moz-box-shadow:2px 2px 4px #ff7c28;
	-webkit-box-shadow:2px 2px 4px #ff7c28;
	box-shadow:2px 2px 4px #ff7c28;
}
.chal-card {
	width: 440px;
	height: 240px;
	border: 2px solid #DDD;
	position: relative;
	color: #505050;
	-moz-box-shadow:2px 2px 4px #f0f0f0;
	-webkit-box-shadow:2px 2px 4px #f0f0f0;
	box-shadow:2px 2px 4px #f0f0f0;
	margin-bottom: 20px;
}
.chal-card-bottom{
	background-color: #e6e6e6;
	border-top: 1px solid #CFCFCF;
	position: absolute;
	bottom: 0;
	width: 420px;
	overflow: hidden;
	height: 28px;
	padding: 10px 10px 10px 10px;
}
.chal-card-top{
	background: white;
	position: relative;
	width: 420px;
	overflow: hidden;
	padding: 10px;
}
.chal-card a.chal-title{
	text-transform: uppercase;
	width: 180px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	
}
img.chal-card-chal-img{
	float: right;
	width: 227px;
	height: 170px;
	border: 1px solid #eee;
	margin-left: 10px;
}
.chal-card a:hover img {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
* html img.chal-card-chal-img {
	width: 227px;
	height: 170px;
}
.chal-card h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 9px;
	color: #666;
	padding-top: 4px;
}
.chal-card strong {
	font-weight: bold;
}
.chal-sponsor-name {
	padding: 5px 0;
	font-weight: normal;
	font-size: 14px;
	height: 28px;
	overflow: hidden;
}
.chal-reward {
	color: #999;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
	width: 180px;
}
table.chal-reward td{
	vertical-align: top;
	color: #505050;
}
.chal-reward img {
	margin-right: 5px;
}
.chal-card-bottom table {
	width: 100%;
}
.chal-card-bottom table tr td {
	vertical-align: top;
}
td.chal-actions {
	width: 192px;
}
.chal-card-stat {
	font-size: 24px;
	font-weight: bold;
	margin-right: 5px;
}
.chal-card-bottom .chal-card-button{
	float: right;
	text-transform: none;
}
.chal-card-bottom .chal-card-start-it-button{
	text-transform: none;
	font-size: 13px;
	height: 100%;
	height: 18px;
	padding: 5px 38px;
	float: right;
	border: 1px solid #3898bc;
	background: url(/site_media/images/chal-card-blue-button.png) repeat-x;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
.chal-card-bottom .chal-card-start-it-button:hover {
	background: url(/site_media/images/chal-card-blue-button-hover.png) repeat-x;
}
.chal-completed{
	color: #7B7B7B;
	font-weight: bold;
	float: right;
	padding: 5px 10px 0 0;
}
.completed-banner{
	position: absolute;
	top: 165px;
	right: -26px;
	background: url(/site_media/images/chal-completed-banner.png) no-repeat;
	height: 59px;
	width: 220px;
	z-index: 123432;
	color: #FFF;
	font-size: 10pt;
	padding: 5px 0 0 10px;
	line-height: 130%
}
.completed-banner strong{
	font-weight: bold;
}

/**************************
	End of Challenge Card 
***************************/

/* END TOOLBOX */


.actionshot-dialog .ui-dialog-titlebar {
/*	position: absolute;
	background: transparent;
	right: 0;
	border: 0;
	z-index: 1000;*/
}

#header{
	background: url('/site_media/images/header_bg.png') repeat-x;
	height: 56px;
}
	#header-wrapper{
		width: 960px;
		height: 56px;
		margin: 0 auto;
		z-index: 10;
		position: relative;
	}
	#header-nav a.logo{
		width: 135px;
		height: 56px;
	}
	#header-nav img:hover{
		opacity:0.75;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
		filter: alpha(opacity=75);
	}
	ul#header-primary-nav, 
	ul#header-secondary-nav{
		border: 0;
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}
	ul#header-primary-nav li, 
	ul#header-secondary-nav li,
	ul#auth-loginlinks li{
		float: left;
		padding: 0;
		margin: 0;
	}
	ul#header-primary-nav li a{
		display: block;
		width: 100px;
		height: 44px;
		border-right: 1px solid #b2b2b6;
		padding: 10px 0 2px 10px;
		margin: 0;
		color: #4f4f4f;
		font-weight: normal;
		font-size: 15px;
	}
	ul#header-primary-nav li a.bolder-logo{
		background: url('/site_media/images/bolder-stamp.png');
		background-position: 0 -54px;
	}
	ul#header-primary-nav li a.bolder-logo:hover{
		background: url('/site_media/images/bolder-stamp.png');
		background-position: 0 0;
	}
	* html ul#header-primary-nav li a{  /*hack for IE7 */
    	height: 56px;
	}
	ul#header-primary-nav li a.people-biz:hover{
		color: #222222;
		text-decoration: none;
	}
	ul#header-primary-nav li a.people-biz:hover strong{
		color: #dc5b0b;
		text-decoration: none;
	}
	ul#header-primary-nav li strong{
		text-transform: uppercase;
		color: #FF7A28;
		display: block;
		font-weight: bold;
	}
	ul#auth-loginlinks{
		margin: 0;
		padding: 0;
		/* display: inline; */
		list-style-type: none;
	}
	ul#header-secondary-nav li a, 
	ul#auth-loginlinks li a{
		display: block;
		float: left;
		color: #4f4f4f;
		text-transform: uppercase;
		font-size: 12px;
		padding: 20px 0 0 17px;
		font-weight: normal;
	}
	ul#auth-loginlinks li a{
		padding: 17px 0 0 17px;
	}
	ul#header-secondary-nav li a:hover, ul#auth-loginlinks li a:hover{
		color: #222;
		text-decoration: none;
	}
	#auth-menu, ul#auth-loginlinks{
		border-left:1px solid #b2b2b6;
		border-right:1px solid #b2b2b6;
		cursor: pointer;
		padding: 5px 0 0 5px;
		height: 50px;
		position: relative;
	}
	
	#auth-menu img{
		vertical-align: middle;
	}
	#auth-menu-username {
		margin: 16px 0 0 10px;
		padding: 0;
		color: #ff7a28;
		font-weight: bold;
		font-size: 10pt;	
	}
	#auth-menu:hover #auth-menu-username, 
	#auth-menu.active #auth-menu-username {
		color: #dc5b0b;
	}
	.header-avatar{
		height: 45px;
	}
	#auth-dropdown {
		width: 170px;
		top: -999px;
		right:-1px;
		clear: both;
		display: block;
		z-index: 2000;
		position: absolute;
		background-color: #fff;
		text-align: left;
		color: #4f4f4f;
		font-size: 12px;
		border-left: 1px solid #b2b2b6;
		border-bottom: 1px solid #b2b2b6;
		border-right: 1px solid #b2b2b6;
		-moz-box-shadow: 0px 2px 1px #CCC;
		-webkit-box-shadow: 0px 2px 1px #CCC;
		box-shadow: 0px 2px 1px #CCC;
	}
	#auth-dropdown ul {
		background: #FFFFFF;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#auth-dropdown ul li a {
		padding: 7px 0 7px 15px;
		display: block;
		color: #505050;
		width: 155px;
	}
	#auth-dropdown li.highlight a:hover {
		color:#222;
		text-decoration: none;
	}
	#auth-dropdown a:hover{
		background-color: #CCC;
	}
	#connect-acct{
		border-top: 1px solid #505050;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0;
	}
	#connect-acct p{
		text-align: center;
		padding-bottom: 10px;
		color: #939393;
		font-size: 12px;
	}
	*html #connect-acct p{
		float: left;
	}
	#auth-dropdown li img:hover{
		margin: 0 auto;
		opacity:0.75;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
		filter: alpha(opacity=75);
	}
	ul#header-secondary-nav li a.blog-pullthrough-title {
		text-transform: none;
		font-size: 10px;
		font-style: italic;
		color: #666;
		padding-left: 5px;
	}
	#education_banner{
		background: #505050;
		height: 40px;
		color: #FFF;
		 /*text-shadow: rgba(0,0,0,.5) 0 1px 0; */
		font-weight: normal;
		font-size: 15px;
	}
	#education-text{
		float:left;
		width:935px;
	}
	#education-question{
		font-weight:bold;
		padding-right:5px;	
	}
	#education-banner-x{
		padding-right:3px;
		float:left;
		display:inline;
	}
	#education_content{
		margin: 0 auto;
		padding-top:11px;
		text-align:center;
		width: 960px;
	}
	#education-arrow{
		margin-bottom:-1px;
	}
	#education_content a{
		color: #ff8f4b;
		text-decoration: none;
		cursor: pointer;
		font-weight: normal;
	}
	#education_content a:hover{
		color: #dc5b0b;
		text-decoration: none;
	}
	body .educate-fools .ui-dialog-content{
		background: #FFF;
		padding: 40px 20px 0px 37px;
		font-size: 14px;
	}
	body .educate-fools .ui-dialog-buttonpane{
		background: #FFF;
		border: 0;
	}
	.ui-widget-overlay {
		opacity: .6;	
	}
	body .bolder-educate-content {
		font-size:16px;
		line-height:17px;
	}
	body .bolder-educate-content a{
		font-weight:bold;
		font-size:16px;
	}
	body .bolder-educate-content a:hover{
		color: #65bbd8;
	}
	body .bolder-educate-content p{
		font-weight: bold;
		color:#383838;
		font-size:16px;
		margin-bottom:0px;
	}
	body .bolder-educate-content h5{
		font-weight: normal;
		font-style:italic;
		color:#383838;
		font-size:16px;
		margin-bottom:0px;
	}
	body .bolder-educate-content h6{
		margin-bottom:30px;
	}
	body .bolder-educate-content h2{
		margin-top:0px;
	}
ul#pagination {border:0; margin:0; padding:0;}

#pagination li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination .previous-off,
#pagination .next-off {
color:#999;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination .next a,
#pagination .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
} 
#pagination .active{
color:#666;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination a:link,
#pagination a:visited {
color:#449ABB;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination a:hover{
border:solid 1px #AAA;
color: #65BBD8;
font-weight: bold;
}

/* Paging */
.pagination {
    font-size: 11px;
}
        
.pagination a,
.pagination a:visited {
    text-decoration: none;
	border:solid 1px #DDDDDD;
	color:#449ABB;
}

.pagination a:hover {
	border:solid 1px #AAA;
	color: #65BBD8;
	font-weight: bold;
}

.pagination a, .pagination span {
    display: block;
    float: left;
	padding: 3px 6px;
    margin-right: 3px;
	margin-bottom: 2px;
	text-align:center;
}

.pagination .current {
	color:#666;
	border: solid 1px #FFF;
	padding: 3px 6px;
}
.pagination a.prev,
.pagination a.next {
	font-weight:bold;
	border: solid 1px #FFFFFF;
}
.pagination a.prev:hover,
.pagination a.next:hover {
	font-weight:bold;
	border: solid 1px #AAA;
}
.pagination .current.prev, 
.pagination .current.next {
	color: #999;
	font-weight:bold;
	border:solid 1px #FFFFFF;
}

/******************
 TABS
*******************/
ul.tabs
{
padding: 7px 0;
margin: 0;
border-bottom: 1px solid #E6E6E6;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}

ul.tabs li
{
list-style: none;
margin: 0;
display: inline;
}

ul.tabs li a
{
padding: 7px 20px;
border: 1px solid #E6E6E6;
border-bottom: none;
background: #DADADA;
text-decoration: none;
outline: none;
}

ul.tabs li a{ color: #9A9A9A; }
ul.tabs li a:visited { color: #667; }
ul.tabs li a:hover{color: #000;}

ul.tabs li a#new-updates-tab
{
color: #FF7A28;
}

ul.tabs li a.selected
{
color: #000;
background: #FFF;
border-bottom: 1px solid #FFF;
}
*+html ul.tabs li a.selected{
	padding: 6px 20px 7px;
}
ul.tabs a:hover img{
	opacity:1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#mega-header{
	background-color:#f9f9f9;
	color: #505050;
	border-bottom: 1px solid #CCC;
}
	#mega-header-wrapper{
		padding: 25px 0 0 0;
		background-color: #f9f9f9;
		width: 960px;
		margin: 0 auto;
		/* line-height: .9; */
		/* position: relative; */
	}
	*+html #mega-header-wrapper{
		line-height: 1.0;
	}
	#mega-header-wrapper p{
		margin: 0 0 30px 0;
	}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
#content-wrap{
	background-color: #FFF;
}
#page-wrap{
	width: 960px;
	padding: 25px 0;
	margin: 0 auto;
	background-color: #FFF;
	clear: both;
	z-index:-2;
}

#footer {	
	background: url('/site_media/images/footer-bg.png') repeat-x scroll 0 0 #ededed;
	overflow: hidden;
	font-size: 10pt;
	line-height: 170%;
	color: #999;
	position: relative;
	margin-top: -350px; /* negative value of footer height */
	height: 350px;
	clear: both;
}
	#footer-wrapper{
		width: 960px;
		margin:10px auto;
		padding-top: 15px;
	}
	.footer-col{
		display: inline;
		float: left;
		margin-right: 140px;
	}
	.footer-col2{
		display: inline;
		float: left;
		margin-right: 110px;
	}
	#footer ul li, #footer h5{
		color: #666;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
	#footer ul li a{
		display: block;
		color: #999;
		margin: 0;
		padding: 2px 0;
		font-weight: normal;
	}
	#footer ul li a:hover{
		color: #797979;
		text-decoration: none;
	}
	.whatis-footer{
		float:left;
		width:430px;
		margin-left:30px;
	}
	#footer #social-stamps{
		float: right;
	}
	#footer #social-stamps img{
		margin-left: 10px;
	}
	#footer #social-stamps a{
		outline: none;
		background-image: url('/site_media/images/sm-buttons.png');
		display: block;
		height: 32px;
		width: 32px;
		float: right;
		margin-left: 10px;
	}
	.fb-share,
	#footer #social-stamps a#twitter-button{
		background-position: 0 -32px;
	}
	.twitter-share,
	#footer #social-stamps a#fb-button{
		background-position: 0 -64px;
	}
	#footer #social-stamps a#twitter-button:hover{
		background-position: 0 0;
	}
	#footer #social-stamps a#fb-button:hover{
		background-position: 0 -96px;
	}
	#footer-pic{
		margin:50px 0 0 0;
		float: right;
	}
	#footer-base{
		margin:0px 0 15px 0;
		border-top: 1px solid #9d9d9d;
		text-align: right;
		color: #505050; 
	}
span.activity-time{
	color: #999;
}
.ui-dialog-titlebar{
	display: none;
}
.ui-dialog .ui-dialog-buttonpane{
	margin: 0;
	background: #B2B2B6;
}
.ui-dialog .ui-dialog-content{
	padding: 0;
}
div.ui-dialog{
	moz-border-radius: 8px 8px 8px 8px;
	background: none repeat scroll 0 0 rgba(82, 82, 82, 0.7);
	padding: 10px;
}
.ui-button-text-only,
.ui-button-text{
	padding: 1px 10px;
}

.ui-widget-content a{
	color: #449ABB;
}
/*****************
 Comments
******************/
.comment {
	margin-bottom: 5px;
	padding: 7px;
	background: #f2f2f2;
	min-height: 25px;
}
.comment-avatar {
	float: left;
	margin-right: 10px;
	display: block;
	height: 25px;
}
.comment-content {
	display: table-cell;
	font-size: 13px;
	padding-top: 3px;
	color: #505050;
}
.comment-content p {
	margin: 5px 0 0 0;
}
.comment-form {
	padding: 10px 0 0 7px;
	max-width: 535px;
}
.comment-form img {
	float: left;
	margin-right: 10px;
}

span.comment-wrapper {
	margin: 0;
}
span.comment-wrapper textarea {
	height: 40px;
	padding: 5px;
	width: 485px;
	font-size: 12px;
	border: 1px solid #cbcbcb;
	font-family:'Helvetica Neue';
	outline: none;
	color: #505050;
}
span.comment-wrapper textarea.placeholder-text{
	color: #939393;
}
button.comment-submit{
	padding:5px 23px; 
	vertical-align: center;
	font-size: 12px;
	float: right;
	margin: 5px 0px 5px 0;
	text-transform: uppercase;
	background: url("/site_media/images/button_gradient_submit.png") repeat-x scroll 0 0 transparent;
	cursor: pointer;
	outline: none;
}
button.comment-submit:hover{
	background: url(/site_media/images/button_gradient_submit_hover.png) repeat-x scroll 0 0 transparent;

}
span.comment-wrapper label {
	vertical-align: top;
}
.admin-comment {
/*	background: #FFE3D1;*/
	background: #DDE9ED;
}

/*********************
* Action Shots       *
**********************/
.actionshot-dialog {
	background: black;
}
.actionshot-dialog .actionshot-wrapper {
	text-align: center;
	background: black;
}
.actionshot-dialog .actionshot-title {
	height: 90px;
	background: white;
	margin: auto 0 0 0;
	position: absolute;
	padding: 10px;
	bottom: 0;
}
.bolder-dialog.ui-dialog-content {
	background: white;
	padding: 20px;
}
/*.hosted-video-wrap > div {*/
/*	margin: 0pt auto;*/
/*}*/


/**********
  Colors
***********/
.dark-grey {
	color: #666;
}
.light-grey {
	color: #999;
}

/**************
 List Toolbox
***************/
ul.flatlist {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}
ul.flatlist li {
	display: inline;
}

/* Stupid datepickers not hidding by default */
#ui-datepicker-div { display: none; }

