/* This css stylesheet includes all other stylesheets */

/* sabretooth: server-side import: layout */

/* Resetting some styles */

html {
	color:#000000;
	background:#fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
	margin: 0;
}

a {
	outline: none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}
	
sup {
	vertical-align:text-top;
}
	
sub {
	vertical-align:text-bottom;
}
	
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	outline-style:none;
	outline-width:0px;
	font-size:100%;
}

legend {
	color:#000;
}

del,ins {
	text-decoration:none;
}

.right {
	float: right !important;
}

.left {
	float: left !important;
}

.clear {
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clearleft{
	clear:left;
}

.clearright{
	clear:right;
}

.cleardiv{
	clear: both;
	height: 0px;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* Sizing, positioning */

.wrapper {
	width: 960px;
	margin:0px auto;
}


/* Grid */

.lineSeparatorColumns .thinColumn {
	border-right: 1px solid #ccc;
	width: 309px;
}

.lineSeparatorColumns .lastColumn {
	border-right: 0 !important;
}

/* End of grid */


/* tabBox */

.tabBox ul.tabSelect li {
	display: inline;
}

.tabBox ul.tabSelect li a {
	display: block;
	float: left;
}

/* End of tabBox */

/* IE6 Warning */

div#ie6warning {
    background: #FEE193;
    border-bottom: 1px solid #F6C723;
    text-align: center;
}

div#ie6warning p {padding: 3px 0; margin: 0}

/* End of IE6 Warning */
/* end of import: layout */
/* sabretooth: server-side import: design */

/* Line 391 - NAV UPDATED BY DECLAN 09-06-11  */
/* sprite.png - used for menu bar items, tabs, icons, form buttons, pager, and search box */
/* .menu ul li a, .menu ul li a strong, .menu .search, .menu .search .glass, */
.bgcolor, .tooltip, #addedtofav, .unfavwrap .words, .tabBox ul.tabSelect li a, .tabBox ul.tabSelect li a span, .tabBox ul.tabSelect li.active a, .tabBox ul.tabSelect li.active a span, .pager a, .pager a span, .pager strong, .pager strong span, .next, .prev, .fmButton, .fmButtonSm, .fmButtonSm input, a.fmButtonSm span, .edit, .subscribe, .unsubscribe, .sidebarlist h2 span, .openclose h2 span, .icon, .filmmini, .icon.hd span, .icon.embed span, #lightbox .close, #lightbox_inside .close, .eventlist span.eventMoreInfo {
	background-image: url(http://assets.filemobile.com/613/images/_sprites/sprite.png);
	background-repeat: no-repeat;
}

/* corners.png - used for the menu bar background, tab contents background, and the top and bottom of the various boxes */
.menu, .top,.topError, .bottom, .bottomError, div.featureBox div.avatarRight .avatar, div.featureBox div.avatarRight span.top, div.featureBox div.avatarRight span.bottom, div.featureBox div.avatarLeft .comment, div.featureBox div.avatarLeft .avatar, div.featureBox div.avatarLeft span.top, div.featureBox div.avatarLeft span.bottom, div.mediaDetail div.avatarRight .avatar, div.mediaDetail div.avatarRight .avatar, div.mediaDetail div.avatarRight span.top, div.mediaDetail div.avatarRight span.bottom, div.mediaDetail div.avatarLeft .avatar, div.mediaDetail div.avatarLeft span.top, div.mediaDetail div.avatarLeft span.bottom {
	background-image: url(http://assets.filemobile.com/613/images/_sprites/corners.png);
	background-repeat: no-repeat;
}

/* backgrounds.png - used for backgrounds that must be tiled vertically */
/* .inside, */
.insideError {
	background-image: url(/static/vidcom/v2/images/backgrounds.png);
	background-repeat: repeat-y;
}

.appThumb {
	margin-left:-7px;
}

.appInfo {
	padding-top:5px;
}

body, html {
	background: #EBEBEB url(http://assets.filemobile.com/613/images/background.jpg) top left repeat-x;
	position: relative;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

h2.transformText {
	font-size: 15px;
}

.transformText {
	text-transform: uppercase;
}

h1 {
	font-size:18px;
	font-weight: bold;
	color:#333;
}

h1 + div {
	margin-top: 15px;
}

h2 {
	font-size:16px;
	font-weight: bold;
	color:#333;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size:16px;
	font-weight: bold;
	color:#333;
	margin: 0px 15px 10px;
}

h4 {
	font-size:14px;
	font-weight: bold;
	color:#333;
	padding-bottom: 10px;
}

.ul {
	list-style: disc;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
	width:200px;
}

.ul li {
	list-style: disc;
	margin:0px 0px 0.5em 0px;
}

a {
	color:#0d4d89;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	margin:20px 0px;
	border:none;
	border-bottom: 1px solid #d8d8d8;
	height: 1px;
}

p {
	margin-bottom: 1em;
}

.t {
	margin-top: 12px;
}

.b {
	margin-bottom: 12px;
}

.nb {
	margin-bottom: 0px !important;
}

.r {
	margin-right: 15px;
}

.l {
	margin-left: 15px;
}

.nl {
	margin-left: 0px !important;
}

.redCopy,
.redCopy a{
	color:#ff0000 !important;
}

.white,
a.white{
	color:#fff;
	margin-top: 7px;
}


.white:hover,
a.white:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.errorText {
	color: #CC0000;
	text-align: center;
	margin:10px 30px;
	display:block;
}

label.error,
small.error{
	color:#CC0000 !important;
}

.formbox label.error, .register label.error {
	color:#CC0000;
	margin:0;
	padding:0;
}

.formbox label.error a, .register label.error a{
	color:#CC0000;
	text-decoration: underline;
}

.errorField {
	border:1px solid #CC0000 !important;
}

.nofloat {
	float: none !important;
}
.sort {
	margin: 5px 0px 15px 0px;
	display: inline;
	float:right;
	font-size: 11px;
	padding: 0px 10px 0px 0px;
}

.sort select {
	border: 1px solid #ccc;
	font-weight: normal;
}

.sort span {
	margin: 0px 0px 0px 14px;
}

/** HEADER **/

.header {
	padding: 0px 0px 0px 0px;
	color: #333;
	font-size: 11px;
	height:140px;
	position: relative;
}

.body_fr .header{
	height:150px;
}

.header a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.header a:hover span {
  text-decoration:underline;
}

.header .loginStatus a:hover {
	text-decoration: underline;
}

.header .logo a{
/* 	float:left; */
}

/* Safari Fix*/
.header .loginStatus.safariFix {
	/*
min-width:395px !important;
	text-align: right;
*/
	min-width: 450px !important;
	text-align: right;
	position: absolute;
	right: 0;
}

.header .loginStatus span a:hover {
	text-decoration: none;
}

.header .logo {
	float: left;
    height: 140px;
    position: relative;
    width: 550px;
}

.body_fr .header .logo{
	height: 150px;
}

.header .logo #sportsDayLogo{
	position: absolute;
	left: 0;
}

.header .logo .sponsors{
	float: left;
	left: 200px;
	position: relative;
	top: 60px;
	margin:0 30px;
}

.body_fr .header .logo .sponsors{
	left: 280px;
	top: 70px;
}

.header ul#headerSocial{
	bottom: 20px;
	position:absolute;
	right: 0;
	height:20px;
	width:185px;
	display:block;
}

.body_fr .header ul#headerSocial{
	bottom: 10px;
}

.header ul#headerSocial li{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin: 0 5px;
}

.header .borderRight{
	border-right: 1px dotted #6c6b6b;
	padding-right: 15px;
}

.header ul#headerSocial li img{
	vertical-align: middle;
}

.header .loginStatus { 
	font-size: 14px;
	float:right;
	margin:15px 0px 0px 0px;
	position:relative;
}

.header .loginStatus span {
	line-height: 18px;
	margin:0;
}

.header .loginStatus a {
	margin:0px 0px 0px 5px;
}

.header .loginStatus a#header_profile_pic {
	height:16px;
	width:16px;
	overflow:hidden !important;
	float:left;
	margin: 0px;
	position: relative;
	top: 7px;
}

.header .loginStatus a#header_profile_pic span.avatar img{
	width:100%;
	height:100%;
}

.header .loginStatus #fbFriendsInviteBox {
	float:left;
	margin:3px 10px 0; 
}

.header .loginStatus .loggedin {
	margin:7px 0px 0px 4px;
	float:left;
}

.fbc {
	position:relative;
	margin-right:5px;
	top:3px;
}

.avatarBlock .avatar {
	float: left;
	border:1px solid #CCCCCC;
	display:block;
	line-height:0px;
	margin:0px 7px 0px 0px;
	padding:2px;
}

.menu {
	background-position: top left;
	height: auto;
	margin:0 0 10px;
	height: 60px;
}

