/*
-----------------------------------------------
Happenex - Layout CSS
----------------------------------------------- */
body {color:#333;font-size:12px; background-color:#648FAF;}
#bgLightBlue{background:url('../images/bg-middle.jpg');}
#bgSkyLine{padding-bottom:12em;background:url("../images/bg-bottom.png") repeat-x center bottom;}
#bgDarkBlue{height:100%;background:url('../images/bg-top.jpg') repeat-x;}
#siteContainer{width:980px;padding-top:1.2em;margin: 0 auto;}
#contentContainer{background-color:#fff;width:960px;}
#shadowBorderTop{background:url('../images/bg-body-shadow-top.png') no-repeat;height:33px;}
#shadowBorder{background:url('../images/bg-body-shadow.png') repeat-y;padding:0 10px;}
#shadowBorderBottom{background:url('../images/bg-body-shadow-bottom.png') no-repeat;height:15px;}

/* anchors, abbr's and acronyms
----------------------------------------------- */
a {
	color: #5793c9;
	text-decoration: underline;
	cursor:pointer;
}
a:hover {
	color:#003050;
}
abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;
}
/*
Some Basics which sometimes come in handy
----------------------------------------------- */
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.label{
	font-weight:bold;
}
.nowrap{
	white-space:nowrap;
}
.noPadding{
	padding:0px;
}
.nomargin{
    margin:0px;
    }
.horizontalList li{
    float:left;
    list-style:none outside none;
    width:33%;
    margin:0px;
    }
.container{
    margin-bottom:1em;
    }
    
/* Header
----------------------------------------------- */
#header{
    background:url('../images/bg-header-wave.png') no-repeat transparent;
}
#header h1{
    float:left;
    position:relative;
    z-index:500;
    top:-33px;
    }
#headerContent{
    height:8.55em;
    width:98%;
    margin-left:1%;
    margin-right:1%;
    padding:1em 0;
    }    
#headLinePlaceHolder{
    position:absolute;
    margin-left:335px;
    padding-top:3px;
    }
#headLine img{
    vertical-align:middle;
    }
#selectLanguagePlaceHolder{
    position:relative;    
    z-index:500;
    }
#selectLanguage{
    display:inline;  
    position: absolute; 
    right: 0px; 
    top: 0px;
    }
.mainMenu{
	float:right;
	margin-top:90px;
	position:relative;
}
.mainMenu ul{
	margin:0;
	width:100%;
}
.mainMenu li{
	display: inline;
	list-style:none outside none;
	padding-left: 10px;
	margin-left:0px;
	float:left;	
	vertical-align:baseline;
	border:1px solid transparent;
}

/* page heading
----------------------------------------------- */ 
h1{
    display:inline;
    }


h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.map_box{
	background:#a7bac4;
	font-size:11px;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1.5em;
}
blockquote {
	padding:0.1em 1em;
	border-left:4px solid #ccc;
	background-color:#eee;
	margin-bottom:1em;
}
blockquote cite {
	font-size:.9em;
	font-style:normal;
}
ul, ol {
	padding-top:0;
}
ul{
	list-style: square;
	list-style-image:url('../images/html-li.png');
}
dt{
	background:transparent url('../images/html-dt.png') no-repeat scroll 6px 0.3em;
}

/* menus
----------------------------------------------- */
ul.menu {
	list-style:none outside none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none outside none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}

/* forms
----------------------------------------------- */
fieldset {
	margin-bottom:1em;
}
fieldset div{
	margin-bottom:1em;
}
.likeFieldset{
	padding-left:6px;
}
.divBlock{
    display:inline;
}
#display_count, #display_wordtext,
#display_charcount, #display_chartext {
	display:inline;
	margin:0px;
	position:relative;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
label {
	display: block;
	position:relative;
	margin-left:4px;
	z-index:100;
}
label span {
	font-weight:normal;
	font-size:11px;
	position:absolute;
	bottom:0px;
	right:0px;
}
label span a {
	text-decoration:none;
}

.formFieldContainer{
    height:50px;
    margin:inherit;
    }
.formContainer{
    margin-left:4px;
    margin-right:4px;
    margin-bottom:1em;    
    }
.field_fixed_height {
	height:45px;
}
.field_fixed_width {
	width:460px;
}
.field {
	height: 22px;
	padding-top: 4px;
	padding-left: 4px;
	margin-left:4px;
}
input.field{
	background-repeat: no-repeat;
	background-position:bottom right;
	border: 0 none;
	position:relative;
	z-index:100;
}

.width190 label {
	width:190px;
}
.width190 input.field {
	width:186px;
	background:transparent url('../images/input-190.png') no-repeat;
}

.width190 input.field:hover {
	background:transparent url('../images/input-190-hover.png') no-repeat;
}
.width190 input.field:focus {
	background:transparent url('../images/input-190-hover.png') no-repeat;
}

.width190 select.month{
	width:85px;
}
.width190 select.day{
	width:40px;
}
.width190 select.year{
	width:61px;
}
.width300 label {
	width:300px;
}
#AddComment .width300 label{
	width:100%;
	padding:0px;
}
.width300 input.field {
	width:296px;
	background:transparent url('../images/input-300.png') no-repeat;
}

.width300 input.field:hover {
	background:transparent url('../images/input-300-hover.png') no-repeat;
}
.width300 input.field:focus {
	background:transparent url('../images/input-300-hover.png') no-repeat;
}

.width300 select.month{
	width:135px;
}
.width300 select.day{
	width:65px;
}
.width300 select.year{
	width:95px;
}
textarea, .multiple{
	width:300px;
	border: 1px solid #5793c9;
}
fieldset select {
	padding-left: 4px;
	margin-left: 4px;
	padding-top:2px;
	padding-bottom:2px;
	height: 25px;
}

input.checkbox, input.radio{
	height: 13px;
	padding:0;
	margin:0 0 0 4px;
}
.labelradio label, .labelcheckbox label, .radiobuttonLabel{
	display:inline;
	font-weight:normal;
	line-height:0px;
}

input.checkbox{
	width:15px;
	vertical-align:text-bottom;
	z-index:100;
}

fieldset.login label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
.widebutton{
	width:60px;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

#setLanguageForm{
    display:inline;
}


/*
Buttons
----------------------------------------------- */
.btn60_blue, .btn140_blue, .btn220_blue, .btn60_orange, .btn140_orange, .btn220_orange, .btn60_grey, .btn140_grey, .btn220_grey, .btn_load_more, .btn_nav_left, .btn_nav_right{
	background:transparent;
	background-repeat:no-repeat;
	display:inline-block;
	text-align:center;
	color:white;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
	border:none;
}
.btn60_blue:hover, .btn140_blue:hover, .btn220_blue:hover, .btn60_orange:hover, .btn140_orange:hover, .btn220_orange:hover, .btn60_orange_30:hover, .btn140_orange_30:hover, .btn220_orange_30:hover{
	color:white;
}
.btn60_orange, .btn140_orange, .btn220_orange, .btn60_grey, .btn140_grey, .btn220_grey, .btn_load_more{
    height:40px;
    line-height:40px;
}
.btn60_grey, .btn140_grey, .btn220_grey, .btn60_grey:hover, .btn140_grey:hover, .btn220_grey:hover{
	color:#666666;	
}
.btn60_orange{
	width:60px;
	background-image:url('../images/btn-60-orange.png');
}
.btn140_orange{
	width:140px;
	background-image:url('../images/btn-140-orange.png');
}
.btn220_orange{
	width:220px;
	background-image:url('../images/btn-220-orange.png');
}
.btn60_orange_30{
	width:60px;
	background-image:url('../images/btn-60-orange-30.png');
}
.btn140_orange_30{
	width:140px;
	background-image:url('../images/btn-140-orange-30.png');
}
.btn220_orange_30{
	width:220px;
	background-image:url('../images/btn-220-orange-30.png');
}
.btn60_grey{
	width:60px;
	background-image:url('../images/btn-60-grey.png');
}
.btn140_grey{
	width:140px;
	background-image:url('../images/btn-140-grey.png');
}
.btn220_grey{
	width:220px;
	background-image:url('../images/btn-220-grey.png');
}
.btn60_blue, .btn140_blue, .btn220_blue, .btn60_orange_30, .btn140_orange_30, .btn220_orange_30{
    height:30px;
    line-height:30px;
}
.btn60_blue{
	width:60px;
	background-image:url('../images/btn-60-blue.png');
	border:none;
}
.btn60Tweak  {
	padding-bottom:20px;
}
.btn140_blue{
	width:140px;
	background-image:url('../images/btn-140-blue.png');
}
.btn220_blue{
	width:220px;
	background-image:url('../images/btn-220-blue.png');
}
.btn_load_more, .btn_load_more:hover, .btn_load_more:active{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
}
.btn_load_more{
	height:42px;
	width:620px;
	background-image:url('../images/btn-load-more.png');
	padding-bottom:10px;
}
/*
.btn_load_more:hover{
	background-image:url('../images/btn-load-more-hover.png');
}
.btn_load_more:active{
	background-image:url('../images/btn-load-more-active.png');
}
*/
.btn_nav_left{
	height:64px;
	width:20px;
	background-image:url('../images/btn-nav-left.png');
}
.btn_nav_left:hover{
	background-image:url('../images/btn-nav-left-hover.png');
}
.btn_nav_left:active{
	background-image:url('../images/btn-nav-left-active.png');
}

