body 
{
    font-family         	: Arial;
    font-size           	: 11px;
    padding             	: 0px;
    margin              	: 0px;
    overflow            	: hidden;
    width               	: auto;
    height              	: auto;
    background-color		: #FFFFFF;
}

table, input, textarea
{
	font-size				: 11px;
}

.Button
{
	font-size				: 11px;
	font-weight				: bold;
}

.ErrorDIV
{
	padding					: 4px;
	background-color		: #FF797C;
	border					: 1px solid red;
	font-size				: 10px;
	color					: white;
	font-weight				: bold;
}

.SHOW
{
	visibility				: visible;
}

.HIDE
{
	display					: none;
}

Form
{
	margin					: 0;
	padding					: 0;
	width					: 100%;
}

.Button
{
    font-size           	: 11px;
    color               	: #333333;
}

.SiteTable
{
    width               	: 100%;
    height              	: 100%; 
    padding             	: 0px;
    margin              	: 0px;
    border-collapse     	: collapse;
    border-top          	: 5px solid #000080;
    border-bottom       	: 5px solid #000080;   

}


.SiteTable_Header
{
    width					: 100%;
    height					: 20px;
}

.SiteTable_LeftCol
{
    width               	: 180px;
    height					: 100%;
    padding             	: 0px;
    margin              	: 0px;
    border-collapse     	: collapse;
    border              	: 0px;

    vertical-align			: top;
}

.SiteTable_LeftColTop
{
    width               	: 180px;
    height					: 100%;
    padding             	: 0px;
    margin              	: 0px;
    border-collapse     	: collapse;
    border              	: 0px;

    vertical-align			: top;
}

.SiteTable_LeftColMiddle
{
    width               	: 180px;
    height					: 100%;
    padding             	: 0px;
    margin              	: 0px;
    border-collapse     	: collapse;
    background-color   	 	: #FBFBFB;
}

.SiteTable_LeftColLower
{
    width               	: 180px;
    height					: 100%;
    padding             	: 0px;
    margin              	: 0px;
    border-collapse     	: collapse;
    border              	: 0px;
    background-color    	: #FBFBFB;
}


.SiteTable_RightCol
{
    width               	: 100%;
    height             	 	: 100%;
    border              	: 0px;
    padding-top				: 0px;
    padding-left			: 10px;
}

.MenuTable
{
    padding             	: 0px;
    margin              	: 0px;
    border-collapse     	: collapse;
    border              	: 0px;
    background-color    	: #FBFBFB;
    width					: 180;
    font-size				: 11px;
}

.MenuTable A
{
	font-weight				: bold;
	color					: #333333;
	text-decoration			: none;
}

.MenuTable A:Hover
{
	font-weight				: ;
	
}

.MenuTable A:Active
{
	font-weight				: bold;
	color					: #333333;
	text-decoration			: none;
}

.MenuTableTopCellL
{
    background-position		: left center;
    margin					: 0px;
    border-collapse     	: collapse;
    height              	: 25;
    background-image		: url('MenuTableGraphics/MenuTopLBG.gif');
    background-attachment	: fixed;
    text-align				: right;
    vertical-align			: center;
    padding-left			: 15px;
    width					: 30px;
    padding-right:0px; 
    padding-top:0px; 
    padding-bottom:0px
}

.MenuTableTopCellM
{
    background-position		: left center;
    padding					: 0px;
    margin					: 0px;
    border-collapse     	: collapse;
    height              	: 25;
    background-image		: url('MenuTableGraphics/MenuTopMBG.gif');
    background-repeat		: repeat;
    background-attachment	: fixed;    
    padding-left			: 2px;
    font-weight				: bold;
    width					: 100%;
}

.MenuTableTopCellR
{
    background-position		: right;
    padding					: 0px;
    margin					: 0px;
    border-collapse     	: collapse;
    height              	: 25;
    background-image		: url('MenuTableGraphics/MenuTopRBG.gif');
    background-repeat		: repeat;
    background-attachment	: fixed;
    
    width					: 25px;
}


.MenuTableCellL
{
    background-position		: left center;
    padding					: 0px;
    margin					: 0px;
    border-collapse     	: collapse;
    height              	: 25;
    background-image		: url('MenuTableGraphics/MenuLBG.gif');
    background-repeat		: repeat;
    background-attachment	: fixed;
    
    padding-left			: 12px;
}

.MenuTableCellM
{
    background-position		: left center;
    padding					: 0px;
    margin					: 0px;
    border-collapse     	: collapse;
    height              	: 25;
    background-image		: url('MenuTableGraphics/MenuMBG.gif');
    background-repeat		: repeat;
    background-attachment	: fixed;
    width					: 100%;
    
    padding-left			: 15px;
}

.MenuTableCellR
{
    background-position		: left center;
    padding					: 0px;
    margin					: 0px;
    border-collapse     	: collapse;
    height              	: 25;
    background-image		: url('MenuTableGraphics/MenuRBG.gif');
    background-repeat		: repeat;
    background-attachment	: fixed;
    
    height              	: 25;    
}

.LoggedInAs
{
	font-size				: 11px;
}

.SearchFilterTable
{
    font-size           	: 11px;
    padding					: 3px;
}

.SearchFilterTable_SearchParamLabel
{
    font-weight         	: bold;    
}

.SearchFilterTable_SearchParamCell
{
	font-size				: 9px;
	color					: #808080;
}

.SearchFilterTable_Input
{
    font-size          		: 11px;
}

.PageHeaderWrapper
{
	background-position		: left center;
	width					: 100%;
	height					: 40px;
	background-image		: url('ToolsGraphics/Framework%20Images/ToolHeader_BG.gif');
	background-repeat		: repeat;
	background-attachment	: fixed;
}

.ToolTitleTable
{
    font-size				: 16px;
    font-weight				: bold;
    height					: 40;
    padding					: 0px;
    margin					: 0px;
    border-collapse			: collapse;
}

.ToolDescriptionTable
{
	font-size				: 10px;
	padding					: 20;
	border					: 1px solid #CCCCCC;
	border-collapse			: collapse;
	background-color		: #F0F0F0;
}

.ToolSectionTitle
{
	font-size				: 12px;
	font-weight				: bold;
}

.CheckboxList
{
	Font-Size				: 11px;
}