.menu ul li {
	display:block;
	float:left;
	padding:0px 10px 0px 0px;
	font-size:14px;
/* 	border-right: 1px dotted #ccc ; */
	background: url(http://assets.filemobile.com/613/images/nav/divider.png) right top no-repeat;
}

.body_fr .menu ul li{
	margin: 0px -2px 0px 0px !important;
}

.menu ul li:last-child{
	background:none !important;
	padding:0px;
}

.menu ul li a {
	font-weight: normal;
}

.menu ul li a {
	display:block;
	text-decoration: none;
}

.menu ul li a strong {
	display:block;
	background-position: right 0px;
	height:100%;
/* 	padding: 0px 10px 0px 0px; */
/* 	line-height:23px; */
	text-indent: -9999px;
}

.menu ul li.active a, .menu ul li a:hover {
	color: #fff;
	background-position: 0px -60px;
}

.menu ul li.active a strong, .menu ul li a:hover strong {
	background-position: right -60px;
}

/* NAV UPDATED BY DECLAN 09-06-11 */
a.home-en {
	background: url(http://assets.filemobile.com/613/images/nav/nav_03-en.png) 0px 0px no-repeat;
	display: block;
	width: 55px;
	height:60px;
}


a.home-fr {
	background: url(http://assets.filemobile.com/613/images/nav/nav_03-fr.png) 0px 0px no-repeat;
	display: block;
	width: 69px;
	height:60px;
}

a.dashboard-en {
	background: url(http://assets.filemobile.com/613/images/nav/nav-my-account-en.png) 0px 0px no-repeat;
	display: block;
	width: 106px;
	height:60px;
}


a.dashboard-fr {
	background: url(http://assets.filemobile.com/613/images/nav/nav-my-account-fr.png) 0px 0px no-repeat;
	display: block;
	width: 68px;
	height:60px;
}

a.regevent-en {
	background: url(http://assets.filemobile.com/613/images/nav/nav_05-en.png) 0px 0px no-repeat;
	display: block;
	width: 131px;
	height:60px;
}


a.regevent-fr {
	background: url(http://assets.filemobile.com/613/images/nav/nav_05-fr.png) 0px 0px no-repeat;
	display: block;
	width: 159px;
	height:60px;
}



a.eventlist-en {
	background: url(http://assets.filemobile.com/613/images/nav/nav_06-en.png) 0px 0px no-repeat;
	display: block;
	width: 96px;
	height:60px;
}


a.eventlist-fr {
	background: url(http://assets.filemobile.com/613/images/nav/nav_06-fr.png) 0px 0px no-repeat;
	display: block;
	width: 178px;
	height:60px;
}
a.powerofsport-en {
	background: url(http://assets.filemobile.com/613/images/nav/nav_07-en.png) 0px 0px no-repeat;
	display: block;
	width: 130px;
	height:60px;
}


a.powerofsport-fr {
	background: url(http://assets.filemobile.com/613/images/nav/nav_07-fr.png) 0px 0px no-repeat;
	display: block;
	width: 172px;
	height:60px;
}

a.about-en {
	background: url(http://assets.filemobile.com/613/images/nav/nav_08-en.png) 0px 0px no-repeat;
	display: block;
	width: 150px;
	height:60px;
}


a.about-fr {
	background: url(http://assets.filemobile.com/613/images/nav/nav-about-fr.png) 0px 0px no-repeat;
	display: block;
	width: 145px;
	height:60px;
}


a.video-en {
	background: url(http://assets.filemobile.com/613/images/nav/nav-video-en.png) 0px 0px no-repeat;
	display: block;
	width: 58px;
	height:60px;
}


a.video-fr {
	background: url(http://assets.filemobile.com/613/images/nav/nav-video-fr.png) 0px 0px no-repeat;
	display: block;
	width: 58px;
	height:60px;
}


/* NAV END UPDATED BY DECLAN 09-06-11 */
.menu .search {
	float: right;
	padding: 0px;
	border: none;
	height: 22px;
	margin: 0px;
}

.menu ul.search li.searchinput{
	margin-right:0px;
}

.menu .search input {
	border-color: #265069;
/* 	border-right:0px solid transparent; */
	border-right: medium none;
	background-color: transparent;
	padding: 3px 5px;
	float: left;
	width: 180px;
	color: #333;
}

.menu .search .glass {
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 12px;
	position: relative;
	top: 6px;
	width: 11px;
	background-position: -415px -562px;
}

#fb_login_image {
	position:relative;
	right:2px;
	top:3px;
}

/** END OF HEDER **/

/* Home Intro Text below menu above feature video */
.homeTout{
	margin:20px 0;
	height:370px;
	background: url(http://assets.filemobile.com/613/images/tout.jpg) top left no-repeat;
}

.homeTout h1{
	position: relative;
	top:82px;
	height:98px;
	width:531px;
	overflow: hidden;
}

.body_fr .homeTout h1{
	width:705px;
}

.homeTout p{
	color: #FFFFFF;
    font-size: 16px;
    padding-left: 95px;
    position: relative;
    top: 110px;
    width: 400px;
}

.homeTout .holderbtn{
	padding: 113px 35px 0 0;
    position: relative;
    width: 225px;
}

.homeTout .holderbtn a{
	display: block;
	padding-bottom: 15px;
}

.homeTout .holderbtn a:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.homeTout .holderbtn{
	display: block;
}

.boxmedium .homeMap h3{
	position:relative;
	margin:0px;
	height:45px;
}

.boxmedium .homeMap span{
	position:absolute;
	top:0px;
	left:10px;
	color:#fff;
	line-height: 48px;
}

.boxmedium .homeMap span#dateSpan{
	position: relative !important;
}

.boxmedium .homeMap span#viewAllEvents{
	font-size: 12px;
	position: relative !important;
	float:right;
	padding-right: 15px;
	cursor: pointer;
}

.thumbBox {
	float: left;
	width: 134px;
	overflow: hidden;
	padding: 0px 5px;
	font-size: 11px;
	color: #333;
	height: 140px;
	margin: 0px 0px 10px 0px;
	position: relative;
}

.thumbBox a {
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

.thumbBox a:hover {
	text-decoration: underline;
}

.thumbBox .metadata {
	margin: 2px 0px 0px 0px;
}

.thumbBox .thumbImg {
	width:130px;
	height: 74px;
	padding: 1px;
	border: 1px solid #ccc;
	overflow: hidden;
	display: block;
}

.thumbBox.wide .thumbImg{
	margin-right: 15px;
	width:64px;
	height:64px;
}

.thumbBox .thumbImg:hover {
	border: 1px solid #0d4d89;
}

.thumbBox a img {
	width:64px;
	margin: 0px;
}

.thumbBox .videoinfo img {
	vertical-align: -5%;
	margin:2px 0px 0px 0px;
}

.thumbBox a.thumbTitle {
	max-height:2.2em;
	line-height: 1.1em;
	font-size: 12px;
	color: #0d4d89;
	font-weight: bold;
	display: block;
	white-space: normal;
	padding: 2px 0px 2px 0px;
	overflow:hidden;
} 

.thumbBox .videoinfo {
	color:#FFFFFF;
	margin:0 2px;
	padding:0 2px;
	position:absolute;
	text-align:right;
	top:63px;
	width:126px;
}

.thumbBox .textMedia{
	height:70px;
	overflow: hidden;
	color:#333333;	
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	padding:2px;
	width:125px;
	
}

.bgcolor, 
.tooltip,
#addedtofav,
.unfavwrap .words {
	background-position: 0px bottom;
}

.bgcolor {
	padding: 0px 1px 0px 2px;
}

.thumbBox a:hover {
	color: #0d4d89;
	text-decoration: none;
}

.homeRow .thumbBox {
	margin-bottom: 0px;
}

.homeRow .thumbBox a.thumbTitle {
	height: auto;
}

.homeRow h2 {
	margin: 0px 0px 15px 4px;
}

/** TAB BOX **/
.tabBox{
	width:100%;
	float:left;
	margin-bottom: 5px;
}

.tabBox ul.tabSelect {
	z-index:100;
	position: relative;
	border-bottom:1px solid #D8D8D8;
	height:32px;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 5px;
}

.tabBox ul li {
	bottom:0;
	display:block;
	float:left;
	height:32px;
	margin:0 5px 0 0;
	position:relative;
	z-index:101;
}

.tabBox ul#recentUploadForm {
	padding:0px 10px 10px;
	width: 590px;
}


.tabBox ul#recentUploadForm li {
	width:570px;
	height:32px;
}


.tabBox ul.tabSelect li a {
	background-position: 0px -149px;
	border-bottom:1px solid #D8D8D8;
	color:#333333;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:100%;
	padding:0 0 0 20px;
	text-decoration:none;
}

.tabBox ul.tabSelect li a span {
	display:block;
	height:100%;
	line-height:32px;
	padding:0 20px 0 0;
	background-position: right -149px;
}

.tabBox ul.tabSelect li.active {
	height: 33px;
}

.tabBox ul.tabSelect li.active a {
	background-position: 0px -84px;
	color: #333333;
	border-bottom: none;
}

.tabBox ul.tabSelect li.active a span {
	background-position: right -84px;
}

.tabBox .tabContents {
	clear: left;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
/* 	min-height: 280px; */
}

.jsgallerylink {
	margin: 0px 0px 0px 5px;
}

/** FOOTER **/
.footer {
	margin: 20px 0px 0px 0px;
}

.footer span.top {
	border-top:1px solid #ccc;
	display: block;
	height: 4px;
	background-image: none !important;
	margin:0px 0px 10px 0px;
}

.footer span.bottom {
	display: block;
	clear: both;
	background-image: none !important;
}

.footer div {
	height: 1.3em;
}

.footer ul {
	float: left;
}

.footer li {
	display: inline;
	padding: 0px 10px;
}

.footer .right ul {
	margin:0px 10px 0px 0px;
}

.footer li a {
	word-spacing: normal;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}

.footer li a:hover {
	color: #0d4d89;
}

.home #footernav-home,
.video #footernav-video,
.channels #footernav-channels,
.community .home #footernav-community,
.enter .home #footernav-enter,
.login .home #footernav-login,
.signup .home #footernav-signup,
.help .home #footernav-help {
	color: #0d4d89;
}

.footer #footernav-logo {
	float:right;
	height:30px;
	margin:0 10px 0 0;
	padding:0 0 0 10px;
	position:relative;
	top:-6px;
	vertical-align:top;
}

.footer #footernav-logo a {
	margin:0px 0px 0px 10px;
}

/* homepage */
.homeother {
	width:310px;
	float:right;
}

.homeother .adspace{
	width:300px;
}

/* homeother */
.eventPromo{
    height: auto;
    width: 280px;
	color:#fff;
	background: #000 url(http://assets.filemobile.com/613/images/create-promo-bg.png) no-repeat top left;
	padding:15px 10px;
}

.eventPromo h3{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 0px;
	width:auto;
}

.eventPromo p{
	font-size: 14px;
}

div.homeother div.mediaComment .comment .commentbody a{
	color:#000;
}

.mediaComment .commentbody em{
	color:#826C47;
	font-size:11px;
}

div.mediaComment .comment .commentbody a.thumbImg{
	padding: 2px !important;
	border: 1px solid #ccc !important;
	overflow: hidden !important;
	display: block !important;
	width:176px;
	padding-bottom:0px !important;
}

#ajaxComments .comment:last-child {
	margin-bottom: 0px;
	border-bottom:none;
}

/** PAGER **/
.pager {
	margin: 5px 0px 0px 4px;
}

.pagercontainer{
	padding:10px 0;
}

.pager a, .pager span.separator, .pager strong {
	display: block;
	height: 27px;
	float: left;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	color: #666;
	width: auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;

}

.pager a.next,
.pager a.prev{
	border:none;
}

.pager a, .pager strong, .pager span.separator {
	background: url(http://assets.filemobile.com/613/images/pager-repeat.png) repeat-x bottom left;
	color: #FFFFFF;
	display: block;
	height: 27px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
}

.pager a span, .pager strong span {
	background: url(http://assets.filemobile.com/613/images/pager-repeat.png) repeat-x bottom left;
	color: #333333;
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0px 9px 0px 0px;
	color:#0d4d89;
}

.pager strong span{
	color:#8a8a8a;
}

.pager a.prev{
	background: url("http://assets.filemobile.com/613/images/_sprites/sprite.png") repeat-x scroll 143px -42px transparent;
    color: #0d4d89;
    line-height: 26px;
    padding-left: 1px;
    text-align: center;
    width: 50px;
	
}

.pager a.next{
	background: url("http://assets.filemobile.com/613/images/_sprites/sprite.png") repeat-x scroll 50px -42px transparent;
    color: #0d4d89;
    line-height: 26px;
    padding-left: 0;
    padding-right: 1px;
    text-align: center;
    width: 49px;
}

.pager span.separator {
	color:#0d4d89;
	line-height: 30px;
}

.pager a:hover {
	cursor: pointer;
}

.pager a:hover,
.pager a:hover span {
	text-decoration: underline;
}

/*
.pager a.next:hover span {
	color: #000;
	background-position: right -399px;
}
*/

/*
.pager a.prev:hover {
	background-position:left -399px;
	padding-left: 15px;	
}

.pager a.prev:hover span {
	background-position: right -443px;
}
*/

/* ajax pager */
.ajaxpager {
	float:right;
	position:absolute;
	height:auto;
	overflow:visible;
	padding:0px 4px;
	width: 625px;
	margin:15px 0px 0px -24px;
	background-color: transparent;
}

.ajaxpager a {
	cursor: pointer;
	background: transparent url(/static/vidcom/v2/images/pager.png) top left no-repeat;
}

.ajaxpager .prev {
	overflow: hidden;
	display: block;
	float: left;
	width: 0px;
	padding: 0px 0px 0px 16px;
	height: 78px;
	background-position: 0px 0px;
	position: relative;
	left: 0px;
}

.ajaxpager .next {
	overflow: hidden;
	display: block;
	float: right;
	width: 0px;
	padding: 0px 0px 0px 16px;
	height: 78px;
	background-position: -32px 0px;
	position: relative;
	right: 0px;
}

.ajaxpager .prev:hover {
	background-position: -16px 0px;
}

.ajaxpager .next:hover {
	background-position: -48px 0px;
}

.thumbcontainer {
	padding: 0px 0px 0px 4px;
}

.mediacontainer {
	position: relative;
}

.mediacontainer .loading {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #fff;
	background:url(/static/contest/images/loading.gif) rgba(255,255,255,0.8) center center no-repeat;
}
 
/* Channels */
ul.channels a {
	color:#333;
	text-decoration: none;
	display: block;
	padding:5px;
}

ul.channels a.parentChannel{
	font-weight: bold;
}

ul.channels a.childChannel{
	margin-left:15px;
}

ul.channels a.subChildChannel{
	margin-left:30px;
}

ul.channels a:hover {
	background-color: #0d4d89;
	color: #fff;
}

ul.channels li.active a {
	color: #0d4d89;
	font-weight: bold;
}

ul.channels li.active a:hover {
	color: #fff;
} 

/* Boxes */
.top, .topError {
	height: 5px;
}

.bottom, .bottomError {
	height: 20px;
}

.inside {
	background-repeat: repeat-y;
	padding: 5px 15px 0px;
	min-height:20px;
}

.boxsmall {
	width: 310px;
}

.boxsmall h3{
	height:45px;
	margin:0px;
	overflow: hidden;
	width: 310px;
}

.boxsmall .inside{
	background-color: #fff;
	border-left: 5px solid #F2F2F2;
	border-right: 5px solid #F2F2F2;
/* 	padding:5px 0 5px; */
}

.boxmedium,
.homeboxmedium {
	width:640px;
}

.boxmedium h2{
	background: url("http://assets.filemobile.com/613/images/header-medium.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 15px;
}

.boxsmall h2{
	background: url("http://assets.filemobile.com/613/images/header-small.png") no-repeat scroll left top transparent;
	background-size: cover;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 15px;
}

.boxmedium h3{
	margin-left:0px;
	margin-right:0px;
}

.boxmedium .inside{
	background-color: #fff;
	border-left: 5px solid #F2F2F2;
	border-right: 5px solid #F2F2F2;
	padding-bottom:15px;
}

.boxlarge {
	width:960px;
}

.boxlarge h2{
	background: url("http://assets.filemobile.com/613/images/header-large.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    height: 63px;
    line-height: 63px;
    margin: 0;
    padding: 0 15px;
 	background-size: cover;
}

.boxlarge .inside{
	background-color: #fff;
	border-left: 5px solid #F2F2F2;
	border-right: 5px solid #F2F2F2;
	padding:5px 0 5px;
}

.boxsmall .top {
	width: 310px !important;
	background-position: 0px -240px;
}

.boxsmall .inside {
/* 	width:270px; */
/* 	background-position: -1680px 0px; */
}

.boxsmall .bottom {
	width: 310px !important;
	background-position: 0px -285px;
}

.boxmedium .top {
	width: 645px;
	background-position: 0px -150px;
}

.boxmedium .inside {
	background-position: -1000px 0px;
}

.boxmedium .bottom {
	width: 645px;
	background-position: 0px -195px;
}

.boxlarge .top {
	width: 960px;
	background-position: 0px -77px;
}

.boxlarge .inside {
	background-position: -0px 0px;
}

.boxlarge .bottom {
	width: 960px;
	background-position: 0px -105px;
}

.boxsmall.alt .top {
	background-position: 0px -510px;
}

.boxsmall.alt .inside {
	background-position: -2700px 0px;
}

.boxsmall.alt .bottom {
	background-position: 0px -555px;
}

.boxmedium.alt .top {
	background-position: 0 -420px;
}

.boxmedium.alt .topError {
	background-position: 0px -835px;
}

.boxmedium.alt .inside {
	background-position: -2020px 0px;
}

.boxmedium.alt .insideError {
	background-position: -3052px 0px;
	padding:0 5px;
}

.boxmedium.alt .bottom {
	background-position: 0px -465px;
}

.boxmedium.alt .bottomError {
	background-position: 0px -880px;
	background-repeat:no-repeat;
}

.boxlarge.alt .top {
	background-position: 0 -375px;
}

.boxlarge.alt .inside {
	background-position: -2700px 0px;
}

.boxlarge.alt .bottom {
	background-position: 0px -555px;
}

/* channel boxes */
.boxtiny {
	width: 165px;
}

.boxgallery {
	width: 750px;
}


/* HOME GALLERY*/

.boxsmall{

}

.boxsmall .gallery.one{
	width:100%;
}

.boxsmall .gallery.two{
	width:48%;
}

.boxtiny .top {
	background-position: 0px -690px;
}

.boxtiny .inside {
	padding: 5px 10px 0px;
	background-position: -3830px 0px;
}

.boxtiny .bottom {
	background-position: 0px -735px;
}

.boxgallery .top {
	background-position: 0px -600px;
}

.boxgallery .inside {
	background-position: -3040px 0px;
}

.boxgallery .bottom {
	background-position: 0px -645px;
}

.boxtiny.alt .top {
	background-position: 0px -780px;
}

.boxtiny.alt .inside {
	padding: 5px 10px 0px;
	background-position: -4035px 0px;
}

.boxtiny.alt .bottom {
	background-position: 0px -825px;
}

.boxlarge .inside,
.boxsmall .inside,
.boxtiny .inside,
.boxgallery .inside{
	position:relative;
}

/* forms */

.form #uploadForm ul li{
	margin-bottom:20px;
}

.form #uploadForm ul li.label{
	margin-bottom:0px;
}

.formBox {
    position:relative;
}

.formBox h3{
	margin-left: 0px;
}

.formBox #editProfileForm h3{
	margin-top:15px;
}

.formBox .fmTextInput, .formBox .fmTextarea, .formBox .fmCaptcha {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
/* 	height: 15px; */
	width: 250px;
	background: transparent url(/static/vidcom/v2/images/form.gif) top left repeat-x;
}

#browseLogo{
	height:25px;
}

.formBox .fmTextarea {
	height: 5.6em;
}

.fmSelect {
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 12px;
	width: 140px;
	height: auto !important;
	background: transparent url(/static/vidcom/v2/images/form.gif) top left repeat-x;
}

.formBox .fmSelect {
	width: 262px;	
}

.formBox .fmTextInput:focus,
.formBox .fmCaptcha:focus,
.formBox .fmSelect:focus,
.formBox .fmTextarea:focus {
	-moz-box-shadow: 0px 0px 5px rgba(130,185,210,100);
	-webkit-box-shadow: 0px 0px 5px rgba(130,185,210,100);
	border: 1px solid #9ebbca;
}

.labelCheckbox{
	float:left;
	width:90% !important;
	padding:0 0 10px 5px !important;
	text-align: left !important;
}

.formBox input.fmCaptcha {
	width: 140px;
}

.formBox .fmCheckBox {
	margin: 0px 5px 0px 0px;
}

.formBox tr th, .formBox ul li label {
	text-align: right;
	font-size:12px;
	color: #333;
	padding: 6px 6px 0px 0px;
	width: 250px;
}

.formBox li.label {
	margin: 12px 0px 3px 0px;
	width: 100%;
}

.formBox li.label:last-child {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.formBox tr th label {
	padding: 4px 0px 0px 0px;
}

.formBox ul li.label span {
	color: #777777;
}

.formBox textarea.largeComment {
	width:490px;
}

.formbox div#publishHolder input#publishToFacebook{
	margin-right: 5px;
}

.formBox .join {
	float: left;
	width: 240px;
}

.register {
	float: right;
	width: 300px;
}

.register .tabBox {
	margin-bottom: 20px;
}

.register .join {
	float:left;
	width:240px;
}

ul.disk {
	line-height:1.2em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc !important;
	margin-left:10px;
	margin-top:10px;
	padding-left:10px;
}

ul.disk li {
	margin-bottom:5px !important;
	list-style-type:disc !important;
}

.formBox tr td span img, .formBox span img {
	border:1px solid #CCCCCC;
	display:block;
	margin-bottom:5px;
	padding:3px;
}

.fmButton {
	height: 30px;
	background-position:0 -388px;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
/* 	text-shadow:0 -1px 0 #666666; */
	width:140px;
}

.fmButton:hover {
	background-position: -160px -388px;
	cursor: pointer;
}

.fmButtonSm {
	display: block;
	height: 26px;
	float: left;
	text-decoration: none !important;
	background-position: left -214px;
	background-color: transparent !important;
}

#btnCancel,
#startUploadButton.fmButtonSm{
	margin-top: 5px;
}

.fmButtonSm input, a.fmButtonSm span {
	height:26px;
	background-position: right -214px !important;
	background-color: transparent !important;
	padding:0px 10px 3px 10px;
	margin: 0px;
	text-align: center;
	color: #000 !important;
	font-weight: bold;
	font-size: 12px;
	border: none;
	display: block;
/* 	text-shadow: 0px 1px 0px #fff; */
}

a.fmButtonSm.disabled span {
	color: #999 !important;
}

#uploadBtn {
	position: relative;
	height:26px;
}

a.fmButtonSm #flashSelectFile {
	height:auto !important;
	background: none !important;
	padding: 0px !important;
	line-height: 0px !important;
	position: absolute;
}

a.fmButtonSm span {
	line-height: 26px;
}

.fmButtonSm:hover {
	background-position: 0px -260px !important;
	cursor: pointer;
}

.fmButtonSm:hover input, a.fmButtonSm:hover span {
	color: #fff !important;
/* 	text-shadow: 0px 1px 0px #333; */
	background-position: right -260px !important;
	cursor: pointer;
}

#registerForm li #month,
#registerForm li #day,
#registerForm li #year{
	text-align:center; margin:0px;
}

#registerForm li #month,
#registerForm li #day{
	width:30px;
}

#registerForm li #year{
	width:50px;
}

#btnCancel{
	margin-left: 2px;
	font-size: 8pt;
	height: 29px;
}

#uploadFormWrapper {
	position: relative;
	width:100%;
	float:left;
}