.btn_nav_right{
	height:64px;
	width:20px;
	background-image:url('../images/btn-nav-right.png');
}
.btn_nav_right:hover{
	background-image:url('../images/btn-nav-right-hover.png');
}
.btn_nav_right:active{
	background-image:url('../images/btn-nav-right-active.png');
}

.btnGreyTweak  {
	border:none;
	cursor:pointer;
	height:40px;
	padding-top:0px;
}
#selectLanguage, #selectService, #selectReport{
	cursor:pointer;
}
#selectLanguage{
   	position:absolute;
   	margin-top:-4px;
    }
#selectService{
	position:absolute;
	z-index:110;
}
#selectService{
    margin-left:4px;
    }
#selectService div{
	margin:0px;
}
.list140{
    width:140px;
    }
.combo140{
	width:140px;
	z-index:1200;
	position:relative;
}
.combo140 .top{
	background:url('../images/combo-140.png') no-repeat 0px 0px;
	height:4px;
}
.combo140 .middle{
	background:#fff url('../images/combo-140.png') repeat-y -140px 0px ;
	padding-left:7px;
	padding-right:7px;
}
.combo140 .middle li{
	margin:0px 0px;
	padding:5px 0px;
	list-style:none outside none;
}
.combo140 .middle img.linkDown{
	float:right;
	padding-top:5px;
}
.combo140 .bottom{
	background:url('../images/combo-140.png') no-repeat -280px 0px;
	height:4px;
}

.combo300{
	width:300px;
	z-index:1200;
	position:relative;
}
.combo300 .top{
	background:url('../images/combo-300.png') 0px 0px no-repeat;
	height:4px;
}
.combo300 .middle{
	background:#fff url('../images/combo-300.png') -300px 0px repeat-y;
	background-repeat:repeat-y;
	padding-left:7px;
	padding-right:7px;
}
.combo300 .middle li{
	margin:0px 0px;
	padding:5px 0px;
	list-style:none outside none;
}
.combo300 .middle img.linkDown{
	float:right;
	padding-top:5px;
}
.combo300 .bottom{
	background:url('../images/combo-300.png') -600px 0px no-repeat;
	height:4px;
}
.position{
	position:static;
	z-index:500;
}
ul#languages, ul#services{
	display:none;
	margin-bottom:0px;
}
#services a, #services a:hover, #services a:active{
	text-decoration:none;
}
#services{
    margin-bottom:0em;
    }

/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}

/* Footer
----------------------------------------------- */
#footer{
	text-align:center;
	margin-top:100px;
	width:98%;
}
#footer li{
	display: inline;
	list-style:none outside none;
	padding-left: 10px;
	margin-left:0px;	
	font-size: 11px;
	color:#fff;
}
#footer li a{
    color:#fff;
    }

/* Gradient rounded corners (Action Widgets and Tabs)
----------------------------------------------- */
.gradientbox h2{
	text-align:center;
	margin-bottom:1.5em;
}
.gradientbox .top_left,
.gradientbox .top_right,
.gradientbox .bottom_right,
.gradientbox .bottom_left,
.gradientTabBox .top_left,
.gradientTabBox .top_right,
.gradientTabBox .bottom_right,
.gradientTabBox .bottom_left{
	position: relative;
	display:block;
}
.gradientTabBox{
    margin-top:50px;
    -moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border:1px solid;
}
.gradientTabBoxcontent{
	min-height:400px;
}
.gradientboxcontent, .gradientTabBoxcontent{
	padding:0 1em;
}
.gradientboxContents{
    text-align:center;
    position:relative;
}
.gradientboxContents p,
.gradientboxContents ul{
    line-height:1.8em;
    font-size:1.05em;
    }

.gradientTabBoxcontent{
    margin-top:-48px;	
}
#ThirdActionBox .gradientboxContents{
	width:100%;
}
.gradientbox, .gradientTabBox{
	border: 1px solid #bdbdbd;
	background:#fff url('../images/rc_background.png') top repeat-x;
	margin-bottom:1em;
}
.gradientbox .top_left,.gradientTabBox .top_left {
	background: transparent url('../images/rc_top_left.png') top left no-repeat;
	left: -1px;
	top: -1px;
}
.gradientbox .top_right, .gradientTabBox .top_right {
	background: transparent url('../images/rc_top_right.png') top right no-repeat;
	top: -2px;
}
.gradientbox .bottom_right, .gradientTabBox .bottom_right {
	background: transparent url('../images/rc_bottom_right.png') bottom right no-repeat;
	right: -2px;
	bottom: -2px;
}
.gradientbox .bottom_left, .gradientTabBox .bottom_left {
	background: transparent url('../images/rc_bottom_left.png') bottom left no-repeat;
	left: -2px;
}

.gradientbox span, .gradientTabBox span{ 
	padding: 1em 1em 0 1em;
		
}
.actionbox{
	width:31.333%;
}

#commentContributeForm{
	margin-left:74px;
	position:relative;
	top:-68px;
}
#commentContributeFormContent{
	min-height:200px;
}
.commentSnippet, .jcarousel-container{
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
}
.commentSnippetContent{
	margin-left:74px;
	min-height:64px;
}
.commentSnippetContent div.floatLeft {
	padding-top:5px;
}
commentSnippetBodyWrap{
	width: 80%;
}
.commentsNavigation{
	text-align:center;
}
#userProfileBadge .gradientboxcontent{
	min-height:10px;
}
#writeHappenex .gradientboxcontent{
    min-height:50px;
    }
#writeHappenex .gradientboxContents{
    margin:6em 1.5em 0 0;
    }
#userSummery, #authorSummery{
	padding-top:15px;
	padding-left:1em;	
}
#userSummery .label, #authorSummery .label {
	min-width:100px;
}
#userSummery .largeValue, #authorSummery .largeValue{
    display:table;
}
#userSummery .largeValue ul, #authorSummery .largeValue ul{
    list-style:none outside none
}
#userSummery .largeValue ul li, #authorSummery .largeValue ul li{
   margin-left:0em;
}
#userSummery span, #authorSummery span{
	padding:2px 0px;
}

