/* sharehub.com master css */
/* jwm */

body {
	background: #e4f0f0 url(../img/icystripes.png);
	color: #334;
	font: 12px helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#main {
	width: 874px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff; /* transparent url(../img/mainbg24_glow.png) repeat-y; */
	border-left: 1px solid #87C1D9;
	border-right: 1px solid #87C1D9;

}

/* this section releates to the "sticky footer" hack ----------- */

html, body, #main {height: 100%;}
body > #main {height: auto; min-height: 100%;}


/* clearfix hack for sticky footers */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end of sticky footer hack -------------- */

/* box shadows */

div.shadowContainer {
	background: url(../img/shadow.png);
	background: rgba(25, 25, 25, .60);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}

* html .shadowContainer {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60252525,endColorstr=#60252525); /*AARRGGBB*/
}

/* end of box shadows */

a, a:visited {
	color: #187cad;
}

a:active {
	color: #eb0098;
}

a:hover {
	color: #00f;
}

acronym {
	border-bottom: 1px dashed #555;
	cursor: help;
}

form { 
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	border-width: 1px;
	color: #333;
	font-size: 11px;
}

input.blur {
	color: #ccc;
}

textarea.blur {
	color: #ccc;
}

.highlighter {
	color: #eb0098;
}

.goBig {
	font-size: 1.4em;
}

.required {
	color: #940007;
	font-weight: bold;
}

/* Header */

div#titleBlock {
	width: 800px;
	margin: 0 auto 10px auto;
	padding: 0;
	background: #fff;
}

div#topStatus {
	margin: 0;
	width: 780px;
	height: 25px;
	font-size: 13px;
	text-align: right;
	line-height: 21px;
	padding-right: 20px;
	background: #fff url(../img/topstatus.png) no-repeat bottom;
	color: #fff;
	float: none;
	clear: both;
	overflow: hidden;
	font-variant: small-caps; /* temporary */
}

div#mainHeader {
	margin: 10px 0px 12px 0px;
	width: 800px;
	height: 100px;
	background: #fff url(../img/sharehub_head_rev2b.png) no-repeat;
}

div#topMenu {
	font: 1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	width: 500px;
	height: 30px;
	position: relative;
	top: 10px;
	left: 300px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	text-align: right;
}

div#topAnnouncement {
	border: 1px solid #ff0090;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding: 7px 2px 7px 2px;
	font-size: 1.2em;
	color: #222;
	background: #f7f7f7 url(../img/pinkburst.png) 10px center no-repeat;
	margin: 1px 5px 10px 5px;
	width: 95%;
}

div.menuStrip {
	margin: 0;
	padding: 0;
}

div.menuStrip ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.menuStrip li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 1.2em;
	text-align: center;
}

div#topMenu a {
	color: #fff;
	text-decoration: none;
}

div#topMenu a:hover {
	color: #f70ca4;
	
}

h1#topTagline {
	width: 800px;
	height: 37px;
	background: transparent url(../img/toptagline_smooth.png) no-repeat;
	color: #258bb2;
	text-align: center;
	margin: 0px auto 37px auto;
	float: none;
	clear: both;
	font-size: 19px;
	line-height: 37px;
	font-weight: 90;
	text-shadow: #fff 0px 1px 0px;
}

div#topUserBar {
	width: 798px;
	height: 45px;
	overflow: hidden;
	background: #ceeef3; /* #baccd0 url(../img/toptoolbar.png) no-repeat; */
	color: #555;
	font-size: 11pt;
	line-height: 45px;
	vertical-align: middle;
	margin: 2px 0 0 0;
	padding: 0;
	clear: both;
	display: block;
	border: 1px solid #b2c7cd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px 1px 0px #fff;
/* 	-webkit-box-shadow: 0 1px 2px rgba(99,99,99,.5); */
}

div#topUserBar button {
	background: transparent url(../img/btn_empty_bluesteel.png) no-repeat !important;
	color: #444 !important;
	letter-spacing: -1px;
	margin: 0;
	float: left;
}

div#topUserBar button:hover {
	background: transparent url(../img/btn_empty_blue.png) no-repeat !important;
	color: #eee !important;
	text-shadow: 0px 1px 1px #333;
}

/* Styling for INPUT TYPE=FILE */
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: -12px;
	left: 0px;
	z-index: 1;
}

div.fakefile img {
	position: relative;
	left: -1px;
	top: 8px;
	margin-right: 7px;
	margin-left: -1px;
	border: none;
}

div.fakefile input {
	width: 240px;
	text-align: center;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0;
	width: 30px;
	opacity: 0;
	z-index: 2;
	padding: 1px;
	font-size: 14px;
	margin: 0;
	cursor: pointer !important;
}


