html
{
	height: 100%;
}

body 
{
	height:100%;
	margin: 0px 0px 0px 0px;
}

#intranetForm
{
	height: 100%;
}

#MasterTable
{
	height:100%;
	width:100%;
}

.MasterPanel
{
	vertical-align:top;
    border:solid 0px black;
}

#TopMasterPanel
{

}

#LeftMasterPanel
{
	height:100%;
	width:250px;
}

#RightMasterPanel
{
	height:100%;
}

.ForumLinkBlock
{
	display: inline;
}

.TreeStyle
{
	padding: 0px 3px;
}

.TreeStyle div
{
	height: auto !important;
}

.TreeStyle a
{
	overflow: hidden;
	white-space: normal;
}

.MailMessage
{
	border: solid 1px;
	border-collapse: collapse;
	padding: 10px 0px;
	text-align: left;
	width: 100%;
}

.MailMessage th
{
	padding: 0px 15px;
}

.Error
{
	text-align: center;
	font-size: larger;
	font-weight: bold;
}

.MainMenu
{
	display:inline;
}

.heading {
	padding: 1em 0 1em 0;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Hover Menu*/
.popupMenu {
		background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