/* Horizontal tabs
----------------------------------------------- */
.horizontalTabs{
	position:relative;
	z-index:100;
}
.horizontalTabs li{
	margin:0px;
	padding-top:15px;
	list-style:none outside none;
	display:inline-block;
	width:100px;
	height:45px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.horizontalTabs a{
	color: #003050;
	text-decoration:none;
}
.horizontalTabs a:hover{
	text-decoration:underline;
}
.horizontalTabs li.active{
	width:152px;
	background:url('../images/tab.png') top left no-repeat;
}
.horizontalTabs li.active a:hover{
    text-decoration:none;
    cursor:default;        
    }
#mediaTabs{
    margin-top:15px;
    padding-left:10px;
    position:absolute;
}
.mediaContainer{
    border:1px solid #ffffff;
    padding-bottom:20px;
}
.mediaContainerWrap {
	height:430px;
}
.mediaContent{
    width:100%;
    height:350px;
    margin-top:50px;
    border:1px solid #999999;
    background-color:#000000;
    text-align:center;
    z-index:5;
    overflow:hidden;   
}
#story, #storyContent, #contributionsContent, #commentsContent, #responseFormContent, #storyNavigation,#comments{
	margin-bottom:2em;
}
#story{
    line-height:1.8em;
    font-size:1.05em;
    }
#storyNavigation{
    text-align:center;
   	border-bottom:1px solid #cccccc;
   	border-top:1px solid #cccccc;
   	margin-bottom:1em;
   	margin-top:1em;
   	padding-bottom:1em;
   	padding-top:1em;
    }
#responseFormContent{
	padding-top:6em;
}

/* Map Controls
----------------------------------------------- */
#mapControl{
    border:1px solid red;
    }
.mapControls{
    background:transparent url(../images/bg-map-blue.png);    
    height:15px; 
    padding: 2px 0; 
    margin: 0; 
    text-align:center; 
    color:#003050;
    z-index:1;
}
#mapPlaceHolder{
    margin-bottom:1em;
}
.mapDontShow{
    height:20px;
}
.mapSmallScreen{
    position: relative; 
    display: block; 
    width:100%; 
    height:100%;
    width:100%; 
    height:400px;
    overflow: hidden;
    }
.mapFullscreen{
    position:absolute;  
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:50000;
}    
#happenexMap {
    position: relative; 
    display:block; 
    width:100%;
    height:100%; 
    overflow:hidden;
    }
#mapSearchControl, #mapStoryControl, #mapFilterControl{
	width: 32.5%;
    z-index:5;
    position:absolute; 
	margin:0 0.6%;
	max-width:490px;
}
#largeSmallMap{
    border-top:1px solid #003050;
    bottom:0px;
    width:100%; 
    position:absolute; 
    cursor:pointer;
}
#hideShowMap{
    border-bottom:1px solid #003050;
    top:0px;
    width:100%;
    cursor:pointer;
}
#hideStory, #showStory, #hideSearch, #showSearch, #hideFilter, #showFilter{
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    position:absolute;
}

/* Map Search Controls
----------------------------------------------- */
#mapSearchControl{
    top:0px; 
    right:0px;
    height:75px;
    }
    #searchContainerLeft{
        float: left;
        width: 16px;
        height:100%;
        margin: 0;
        background:transparent url(../images/bg-search-left.png) no-repeat scroll left bottom;
    }
    #searchContainerRight{
        margin-left: 16px;
        max-width: 100%;
        background:transparent url(../images/bg-search-right.png) no-repeat scroll right bottom;
        height:100%;
    }
    #searchContainterContent{
        text-align:left;
    }
    #filter, #search, #filterTimeSlider, #trending{
		padding:3px 0px;
    }
    #filterTimeSlider{
    padding-left:2px;
    }
	#filter{
		cursor:pointer;
		white-space:nowrap;
    }
    #search{
        white-space: nowrap;
        width:305px;
    }
    #search .field {
		margin-left:0px;
		padding-top:5px;
    }
    #search input{
        width:215px;
        border:1px solid #6199cc;
		vertical-align:middle;
    }
    #search input.btn60_blue{
        border: none;
        width:26px;
        margin-left:-4px;
        }
    #trending{
        white-space: nowrap;
        text-align:left;
        bottom:8px;
		position:absolute;
    }
    #trending ul{
        margin:5px 0px;
        display:inline;
    }
    #trending li{
	    display: inline;
	    list-style:none outside none;
	    padding-left: 2%;
	    margin-left:0px;
    }
    #trending li a {
		text-decoration:none;
    }
    #hideShowSearch{
        cursor:pointer;
        float:right;  
        position:absolute;
        bottom:30px;
        right:28px; 
    }
    #hideSearch{
        background-image:url("../images/showhide-blue.png");
        background-position: 7px 4px;    
    }
    #showSearch{
        background-image:url("../images/showhide-blue.png");
        background-position: 7px -11px;
    }
    #mapSearchControl label{
    font-weight:normal;
    display:inline;
    padding-left:0;
    }
/* Map Story Controls
----------------------------------------------- */
#mapStoryControl{
    bottom:0px; 
    right:0px; 
	height:80%;
    }
    #newsTickerContainerLeft{
        float: left;
        width: 16px;
        height:100%;
        margin: 0;
        background:transparent url(../images/bg-newsticker-left.png) no-repeat scroll left top;
    }
    #newsTickerContainerRight{
        margin-left: 16px;
        max-width: 100%;
        background:transparent url(../images/bg-newsticker-right.png) no-repeat scroll right top;
        height:100%;
    }
    #newsTickerHeader {
	    height:10em;
	    display: table;
	    #position: relative;
	    overflow: hidden;
	    width: 100%;
    }
    #newsTickerHeader .v-middle {
	    display: table-cell;
	    #position: absolute;
	    #top: 50%;
	    vertical-align: middle;
        text-align: center;
    }
    
    #newsTickerHeader a {
	    color: #fff;
    }
    #newsTickerHeader a:hover {
	    color: #003050;
    }
    #newsTickerHeader h2 {
	    margin: 0;
	    padding:4.8% 4% 0% 1%;
	    color: white;
       	#position: relative;
	    #top: -50%; 
    }
    #newsTickerContent{
	    padding:6% 10% 6% 6%;
    }
    #newsTickerContent h2 {
	    width:100%;
	    max-height:44px;
	    text-overflow:ellipsis;
	    overflow:hidden;
	    margin-bottom:5px;
    }
    #newsTickerContent h2 a{
        text-decoration:none;
        }
    .newsTickerStory{
        overflow:hidden;
        max-height:75px;
    }
    .newsTickerBottom{
        background-color:#fff;
        z-index:5;
    }
    .newsTickerStoryComments{
        bottom:2px;
        position:absolute;
        left:11%;
    }
    .newsTickerStoryPaging{
    }
    .newsTickerStoryPaging #pagingLeft, .newsTickerStoryPaging #pagingRight{
        position:absolute;
        top:40%;
        width:22px;
    }
    .newsTickerStoryPaging #pagingLeft{
        left:3%;
        text-align:left;
    }
    .newsTickerStoryPaging #pagingRight{
        right:3%;
        text-align:right;
    }
    .newsTickerStoryPaging a{
        text-decoration:none;
        font-size:x-large;
        display:block;
        line-height:180px;
    }
    .newsTickerStoryPaging #pagingLeft a:hover{
        border-right:1px solid #dddddd;
    }
    .newsTickerStoryPaging #pagingRight a:hover{
        border-left:1px solid #dddddd;
    }
    .newsTickerStoryLocation{
        bottom:2px;
        position:absolute;
        right:9%;
    }
    #hideShowNewsTicker{
        cursor:pointer;
        position:absolute;
        top:6px;
        right:28px; 
    }
    #hideStory{
        background-image:url("../images/showhide-white.png");
        background-position: 7px -10px;
    }
    #showStory{
        background-image:url("../images/showhide-white.png");
        background-position: 7px 10px;
    }

