html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body, td
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: none;
}

table#wrp
{
  height: 100%;
  width: 100%;
}

tr#wrp_top
{
   height: 43px;
}

.webdoc_header
{
	background: url(../img/webdoc_header_bg.gif) left top repeat-x;	
	height: 43px;
	vertical-align: top;
}

tr#wrp_base
{
  vertical-align: top;
}

tr#wrp_base td#td_base
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	height: 80%;
}

tr#wrp_footer
{
  height: 30px;
  line-height: 30px;
  vertical-align: bottom;
}

@media print
{
	tr#wrp_top
	{
		display: none;
	}
}

#wrp_top table
{
	border-collapse: collapse;
	width: 100%;
}
#wrp_top table td
{
	height: 42px;
	padding: 0 10px;
}
.webdoc_header_logo
{
	text-align: center;
	width: 36px;
}
.webdoc_header_logo img
{
	height: 20px;
	position: relative;
	top: -2px;
	width: 36px;
	border: 0;
}
.webdoc_header_title strong
{
	font-size: 16px;
	padding-left: 3px;
	color: #000000;
}
.webdoc_header_title span
{
	color: #666;
	font-size: 11px;
	padding-left: 8px;
}
.webdoc_header_icon
{
	text-align: center;
}
.webdoc_header_icon a
{
	background: url(../img/webdoc_icons.gif) center 0 no-repeat;
	color: #1A74B0;
	display: block;
	font-size: 7px;
	outline: none;
	padding-top: 18px;
	height: 2px;
	text-transform: uppercase;
}
.webdoc_header_link_goto
{
	width: 55px;
}
.webdoc_header_link_goto a
{
	background-position: center -120px;
}
.webdoc_header_link_edit
{
	width: 30px;
}
.webdoc_header_link_edit a
{
	background-position: center -80px;
}
.webdoc_header_link_print
{
	width: 30px;
}
.webdoc_header_link_print a
{
	background-position: center -39px;
}
.webdoc_header_link_create
{
	width: 80px;
}

.webdoc_header_sep
{
	background: url(../img/webdoc_header_sep.gif) 0 0 no-repeat;
}
.webdoc_footer
{
	background: url(../img/webdoc_footer_bg.gif) 0 0 repeat-x;
	color: #666;
	font-size: 11px;
	height: 30px;
	padding: 0 10px;
}
.webdoc_footer_sep
{
	background: url(../img/webdoc_footer_bg.gif) 0 -30px no-repeat;
	float: right;
	padding: 0 10px;
}
.webdoc_footer_sep a
{
	color: #1A74B0;
}

.webdoc_footer_link_create a
{
	background: url(../img/webdoc_icons.gif) right 0 no-repeat;
	padding: 2px 25px 2px 0;
}

.webdoc_body {
	background-color: #fff;
	border: 1px solid #bbb;
	margin-bottom: 40px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
}

.gallery_view .webdoc_body {
	margin: 0;
	border: 0;
}

/* using ids is a little nasty, but hopefully all this code will soon be gone */
.gallery_view #wrp_base #td_base {
	background-color: #fff;
}

#shared_password
{
	overflow: visible;
}
