html, body
{
	height: 100%;
}

body
{
  margin: 0;
  padding: 0;
  font: normal 100% Arial;
}

body.gradient
{
	background: #e8f5fd url(../img/shared_file_page_bottom_gradient.jpg) left top repeat-x;
}

#non_cdn
{
	display: none;
}

a
{
  text-decoration: none;
}

img
{
  border: none;
}

div.main_area_top
{
	height: 59px;
	margin-left: 5px;
}

div.main_area_top div.shared_file_buttons
{
	margin-top: 25px;
	float: right;
}	

div.main_area_top div.buttons img#drop_down_arrow
{
	width: 15px;
	margin: 7px -6px 0 -6px;
}

div.main_area
{
	margin: 10px auto 0 auto;
	width: 800px;
}

div.logo img.shared_file_other_logo
{
	padding: 1px;
}

div.main_area div.file_area
{
	width: 800px;
	height: auto;
}

div#main_preview
{
	min-height: 350px;
}

div#file_info
{
	margin-top: 10px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

div#file_name
{
	font-size: 24px;
	font-weight: bold;
}

div.creator_info
{
	font-size: 12px;
	color: #777;
	margin-bottom: 5px;
}

div.clearer
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

div.top_notification
{
  background: #DDDDDD url(../img/shared_file_page_top_gradient.jpg) repeat-x scroll left top;
  cursor: pointer;
  height: 50px;
}

div.top_notification.custom_branded
{
	background-image: none;
	height: 64px;
	border-bottom: 1px solid;
}

div.top_notification span.header_message
{
	margin-right: 20px;
	color: #777777;
}

div.top_notification #box_share_files_header_button
{
	cursor: pointer;
	float: right;
	margin-top: 12px;
}

div.top_notification div.center
{
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	width: 800px;
}

div.top_notification div.logo
{
	float: left;
	height: 30px;
	margin-top: 8px;
	position: absolute;
}

div.top_notification.custom_branded div.logo
{
	margin-top: 3px;
	height: 64px;
}

div.top_notification div.right_options
{
  	line-height: 48px;
	position: absolute;
	text-align: left;
	width: 435px;
}

div.top_notification.custom_branded div.right_options
{
	line-height: 62px;
}

div.top_notification div.right_options a
{
	color: #2477AE;
}

div.top_notification div.right_options a:hover
{
	text-decoration: underline;
}

div.top_notification div.right_options a#box_share_files_header_button:hover
{
	color: #fff;
}

div.top_notification #box_share_files_header_link_collab_access
{
	background: url(../img/shared_file_icon_access.gif) left 15px no-repeat;	
	padding-left: 22px;
}

div.top_notification #box_share_files_header_link_shared_upload
{
	background: url(../img/shared_file_icon_upload.gif) left 15px no-repeat;	
	padding-left: 20px;
	margin-left: 12px;
}

div.top_notification.custom_branded #box_share_files_header_link_collab_access
{
	background: url(../img/shared_file_icon_access_grey.gif) left 22px no-repeat;	
}

div.top_notification.custom_branded #box_share_files_header_link_shared_upload
{
	background: url(../img/shared_file_icon_upload_grey.gif) left 22px no-repeat;	
}

a.box_header_button span.left,
a.box_header_button span.right,
a.box_header_button span.center
{
	display: block;
	height: 22px;
}

a.box_header_button span.left
{
	background: url(../img/shared_file_header_button_parts.gif) left top no-repeat;
}

a.box_header_button span.right
{
	background: url(../img/shared_file_header_button_parts.gif) right -23px no-repeat;
}

a.box_header_button span.center
{
	margin: 0 2px 0 2px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	line-height: 22px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: url(../img/shared_file_header_button_parts.gif) right -46px repeat-x;
}

div.dd_menu
{
	display: block !important;
	visibility: hidden;
	height: 10px;
	position: absolute;
	width: 146px;
	z-index: 300;
	top: 0;
	left: 0;
}

div.footer
{
	color: #777;
	text-align: center;
	font-size: 12px;
	margin: 17px 0 25px 0;
}

div.footer.description_exists
{
	margin-top: 5px;
}

div.footer a
{
	color: #777;
	margin-left: 4px;
	margin-right: 4px;
}

div.footer a:hover
{
	text-decoration: underline;
}