/* Map Filter Controls
----------------------------------------------- */
#mapFilterControl{
    bottom:0px; 
    left:0px;
    }
    #filterContainerLeft{
        float: left;
        width: 16px;
        height:100%;
        margin: 0;
        background:transparent url(../images/bg-filter-left.png) no-repeat scroll left top;
    }
    #filterContainerRight{
        margin-left: 16px;
        max-width: 100%;
        background:transparent url(../images/bg-filter-right.png) no-repeat scroll right top;
        height:100%;
    }
    #filterContent{
        padding:0px 5px 0px 0px;
        margin-left:-10px;
    }
    #filterContent input{
        height:10px;
    }
    #filterContent .labelcheckbox{
        padding:5px;
        display:inline-block;
    }
    #hideShowFilter{
        cursor:pointer;
        position:absolute;
        top:7px;
        right:28px; 
    }
    #hideFilter{
        background-image:url("../images/showhide-blue.png");
        background-position: 7px -10px;    
    }
    #showFilter{
        background-image:url("../images/showhide-blue.png");
        background-position: 7px 10px;
    }
    #filterComboboxes{
        padding:5px;
    }
    #filterLabel {
        padding-top:13px;
        cursor:pointer;
        color:#003050;
    }

    #mapFilterControl #timeDropDowns{
    }
    #filterTimeSlider{
        padding-top:32px;
        width:71%;
    }
    .sliderDays{
		font-size:smaller;
		/*height:20px;
		margin-top:-20px;
		margin-left:-8px;*/
		position:absolute;
		width:auto;
		z-index:300;
		display:inline;
		white-space:nowrap;
	}
	#startMonthDate{
		width:100%;
		text-align:left;
		margin-left:-6px;
		margin-top:13px;
		text-align:left;
	}
	#endMonthDate{
		text-align:right;
		margin-left:98%;
		margin-top:13px;
		text-align:right;
	}
	#startRangeDate,
	#endRangeDate {
		margin-top:-24px;
		background-color:#6199cc;
		border:1px solid #fff;
		color:#fff;
		padding:0px 2px 2px 2px;
	}
	#startRangeDate {
		z-index:400;
		margin-left:-10px;
	}
	#endRangeDate {
		z-index:500;
		margin-left:7px;
	}
.gmnoprint{
    padding-bottom:20px;
}


/* Sign In Dropdown
----------------------------------------------- */
#login  {
	margin-bottom:0px;
	margin-left:15px;
}
#signindropdownHolder{
    margin-top:90px;
    float:right;
    width:233px;
    margin-right:-8px;
    }
#signindropdown {
	position: absolute; 
	background-color: Transparent;
    width: 233px; 
    z-index: 1400; 
}
#signindropdown span{
    margin-left: 4px;
    }
.signin_topTxt {
	text-align:right;
}
.signin_topArrow {
	margin-left: 6px;
	margin-right: 3px;
}
.signin_dropdownlink_top {
	position:relative;
	top:1px;
	z-index:600;
}
.signin_dropdownlink_top_left {
	background:url(../images/sign_in_top_left.png);
	height:27px;
	width:6px;
	float:right;
}
.signin_dropdownlink_top_center {
	background-color:#ffffff;
	border-top:1px solid #999999;
	height:26px;
	padding-left:6px;
	float:right;
	text-align:center;
}
.signin_dropdownlink_top_right {
	background:url(../images/sign_in_top_right.png);
	height:27px;
	width:6px;
	float:right;
}
.signin_dropdown_top_left {
	background:url(../images/sign_in_body_top_left.png);
	height:4px;
	width:4px;
	clear:right;
	float:left;
}
.signin_dropdown_top_center {
	background-color:#ffffff;
	border-top:1px solid #999999;
	height:3px;
	width:225px;
	float:left;
}
.signin_dropdown_top_right {
	background-color:#ffffff;
	border-right:1px solid #999999;
	height:4px;
	width:3px;
	float:left;
}
.signin_dropdown_center {
	clear:left;
	background-color:#ffffff;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #ffffff;
	width: 231px;
	padding-top:6px;
}
.signin_dropdown_center fieldset {
	margin-bottom: 0px;
}
.signin_dropdown_bottom_left {
	background:url(../images/sign_in_body_bottom_left.png);
	background-position:top left;
	height:4px;
	width:4px;
	float:left;
}
.signin_dropdown_bottom_center {
	background-color:#ffffff;
	border-bottom:1px solid #999999;
	height:3px;
	width:225px;
	float:left;
	
}
.signin_dropdown_bottom_right {
	background:url(../images/sign_in_body_bottom_right.png);
	height:4px;
	width:4px;
	float:left;
}
.remember_chkbox_label {
	display:inline;
	font-size:0.9em;
	font-weight:bold;
	margin-left:0px;
}	
.sign_in_details_link {
	margin:0px 0px 2px 4px;
}
.sign_in_details_link a {
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
}
.validation_message {
	color:red;
}
#username_field {
	margin-bottom:6px;
}
#signin_controls {
	margin:0px 0px 0px 4px;
}
#signin_button{
	height:30px;
	/*padding-bottom:6px;*/
}


/* Link Styles
----------------------------------------------- */

.top_links {
	margin-top: 4px;
}
.top_links a, .bold_links a {
	font-weight:bold;
	text-decoration:none;
}
.top_links_arrow {
	background:transparent url(../images/arrow_link_up.png) no-repeat left;
}

/* Action boxes
----------------------------------------------- */
#FirstActionBox a, #SecondActionBox a {
    margin-top:2.5em;
}
#ThirdActionBox a {
	margin-top:2.2em;
}
#FirstActionBox .gradientboxcontent, #SecondActionBox .gradientboxcontent, #ThirdActionBox .gradientboxcontent {
    min-height:400px;
}
#FirstActionBox .downloadMobileApp{
	z-index:5;
	margin-top:2.5em;
	position:absolute;
	left:10px
}
#downloadButton{
	z-index:10;
	position:absolute;
	right:10px;
}

/* #FirstActionBox)
----------------------------------------------- */
#FirstActionBox p {
    text-align:left;
}	

/* #SecondActionBox
----------------------------------------------- */
#SecondActionBox ul {
    text-align:left;
	list-style:none outside none;
	list-style-image:none;
	padding:0px;
	margin:0px;
}	
#SecondActionBox li {
	background-image:url('../images/html-li.png');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:14px;
	margin:0em 1em 1em 1em;
}

/* Actionbox What's Happenex!
----------------------------------------------- */
.home_write_form_container {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2.5em;
}
.width250 label {
	width:250px;
	text-align:left;
	display:inline-block;
}
.width250 label span,
.width300 label span {
	font-weight:normal;
	font-size:11px;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0px;
}
.width250 input.field {
	width:246px;
	background:transparent url('../images/input-250.png') no-repeat;
}
.width250 input.field:hover {
	background:transparent url('../images/input-250-hover.png') no-repeat;
}
.width250 input.field:focus {
	background:transparent url('../images/input-250-hover.png') no-repeat;
}

.width300 input.fieldReadonly, .width300 input.fieldReadonly:hover, .width300 input.fieldReadonly:focus,
.width250 input.fieldReadonly, .width250 input.fieldReadonly:hover, .width250 input.fieldReadonly:focus,
.width190 input.fieldReadonly, .width190 input.fieldReadonly:hover, .width190 input.fieldReadonly:focus {    
    color:#000;
    background: transparent none;
    padding-left: 0px;
}

.nonEditableField {
    color:#000;
    padding-left: 0px;
    margin-left:4px;
}

.width250 textarea {
	width:248px;
	height:90px;
}
.width250 textarea:hover, .width250 textarea:focus {
	border: 1px solid #000000;
}
#WhatHappenexLabel {
	margin-top:1.2em;
}
.WhatHappenexSubtitle {
	padding: 0 5% 20px 5%;
}


/* Snippets
----------------------------------------------- */