/* And all the rest... */

div#content {
	width: 800px;
	margin: -10px auto 0 auto;
	padding-top: 5px;
	padding-bottom: 43px; /* bottom padding must be the same as the footer height */
}

div.withBackground {
	background: #fff url(../img/largefixedbg.png) 0 0 no-repeat !important; 
	min-height: 548px;
	margin-left: 0 !important;
	padding-left: 35px;
}

div.pageContent {
	margin-top: 0px;
	padding-top: 10px;
	border-top: 1px solid #f70ca4;
	position: static;
	/* background: #fff; */
}

div#frontSponsor {
	margin: 35px 5px 0px 0px;
	text-align: center;
	padding: 7px;
	border: 1px solid #87c1d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: none;
	clear: both;
}

div.frontBox {
	background: transparent url(../img/frontbox250.png) no-repeat;
	color: #3f526a;
	width: 230px;
	height: 240px;
	padding: 10px;
	margin: 20px 25px 25px 0px;
	float: left;
	clear: none;
	text-shadow: #eee 0px 1px 0px;
	text-align: left;
}

div.frontBox h3 {
	color: #14638b; /* #25708e; */
	font-size: 13pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 37px;
	line-height: 28px;
	height: 34px;
	text-shadow: #aaaaaa 0px 3px 3px;
	margin-top: 1px;
	margin-bottom: 11px;
}

h3#news { background: url(../img/snow_star.png) no-repeat; }
h3#signup { background: url(../img/snow_pencil.png) no-repeat; }
h3#twitter { background: url(../img/snow_twitter.png) no-repeat; }

ul#twitter_update_list {
	margin-top: 0px;
	list-style-type: none;
	margin-left: 1px;
	padding-left: 5px;
	padding-top: 0px;
}

ul#twitter_update_list li {
	font-size: 11px;
	color: #7A859D;
	background: url(../img/twitbullet.png) 0px -3px no-repeat;
	padding-left: 20px;
	padding-bottom: 7px;
	padding-top: 0px;
}

div.itemDate {
	font-size: 10px;
	font-weight: bold;
	color: #88889a;
	margin-top: 3px;
}

div.adNotice {
	background: #455; 
	color: #fff; 
	font-size: 10px;
	font-family: arial,helvetica,sans-serif;
	padding: 3px;
	text-align: center; 
	white-space: nowrap;
	margin: 0 0 2px 0;
}

div#leftSide {
	width: 320px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

div#rightSide {
	width: 450px;
	float: right;
	clear: right;
}

div#footer {
	position: relative;
	clear: both;
	margin: -42px auto 0px auto;
	width: 800px;
	height: 25px;
	padding-top: 17px;
	color: #fff;
	background: transparent url(../img/bottomstatus.png) center top no-repeat;
	text-align: center;
}

#footerLinks {
	float: left;
	padding-left: 20px;
}

#footerBookmarker {
	float: right;
	padding-right: 20px;
}

p {
	margin: 10px 5px 10px 0px;
	line-height: 1.4em;
}

p.introText {
	font-size: 1.1em;
	color: #446;
}

em {
	font-style: italic;
}

small {
	font-size: 10px;
}

strong {
	font-weight: bold;
}


h1 {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica,sans-serif;
	font-weight: normal;
	color: #105273;
	font-size: 24px;
}

h1.delete {
	background: transparent url(../img/icons/delete.png) no-repeat;
	text-indent: 40px;
	line-height: 32px;
}

h2 { font-weight: normal; font-size: 18px; }

h2.cool {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #335;
	font-size: 23px;
	line-height: 24px;
}


td.fieldLabel {
	vertical-align: top;
	text-transform: lowercase;
	padding-top: 3px;
	white-space: nowrap;
}

div.hLine {
	height: 1px;
	background-color: #f34bbe;
	margin: 15px 0px 15px 0px;
	clear: both;
}

button.goButton {
	background: transparent url(../img/greengo.png) no-repeat;
	width: 35px;
	height: 33px;
	cursor: pointer;
	margin: 1px;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	border: none;
}

button#btnShareFile {
	background: transparent url(../img/share_bigbutton.png) no-repeat;
	width: 184px;
	height: 39px;
	cursor: pointer;
	margin: 15px 0 10px 0;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	border: none;
}

button#btnUploadFile {
	background: transparent url(../img/uploadgreen_bigbutton.png) no-repeat;
	width: 184px;
	height: 39px;
	cursor: pointer;
	margin: 15px 0 10px 0;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	border: none;
}

button#btnShrinkLink {
	background: transparent url(../img/shrink_bigbutton.png) no-repeat;
	width: 184px;
	height: 39px;
	cursor: pointer;
	margin: 15px 0 10px 0;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	border: none;
}

