/*---------------------------------
| Page
---------------------------------*/
			html,body,form
			{
				height:100%;
				width:100%;
				overflow:hidden;
				margin:0px;
				padding:0px;
				font-family:verdana;
				color:#000000;
				background-color:#f8f8f8;
			}
			
			#Top
			{
				width:100%;
				position:absolute;
				top:0px;
				right:15px;
				z-index:998;
				
				height:230px;
				background-color:#000000;
			}
			#Bottom
			{
				height:75px;
				width:100%;
				position:absolute;
				bottom:15px;
				right:15px;
				z-index:998;
				background-color:#494949;
			}
			#Right
			{
				height:100%;
				width:190px;
				position:absolute;
				bottom:15px;
				right:15px;
				z-index:997;
			}
			#Left
			{
				height:100%;
				width:190px;
				position:absolute;
				bottom:15px;
				left:0px;
				z-index:997;
				background-color:#dddddd;
			}

			#Background
			{
				height:100%;
				width:100%;
				overflow:scroll;
				position:relative;
			}
			#Body
			{
				width:100%;
				position:relative;
			}
  #headertext
  {
    font-family:verdana,sans-serif;
    font-size:2em;
    font-weight:bold;
    font-style:italic;
    color:#ffffff;

    padding-right:20px;
    height:230px;
    z-index:999;
    text-align:right;
  }
  #bottomborder
  {
		
		height:5px;
		background-color:#000000;
		line-height:1px;
		font-size:1px;
  }
.DefaultText
{
	font-size:9pt;
}
a
{
	color:#2e528b;
}
a:hover
{
	text-decoration:underline;
}

/*---------------------------------
| Form View
---------------------------------*/	

.FormTitleText
{
	font-family:verdana;
	font-size:18pt;
	font-weight:bold;
	font-style:italic;
	color:#999999;
}
.FormContentText
{
	font-family:verdana;
	font-size:8pt;
	color:#000000;
}
.DynamicContentNormalText
{
	font-family:verdana;
	font-size:8pt;
	color:#000000;
}
.DynamicContentMenuItem
{
	postion:relative;
	width:184px;
	background-color:#aaaaaa;
	margin-bottom:2px;
	padding:4px 2px 4px 4px;
	
	font-family:verdana,sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
}

.DynamicContentMenuItemOver
{
	postion:relative;
	width:184px;
	background-color:#2e528b;
	margin-bottom:2px;
	padding:4px 2px 4px 4px;
	font-weight:bold;
	
	font-family:verdana,sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
}

/*---------------------------------
| Form Edit
---------------------------------*/	

.FormTitleTextbox
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
}
.FormContentTextbox
{
	font-family:verdana;
	font-size:8pt;
	color:#000000;
}
.FormAlternateControlPathTextbox
{
	font-family:verdana;
	font-size:8pt;
	color:#000000;
}

.DynamicContentMenuFontVisible, a:hover.DynamicContentMenuFontVisible
{
	font-size:10pt;	
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-decoration:none;
}
.DynamicContentMenuFontHidden
{
	font-size:10pt;	
	font-weight:bold;
	text-decoration:none;
	color:#888888;
	text-decoration:none;
}

.DynamicContentMenuSortButton
{
	font-family:verdana;
	font-size:8pt;
	color:#888888;
}
