@charset "utf-8";
/* VulcanLadder.com CSS Document */

body
{
	background: #000000 url(images/body-bg.jpg) repeat-x top;
	padding: 0;
	margin: 11px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 18px;
}

a
{
	text-decoration: underline;
	color: #CF000C;
	font-weight: normal;
}
a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}

h1
{
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	margin: 5px 0;
}
#menubar
{
	background: url(images/menuitem-off.jpg) repeat-x;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-top: solid 1px #dddddd;
}

#menubar td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-right: solid 1px #999999;
	line-height: 28px;
}
#menubar td a
{
	display: block;
	color: #010101;
	text-decoration: none;
	line-height: 28px;
	padding: 0 8px;
	font-weight: bold;

}
#menubar td a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menuitem-on.jpg) repeat-x;
	line-height: 28px;
}
#menubar td a.selected
{
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menuitem-on.jpg) repeat-x;
	line-height: 28px;
}

#middlepane
{
	background: #1f1f1f;
}
#ladder-left
{
	background: url(images/ladder-dots.jpg) repeat-y top;
	width: 9px;
	border-left: solid 1px #999999;
}
#ladder-right
{
	background: url(images/ladder-dots.jpg) repeat-y top;
	width: 9px;
	border-right: solid 1px #000;
}	
#leftpane
{
	width: 186px;
	padding: 0 1px;
}
.office-title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 22px;
	background: #64666F;
	border: solid 1px #64666F;
}
.office-text
{
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 5px;
}	
#contentpane
{
	padding: 5px 7px;
}
#tl
{
	background: url(images/tl.jpg) no-repeat top;
	width: 8px;
	height: 105px;
}
#tc
{
	background: url(images/tc.jpg) repeat-x top;
	vertical-align: bottom;	
}
#tr
{
	background: url(images/tr.jpg) no-repeat top;
	width: 8px;
	height: 105px;
}
#bl
{
	background: url(images/bl.jpg) no-repeat;
	width: 8px;
	height: 9px;
}
#bc
{
	background: url(images/bc.jpg) repeat-x;
	height: 9px;
}
#br
{
	background: url(images/br.jpg) no-repeat;
	width: 8px;
	height: 9px;
}

#outer-tl
{
	background: url(images/outer-tl.jpg) no-repeat top;
	width: 12px;
	height: 135px;
}
#outer-tr
{
	background: url(images/outer-tr.jpg)  no-repeat top;
	width: 12px;
	height: 135px;
}
#outer-left
{
	background: url(images/outer-left.jpg) repeat-y;
	width: 12px;
}
#outer-right
{
	background: url(images/outer-right.jpg) repeat-y;
	width: 12px;
}
#outer-bl
{
	background:  url(images/outer-bl.jpg) no-repeat;
	width: 12px;
	height: 9px;
}
#outer-br
{
	 background: url(images/outer-br.jpg) no-repeat;
	 width: 12px;
	 height: 9px;
} 
#footer-left
{
	background: url(images/footer-left.jpg) no-repeat;
	width: 8px;
	height: 75px;
}
#footer-right
{
	background: url(images/footer-right.jpg) no-repeat;
	width: 8px;
	height: 75px;
}
#footer
{
	background: url(images/footer-cen.jpg) repeat-x;
	padding: 5px 0;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
#footer a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}