div#shareTabs {
	width: 378px;
	margin: 0 auto 0 auto;
}

div.shareTab {
	width: 189px;
	height: 36px;
	color: #000;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 45px;
	line-height: 37px;
	float: left;
	clear: none;
	background: transparent url(../img/sharetab_off.png) no-repeat;
	color: #898989;

}

div.shareTabOn {
	background: transparent url(../img/sharetab_on.png) no-repeat;
	cursor: default;
	color: #000;
}

div.promoBubble {
	display: none;
	width: 256px;
	font-size: 9pt;
	font-color: #223;
	line-height: 1.4em;
}

div#shareBox {
	background: #e4f0f0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid #e4f0f0;
	width: 433px;
	/* height: 200px; */
	margin: 0 auto 10px auto;
	-moz-box-shadow: 0 2px 5px rgba(60,60,60,.4);
	-webkit-box-shadow: 0 2px 5px rgba(60,60,60,.4);
}

div#shareFileUI {
	padding: 0px 20px 10px 30px;
	overflow: hidden;
}

div#shareLinkUI {
	padding: 0px 20px 10px 30px;
	overflow: hidden;
}

input#freshLink {
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
	color: #0053af;
	text-align: center;
	border: none;
	width: 375px;
	padding: 2px;
	background: #e4f0f0;
}


div#linkResult {
	margin-top:10px;
	font-weight: bold;
}

div#linkError {
	font-weight: bold;
	color: #9b0707;
	font-size: 10px;
}

iframe#uploadFrame {
	border: 0px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

div#shareProgress {
	width: 400px;
	height: 157px;
	overflow: hidden;
	background: #000;
	color: white;
	border: 2px solid #e74aa6;
	text-align: center;
	margin: 0;
	padding: 10px 20px 10px 20px;
	float: none;
	clear: both;
	position: absolute;
	top: 250px;
	left: 0px;
	z-index: 10;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
	opacity: 0.95;

}

div#shareProgressMessage {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

div#shareProgressBarContainer {
	width: 300px;
	height: 20px;
	margin: 10px auto 10px auto;
	padding: 2px 3px 2px 3px;
	border: 1px solid #333;
	background: #222;
	text-align: center;
}

div#shareProgressBar {
	height: 20px;
	width: 1px;
	background: transparent url(../img/progressbar.png) repeat-x;
	margin: 0px;
}

div#shareProgressPercent {
	text-align: center;
	color: #e74aa6;
	font-size: 14px;
	font-weight: normal;
}

button#progressBoxOk {
	background: transparent url(../img/dialog_ok.png) no-repeat;
	width: 115px;
	height: 38px;
	cursor: pointer;
	border: none;
	margin: 10px auto 10px auto;
}

button#progressBoxCancel {
	background: transparent url(../img/dialog_cancel.png) no-repeat;
	width: 115px;
	height: 38px;
	cursor: pointer;
	border: none;
	margin: 10px auto 10px auto;
}

div.loadIndicator {
	width: 16px;
	height: 16px;
	background: transparent url(../img/mini_loadanim2.gif) no-repeat;
	cursor: wait;
	margin: 0 3px 0 3px;
	padding: 0;
	clear: none;
}

div#windowShade {
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: #e4f0f0;
	position: absolute;
	top: 0px;
	left: 0px;
 	display: none;
 	opacity: 0.8;
 	z-index: 2;
 
}

input.simpleInput, textarea.simpleInput, select.simpleInput {
	background: #fff;
	color: #111;
	padding: 2px 1px 2px 1px;
	margin: 1px 0px 1px 0px;
	border: 1px solid #aab;
	font-size: 9pt;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input.simpleInput:hover {
	border-color: #519cc1;
}

/* Download + Info pages */

div#linkInfo {
	background-color: #d6e5ff;
	border: 1px solid #519cc1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

div#deleteInfo {
	background: #e2f0f3 url(../img/icons/delete.png) 8px 5px no-repeat;
	border-color: #bb1a1a;
}

div#linkTools {
	background: #e2f0f3 url(../img/icons/edit.png) 8px 5px no-repeat;
}

div#sendLinkInfo {
	background: #e2f0f3 url(../img/icons/send_one.png) 8px 5px no-repeat;
}

div#shareLinkInfo {
	background: #e2f0f3 url(../img/icons/send_many.png) 8px 5px no-repeat;
}

div.infoBox {
	background: #e2f0f3 url(../img/icons/info.png) 8px 5px no-repeat;
	padding: 10px;
	border-top: 1px solid #f70ca4;
	border-bottom: 2px solid #ccc;
	margin: 5px 5px 10px 5px;
}