.snippetGrid_table {
	width:100%;
	margin-bottom:0px;
}
.snippetGrid_table td {
	vertical-align:top;
}
.snippetGrid_cell {
	width:50%;
}
.snippet_wrap {
	/*border:1px solid #5793c9;*/
	padding:0px 6px 0px 6px;
	margin-bottom:6px;
	margin-right:6px;
}
.snippet {
	background-color:#ffffff;
	width:100%;
}
.Sponsored {
	border-top:1px dotted #5793c9;
	border-bottom:1px dotted #5793c9;
	background-color:#eeeeff;
	margin:-2px;
}
.snippet td {
	vertical-align:top;
}
.snippet .thumb {
    height:64px;
    width:64px;
    padding-top:4px;
    padding-right:6px;
}
.snippet h2 {
	font-size:20px;
	overflow: hidden;
}
.snippet_center {
	vertical-align:top;
	width:100%;
}
.snippet .Text {
    line-height:1.5em;
	/*white-space:nowrap;*/
	overflow:hidden;
    height:4.5em;
    padding:0px;
	text-overflow: ellipsis;
}
.snippet .details {
    font-size:smaller;
    padding-top:2px;
}
.actions {
	vertical-align:top;
	padding-left:5px;
	font-size:smaller;
	text-align:left;
	white-space:nowrap;
}
.snippet .details a,
.actions a {
    text-decoration:none;
}
.action_link {
	padding-bottom:3px;
}
.notificationBox{
    font-weight:bold;
    -moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding:15px;
	margin:20px 10%;
	text-align:center;
    border: 1px solid;
	color: #b19b00;
	background-color: #FEEFB3;
	position:static;
	z-index:6000;
}
#closeNotificationBox{
	cursor:pointer;
	float:right;
	margin:-30px -25px -25px;
	padding:20px;
	position:relative;
}
	.info {
		color: #00529B;
		background-color: #BDE5F8;
	}
	.success {
		color: #4F8A10;
		background-color: #DFF2BF;
	}
	.warning {
		color: #9F6000;
		background-color: #FEEFB3;
	}
	.error {
		color: #ffbfbf;
		background-color: #fff2f2;
	}
#fileNotificationBox, #urlNotificationBox, #mediaNotificationBox{
	position:absolute;
	margin:0px;
	text-align:left;
	font-weight:normal;
	padding:15px;
	margin-left:50px;
	margin-bottom:5px;
	z-index:600;
}
img.inline-help{
	padding-left:5px;
	cursor:pointer;
}
.searchResult {
    float:left;
    width:66.666%;
}
.highlite {
    background-color:Lime;
}
.VisibleOff {
    visibility:hidden;
}
.displayOff {
    visibility:hidden;
    display:none;
}
.displayOn {
    display:block;
    visibility:visible;
}
.displayNone{
	display:none;
}
.load_more_container {
	text-align:center;
	width:100%;
}


/* User Summary Styles
----------------------------------------------- */

.Summary_container {
}
.Summary_container a {
	text-decoration:none;
}
.SummaryTitleImageWrap {
	padding-left:1em;
}
.SummaryTitleWrap {
	padding-left:12px;
}
.SummaryTitleWrap h2 {
	text-align:left;
	position:relative;
}
.UserSummary_topSnippet {
	padding:5px;
}
.Summary_videoContainer {
	padding-left:5px;
}
.UserSummary_topSnippet_info {
	width:80%;
	padding-left:10px;
	vertical-align:top;
}
.UserSummary_topSnippet_editLink {
	padding-right:5px;
	vertical-align:top;
	text-align:right;
}
.Summary_DetailsLeft {
	width:33%;
	font-size:12px;
	font-weight:bold;
}
.Summary_DetailsRight {
	width:auto;
}
.AuthorSummary_TopLeft {
}
.AuthorSummary_TopRight {
	padding-left:10px;
	vertical-align:top;
}
.AuthorSummary_details {
	margin-top:10px;
	margin-bottom:20px;
	width:100%;
}
.AuthorSummary_detailsLeft {
	width:137px;
	text-align:right;
}
.AuthorSummary_detailsRight {
	padding-left:10px;
	width:62%;
}
.userDetails{
	margin-left:74px;
	position:relative;
	/*top:-22px;*/
	display:block;
	height:64px;
	z-index:6;
}
.userDetailsLocation{
	bottom:0px;
	overflow:hidden;
	padding-right:20px;
	position:absolute;
}

/* Search Refinements Styles
----------------------------------------------- */

#refinements_box ul{
    list-style:none outside none;
    }

/* Read Story View Styles
----------------------------------------------- */
#read_actions_menu {
	float:right;
	padding-left:8px;
}
#read_btn_share {
	position:relative;
	float:right;
}
#commentSnippets{
	margin-bottom:20px;
}
#CommentText {
	height:120px;
	width:98%;
	margin-left:4px;
}
li.TabLinksComments {
	width:auto;
	padding-right:16px;
}


/*
FdW: I dont't think we need these classes

.clear_floats {
	clear:both;
	margin:0px;
	padding:0px;
}
#read_main_container {
	padding:10px 0px 20px 20px; 
	width:66.666%;
}
#read_story_container {
	float:left;
	width:66.666%;
}
#read_body_container {
	margin-bottom:30px;
}
#read_contributions_header {
	margin-bottom:30px;
}
#read_details {
	margin-bottom:20px;
}
#read_commentSnippets_container a {
	text-decoration:none;
}
#read_belowComments_links {
	width:100%;
	padding-bottom:20px;
}
.read_BtnAsLink {
	background:transparent;
	border:none;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#5793c9; 
}
#read_number_of_comments {
}
#read_ShowMoreComments_link {
}
#read_ShowAllComments_link {
}
#read_contribute_header {
	padding-bottom:30px;
}
*/
/* Ads */
#adsContent{
    float:right;
    padding-top:51px;
}

/* Contributions Ribbon */
#ContributionsScaleActivator {
	display:none;
}
.Contributions_ribbonWrap {
	/*width:100%;
    height:100px;
    border:1px solid #999999;
    background-color:#000000;
    z-index:5;
    overflow:hidden;*/
    padding-right: 10px;
}
#Create_Media_container{
    padding-top:0.5em;
    }

/* Contribute Tab */
.action_menu_services_ContributeTab {
	/*position:absolute;*/
	/*left:8px;*/
	z-index:1200;
}
.Contribute_BtnSaveContainer {
	/*margin-top:10px;*/
	padding-left:16px;
}
div.URLBox {
	height:49px;
}
div.URLBox label.inline-help-label {
	padding-left:10px;
}
div.URLBox div.error {
	left:-4px;
}


/* Create Story View Styles
----------------------------------------------- */

#Create_textarea_container div.error {
	width:460px;
	position:absolute;
	top:303px;
	left:179px;
	z-index:-1
}
.likeFieldset div.error {
	width:460px;
	position:absolute;
	top:290px;
	left:179px;
	z-index:-1
}
#Create_textarea_container div.error div.error_label_container,
.likeFieldset div.error div.error_label_container {
	top:-19px;
	left:-301px;
	width:300px;
}
#Create_textarea_container div.error div.error_label_container td.error_label,
.likeFieldset div.error div.error_label_container td.error_label {
	width:300px;
}
.Create_hiddenValidField {
	display:none;
	visibility:hidden;
}
.Create_textareaWordCounter {
	padding-bottom:4px;
	padding-right:3px;
}
#Create_textarea {
    display:none;
}
#Create_textarea li {
	margin-left:0px;
}
#create_file{
    z-index:101;
    }
#MediaContainer {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	display:block;
	padding-left:4px;
}
#uploaded_media{
    display:block;
    position:relative;
    }
div.AddURL {
	height:49px;
}
.AddUrl_Link {
	float:left;
	margin-top:0px;
	margin-bottom:4px;
	max-width:90%;
}
.AddUrl_Remove {
	width:auto;
	float:left;
	margin-top:0px;
	margin-bottom:4px;
	margin-left:6px;
}
#AddFile {
	margin-left:2px;
}
#Create_Sponsored_chkbox, #Create_expire_date {
	margin-top:20px;
}
#Create_Publish_date_container label {
	width:auto;
	display:inline;
}
#Create_Publish_date_container div{
    display:inline;    
    }