#uploadboxes, #uploadcomplete {
	position: relative;
	width:500px;
	float:left;
	margin-bottom: 20px;
}


#uploadFormWrapper ul.uploadList{
	list-style:none;
	padding:0;
	margin:0;
	list-style-type:none;
}

#uploadFormWrapper ul.uploadList li{
	list-style-type: none;
}

#uploadFormWrapper .uploadField{
	width:175px;
}

#commentboxes form .large.fmTextarea {
	width:260px;
	background-color:#fff;
}

.remove {
	height: 16px;
	position: relative;
	left: 5px;
	font-size: 11px;
	color: #666;
	top: 9px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.remove:hover {
	text-decoration: underline;
}

/* Homepage featured area */
.featureBox .left {
	background:none repeat scroll 0 0;
	float:left;
	width:320px;
	text-align: center;
}

.featureBox .middle {
	float: left;
	width: 280px;
	padding: 0px 15px 5px;
}

.featureBox .middle h2 {
	margin-left: 0px;
}

.featureBox .middle p {
	max-height: 116px;
	overflow: hidden;
	margin-top: 10px;
}

.featureBox .right {
	float: right;
	width: 270px;
	padding: 0px 0px 5px 0px;
}

.featureBox .right .comments {
	margin-right:5px;
}

/* GALLERY / EVENT LIST */

.gallery .thumbBox.wide{
	background:none;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	
}

.thumbBox.wide{
    color: #333333;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    height: 75px;
    background: url("http://assets.filemobile.com/613/images/event_bg.png") repeat-x scroll left bottom #FFFFFF;
}

.thumbBox.wide .details{
    display: block;
    height: 100%;
    overflow: hidden;
    width:65%;
}

.one .thumbBox.wide {
    width: 98%;
}

.two .thumbBox.wide {
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    padding: 5px;
    width: 46%;
}

.three .thumbBox.wide {
    width: 31%;
}

.four .thumbBox.wide {
    width: 23%;
}


/* EVENT PAGE */

.page_event h1, .page_mediadetail h1{
	font-size: 24px;
	text-transform: uppercase;
}

.page_event .boxlarge, .page_mediadetail .boxlarge {
	border-bottom: 5px solid #ff0000;
}

#rsvpEvent{
	color:#000;
	width:160px;
	height:60px;
	left:-30px;
	display: block;
	position:relative;
	cursor: pointer;
}

