body {
	position:relative;
	margin: 0px 0px 0px 0px;
	font-family: Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size:11px;
	background: #fff;
}

textarea {
	font-family: arial, sans-serif;
	border: 1px solid #ccc;
}

input {
	font-family: arial, sans-serif;
}

a img
{
	border: none;
}

.whiteInnerWrapper a,
.whiteInnerWrapper a:link,
.whiteInnerWrapper a:visited
{
	color: #333 !important;
	text-decoration: underline;
	cursor: pointer;
}


.submit1:focus { 
	 border: none; 
	 }

/* ////////////////  Generic Header ////////////// */


.genericHeader h1 { 
	border-bottom:1px solid #DDDDDD;
	color:#434343;
	font-family:arial,'Lucida Grande',sans-serif;
	font-size:20px;
	font-weight:normal;
	margin: 15px 0 15px 0;
	padding:0 0 10px;
	width:100%;
        }

.genericHeader h3 { 
	font-family: arial, georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #444;
	padding: 0 0 5px 0;
	margin: 10px 0 15px 0;
	width: 100%;
	line-height: 1.3em;
    }

.genericHeader h3 a { 
    color: #3c89c8;
    font-weight: bold;
     text-decoration: none;
    }

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

.genericHeaderTitle { 
    font-family: arial, 'Lucida Grande', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline;
    }

.genericHeaderTitle h3{ 
    font-family: arial, 'Lucida Grande', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #3399CC;
    padding: 0 0px 0px 0px;
    margin: 0px 7px 0px 0px;
    display: inline;
    }



.genericSectionTitleDiscription h2 { 
    font-family: arial, 'Lucida Grande', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    padding: 0 0 3px 0;
    margin: 0px 0 18px 0;
    width: 100%;
    }

.genericSectionTitleDiscription a, .genericSectionTitleDiscription a:visited, .genericSectionTitleDiscription a:hover{
	color: #3399cc;
}

/* ////////////////  Containers ////////////// */
.topWrapper {
        text-align: center;
        margin: 0 auto;
        padding-top: 35px;
        width: 970px;
    }
     
.topWrapper img {
        float: left;
        padding-top: 15px;
        }

.marginWrapper10{
	margin: 10px;
}

.marginWrapper15{
	margin-left: 30px;
	margin-right: 30px;
}
.fullWhiteInnerWrapper{
	background-color: white;
    padding:20px;
	width:890px;
}
.boxShadow,
.whiteInnerWrapper{
	background-color: #fff;
	padding: 20px;
	width: 674px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 4px 0px #ccc;
	-moz-box-shadow: 0px 1px 4px 0px #ccc;
	-webkit-box-shadow: 0px 1px 4px 0px #ccc;
}
.fullWrapper{
	padding: 0px 0px 0px 0px;
	width:1065px;
	margin: 0px auto;
	padding-top:15px;
}

.wrapper{
	text-align: left;
	width: 989px;
	margin: 0 auto;
	clear:both;
}

