/*****************************************************************************/
/* Standard HTML Tags                                                        */
/*****************************************************************************/
body
{
    color: black;
    background-image:url(graphics/body_bg.jpg);
}
h1
{
	color: red;
}
h2
{
	color: navy;
}
h3
{
	color: maroon;
}
h4, h5, h6
{
	color: navy;
}
p
{
}
hr
{
	 color: blue;
}
table
{
	color: black;
	border-color:silver;
}
tr
{
    background-color: transparent;
	border-color:silver;
}
th
{
	background-color: #a0c0ff;
	border-color:silver;
}
td
{
	color: black;
	border-color:silver;
}
form
{
}
form table
{
}
form td
{
}
input
{
}
select
{
}
a
{
	 color: blue;
}
a:link
{
	color: blue;
}
a:visited
{
	color: blue;
}

/*****************************************************************************/
/* Standard Classes                                                          */
/*****************************************************************************/
.PageHeader
{
}
.PageTitle
{
   color:#0059e8;
}
.MenuBar
{
	border-color:black;
}
.MenuBar table
{
}
.MenuBarBorder tr
{
}
.MenuBar td
{
	color:white;
	background-color:cornflowerblue
}
.MenuItem
{
}
.MenuItem a
{
	color:white;
}
.MenuItem a:visited
{
	color:white;
}
.MenuItem table
{
	color:white;
}
.MenuItem tr
{
}
.MenuItem td
{
	background-color:transparent;
	color:white;
	border-color:white;
}
.MenuItem .Disabled
{
	color:silver;
}
.MenuItemDisabled
{
	color:silver;
}
.MenuItemDisabled table
{
	color:silver;
}
.MenuItemDisabled td
{
	color:silver;
}
.Panel
{
	background-color:#ccccff;
	border: solid 1px #a0c0ff;
}
.DataGrid
{
	background-color:#ccccff;
}
.DataGrid thead
{
	background-image: url(graphics/grid_header_background.gif);
	background-repeat: repeat;
	background-color: #6f79f7;
	color: #003366;
}
.Button
{
    background-image: url(graphics/menubargray1.gif);
    background-color: transparent;
    border-color: silver;
    color: #003c74;
}
.GraphicButton
{
    background-image: url(graphics/menubargray1.gif);
    background-color: #f4f4f4;
    border-color: silver;
    color: #003c74;
}
.imgAddNew
{
    background-image: url(graphics/AddNew.png);
    background-repeat: no-repeat;
}

/* Text formatting specific classes */
.Required
{
	color: maroon;
}
.Instruction
{
}
.Warning
{
	color:maroon;
}
.Error
{
	color:Red;
}
.Highlight
{
	color:maroon;
}
.Disabled
{
	color:silver;
}
.Keyword
{
}
.User
{
	color: #303030;
}
.User Table
{
}
.User TH
{
}
.BgColor1
{
	background-color:#E8F0FF;
}
.BgColor2
{
	background-color:#a0c0ff;
}
.LockedTextBox
{
	background-color: transparent;
	border: solid 1px #7f9db9;
}

/*****************************************************************************/
/* Elements                                                                  */
/*****************************************************************************/
#PageHeader
{
}
#PageHeader table
{
}
#PageHeader tr
{
}
#PageHeader td
{
}
#PageTitle
{
}
#PageBody 
{
	background-color: #E8F0FF;
}
.BgColor3, #SideBarLeft, #SideBarLeft .SectionBox, #SideBarLeft .SectionBox table
{
	background-color:#c0d0ff;
}
#SideBarLeft .SectionBox table
{
	border: solid 1px #8080ff;
}
#SideBarLeft .SectionTitle
{
    background-image:url(graphics/SectionTitleLeft.png);
}

.BgColor4, #SideBarRight, #SideBarRight .SectionBox, #SideBarRight .SectionBox table
{
	background-color:#7DDFA2;
}
#SideBarRight .SectionBox table
{
	border: solid 1px #40a040;
}
#SideBarRight .SectionTitle
{
    background-image:url(graphics/SectionTitleRight.png);
}
#PageFooter
{
	background-color:#2F83FF;
	color:White;
}
#PageFooter td
{
	color:White;
}
#PageFooter a
{
}
#MenuBar
{
}
#MenuBar table
{
}
#MenuBar tr
{
    background-image:url(graphics/MenuBar.png);
}
#MenuBar td
{
	color:White;
}
#MenuBar a
{
	color:White;	
}
#MenuBar a:hover
{
	color:Yellow;	
}
