﻿						/* StyleSheet*/
body
{
  margin-top:0;
  margin-bottom:0;
  background-color:#FFFFFF;
}
.SkinMaster
{
  background-color:#FFFFFF;
	width:980px;
	height:100%;
}
.TopColor
{
width:980px;
height:40px;
background-image:url('Images/Banner.jpg');
background-repeat:repeat-x;	
}
.WebPartModes
{
	width:185px;
	height:20px;
}
.WebPartZone
{
	text-align:left;
	vertical-align:top;
	width:795px;
}
.ContentPane
{
  width:795px;
  height:350px;
}
.Footer
{
	background-color:#FFFFFF;
	width:980px;
	height:20px;
	padding-bottom:1px;
	padding-left:1px;
}
.MenuBarBg
{
	visibility:visible;
}
.MenuBgTop
{
    width:185px;
	height:23px;
	background-image:url('Images/MenuTop.JPG');
	background-repeat:no-repeat;  	
}
.MenuBgMiddle
{
	width:185px;
	height:450px;
	background-image:url('Images/MenuMiddle.JPG');
	background-repeat:repeat-y;  
	padding-left:40px;

}
.BodyContentPane
{
	width:980px;
}
.MenuBgWidth
{
	width:185px;
}
.RadioButtonsBg
{
	background-color:#f8f8f8;
	width:980px;
	height:20px;
}
.BgTrans
{
	background-color:Transparent;
}
.LoginPosition
{
	background-color:Transparent;
	background-image:url('Images/LoginBg.JPG');
	background-repeat:no-repeat
}
.LoginBg
{
    width:980px;
	height:20px;
	background-image:url('Images/LoginBg.JPG');
    background-repeat:repeat-x;	
}
.MidZone
{
	width:332px;
}
.RequiredFields
{
    background-color:#F7FFC2;
}
.DivideLine
{
	background-color:#EEEEEE;
}
.VerticalLine
{
border-right-style:solid;
border-right-width:1px;
border-right-color:Gray;
}

/***For Chrome menu ******/
.Titlebarstyles
{	
	color:Black;
	font-size:11px;
	font-family:Tahoma;
	background-position:right;
	padding:2px 0px 2px 2px;
}
.Titlebarstyles:Hover
{
	color:#757575;
}	




