/* (c) shareHub.com */

body {
	margin: 0;
	padding: 0;
	color: #222;
/* 	background: #585d62; */
	background: #e4f0f0 url(http://sharehub.com/img/icystripes.png);
	font: 12px helvetica, sans-serif;
}

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

a:active {
	color: #eb0098;
}

a:hover {
	color: #00f;
}

#header {
	margin: 0 -15px 5px -15px;
	padding: 0;
	background: transparent url(http://sharehub.com/img/sharehub_head_rev2b.png) center center no-repeat;
	height: 120px;
}

#logo {
	width: 375px;
	height: 100px;
	background: transparent; /* url(img/miniheader_logo.png) no-repeat; */
	cursor: pointer;
	margin: 0;
	padding: 0;
}

div#topMenu {
	color: #F70CA4;
	float: right;
	margin-top: 25px;
	margin-right: 45px;
	white-space: nowrap;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica, sans-serif;
}

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

div#topMenu a:hover {
	color: #f70ca4;
	text-decoratioin: underline;
}


#content {
	background: #fff;
	width: 815px;
	margin: 20px auto 20px auto;
	border: 1px solid #87C1D9;	
	padding: 0px 15px 30px 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;

}

div.infoBox {
	background: #e2f0f3;
	padding: 10px;
	border-top: 1px solid #f70ca4;
	border-bottom: 2px solid #ccc;
	margin: 10px 13px 10px 13px;
	line-height: 1.3em;
}

div.infoBox a {
	color: #db0088;
}

p {
	margin: 5px 10px 5px 10px;
}

h1 {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-weight: lighter;
	color: #111;
	font-size: 20px;
	margin-left: 10px;
}

h1#fileName {
	background: transparent url(img/filedownload.png) no-repeat;
	text-indent: 40px;
	line-height: 33px;
	vertical-align: middle;
	width: 550px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

td {
	font-size: 11px;
	white-space: nowrap;
}

div.sideBar {
	width: 190px;
	padding: 5px;
	border-top: 1px solid #187cad;
	border-bottom: 2px solid #ccc;
	font-size: 11px;
	overflow: hidden;
	margin: 5px auto 10px auto;
	background: #e2f0f3;
}

div.sideBar h4 {
	margin-left: 28px;
	margin-top: 6px;
	font-size: 15px;
	white-space: nowrap;
}

div.sideBar a {
	color: blue;
}

div.sideBar a:hover {
	color: #f70ca4;
}

div.sideBar ul {
	margin-top: 0px;
	margin-left: 3px;
	padding-left: 3px;
	font-size: 11px;
}

div.sideBar li {
	line-height: 19px;
}

div#fileInfo {
	background: #e2f0f3 url(img/info_mini.png) 10px 10px no-repeat;
}

div#fileTools {
	background: #e2f0f3 url(img/tools.png) 10px 10px no-repeat;
}

a#lnkDelete {
	background: transparent url(img/delete.png) no-repeat;
	padding: 3px 2px 5px 20px;
}

a#lnkFlag {
	background: transparent url(img/redflag.png) no-repeat;
	padding: 3px 2px 5px 20px;
}

div#topSponsor
{
	margin: 10px 13px 10px 13px;
}

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.adBox {
	padding: 0px 0px 5px 0px;
	border: 1px dashed #cceff4;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#imageBox {
	width: 540px;
	padding: 15px 10px 15px 10px;
	/* overflow: hidden; */
	text-align: center;
	margin: 5px 5px 5px 10px;
	border: 1px solid #aaa;
}

div#footer {
	color: #555;
	font-size: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#footer a {
	color: #555;
	text-decoration: none;
}

div#footer a:visited {
	color: #555;
}

div#footer a:hover {
	color: #187cad;
	text-decoration: underline;
}