#PublishEditDate {
	height:20px;
}
#PublishEditDate select {
	margin-top:1px;
}
#PublishEditDate input {
	width:16px;
	height:15px;
	padding:3px;
}
#PublishEditDate span {
	height:27px;
	margin-left:4px;
}
.CreatetimeBoxHr {
	margin-left:4px;
}
.CreatetimeBoxMin {
	margin-left:8px;
}
#Create_button_Publish {
	float:left;
}
#Create_button_SaveDraft {
	float:left;
	margin-left:10px;
}
.btnSmall {
	height:27px;
	width:27px;
	vertical-align:top;
}
#add_url div.error {

}
.action_menu_services {
	position:absolute; 
	z-index:1200;
	padding-left:10px;
}
#Create_body_container{
    display:block;    
    }
#Create_body_container .action_menu_services {
	padding-left:4px;
}


/* Select Location Map styles 
----------------------------------------------- */

#SelectLocation_search_container {
	width:468px; 
	margin:11px auto 0px auto;
	padding-bottom:14px;
}
#selectLocation_searchTxtbox {
	float:left;
	margin-top:1px;
}
#selectLocation_searchBtn {
	float:left;
	margin-left:6px;
}
#SelectLocation_bottomlinks_container {
	margin-right:14px;
}
#SelectLocation_bottomlinks,
#SelectLocation_bottomcancellinks {
	float:right; 
	margin:16px 5px 10px 10px;
	line-height:30px;
}
#SelectLocation_bottomlinks li{
    margin-right:15px;
    width:inherit;
    }


/* Account Screens specific styles
----------------------------------------------- */

.LogOn_content_box {
	padding:20px 0px 20px 0px;
	border:1px solid #5793c9;
	height:260px;
}
.LogOn_content_box form{
	overflow:visible;
}
.LogOn_box_header {
	margin-bottom:20px; 
	text-align:center;
}

#HappenexLogOn fieldset div.error {
    height:50px;
    padding-top:0px;
    padding-left:0px;
    text-align:right;
    width:258px;
}
#LogOn_chkBox_remember {
	float:left;
}
#LogOn_label_remember {
	float:left;
	width:200px;
}	
#LogOn_btn_container { 
	margin:16px 0px 0px 4px;
}
#LogOn_btn {
	border:none; 
	height:30px;
	cursor:pointer; 
}
#LogOn_Problems a{ 
	text-decoration:none;
	padding-left:10px;
	font-size:smaller;
	text-align:right;
}
#LogOn_whyList_Container {
	margin-top:30px;
}
#LogOn_SignUpNow_Link {
	text-align:center;
	margin:54px auto 44px auto;
	cursor:pointer;
}
#LogOn_SignUpNow_Link a {
	text-decoration:none;
}
#registrationForm{
	padding-top:20px;
}
#Register_mainBox_container {
	border:1px solid #5793c9;
	/*width:360px;*/
	margin:10px 0px 20px 0px;
}
#Register_innerBox_container {
	width:310px; 
	margin:20px auto 20px auto;
}
#Register_innerBox_container fieldset {
	left:-2px;
}
.Register_Birthday_container{
	position:relative;
}
.Register_Birthday_container div.error {
	position:absolute;
	top:0px;
	z-index:-100;
	padding-right:2px;
}
.Register_Birthday_container .error {
	background-color:Transparent;
}
span#passwordContainer,
span#SeePasswordContainer {
	position:relative;
	padding:0px;
}
#Register_chkBox_TermsAndConditions_container {
	margin:20px 0px 0px 2px;
	position:relative;
}
#Register_chkBox_TermsAndConditions_container div.error {
	position:absolute;
	top:-15px;
	z-index:-1;
	padding-right:2px;
}
#Register_btn_container {
	margin-left:4px;
}
#Register_btn {
	border:none; 
	height:30px; 
	cursor: pointer;
}
#requestPasswordForm {
	padding-top:50px;
}
#requestPassword_btn_container {
	padding:14px 0px 0px 4px;
}

.Register_UserImageContainer {
	float:left;
	margin-top:6px;
	margin-left:7px;
}

/* Profile Settings Screens specific styles
----------------------------------------------- */

.SettingsContainer {
	clear:left;
	/*margin-left:26px;*/
	overflow:auto;
}
.Settings_ContentContainer {
	margin-top:10px;
}
.field_fixed_height span {
	font-weight:normal;
	font-size:11px;
	qposition:absolute;
	bottom:0px;
	qright:0px;
}
.ProfileFormPaddingLeft {
	padding-left:6px;
}

span.ProfileSettings_LocationPrivate {
	margin:0px;
	padding:0px;
	font-size:100%;
	bottom:16px;
	left:312px;
	position:relative;
	display:block;
}
.DateControlWrap {
	padding-left:4px;
}
.TextAreaBio {
	height:100px;
	width:294px;
	margin-left:4px;
	padding-left:4px;
}
.TextAreaFeedback {
	height:200px;
	width:494px;
	margin-left:4px;
	padding-left:4px;
}
.Profile_interests {
	float:left;
	margin-bottom:1em;
	width:40%;
}
.Profile_interests div {
	padding:0px;
	margin:0px;
}
.Profile_interests label {
	font-weight:normal;
	font-size:13px;
	width:186px;
}
.AccountSettings_TitleContainer a {
	text-decoration:none;
}
.AccountSettings_FormContainer {
	margin-top: 1em;
}
div.Profile_languageSelector a {
	text-decoration:none;
}
.Profile_languageDropdownContainer {
	float:left;
	padding-left:4px;
}
.Profile_searchLanguageLink {
	float:left;
	padding-left:10px;
}
.Profile_LanguagesChkboxesWrap {
	width:470px;
}
.Profile_LanguagesChkboxes {
	float:left;
	width:40%;
}
.Profile_LanguagesChkboxes div {
	padding:0px;
	margin:0px;
}
.Profile_LanguagesChkboxes label {
	font-size:100%;
	font-weight:normal;
}
.AccountSettings_showPassword {
	font-weight:normal;
	font-size:11px;
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0px;
}
#AccountSettings_PasswordTxtBox span {
	padding:0px;
}
#SettingsInvite_ProviderDropDown {
	position:relative;
	top:4px;
	z-index:1200;
}
#SettingsInvite_ProviderDropDownValidationField {
	position:absolute;
	top:45px;
}
#SettingsInvite_ProviderDropDown .actions_menu_invite {
	padding-left:4px;
}
#SettingsInvite_BoxesContainer {
	clear:left;
	margin-top:20px;
	min-height:370px;
	/*margin-bottom:20px;*/
	display:block;
}
#SettingsInvite_BoxesContainerHeading {
	padding-bottom:10px;
	margin-left:0.85%;
	margin-top:10px;
}
#SettingsInvite_TitleBox,
#SettingsInvite_ContactsBox,
#SettingsInvite_MessageBox {
	height:326px;
	margin-left:0.88%;
	margin-right:0.88%;
	border:1px solid #999999;
}
#SettingsInvite_ContactsBoxInner {
	margin-left:5%;
	margin-right:5%;
}
#SettingsInvite_ContactsBoxInner a {
	text-decoration:none;
	padding-left:4px;
}
#SettingsInvite_ContactsBoxInnerList {
	height:202px;
	margin-top:4px;
	padding:10px;
	overflow:auto;
	border:1px solid #999999;
}
.SettingsInvite_ContactsBoxInnerContainer {
	height:220px;
	margin-top:4px;
}
.SettingsInvite_ContactsBoxTxtArea {
	height:220px;
	width:100%;
	overflow:auto;
	border:1px solid #999999;
}
.SettingsInvite_BoxTitle {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.SettingsInvite_BoxTitleHeading {
	padding-top:116px;
}
.SettingsInvite_ContactsBoxInnerLabel {
	padding:0px;
}
.SettingsInvite_SendMessageBtnContainer {
	margin-top:19px;
	margin-left:5%
}
.SettingsInvite_FriendsInvited {
	margin-bottom:40px;
}
.SettingsInvite_FriendsInvitedBtnWrap {
	margin-top:10px;
}
#SettingsInvite_ProviderDropDownValidationField div.error {
	top:36px;
}
#MessageText {
	height:182px;
	width:89%;
	margin-left:5%;
	border:1px solid #999999;
}