.checkCopy{
	width:110px;
}

.eventAttendees{
	border-top:2px dotted #acacac;
	border-bottom:2px dotted #acacac;
	padding-top: 10px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.eventAttendees img{
	vertical-align: middle;
}

.boxsmall.events .inside{
	padding:0px;
}

.boxsmall.twitter h3{
	background: url(http://assets.filemobile.com/613/images/twitter-header-sm-en.png) no-repeat left bottom;
	background-size: cover;
}

.body_fr .boxsmall.twitter h3{
	background: url(http://assets.filemobile.com/613/images/twitter-header-sm-fr.png) no-repeat left bottom;
	background-size: cover;
}

.boxsmall.twitter h3 a{
	float:left;
	color:#ec1e32;
	text-decoration: none;
	line-height: 47px;
	position: relative;
	left: 138px;
}

.eventlist{
	width:100%;
	display: block;
}

.eventlist p.additionlInfo{
	width:75%;
	padding-left: 50px;
	color: #666666;
}

.eventlist a{
	font-weight: bold;
	color:#0d4d89;
	font-size: 12px;
}

.eventlist li{
	padding:10px;
	background: #fff url(http://assets.filemobile.com/613/images/event_bg.png) repeat-x left bottom;
}

.eventlist span.eventMoreInfo{
	background-position: -72px -486px;
    display: block;
    height: 15px;
    width: 15px;
/*     cursor: pointer; */
    margin-left: 8px;
}

.eventlist span.eventMoreInfo.active{
	background-position: -114px -486px;
}

.eventInfo{
	display: block;
    height: 250px;
    padding: 20px;
    width: 360px;
}

.eventInfo ul li{
	text-align: right;
	font-size:12px;
	color:#999999;
	margin-bottom: 15px;
}

.eventInfo ul li strong{
	float: left;
	color:#000;
	font-weight: bold;
}

.contactInfo{
	color:#999999;
}

.contactInfo .right{
	text-align: right;
	width: 49%;
}

.contactInfo .left{
	width:49%;
}

.contactInfo strong{
	color:#000;
}

.contactInfo a,
.contactInfo a:hover{
	color:#0d4d89;
	text-decoration: none;
	
}

.eventDescription{
	
}

.eventDescription p{
	margin:0px;
	padding-bottom: 10px;
	text-align: left;
	color:#999999;
}

/* mediadetails */
.mediaDetails #videocontainer{
	background-color: transparent;
}

.mediaContainer {
	width: auto;
/* 	text-align: center; */
	margin:0px 0px 10px 0px;
	position: relative;
}

.mediacontainer .tooltip{
	float:right;
	right:0px;
	width:150px;
}

.mediaMeta {
	width: 640px;
	position:relative;
}

.mediaMeta ul {
	width: 140px;
	list-style-type: none;
	float: left;
}

ul.sharelizer li {
	display: inline;
}

.commentsMeta {
	clear: left;
}

/* if user is owner */
.ownerControls h1 {
	width:690px;
}

.ownerControls .inside .fmButtonSm {
	margin-left:10px;
}

.ownerControls .right {
	margin:0px 0px -40px;
}

/* profile and dashboard */
.userProfileInfo {
	overflow:hidden;
	white-space:nowrap;
	width: 100%;
}

.userProfileInfo li {
	font-size: 12px;
	margin: 0px 0px 4px 0px;
	line-height: 1.2em;
}

.userProfileInfo li span {
	display: block;
	width: 30%;
	color: #666;
	float: left;
}

.userProfileInfo li strong {
	display: block;
	font-weight: normal;
	width: 70%;
	float: left;
}

.userspageright {
	float:right;
	width:615px;
}

.profilePicture {
	margin:5px 0px 15px 0px;
}

.profilePicture span {
	text-align: center;
}

.profilePicture span img {
	max-width: 100%;
}

.userProfileBio {
	margin-bottom: 0px;
	padding: 15px 0px 5px;
}

.usercommunity {
	margin-bottom: 10px;
}

.usercommunity .user {
	float: left;
	padding:0px 10px 0px;
	margin: 5px 5px 15px 5px;
	background-color: #fff;
	width: 60px;
	word-wrap:break-word;
	overflow: hidden;
	height: 82px;
}

.usercommunity .user .avatar {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.usercommunity .user a {
	display: block;
	margin-bottom: 2px;
}

.usercommunity .user a + a {
	margin-bottom: 0px;
}

.usercommunity .user .avatar img {
	width: 100%;
}

/* tag cloud */
.tagCloud {
	overflow: hidden;
}

.tagCloud a {
	color: #333;
	text-decoration: none;
	padding: 0px 0.15em;
}

.tagCloud a:hover {
	background-color: #0d4d89;
	color: #fff !important;
}

/* media details */

/* community page -> latest members*/
.latestMembers .thumbBox{
	height:180px;
}

.latestMembers .thumbBox a img{
	padding:2px;
	border:2px solid #CCCCCC;
}

.latestMembers .thumbBox a:hover img{
	padding:2px;
	border:2px solid #0d4d89;
}

.tooltip {
	height: auto;
	overflow: visible;
	position: absolute;
	color: #fff;
	display: inline;
	padding: 2px 4px;
	font-size:11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	margin-top: -12px;
	text-align: center;
	z-index: 10000;
}

.gotcomment {
	color: #406875;
	margin: 0px 0px 20px 0px;
}

.mediaDetails h3 {
	font-size:14px;
	font-weight: bold;
	color: #333;
	height:45px;
	margin: 20px 0px 0px 0px;
}

.userinfo {
	position: relative;
}

.userinfo h1 {
	width: 150px;
	float: left;
	padding-bottom:10px;
}

.avatarBlock ul{
	line-height:1.3em;
}

.avatarBlock a img{
	width:50px;
	height:50px;
}

.avatarBlock .uploaddate {
	font-size:11px;
	color: #999;
}

.avatarBlock .uploaddate strong {
	font-weight: bold;
	color: #666;
}

.avatarBlock .uploadname {
	font-size:16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.avatarBlock .uploadname:hover {
	color: #0d4d89;
}

p.description {
	font-size:12px;
	line-height: 1.3em;
	color: #333;
	padding: 10px 0px;
}

.details h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
	float:left;
	width: 130px;
	line-height: 22px;
	text-align: left;
}

.details h2 span {
	font-weight: normal;
}

.details p.description{
    margin-bottom:0px;
}

.details h3 {
	font-size:14px;
	font-weight: bold;
	color: #333;
	padding: 6px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

.details h3 a {
	color:#333;
	text-decoration: none;
}

.details h3 a:hover {
	text-decoration: underline;
}

.userinfo .details span {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.sidebarlist .holder {
	margin: 0px;
	padding: 0px;
}

#sidebar h5{
	font-size: 15px;
	text-align: center;
	margin: 15px 0;
}

#sidebar ul#shareEvent{
	width:95%;
	padding:0 20px;
}

#sidebar ul#shareEvent li{
	display: block;
	float:left;
	width:50px;
	padding:0 5px;
	text-align: center;
}

.sidebarlist .thumbBox {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

.embedOptions textarea{
	width:260px;
	margin-bottom: 10px;
}

.embedOptions h3{
	margin:0 15px 10px 0;
}

.sidebarlist .thumbBox:last-child {
	margin-bottom: 0px;
}

.sidebarlist .thumbBox .thumbImg {
	float: left !important;
	margin: 0px 5px 0px 0px;
}

.sidebarlist .thumbBox .details {
	float: left !important;
	width:130px;
}

.sidebarlist h2 span, .openclose h2 span {
	display: block;
	float: left;
	width: 14px;
	height: 0px;
	padding: 14px 0px 0px 0px;
	overflow: hidden;
	background-position: 0px -486px;
	margin: 2px 5px 0px 0px;
	position: relative;
	top:12px;
}

.sidebarlist h2.active span, .openclose h2.active span {
	background-position: -34px -486px;
}

.sidebarlist h2 {
	cursor: pointer;
	margin: 0px;
}

.sidebarlist h2 + div {
	margin-top:0px;
}

sidebarlist2 h2 + div {
	margin-top:0px;
}

.sidebarlist h3{
	margin-left: 0px;
}

.actions {
	float:right;
}

.icon {
	height: 22px;
	width: 22px;
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
	border: none;
}

.icon:hover {
	cursor: pointer;
}

form input.icon {
	float: none;
}

.icon.ratingmeter {
	background-position: 0px -520px;
	width: 54px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	cursor: default !important;
	margin: 0px 5px 0px 20px;
}

.icon.thumbsup {
	background-position: -74px -520px;	

}

.icon.thumbsdown {
	background-position: -116px -520px;	

}

.icon.fav {
	background-position:-158px -520px;
	margin:0 32px 0 26px;
}

.icon.facebook {
	background-position: -200px -520px;	

}

.icon.digg {
	background-position: -242px -520px;	

}

.icon.delicious {
	background-position: -284px -520px;	

}

.icon.twitter {
	background-position: -326px -520px;
}

.icon.email {
	background-position: -368px -520px;	

}

.icon.hd {
	width: auto;
	background-position: -316px -598px;
	padding: 0px 0px 0px 6px;
	color: #fff;
	margin: 0px 0px 0px 26px;
}

.icon.hd span {
	display: block;
	height: 100%;
	line-height: 22px;
	padding: 0px 6px 0px 0px;
	background-position: right -598px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

.icon.embed {
	width: auto;
	background-position: -316px -640px;
	padding: 0px 0px 0px 6px;
	color: #fff;
	float: left;
}

.icon.embed span {
	display: block;
	height: 100%;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.05em;
	padding: 0px 6px 0px 0px;
	background-position: right -640px;
/* 	text-shadow: 0px 1px 0px rgba(0,0,0,0.5); */
}

.icon.hd span strong {
	font-style: italic;
}

.icon.mini {
	width:16px;
	height:16px;
}

.icon.mini.facebookmini {
	background-position: -162px -562px;	

}

.icon.mini.twittermini {
	background-position: -198px -562px;	

}

.icon.mini.vhostmini {
	background-position: -234px -562px;	

}

.icon.mini.thumbsupmini {
	background-position: -54px -562px;
	margin: 0px;
}

.icon.mini.thumbsdownmini {
	background-position: -90px -562px;	
	margin: 0px 0px 0px 2px;
}

.icon.mini.ratingmetermini {
	background-position: 0px -562px;
	width: 34px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	margin:0px 0px 2px 0px;
	float:none;
	cursor: default !important;
}

.icon.mini.unfavmini {
	background-position: -126px -562px;	
}

.filmmini {
	background-position: -386px -562px;
	position: relative;
	top:2px;
	padding: 0px 11px 9px 0px;
}

.icon.disabled {
	opacity:0.6;
	cursor:auto;
}

#fmReportBox {
	-moz-box-shadow:0 2px 6px rgba(0, 0, 0, 0.2);
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	bottom:2px;
	padding:10px;
	position:absolute;
	right:2px;
	text-align:left;
	width:220px;
	z-index:10000;
}

h1 + .report {
	margin-right:7px;
}

.report {
	bottom:4px;
	color:#999999;
	float:none;
	font-size:11px;
	font-weight:normal;
	padding:0;
	position:absolute;
	right:2px;
	text-align:right;
	width:auto;
	cursor: pointer;
}

#fmReportBox p {
	color:#333333;
	font-size:11px;
	font-weight:normal;
	line-height:1.2em;
	margin:0.5em 0;
}

#fmReportBox select  {
	border:1px solid #CCCCCC;
	margin:0.5em 0 1em;
	padding:2px;
}


#sidebar {
	position: relative;
}