.contentLeftWrapper {
	float: left;
	width: 192px;
}
.leftContent {
	padding: 10px 0 10px 0;
    background-color: #FFFFFF;
}
.fullContentWrapper{
	float: right;
	width: 990px;
}
.fullMainContentWrapper{
	float: left;
	width: 990px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.fullMainContent{
    padding: 10px 0 20px 0;
    background-color: #F5F5F5;
    width: 990px;
}


.contentWrapper{
	width: 774px;
	margin: 0 auto;
}

.mainContentWrapper{
	float: left;
	width: 774px;
}

.topLeftCorner, .bottomLeftCorner{
	float: left;
}

.topRightCorner, .bottomRightCorner{
	float: right;
}

.mainContent{
	padding: 10px 0 20px 0;
	background-color: #F5F5F5;
	width: 774px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.secondaryContent{
    background-color: #FFFFFF;
	float: right;
	width: 180px;
}


/* ////////////////  Plain Content Styles ////////////// */

.plainContentWrapper { 
	background: #FFFFFF;
	
	font-family: arial, sans-serif;
	font-size: 14px;
	border: 1px solid #ccc;
	max-height: 500px;
	overflow: auto;
	padding: 30px;
	
	line-height: 15px;
	}

/* ////////////////  General Styles ////////////// */

.hideElement { 
	display: none;
    }

.showElement { 
	display: block;
    }

.showElement img { 
	max-width: 200px;
	height: auto;
    }

.clearBoth { 
	clear: both;
    }

.sectionContent{ 
	width: 100%;
	margin: 8px 0 7px 0;
	padding: 0;
	color:#62626A;
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size: 9px;
	line-height: 1.4em;
	}
	
/* ////////////////  Signup Header Section Title Text ////////////// */

 .alternateSectionTitle { 
	font-family:  arial, 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 0;
	margin-top: 10px;
    }


.alternateSectionBodyWidgetText h1, .alternateSectionBodyWidgetText h1 a { 
	font-family:  'Lucida Grande', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 12px 0 11px 0;
	width: 100%;
	padding: 7px 0 0px 0;
	line-height: 1.3em;
        border-top: 3px solid #eee;
        
    }

.alternateSectionBodyWidgetText p { 
	font-family: 'Lucida Grande', sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0;
	line-height: 1.3em;
    }


.alternateSectionTitle h1, .alternateSectionTitle h1 a { 
	font-family: arial, 'Lucida Grande', sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 0px 0;
	width: 100%;
	padding-bottom: 5px;
    }

.alternateSectionBody h1, .alternateSectionBody h1 a { 
	font-family: arial,'Lucida Grande',sans-serif;
font-size: 25px;
font-weight: normal;
color: #333;
border-bottom: 1px solid #ddd;
padding: 0 0 5px 0;
margin: 10px 0 7px 0;
width: 100%;
    }

.alternateSectionBodyWidgetText textarea {
	width: 100%;
	height: 65px;
	padding: 10px 0px 0px 15px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 1.7em;
	border: none;
	background: #E9F2F9;
	}

.alternateSectionBody a
{
	color: #337ECC;
}

.alternateSectionBody a:hover
{
	color: #999;
}

.alternateSectionBody p, .alternateSectionBody ul, .alternateSectionBody li { 
	font-family: arial,'Lucida Grande', sans-serif;
	font-size: 14px;
	color: #444;
    margin: 0 0 10px 0;
	line-height: 1.3em;
    }

.alternateSectionBody ul, .alternateSectionBody li {
	list-style: none;
	padding-left: 15px;
}

/* //////////////// Invite Button ////////////// */

.inviteButton {
	margin-bottom: 10px;
	margin-top: 11px;
	background: #f5f5f5;
        border: 1px solid #ccc;
        padding: 5px 0px 5px 8px;
        }

.inviteButton a {
	width: 240px;
        font-family: arial, 'Lucida Grande', sans-serif;
        font-size: 22px;
        color: #333;
        text-decoration: none;
        
}

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



.success-text{
	color: green;
	font-weight: bold;
}

.warning-text{
	color: orange;
	font-weight: bold;
}

.error-text{
	color: red;
	font-weight: bold;
}

.social-media-login
{
	font-weight: bold;
}

.social-media-login img
{
	vertical-align: middle;
}

.social-media-login button
{
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #ccc;
}

.social-media-login button:hover
{
	border: 1px solid #333;
}

.social-media-login button:active
{
	background-color: #bbb;
}

.status_message
{
	border: 1px solid #ccc;
	margin-bottom: 8px;
	min-height: 30px;
	padding: 5px;
	background-color: #eee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	box-shadow: 0px 1px 4px 0px #ccc;
	-moz-box-shadow: 0px 1px 4px 0px #ccc;
	-webkit-box-shadow: 0px 1px 4px 0px #ccc;
}


.status_message button
{
	margin: 0px;
	background-image: url('/code/images/miscellaneous/delete_trash.png');
	width: 15px;
	height: 23px;
	border: none;
}

.status_message button:hover
{
	background-image: url('/code/images/miscellaneous/delete_trash_hover.png');
}

.status-pane
{
	border: 1px solid #ccc;
	height: 300px;
	background-color: #fff;
}

.status-message
{
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
}



.analytics_closed
{
	float: right;
	margin-right: 10px;
	margin-top:	3px;
	background-image: url('/code/images/navigation/sidebarnav_new/Analytics_closed_c.png');
	width: 25px;
	height: 26px;
}

.analytics_open
{
	float: right;
	margin-right: 10px;
	margin-top:	3px;
	background-image: url('/code/images/navigation/sidebarnav_new/Analytics_open_c.png');
	width: 25px;
	height: 26px;
}


.button-authorize_socialmedia
{
	height: 24px;
	width: 200px;
	margin: 5px;
}
.button-authorize_socialmedia:hover
{
	cursor: pointer;
}


.authorization-box
{
	border: 1px solid #ccc;
	padding: 5px;
	display: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}


.box-floating
{
	display: none;
	width: 270px;
	height: 120px;
	border: 1px solid #bbb;
	position: absolute;
	background: white;
	margin-top: -150px;
	margin-left: 70px;
	box-shadow: 0px 1px 10px 2px #bbb;
	-moz-box-shadow: 0px 1px 10px 2px #bbb;
	-webkit-box-shadow: 0px 1px 10px 2px #bbb;
	padding: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}


#schedule-go-pro .close
{
	display: inline;
	width: 10px;
	height: 10px;
	float: right;
}

#schedule-go-pro .close:hover
{
	cursor: pointer;
}

.view_status_header
{
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
}

.view_status_header img
{
	vertical-align: middle;
}

.feed-status-container
{
	margin-bottom: 10px;
	min-height: 50px;
	width: 450px;
}

.feed-avatar img
{
	width: 50px;
	height: 50px;
	float: left;
}

.feed-status-column
{
	float: left;
	margin-left: 18px;
	width: 375px;
}

.feed-name,
.feed-name a:visited,
.feed-name a:link,
.feed-name a:hover
{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;!
}

.feed-status
{
	font-size: 14px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	word-break: break-all;
	overflow: hidden;
}

.feed-status a:link,
.feed-status a:visited
{
	color: #333;
}

.feed-status a:hover
{
	color: #000;
}

.feed-date
{
	margin-top: 5px;
}

.feed-date img
{
	margin-left: 5px;
	vertical-align: middle;
}


.feed-news
{
	width: 168px;
	margin: 0;
	padding: 10px;
	margin-bottom: 10px;
}

.feed-column-main
{
	float: left;
	width: 495px;
}

.feed-column-news
{
	float: left;
	width: 190px;
	overflow: hidden;
	margin-left: 25px;
}

.news-message
{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}


.center
{
	text-align: center;
}

.feed-column-main a:link,
.feed-column-main a:hover,
.feed-column-main a:visited
{
	color: #333;
}

#currently-verified img
{
	vertical-align: middle;
}

.feed-search-header
{
	size: 16px;
	font-weight: bold;
}


#html5-lightbox-box
{
	min-height: 539px;
}

#html5-elem-data-box
{
	min-height: 50px;
}

#html5-text
{
	color: #333333;
	font-size: 16px;
	font-family: Armata,sans-serif,Arial;
	white-space: normal !important;;
	width: 458px !important;
	height: 79px;
}


#status-counter
{
	font-size: 16px;
	font-weight: bold;
}

#character-counter-error
{
	margin-left: 30px;
}

#character-counter-error img
{
	vertical-align: middle;
}


#bulk-upload-label
{
	margin-top: 10px;
}

#bulk-upload-label a
{
	text-decoration: underline;
	cursor: pointer;
}

#bulk-upload
{
	display: none;
	margin-top: 10px;
}


.facebookLogin
{
	height: 24px;
	width: 150px;
	background-image: url('../../images/socialmedia/facebook_signin.png');
	background-color: #fff;
	display: inline-block;
}

.facebookLogin:hover
{
	background-position-y: 24px;
}

.facebookLogin:active
{
	background-position-y: 48px;
}


.twitterLogin
{
	height: 24px;
	width: 150px;
	background-image: url('../../images/socialmedia/twitter_signin.png');
	background-color: #fff;
	display: inline-block;
}

.twitterLogin:hover
{
	background-position-y: 24px;
}

.twitterLogin:active
{
	background-position-y: 48px;
}

.icon_status
{
	width: 16px;
	height: 16px;
}

.checkbox_status
{
	margin-left: 10px;
}