/* Upload progressbar
----------------------------------------------- */

DIV.ProgressBar  {
	width: 100px; 
	padding: 0; 
	border: 1px solid black; 
	margin-right: 1em; 
	height:.75em; 
	margin-left:1em; 
	display:-moz-inline-stack; 
	display:inline-block; 
	zoom:1; 
	*display:inline; 
}

DIV.ProgressBar DIV  {
	background-color: Green; 
	font-size: 1pt; 
	height:100%; 
	float:left; 
}

SPAN.asyncUploader OBJECT {
	position: relative; 
	top: 5px; 
	left: 10px; 
}
ul.validation-summary-errors {
	list-style:none outside none;
	padding: 0px;
	margin: 0px;
}
.validation-summary-errors li {
	list-style-image:none;
	margin-left:0px;
}


.richTextEditorIFrame html body div 
{
	font: 13px/1.5 Verdana, Arial, Helvetica, sans-serif;
}


/* Write Message PopUp Styles
----------------------------------------------- */

#WriteMessageContentTable td {
	padding:5px 16px 10px 10px;
}
#WriteMessageSendToCell {
	text-align:left;
}
#WriteMessageSendToCell h6 {
	width:410px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#WriteMessageCloseCell {
	text-align:right;
	vertical-align:middle;
}
#WriteMessageCloseCell a {
	text-decoration:none;
	font-weight:bold;
}
#fancy_div .top_left,
#fancy_div .top_right,
#fancy_div .bottom_left,
#fancy_div .bottom_right {
	background:transparent;
}

.ui-widget-content{
	background-image: url(../images/slider_timeline.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}
.ui-widget-header {
	background-color:Transparent;
	background-image: url(../images/transparent-white.png);
	background-repeat:repeat;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	background-image: url(../images/slider-pointer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}
.ui-slider .ui-slider-handle{
	height:1.4em;
}
.ui-corner-all{
	-moz-border-radius:0px;
}
.thumbnail{
	height:64px;
	width:64px;
}


/* Media Upload Screens specific styles
----------------------------------------------- */

.UploadPopUp_Wrap {
	width:100%;
}
.UploadPopUp_FormWrap {
	padding-left:340px;
}
.UploadPopUp_FlickrFormWrap {
	position:relative;
	width:470px;
	margin-left:38%;
}
.UploadPopUp_TwitPicImg {
	padding:60px 0px 30px 40px;
}
.UploadPopUp_YouTubeImg {
	padding:60px 0px 30px 50px;
}
.UploadPopUp_FlickrImg {
	padding:60px 0px 30px 54px;
}
.UploadPopUp_PasswordContainer {
	padding-top:4px;
}
.UploadPopUp_BrowseContainer {
	position:relative;
	top:3px;
}
.UploadPopUp_BrowseContainer div.error {
	top:-50px;
}
field.UploadPopUp_Browse {
	width:300px;
	height:27px;
	position:relative;
	top:0px;
	left:0px;
	z-index:1500;
}
div.UploadPopUp_BrowseLabel {
	color:#fff;
	text-align:center;
	position:absolute;
	width:92px;
	padding:5px 4px 0px 4px;
}
.SI-FILES-STYLIZED label.cabinet,
label.cabinet,
.SI-FILES-STYLIZED div.cabinet,
div.cabinet{
	width: 100px;
	height: 27px;
	background: url('../images/btn-browse-file.png') 0 0 no-repeat; 
	display: block;
	overflow: hidden;
	padding: 0px;
	position:absolute;
	top:18px;
	left:206px;
	cursor: pointer;
}
.SI-FILES-STYLIZED label.cabinet input.file,
#fileBtn {
	position: relative;
	height: 29px;
	width: 100px;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.UploadPopUp_FileNameField{

    }
.UploadPopUp_FileNameField {
	background:transparent;
	background-image: url('../images/input-300.png');
	background-repeat: no-repeat;
	background-position:top left;
	border: 0 none;
	position:relative;
	z-index:100;
	display:block;
	width:198px;
	height:25px;
	padding-top: 4px;
	padding-left: 4px;
	margin-left:4px; 
}

label.UploadPopUp_FileNameField {
	width:198px;
	overflow:hidden;
	white-space:nowrap;
}

.UploadPopUp_BtnSubmitContainer {
	padding:30px 0px 0px 86px;
}
.UploadPopUp_TwitPicErrorMsgWrap {
	width:600px;
	text-align:center;
	border:1px solid red;
	margin-left:-156px;
	padding:10px;
}
.UploadPopUp_TwitPicErrorMsg {
	color:Red;
}


/* New Snippet Styles
----------------------------------------------- */
.rowDivider{
    clear:both;
    position:relative;
    }
.tempSnippet{
    border-top:1px solid #CCCCCC;
    display:block;
    max-height:175px;
    min-height:64px;
    padding-bottom:1em;
    padding-top:1em;
    position:relative;
}
.tempSnippetSmall{
    width:48%;
    float:left;
    margin-right:10px;
    display:inline-block;
    }
.tempSnippet:hover{ 
    background-color:#e4ecf4;
    }
.tempSnippet h2 a{
    text-decoration:none;
}
.tempSnippetHeadingShort{
    width: 470px;
    }
.tempSnippetSmall .tempSnippetHeadingShort {
	width: 160px;
}
.tempSnippet .thumb{
    float:left;
    height:66px;
    width:66px;
}
.tempSnippet .story-body{
    margin-left:70px;
}
.tempSnippet .story-body .text{
	max-height:35px;
	overflow:hidden;
	margin:5px 0px;
    padding-right:10px;
}
.tempSnippet .story-body .details{
	position:static;
    color:#999;
}
.tempSnippet .story-body .details span{
	white-space:nowrap;
}
.smallActionsLabel a {
	color:#003050;
}
.smallActionsLabel {
	color:#003050;
	background-image: url(../images/icon-settings-hover.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:3px 18px 3px 18px;
	text-align:right;
	z-index:5;
}
.smallActionsLabel:hover a, .smallActionsLabel:hover{
	color:#003050;
	cursor:pointer;
	text-decoration:underline;
}
.smallActionsLabel:hover{
	background-image: url(../images/icon-settings-hover.png);
}
.smallActionsMenu{
	margin-bottom:0px;
	list-style:none outside none;
	background:#fff;
	border:1px solid #ccc;
}
.smallActionsMenu li{
	padding:1px 5px;
	margin-left:0px;
}
.smallActionsMenu li img{
	padding:5px;
}
.smallActionsContainer{
	cursor:pointer;
	}
.smallActionsContainer,.smallSponsorContainer{
	position:absolute;
	top:5px;
	right:10px;
	z-index:500;
}
.smallSponsorContainer{
	color: #cccccc;
}
.gradientbox span.summeryItem{
	white-space:nowrap;
	display:inline;
}

.AjaxDataInvisible{	
	display:none;
}
#HappenexRegistration {
	z-index:500;
	position:relative;
	padding-top:10px;
}
.shadow{
	-moz-border-radius:5px;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-border-radius:5px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
}

.inline-help-label{
	cursor:help;
	background: url(/images/icon-questionmark.png) no-repeat 284px 0px;
}

.finger{
	cursor: pointer;
	cursor: hand;
}	

form#PostContribution{
	overflow:visible;
}

.MessageActivationAccount
{
	position:absolute;
	top:40px;
	left:40px;
	width:380px;
}

.MessageActivationAccountButtons
{
	position:absolute;
	bottom:20px;
	left:78px;
}
.MessageActivationAccountClose
{
	position:absolute;
	bottom:20px;
	right:10%;
}


.MessageActivationBtn
{
	margin-right:20px;
	padding-top:10px;
	cursor:pointer;
	height:40px;
}


.ErrorPageMapHolder1,
.ErrorPageMapHolder2 {
	height:400px;
	margin-bottom:20px;
}
.ErrorPageMapHolder1 {
	background: url(/images/ErrorMapWorld.png) no-repeat 0px 0px;
}
.ErrorPageMapHolder2 {
	background: url(/images/ErrorMapBerm.png) no-repeat 0px 0px;
}
.ErrorPageSearch {
	margin-bottom:26px;
}
.ErrorPageSearchTxt {
	margin-bottom:8px;
}
.ErrorPageSearchBox {
	width:300px;
	border:1px solid #6199CC;
	height:26px;
	vertical-align:top;
	margin-right:6px;
}
#resultsFeedback{
    margin-bottom:20px;
    padding:5px;
    background-color:#dae2e6; 
    line-height:27px; 
    }
