﻿/* Data Web Control Styles */
.body
{
	font-size: 12px;
    font-style: normal;
    font-family: Arial;
}

.DataWebControlStyle
{
    font-size: 85%;
}

.HeaderStyle
{
    background-color: #5D7B9D;
    color: White;
    font-weight: bold;
    font-size: 13px;
    font-style: normal;
    font-family: Arial;
}
.HeaderStyle a, .HeaderStyle a:visited 
{ 
	color: White;
	font-weight: bold;
    font-size: 13px;
    font-style: normal;
    font-family: Arial; 
}

.AlternatingRowStyle
{
    background-color: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-family: Arial;
    color:#284775;
}

.RowStyle
{
	background-color:#F7F6F3;
    font-size: 13px;
    font-style: normal;
    font-family: Arial;
    color:#333333;
   
}
.PagerRowStyle 

{ 
	background-color: #ddd; 
	text-align:right; 
}
.LinkButton
{
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
}
.normalText
{
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
}
.normalHeading
{
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
}
.formTableHeading
{
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Arial;
	background-color: lightsteelblue;
}
.formHeading
{
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	font-family: Arial;
	background-color: #ffcc99;
}
.formTableNormal
{
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	font-family: Arial;
	background-color: blanchedalmond;
}
.ErrorMessageClass
{
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-family: Arial;
	color: #0033ff;
}

/* Navigation */

#navigation {
    width: 210px;
    top: 5em;
    left: 1em;
    width: 13em;       
    font-family: Arial, Helvetica, sans-serif;
    font-size:90%;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
   
}
#navigation li {
    border-bottom: 0px solid #000000;
}
#navigation li a
{
    display: block;
    padding: 4px 4px 4px 0.5em;
    border-left: 1px solid #000000; /* make it 10 to have thick left border */
    border-right: 1px solid #000000;
    background-color: #333399;
    color: #FFFFFF;
    text-decoration: none;
   
}
#navigation li a:hover /* Link headings */
{
    /* background-color: #ff9966; */
    color: #FFFFFF;
}
#navigation ul ul {
    margin-left: 0px;
}
#navigation ul ul li {
    border-bottom: 0px solid #711515;
    margin:0;
    background-color: #6699cc;
    color: #ffffff;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
    background-color: #6699cc;
    color: #ffffff;
}
#navigation ul ul a:hover /* Actual links */
{
    background-color: #ff9966;
    color: #FFFFFF;
}


/* Side bar Links*/

.sidebarTableHeading
{
	font-weight: normal;
	font-size: 11pt;
	font-style: normal;
	font-family: Arial;
	background-color: #333399;
	text-decoration: none;
	color:#ffffff;
}
.sidebarTableNormal
{
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	font-family: Arial;
	background-color: #6699cc;
	text-decoration: none;
}
.sidebarTableNormal:hover
{
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	font-family: Arial;
	background-color: #ff9966;
	text-decoration: none;
}
.sidebarLinkButton
{
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	font-family: Arial;
	text-decoration: none;
	color:#ffffff;
}