#embed_resolution {
	margin-right: 10px;
}

#embedBox.inline {
	margin: 15px 0px 0px 0px;
	border-top:1px solid #ddd;
	padding: 15px 0px 0px 0px;
}

#embedBox.inline .fmTextInput {
	width:570px;
	margin-top: 10px;
} 

#embedBox.inline a.right {
	padding: 4px 10px 4px 4px;
}

#embedBox.box {
	background: #fff !important;
	padding: 10px !important;
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	z-index: 1000;
}

#embedBox.box span, #embedBox.box .fmSelect  {
	display: block;
	float: left !important;
	width: auto !important;
}

#embedBox.box span {
	padding: 8px 4px 0px 0px
}

#embedBox.box .fmTextarea {
	clear:both;
	width:258px;
	margin:8px 0px 6px;
}

/* uploader */
.infoText {
	font-size: 0.8em;
}

.formBox table {
	margin: 0px 0px 0px 10px;
}

.formBox table tr td {
	padding: 3px;
}

/* activity feed (coming soon) */
.feeditem {
	margin:0px 0px 20px 0px;;
}

.feeditem .avatar {
	height:48px;
	width: 38px;
	float:left;
	margin:0px 8px 0px 0px;
}

.feeditem .avatar div {
	left:22px;
	position:relative;
	top:-15px;
}

.feeditem .title {
	font-size:14px;
	font-weight: bold;
}

.feeditem .facebook .title {
	color: #4b73b1;
}

.feeditem .twitter .title {
	color: #49c4cc;
}

.feeditem .vhost .title {
	color: #000;
}

.feeditem .text {
	font-size: 12px;
	color: #333;
	float:left;
	width: 274px;
}

.feeditem .text a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.feeditem .text a:hover {
	text-decoration: underline;
}

.feeditem .time {
	color: #999;
	font-size: 11px;
	margin:5px 0px 0px 0px;
}

/* friend */
.userinfo .friend{
	width:85px;
}

.userinfo .friend .avatar img {
	width:50px;
	height:50px;
}

.friend {
	float:left; 
	width:71px;
	text-align:center;
	margin: 5px 0px;
	overflow: hidden;
	white-space: nowrap;
}