#resultsFeedback span{
    font-weight:bold;
    }
    

/* Report Problem PopUp specific styles
----------------------------------------------- */

.ReportProblemPopUpSubtitle {
	margin: 6px 0px 25px 0px;
	font-weight: bold;
}
.ReportProblemPopUpDetailsLabel {
	color: #000;
	margin-top: 18px;
}
.ReportProblemPopUpDetailsSpacer {
	height: 37px;
}
.ReportProblemPopUpDetailsBtnWrap {
	height: 32px;
}
.ReportProblemPopUpDetailsBtn {
	position:relative;
	width:150px;
	top: 0px;
	left: 0px;
	z-index: 110
}
.ReportProblemPopUpClose {
	position:relative;
	top: -22px;
	right: 140px;
}
.ReportProblemDropDownMiddle {
	color: black;
	min-height: 18px;
}
.ReportProblemDropDownMiddle ul li a {
	text-decoration: none;
}
.ReportProblemDropDownMiddle ul {
	padding-top: 4px;
	margin-bottom: 0px;
}
.ReportProblemDropDownMiddle ul li a span{
	font-size: 12px;
	position: relative; 
	padding: 2px 0px 0px 0px;
}
.ReportProblemDropDownRight {
	float: left;
}
.ReportProblemThankYouWrap {
	height: 304px;
	color: #000;
	padding: 10px;
}
.ReportProblemThankYouCloseX {
	position: relative;
	top: 280px;
	width: 100%;
	text-align: center;
}
.ReportProblemThankYouCloseX a {
	text-decoration: none;
	font-weight: bold;
}
.ReportProblemThankYouHeadingWrap {
	text-align: center;
	margin-bottom: 60px;
}
.ReportProblemThankYouHeadingWrap h2 {
	position:relative;
	width:100%;
}
.ReportProblemThankYouText {
	color: #000;
	margin-bottom: 16px;
}
.ReportProblemThankYouSignature {
	font-style: italic;
}
#Details input {
	margin-left: 0px;
}

.smallEditUserContainer {
	position:absolute;
	top:5px;
	right:10px;
	z-index:500;
	cursor:pointer;
}

.emptySpace  {
	height:1px;
	visibility:hidden;
}

.css3NewTab
* { target-new: tab;}

#passwordChoice span{
    display:block;    
}

.visibilityHidden {
    visibility: hidden;
}
#openIDButtons{
    margin-top:50px;
    }
#openIDButtons li{
    list-style:none outside none;
    margin:10px 0px;
    text-align:left;    
    display:list-item;
    }
#openIDButtons li a{
    padding-left:25px;
    color:#fff;
    text-decoration:none;
    }
#openIDButtons li#google a{
    background:transparent url(http://www.google.com/favicon.ico) no-repeat 5px 0;
    }
#openIDButtons li#yahoo a{
    background:transparent url(http://www.yahoo.com/favicon.ico) no-repeat 5px 0;
    }
#openIDButtons li#aol a{
    background:transparent url(http://www.aol.com/favicon.ico) no-repeat 5px 0;
    }
#isOpenIDAccountOptions{
    list-style:none outside none
    }
label:for(location) span{
    display:block;
    }

/* --- RTE Layout Fix --- */

.reTool span,
.reDropdown span,
.reEditorModesCell span {
	padding:0;
}

div#ct100_MainContent_RTFEditorBottomResizer,
.reSizeCell div, td.reToolZone Table {
	margin-bottom:0px;
}


.reEditorMaxWidth {
	max-width:604px;
}


/* --- New Location Picker --- */

.SelectLocationBtnPlaceHolder{
   margin-top:-27px;
    }
a.SelectLocationBtn {
	background: url(/images/btn-browse-Location.png) no-repeat 0px 0px;
	display: block;
	position: relative;
	height: 27px;
	width: 100px;
	top: -27px;
	left: 204px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	z-index: 100;
	line-height: 28px;
	overflow: hidden;
}
a.SelectLocationBtnRequired {
    z-index:1000;
    top:27px;
}
#postSorts{
    display:inline-block;
    width:100%;
    text-align:center;
    }
#postSorts img{
    display:block;
    padding-bottom:1em;
    }
.switchView{
    float:right;
    padding-top:5px;
    padding-right:5px;
    height:20px;
    }
.switchView li{
    width:16px;
    height:16px;
	margin-left:0.5em;
    padding:4px;
    }
.switchView li.selected{    
    border:1px solid #5c5c5c;
    background-color:#fff;
    -moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding:3px;
    }    
.switchView li a{
    
    }
.switchView a i{
    background:url('../images/columnswitchsprite.png');
    background-repeat:no-repeat;
    display:block;
    height:16px;
    overflow:hidden;
    width:16px;
    }
.switchView a#oneCol i{
    background-position:-15px 1px;
}
.switchView a#twoCol i{
    background-position:1px 1px;
}
DeactivateAccount{
    padding-top:2em;
    }
.DeactivateAccount, .createContent{
    background:#fff url('../images/rc_background.png') top repeat-x;
    border:1px solid #bdbdbd;
}
.createContent{
    line-height:2em;
    vertical-align:middle;
    padding:5px;
    }
.createContent img{
    vertical-align:middle;
    }
.createContent a{
    vertical-align:top;
    }
.fieldset .createContent{
    padding-bottom:0px;
    }
.smallIcon{
    height:16px;
    width:16px;
    }
/* Form Validation Styles
----------------------------------------------- */

div.error {
    border:1px solid #ffbfbf;
    color:#cc0000;
    font-size:11px;
    position:relative;
    top:-47px;
    z-index:5;
    height:36px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding-top:16px;
    padding-left:310px;
}

.BirthdayComboBox{
	position:relative;
	z-index:10000;
}

.RadioButtonGender{
	position:relative;
	z-index:10000;
	width:15px;
}


/*** Telerik RTEditor specific styling ***/
td.t-editor-toolbar-wrap ul li div
{
    margin-bottom:0px;
}

td.t-editor-toolbar-wrap ul li 
{
    margin-left:0px;
}



/*
FdW Not needed anymore with the new markup for errors
#Register_Gender_container .error {
	position: absolute;top:447px;left:76px;width:539px;
}
.error_label_container {
	position:relative;
	display:block;
	height:32px;
	width:150px;
	padding:0px 0px 0px 0px;	
}
div.error_label {
	position:relative;
	height:32px;
	width:150px;
	line-height:1;
    left:310px;
	bottom:4px;
	margin:0px;
	position:absolute;
}
*/