﻿html, body, #wrapper
{
	height: 100%;
	margin: 0;
	padding: 0;
	border:none;
	text-align: center;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #49494A;
	background-color: #DADADA;
}

#wrapper 
{
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
}

.sidebarOuterTable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width:195;
	background-color:#DADADA;
}

.sidebarInnerTable
{
	border-right: #bbb 1px solid;
	border-top: #bbb 1px solid;
	border-left: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
	vertical-align: top;
	width: 195px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align:top;
	text-align:left;
}

.mainOuterTable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width:694px;
	height:800px;
	vertical-align:top;
	text-align:left;
}

.mainTextHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: #FF0000;
	font-family: Verdana;
}

.manMenuItem
	{
		width: 160px;
	}
	
.ItemHeaderText
	{
		 font-family: Verdana, Arial, Times New Roman;
		 font-size: 12px;
		 font-style: normal;
		 font-weight: bold;
		 text-transform: none;
		 color: #000000;
	}
	
.tblMenuLeft
	{
		 border-right-style:dashed;
		 border-right-width:thin;
		 border-right-color:Gray;
	}
	
.ContentPlaceHolder
{
	 left: 300px;
	 top: 300px;
	 height: 100%;
	 width: 975px;
}
	
.LogonButton
{
	color: #000000;
	font-size: 10px;
	line-height: 100%;
	font-family: Verdana;
	background: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: hand;
}

.ToggleButton
{
	color: #000000;
	font-size: 10px;
	line-height: 100%;
	font-family: Verdana;
	background: transparent;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: hand;
}

.paneltitle500
{
	margin-left: 6px;
	background: #D9D9D9;
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	width: 500px;
	 
}

.panel500
{
	margin-left: 6px;
	background: #D9D9D9;
	border-right: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	width: 500px;
}

.paneldropdown
{
	margin-left: 6px;
	margin-bottom: 6px;
	margin-top: 6px;
}

.TableFullHeight
{
	height: 100%;
	width: 100%;
	border: 1px;
	padding: 0px;
}

.outerTable
{
	border-left-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-style: solid; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-right-width: 1px; 
	border-top-style: none; 
	border-top-width: 0px; 
	border-bottom-style: none; 
	border-bottom-width: 0px;
}
	

	
A:link
{
	font-size: 11px;
	color: #0166C2;
	font-family: Verdana;
	text-decoration:underline;
	font-weight: bold;
}	
		
A:visited
{
	font-size: 11px;
	color: #0166C2;
	font-family: Verdana;
	text-decoration:underline;
	font-weight: bold;
}	
		
A:active
{
	font-size: 11px;
	color: #0166C2;
	font-family: Verdana;
	text-decoration:underline;
	font-weight: bold;
}	
		
A:hover
{
	font-size: 11px;
	color: #D22D57;
	font-family: Verdana;
	text-decoration:underline;
	font-weight: bold;
}

.menuLink:link
{
	font-size: 16px;
	color: #49494A;
	font-family: Verdana;
	text-decoration: none;
}	
		
.menuLink:visited
{
	font-size: 16px;
	color: #49494A;
	font-family: Verdana;
	text-decoration: none;
}	
		
.menuLink:active
{
	font-size: 16px;
	color: #49494A;
	font-family: Verdana;
	text-decoration: none;
}	

.menuLink:hover
{
	font-size: 16px;
	color: #0164C1;
	font-family: Verdana;
	text-decoration: none;
}