.friend a {
	text-decoration: none;
	color: #333;
	font-size: 10px;
	display: block;
}

.friend a:hover {
	text-decoration: underline;
}

/* map */
.mapLogin{
	width:400px;
	height:250px;
}

#map {
	overflow: hidden;
}

#map .mapicon {
	background-color:#fff;
	border:1px solid #999;
	padding: 1px;
}

/* MAP INFO WINDOW */

.mapBubble{
	color:#666666;
	font-size: 11px;
	width:250px;
	height:175px;
}

.mapBubble strong,
.mapBubble strong a{
	color:#000;
}

.mapBubble strong a{
	text-decoration: underline;
}

.mapBubble .eventInfoMap{
	width:150px;
}

#map .mapuser {
	height: 125px; width: 195px;
}

#map .mapuser a {
	overflow: hidden;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 0px !important;
}

#map .mapmarker .preview {
	margin: 0px 0px 15px 0px;
	display: block;
}

#map .mapuser .avatar.left {
	margin:0px 5px 0px 0px;
}

#searchAddressField {
	padding-bottom: 4px;
	border-right: 0px;
	width:180px;
}

.register #searchAddressField{
	width:170px;
}

.mapcontrolcontainer {
	margin: 5px 0px 0px 15px;
	float:left;
}

.mapcontrolcontainer label {
	margin: 0px 10px 0px 0px;
}

.gmnoprint {
	z-index: 500;
}


/* dashboard */
#addedtofav {
	color:#FFFFFF;
	left:-64px;
	margin-bottom:-20px;
	position:relative;
	text-align:center;
	top:26px;
	vertical-align:bottom;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:150px;
	display: block;
	padding: 3px 0px;
}

.unfavwrap {
	color:#FFFFFF;
	margin:0 2px;
	padding:0 2px 2px 2px;
	position:absolute;
	text-align:left;
	top:58px;
	width: 20px;
	cursor: pointer;
}

.unfavwrap:hover {
	width:126px;
}

.unfavwrap .words {
	display: none;
	padding: 0px 3px;
	height:16px;
	line-height: 16px;
}

.unfavmini:hover .words {
	position: absolute;
	left:22px;
	display: inline;
}

/* search page */
.searchpage .break .avatar {
	width: 16px;
	height: 16px;
}

.searchpage .break .avatar img {
	width: 16px;
	height: 16px;
}

.searchpage .thumbBox {
	width:600px;
	height:auto;
	padding-bottom:16px;
}

.searchpage .thumbBox .thumbImg {
	float: left;
	margin: 0px 8px 0px 0px;
	height: 73px !important;
}

.searchpage .thumbBox .thumbTitle {
	font-size:14px;
}

.searchpage .thumbBox .details p {
	font-size:12px;
	line-height: 1.2em;
	height:2.3em;
	margin:8px 0px;
	overflow: hidden;
}

.searchpage .thumbBox .metadata {
	float:none;
}

.searchpage .thumbBox .metadata span {
	margin:0px 15px 0px 0px;
}

.searchpage .thumbBox .metadata span.dateTranslate {
	margin: 0px;
}

.searchpage .sort span {
	background-color: #fff;
}

.searchpage .thumbBox .thumbBox .details {
	width:458px;
}

.searchpage .thumbBox .thumbTitle {
	display: inline;
}

.subscribe {
	float: right;
	margin: 0px 0px -10px 0px !important;
	position: relative;
	top: -2px;
	width: auto;
}

.searchpage .break .avatar img{
	position:relative;
	margin-top:-10px;
	margin-bottom:-4px;
}

/* email to a friend */
#emailtoafriend {
	padding: 5px 0px 0px 0px;
}

#emailtoafriend h5 {
	font-size:14px;
	font-weight: bold;
	margin-top: 10px;
}

#emailtoafriend .thanksforemail {
	text-align: center;
	padding-top: 150px;
	width: 100%;
}

/* Share with Friends Lightbox form style */
.shareContainer .shareHeader h2{
	margin:15px; 
	text-align:center;
}

.shareContainer .shareHeader .shareClose{
	position:absolute;
	right:20px;
	top:20px;
}
.shareContainer .shareHeader .shareClose a{
	font-weight:bold;
}

div.shareForm{
    margin:20px;
}

div.shareForm .shareInput{
    width:82px;
    margin-right:10px;
    text-align:right;
    float:left;
}

div.shareForm .shareInput label.error{
	color:#cc0000;
}

/* EXTERNAL register for fbConnect styles
   external register form for formBox*/
.externalRegister{
	padding:5px 15px;
}

.externalRegister .form{
	float:left;
	position:relative;
}

.externalRegister .externalTop{
	width:600px;
	height:60px;
	padding-bottom:10px;
}

.externalRegister .left img{
	border: 1px solid #666;
}

.externalRegister .left .imageHolder{
	float:left;
	padding: 10px 0px 0 0;
	vertical-align:top;
}

/* for forms in a light box */
.shareContainer .shareForm label{float:left;width:100%;padding-bottom: 5px;}
.shareContainer .shareForm input{float:left !important;}

.shareContainer .shareForm input.fmTextInput, 
.shareContainer .shareForm .formBox input.fmCaptcha{
	float:right;
}

.shareContainer div.shareForm .shareInput {
	float:left;
	height:20px;
	margin-right:10px;
	padding-top:6px;
	padding-top:6px;
	position:relative;
	text-align:left;
	width:160px;
}

.shareContainer div.shareForm .fmButton{
	float:right;
	margin:15px 50px 0 129px;
}

.shareContainer div.shareForm textarea{
	float:left;
	width:186px;
}

/* ONLY USED ON THE HOME COMMENT FEED */
#commentFeed{
	padding-bottom:5px;
}

.mediaComment .commentbody #commentFeed em {
	color:#999 !important;
}

div.mediaComment .comment #commentFeed a, div.mediaComment .comment #commentFeed span {
	color:#3A6D8F !important;
}

.homeother .mediaComment {
	margin:15px 0px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 15px 0px;
}

.homeother .mediaComment .commentbody{
	float:left;
	width:215px;
	padding:0px;
}

/* uploader */
div.queuedUploadItem{
	background:#EFEFEF!important;
}

div.progressBarInProgress{
	clear:left;
	float:left;
	height:20px;
	overflow:hidden;
	padding:0;
	position:relative;
}

div.queuedUploadItem{
	border-bottom:1px solid #DDDDDD;
	clear:left;
	float:left;
	height:20px;
	margin:5px auto 0px;
	overflow:hidden;
	padding:0;
	position:relative;
	width:370px;
}

#fmErrorOverlay {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/static/contest/images/loading.gif) no-repeat scroll center center;
	height:100%;
	position:absolute;
	text-align:center;
	width:100%;
}

.fmNoBackground {
	background-image: none !important;
}

#fmErrorOverlay span {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#FFFFFF;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	margin:15% 20px 20px;
	padding:5px 8px;
}

#fmErrorBackground {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/static/contest/images/white.png) repeat scroll center center;
	height:100%;
	position:absolute;
	width:100%;
	z-index:150;
}

.fmSuccess {
	background-color:#336600;
	border:1px solid #003300;
}

.fmError{
	background-color:#B23009;
	border:1px solid #331005;
}

#fmErrorOverlay2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
/* 	background:transparent url(/static/contest/images/loading.gif) no-repeat scroll center center; */
	height:100%;
	position:absolute;
	text-align:center;
	width:100%;
}

#fmErrorOverlay2 span {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#FFFFFF;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	margin:15% 20px 20px;
	padding:5px 8px;
}

#fmErrorBackground2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/static/contest/images/white.png) repeat scroll center center;
	height:430px;
	position:absolute;
	width:390px;
	z-index:150;
	top:47px;
}


/* upload complete */
.page_uploadcomplete .boxlarge .inside p{
	margin-bottom: 0 !important;
	padding-bottom: 15px !important;
}

.page_uploadcomplete p{
	margin-bottom:0 !important;
}

div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 100%;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.page_mediadetail #fsUploadProgress.flash{
	width:85% !important;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

#btnSubmit { margin: 0 0 0 155px ; }

.progressWrapper {
	width: 100%;
	overflow: hidden;
}

.progressContainer {
	margin: 5px 0;
	padding: 10px 0px;
	overflow: hidden;
}

.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}

.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	position:relative;
	bottom:15px;
	z-index: 999;
	padding-left: 5px;
}

.progressBarInProgress{
	height:20px;
}

.progressBarHolder{
	float: left;
	width:80% !important;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	background-image: url(http://filemobile.com/static/vidcom/images/progressbar/active.gif);
	width: 0%;
	height: 20px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	background-image: url(http://filemobile.com/static/vidcom/images/progressbar/complete.gif);
	height:20px;
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

.swfupload {
	vertical-align: top;
}

/* For edit profile page  */
.uploadAvatar{
	width:270px;
}

.newAvatar{
	border:1px solid #CCCCCC;
	height:100px;
	padding-top:50px;
	text-align:center;
	width:270px;
}

/* Twitter Feed */
#twitter_update_list{
	width:270px;
}

#twitter_update_list li{
	padding:5px 5px 8px 5px;
	margin:5px 0px;
	border-bottom: 1px solid #ccc;
}

#twitter_update_list li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.inside #submitComment{
	width:300px;
}

.inside #postingInfo{
	height:325px;
	padding:0 25px;
	width:275px;
}

/* Media Details for the commenting box */
#commentForm #commentTabs{
	float:left;
	width:100%;
}

#commentForm #commentTabs textarea{
	width:300px;
	height:75px;
}

#commentForm #commentTabs ul li{
	padding:10px;
	display: inline;
	background-color: #999999;
	float:left;
	margin: 0 10px;
}