div.attentionBox {
	background: #f0f4ff url(../img/icons/splash_green.png) 8px 5px no-repeat;
}


div.infoBox a {
	color: #db0088;
}

div.infoBox table {
	border: none;
	width: 100%;
	font-size: 13px;
}

div.infoBox td {
	padding: 3px;
}

div.infoBox td.label {
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}

div.infoBox h2 {
	color: #223;
	text-indent: 37px;
	font-size: 19px;
	margin-top: 3px;
	margin-left: 3px;
	font-weight: normal;
	
}

div.errorMessage {
	background: #e2f0f3 url(../img/icons/error.png) 8px 5px no-repeat !important;
}

div.miniErrorIcon {
	width: 16px;
	height: 16px;
	background: transparent url(../img/icons/exclamation.png) no-repeat;
	margin: 1px 5px 1px 1px;
}

/* end download + info pages */


/* "Window" + Menu styles */

div.stdBox {
	background: #dedede url(../img/bluebox_bg.png) repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom: 1px solid #aab;
}

div.stdBox h1 {
	background: transparent url(../img/bluebox_tl.png) top left no-repeat;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	white-space: nowrap;
	margin: 0;
	text-indent: 10px;
	text-align: left;
	text-shadow: 0px 1px 2px #112;
	line-height: 36px;
	height: 36px;
	cursor: default;
}

div.stdBox_trCorner {
	height: 5px;
	width: 5px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/bluebox_tr.png) top right no-repeat;
	float: right;
	clear: none;
}

div.stdBox_content {
	padding: 10px;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #111;
	float: none;
	clear: both;
}

div.stdBox input {
	padding: 2px;
	border-width: 1px;
}

div.stdBox td {
	text-transform: none;
	vertical-align: middle;
}

div.criticalError {
	background: url(../img/blackstripes.png);
	border: 1px solid #f70ca4;
	color: #fff;
	font: 10pt "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	padding: 8px;
	margin: 10px 5px 15px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.highlightBox {
	padding: 5px 10px 10px 10px;
	margin: 5px;
	border: 1px solid #f70ca4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.highlightBox p {
	text-align: justify;
}


/* registration page */

div#registration {
	background: transparent url(../img/icons/coquette/edit128.png) 20px 0px no-repeat;
	padding-left: 200px;
	padding-right: 30px;
}

div#registration h3 {
	font-size: 13pt;
	font-weight: bold;
	color: #2d94be;
	text-align: left;
	margin: 2px;
}


div#registration td {
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
}

div#registration input, div#registration select {
	font-size: 10pt;
	padding: 4px;
	border: 1px inset #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	width: 80%;	
	color: #555;
	margin-bottom: 3px;
}

div#userAvailabilityCheck {
	font-size: 9pt;
	padding: 2px;
	border: 1px solid #ddd;
	width: 80%;
	text-indent: 5px;
	color: #779;
	margin: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #eee;
	background-image: url(../img/mini_loadanim2.gif);
	background-position: 98% 50%;
	background-repeat: no-repeat;
}

.checkPassed {
	color: #20aa00 !important;
	background-image: url(../img/icons/tick_circle.png) !important;
}

.checkFailed {
	color: #aa2000 !important;
	border-color: #ffccbb !important;
	background-image: url(../img/icons/exclamation.png) !important;
}

div#registration input#userId {
	font-weight: bold;
	color: #272727;
	text-transform: lowercase;
}

div#registration .formTip {
	font-size: 8pt;
	color: #78a;
	text-indent: 3px;
}

button.genericButton {
	background: transparent url(../img/btn_empty_green.png) no-repeat;
	width: 184px;
	height: 39px;
	cursor: pointer;
	margin: 15px auto 15px auto;
	padding: 0;
	padding-bottom: 5px;
	display: block;
	overflow: hidden;
	border: none;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-weight: bold;
	font-size: 14pt !important;
	letter-spacing: -0.5pt;
	text-transform: lowercase;
	text-align: center;
	line-height: 12pt;
}

button#btnCreateAccount {
	background: transparent url(../img/btn_create_account.png) no-repeat;
	width: 184px;
	height: 39px;
	cursor: pointer;
	margin: 15px 0 10px 0;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	border: none;
}

button#btnSignIn {
	background: transparent url(../img/btn_signin.png) no-repeat;
	width: 184px;
	height: 39px;
	cursor: pointer;
	margin: 15px 0 10px 0;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	border: none;
}

div#welcomeMat {
	background: url(../img/welcomemat_large.jpg) center center no-repeat;
	width: 445px;
	height: 475px;
	cursor: default;
	text-align: center;
}

/* registration stuff ends -------- */