#commentForm #commentTabs ul li.active,
#commentForm #commentTabs ul li:hover{
	background-color:#cccccc;
}

li.clearfix span.uploadTxt {
	float:left;
	padding:2px;
	text-align:center;
	width:87px;
}

.width100{
	width:100%;
}

/* lightbox */
#lightbox {
	width:100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 100000;
}

#lightbox .background {
	background-color: none !important;
	background-image: url(http://s3-a-dev.filemobile.com/162/v2/images/lightbox_bg.png) !important;
	background-repeat: repeat;
	width:100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left:0px;
}

#lightbox .inside {
	width:200px;
	height: 300px;
	position: relative;
	top: 50%;
	margin: -150px auto 0px;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 25px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 25px rgba(0,0,0,0.75);
}

#lightbox .close,
#lightbox_inside .close {
	width: 30px;
	position: absolute;
	top: -11px;
	right: -12px;
	height: 30px;
	cursor: pointer;
	background-position: -443px -561px;
}

#lightbox_placeholder {
	height: 0px;
	width: 0px;
}

/* Recaptcha */

#showtherecaptcha{
	margin-top:10px;
}

#recaptcha_image{
	height: 57px;
    width: 300px;
    margin-bottom:10px;
    padding:2px;
	border:1px solid #CCCCCC;
}

ul#recaptchaOptions li {
    display: inline;
    float: left;
}

#recaptcha_widget .error{
	padding:0;
	margin:0;
	color:#cc0000;
	font-weight: bold;
	height: 14px;
	overflow-y: hidden;
}

/* various fixes */
.mediaDetail.comments {
	padding-top: 0px;
}

div.mediaDetail p {
	margin: 0px 0px 5px 0px;
}

.mmct {
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*styling the register /comment section at the bottom of MD page */
div.mediaDetails div#postingInfo{color:#333333;}
div.mediaDetails div#postingInfo a{text-decoration: underline;}
div.mediaDetails div#postingInfo a:hover{color:#82A4B2;}
div.mediaDetails div#postingInfo h4{padding:10px 0 5px;}
div.mediaDetails div#postingInfo h4.clearPadding{padding:0;}
div.mediaDetails div#postingInfo p{margin:5px 0 10px;}
div.mediaDetails div#postingInfo ul{padding:5px 0;}
div.mediaDetails div#postingInfo ul li{padding-bottom:5px;}

/* IE7 */

*:first-child+html .tabBox ul { top: 5px; margin-top:-5px; }
*:first-child+html .tooltip { margin-bottom:-10px; }
*:first-child+html .fmButtonSm { top: -5px; }
*:first-child+html #embedBox.inline  { padding-top: 6px !important; }
*:first-child+html .icon strong  { display: inline !important; }

/* FOR IE6 Showing map */
.mapHolder img { behavior:none !important; };


/* PROMOTE PAGES */
.eventPromoteBox {
    background: url("/sports/sportsday/images/black-right-background.jpg") no-repeat scroll left top #000000;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 20px 10px 0;
    width: 280px;
}

.orange {
    color: #FF5400;
}

.letterspaceQuarter {
    letter-spacing: -0.02em;
}

.standard20 {
    font-size: 20px;
}

.lineheight18 {
    line-height: 18px;
}

.standard15 {
    font-size: 15px;
}

.standard14 {
    font-size: 14px;
}


/* HOME PAGE MAP AND FILTER */
#loadingMap{
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

#loadingBackground{
	background-color: #000000;
    display: block;
    height: 100%;
    opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    position: absolute;
    top: 0;
    left:0px;
    width: 100%;
    text-align: center;
}

#loadingMap p{
	background-color: #FFFFFF;
    display: block;
    margin: 20% 37%;
    padding: 15px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
	border-radius: 15px;
	left:0px;
}

#dateList{
	float:left;
}

#dateList,
#dateList li{
	display:inline;		
}

#dateList li{
	float: left;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color:#000;
    background-color:#f3f3f3;
}

#dateList li#next,
#dateList li#previous{
	width:40px;
	cursor: pointer;
}


#dateList li#next{
	background-image:url(http://assets.filemobile.com/613/images/_mapfilter/next.png);
	margin-left:2px;
}

#dateList li#previous{
	background-image:url(http://assets.filemobile.com/613/images/_mapfilter/previous.png);
}

#dateList li#day{
	width:75px;
	margin-left:2px;
	cursor: pointer;
}

#dateList li#day:hover{
	color:#fff;
	background-image:url(http://assets.filemobile.com/613/images/_mapfilter/active.png);
}

#dateList li.active{
	color:#fff;
	background-image:url(http://assets.filemobile.com/613/images/_mapfilter/active.png);
}

#map{
	height:300px;
	width:100%;
}
	
.homeMap .inside{
	padding: 5px 0 5px;
}

/* Style additions from Jason Boychuk */

#boxlarge {
        background: #fff;
        border: 5px solid #f2f2f2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}



/* LIGHTBOX */


#lightbox_background {
	background: transparent url(/static/contest/images/black.png) top left repeat;
	width:100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
}

#lightbox_inside {
	width:200px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px auto 0px;
	background-image: none;
	background-color: #fff;
	-moz-box-shadow: 0px 3px 25px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 25px rgba(0,0,0,0.75);
	z-index: 100001;
}

/*
#lightbox_close {
	width: 30px;
	position: absolute;
	top: -11px;
	right: -12px;
	height: 30px;
	background-position: -208px  -565px;
	cursor: pointer;
	z-index: 100002;
}
*/

#lightbox_placeholder {
	height: 0px;
	width: 0px;
}
/* end of import: design */
/* sabretooth: server-side import: comments */

/* comments */

.comments {
	margin: 0px;
}

.comment p {
	margin: 0px 0px 0px 0px;
	line-height: 1.3em;
}

/* comment style defaults */

.comment{position:relative;}

.comments .comment {
	width:auto;
	position:relative;
}

.comment .content .video{
	height:300px;
}

.comment .content .audio{
	height:150px;
}

.comments .content img {
	display: block;
	margin-bottom: 1em;
	max-width: 100%;
}

.comments .user {
	width:165px;
}

.comments .user .info {
	float:left;
	width:100px;
	overflow-x: hidden;
}

.comments .user .avatar {
	padding:2px;
	border:1px solid #ccc;
	width:32px;
	line-height:0px;
	display:block;
	float:left;
	margin:0px 5px 0px 0px;
	height: 32px;
}

.comments .user .avatar a > *, .comments .user .avatar span img, .comments .user .avatar a > * > img {
	width: 100%;
	height: 100%;
}


.comments .user .info .name {
	color: #333;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.comments .user .info a.name {
	color: #0d4d89;
}

.comments .user .info a.name:hover {
	text-decoration:underline;
}

.comments .user .info {
	font-size:11px;
	color:#737373;
	height: auto;
}

.comments .rating {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:30px;
	float:none;
	position:absolute;
	top:0px;
	right:0px;
}

.comments .rating .value {
	color:#333;
	background-color:#fff;
	border:1px solid #d0d0d0;
}

.comments .rating .like {
	display:block;
	cursor:pointer;
	border:1px solid #d0d0d0;
	border-top:none;
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	background-position:-1px -216px;
}

.comments .rating .like:hover {
	background-position:-1px -263px;
	border:1px solid #60b1c5;
	border-top: none;
}

.comments .rating .like.disabled {
	color: #999;
	background-image: none;
}

.comments .rating .like.disabled:hover {
	cursor: default;
	border:1px solid #d0d0d0;
	border-top:none;
}

.comments .report {
	color:#999;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	width:auto;
	float:none;
	position:absolute;
	bottom:4px;
	right:2px;
	padding: 0px 3px;
	cursor:pointer;
}

.comments .report:hover {
	color: #333;
	text-decoration: underline;
}

.comments#fmreportBox {
	width:220px;
	border: 1px solid #ccc;
	background-color: #fff;
	position:absolute;
	bottom:2px;
	right:2px;
	padding: 10px;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	z-index: 10000;
}

.comments#fmreportBox .title {
	font-size:12px;
	font-weight: bold;
}

.comments#fmreportBox p {
	font-size:11px;
	font-weight: normal;
	color: #333;
	line-height: 1.2em;
	margin:0.5em 0px;
}

.comments#fmreportBox select {
	margin:0.5em 0px 1em;
	padding: 2px;
	border:1px solid #ccc;
}


.comments .content {
	float:left;
	font-size:12px;
	color:#444;
	padding:10px 0px 30px;
	width: auto;
	overflow: hidden;
}

.comments .content:last-child {
	margin-bottom: 0px !important;
}

.comments .content .media {
	width:auto;
}

.comments .content .media img {
	width:100%;
	border-top:1px solid #eee;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:2px solid #ccc;
	padding:5px;
	background-color:#fff;
}


/* comment style 1 */

.comments .s1 .comment {
	padding:20px 0px;	
	border-bottom:1px solid #ccc;
}

.comments .s1 .user {
	float:none;
	width:auto;
	position:relative;
}

.comments .s1 .user .info {
	width: 170px;
}

.comments .s1 .content {
	float:left;
	margin:-39px 0px 0px 185px;
	padding:0px 0px 0px 10px;
	width:375px;
	position:relative;
	top: 0px;
}

.comments .s1 .content img {
	margin: 0px 0px 10px 0px;
}

.comments .s1 .rating {
	top: 20px;
}

.comments .s1 .rating .value {
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
}

.comments .s1 .rating .like {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;	
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
}

/* comment style 2 */

.comments .s2 .comment {
	border-bottom:1px solid #ccc;
	padding:20px 0px 20px 0px;
}

.comments .s2 .user {
	float:none;
	width:auto;
	position:relative;
}

.comments .s2 .user .avatar {
	width:16px;
	height: 16px;
	line-height: 0px !important;
	padding:1px;
}

.comments .s2 .user .info .name {
	font-size:11px;
	height:1.2em;
	overflow-y:hidden;
}

.comments .s2 .content {
	float:left;
	font-size:11px;
	margin:-2.3em 0px 0px 140px;
	padding:0px;
	border:none;
	width: 420px;
	position:relative;
	top: 0px;
}

.comments .s2 .rating {
	display:none;
}

/* comment style 3 */

.comments .s3 .comment {
	position:relative;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 0px;
	padding-top:15px;
}

.page_event .boxsmall .comments .s3 .comment {
	padding:15px 15px 0px;
}

#ajaxCheckins .comments .s3 .comment{
	height:75px !important;
}

.comments .s3 .user {
	float:none;
	width:100%;
}

.comments .s3 .info {
	width: 85%;
}

.comments .s3 .user .avatar {
	width:16px;
	height:16px;
	padding:1px;
	border:none;
	border: 1px solid #ccc;
}

.comments .s3 .user .info {
	padding:3px 0px 0px 0px;
}

.comments .s3 .user .info .name {
	font-size:12px;
}

.comments .s3 .user .info .name, .comments .s3 .user .info .timestamp {
	display:inline;
}

.comments .s3 .content {
	float:none;
	padding:10px 0px 15px 0px;
	border:none;
	margin:0px;
	width:98%;
}

.comments .s3 .rating {
	position:absolute;
	top:3px;
	right:3px;
	width:54px;
}

.comments .s3 .rating .value {
	width:34px;
	float:left;
	border: none;
	height: 16px;
	line-height: 16px;
	background: transparent url(/static/vidcom/v2/images/sprite.png) 0px -562px no-repeat;
}

.comments .s3 .rating .like {
	width:16px;
	float:left;
	border: none;
	background: transparent url(/static/vidcom/v2/images/sprite.png) -54px -562px no-repeat;
	height: 0px;
	padding: 16px 0px 0px 0px;
	overflow: hidden;
	margin: 0px 0px 0px 4px;
}

.comments .s3 .rating .like:hover {
	border: none;
}

.comments .s3 .rating .like.disabled {
	opacity: 0.4;
}

.comments .s3 .report {
	/*top:25px !important;*/
}

.comments .s3 .report {
	/*right:90px;*/
	right:10px;
	height: 1.2em;
}

.comments .s3 .fmReportBox .report{
	bottom:4px; 
}

.comments .noLike.s3 .report {
	right:0px;
}


.comments .s3 #reportBox {
	top:2px !important;
	bottom: auto;
	z-index: 1000;
}

.comments .s3 #reportBox .report {
	right: 4px;
}




/* comment style 4 */

.comments .s4 .comment {
	position:relative;
	padding:20px 0px;
	border-bottom:1px solid #e6e6e6 !important;
}

.comments .s4 .user {
	padding-bottom:40px;
	position:relative;
}

.comments .s4 .user, .comments .s4 .user .info {
	float:none;
	width:auto;
}

.comments .s4 .user .avatar {
	margin-right:20px;
}

.comments .s4 .user .name, .comments .s4 .user .timestamp {
	font-size:12px;
	float:none;
	display:inline;
}

.comments .s4 .content {
	padding:0px;
	border:0px;
	margin:-65px 0px 0px 77px;
	width:auto;
	position:relative;
}

.comments .s4 .rating {
	position:absolute;
	top:87px;
	left:0px;
	width:56px;
}

.comments .s4 .rating .value {
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
}

.comments .s4 .rating .like {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;	
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
}

.comments .s4 .content {
	width: 480px;
}

/* styles without avatars */

.comments .s1.no_avatar .content {
	margin-top:-28px;
	margin-left:145px;
}

.comments .s1.no_avatar .info {
	width:140px;
}

.comments .s3.no_avatar .name {
	margin-left:4px;
}

.comments .s2.no_avatar .user .info {
	width:125px;
}

.comments .s4.no_avatar .rating {
	position: relative;
	top:0px;
	left:0px;
}

.comments .s4.no_like .content {
	margin-top: -35px;
}

.comments .s4.no_like .user {
	padding-bottom: 0px;
}


.comments #noResultsComments{
	padding:15px;
}


/* IE6 */

* html  .comments .s1 .content {
	margin-left:82px !important;
	margin-top:-59px !important;
}

* html  .comments .s1.no_avatar .content {
	margin-left:72px !important;
}

* html .comments .s2 .content {
	margin-left:70px !important;
	margin-top:-28px !important;
}

* html .comments .s3 .content {
	margin-top: 0px !important;
}

* html .comments .no_like.s3 .report {
	right: 14px !important;
}

* html .comments .s3 .rating {
	right: 13px !important;
}


* html .comments .s3 .report {
	right: 98px !important;
}

* html .comments .s4 .content {
	margin-left: 35px !important;
}

* html .comments .s4 .user .avatar {
	margin-right:10px;
}

/* end of import: comments */
/* sabretooth: server-side import: staticpages */

.static {
	padding:15px!important;
}

.static p {
	color:#666666;
	font-weight: normal;
	line-height: 18px;
}


.static ul {
	color:#666666;
	font-weight: normal;
	line-height: 18px;
}

.static ul li {
	margin:10px 20px;
}

.highlight {
	color:#0d4d89;
}


.static h1 {
	font-size: 23px;
	margin-bottom: 10px;
}

.static h2 {
	color:#000;
	font-size: 16px;
	margin-bottom: 0px;
	margin-left:0px;
	padding:0px;
}

.static a {
	color:#0d4d89;
	font-weight: bold;
}

.static .heading {
	font-size: 14px;
}
/* end of import: staticpages */
/* sabretooth: server-side import: gamification */

/*

GAMIFICATION STYLES

*/

/*
	Leaderboard	
*/

.boxmedium h3{
	margin-bottom: 0 !important;
	padding-bottom:15px;
}

.inside{
	padding:5px 10px 0px;
}

.leaderboards .tabBox,
.leaderboards .tabBox ul.tabSelect{
	margin-bottom: 0px;
}

.leaderboard{
	display:block;
	padding:0px;
	width:610px;
	position: relative;
}

.leaderboard ul{
	display: block;
    padding: 10px 15px;
    margin:0px;
	border-left: 5px solid #F2F2F2;
	border-right: 5px solid #F2F2F2;
}

.leaderboard .bottom{
	background-image: url("http://assets.filemobile.com/613/images/_sprites/corners.png");
    background-position: 0 -105px;
    background-repeat: no-repeat;
    display: block;
    width: 610px;
}

.leaderboard ul li,
ul.completedChallenges li{
	float: left;
	font-size: 15px;
	line-height: 32px;
	border-bottom: 1px solid #F2F2F2;
	width:100%;
	padding: 10px 0;
}


.sportsDayLeaderboard li a{
	padding-left: 16px !important;
}

.sportsDayLeaderboard li a span{
	padding-right:16px !important;
}

.leaderboard ul li.currentUser{
	background-color: #CBDCE5;
}

.leaderboard ul li .avatar img{
	width:50px;
}


.boxmedium .completedChallenges img{
	width:75px;
	height:75px;
	float:left;
}

.boxmedium .completedChallenges p{
	float: left;
    line-height: 20px;
    margin: 15px;
    width: 80%;
}

.leaderboard ul li:last-child,
ul.completedChallenges li:last-child{
	border-bottom: none;
}

.leaderboard ul li#leaderboardHeader{
	font-weight: bold;
}

.leaderboard h3,
.leaderboards h3{
	background-color: transparent;
    background-image: url("http://assets.filemobile.com/613/images/header-medium.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 21px;
    line-height: 30px;
    margin: 0;
    padding: 15px 20px;
}

.leaderboard ul li span.rank{
	width:55px;
	float: left;
}

.leaderboard ul li span.userInfo{
	width: 350px;
	float: left;
}

.leaderboard ul li span.metrics{
	width:100px;
	float: left;
}


.leaderboard .leaderBoardError{
	width:100%;
	text-align: center;
	height:30px;
}

.leaderboard .leaderboardLoading,
.page_completedchallenges .boxmedium .inside .leaderboardLoading{
    background: url("/static/contest/images/loading.gif") no-repeat scroll center center transparent;
    height: 25px;
    text-align: center;
    width: 100%;
}


/* MULTIPLE BADGE WON */

.lightThing{
	height:400px;
	width:398px;
	overflow:hidden;
}

#badgeWon{
	background-color: #FFFFFF;
    display: block;
    float: left;
    position: relative;
    width:398px;
    height:400px;
    overflow:hidden;
}

/* #badgeWon .bottom{} */

#badgeWon .bagePages{
	font-size: 25px;
	font-weight: bold;
	z-index: 9999;
	width:50px;
	position: absolute;
	top:110px;
	background-color: #ccc;
	cursor: pointer;
	text-align: center;
	margin:62px 0 0;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
}

#badgeSlider{
	width:1000px;
	position:relative;
}


#pageRight{
	left:349px;
	height:40px;
	background: url("http://assets.filemobile.com/613/images/_mapfilter/next.png");
}

#pageLeft{
	height:40px;
	left:1px;
	background: url("http://assets.filemobile.com/613/images/_mapfilter/previous.png");
}

.badgeHolder{
	display: inline;
	width:398px;
	text-align: center;
}

.badgeInside{
	border-left: #F2F2F2 solid 5px;
	border-right: #F2F2F2 solid 5px;
	border-bottom: #F2F2F2 solid 5px;
	height:333px;
}

.badgeHolder h2{
	font-size: 28px;
	line-height:28px;
	margin:0px;
	color:#fff;
	padding:15px 10px;
	background: url("http://assets.filemobile.com/613/images/badge-header.png");
	background-size: cover;
}

.badgeHolder .badgeCopy{
	margin:10px 20px;
}

.badgeHolder .badgeMessage{
	font-size: 12px;
}
/* end of import: gamification */