﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
}

/* Header Section */

#header {
}
#header .title {
}
#header .breadcrumb {
}

#header a:link, a:visited  {
}

/* Navigation */

#navigation {
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
}
#navigation li a  {
}
#navigation li a:hover {
}
#navigation ul ul {
}
#navigation ul ul li {
}
#navigation ul ul a:link, #navigation ul ul a:visited {
}
#navigation ul ul a:hover {
}

/* Main Content */

#content 
{
}
h1 {
}
#content p {
}

#content ul {
}


/* Data Web Control Styles */

.DataWebControlStyle
{
    font-family:Arial;
    font-size: 90%;
}

.ReadOnlyTextBoxStyle
{
    font-family:Arial;
    font-size: 90%;
    background-color: #CCCCF7;
}


.HeaderStyle
{
    font-family:Arial;
    background-color: #4A3C8C;
    color: White;
    font-weight: bold;
}

.BlueAlternatingRowStyle
{
    font-family:Arial;
    background-color: #6666FF;
}
.AlternatingRowStyle
{
    font-family:Arial;
    background-color: White;
}


.RowStyle
{
    font-family:Arial;
    background-color: #CCCCF7;
}

.ErrorText
{
    font-family:Arial;
    color      : Red;
}

.GridErrorText
{
    background-color:Yellow;
    font-family:Arial;
    color      : Red;
    font-weight:bold;
}

.GridDeletedRow
{
    background-color:Gray;
    font-family:Arial;
}


.SelectedRowStyle
{
}

.EmptyDataRowStyle
{
    font-family:Arial;
    background-color: #CCCCF7;
}

.FooterStyle
{
    font-family:Arial;
    background-color: #CCCCF7;
    color: White;
}

.PagerStyle
{
    font-family:Arial;
    background-color: #CCCCF7;
}

.FormViewStyle
{
    font-family:Arial;
    font-size: 90%;
    background-color: #CCCCF7;
    border:Double;
}
.PlainFormViewStyle
{
    font-family:Arial;
    font-size: 90%;
}
.FormViewRowStyle
{
    font-family:Arial;
    background-color: #CCCCF7;
}

.TableStyle
{
    background-color: #CCCCF7;
    border: 2px double #CCCCF7;
} 

.OldTableStyle
{
    background-color: #F7F7F7;
    border: 2px double #F7F7F7;
} 

/* Menus */

.StaticMenuItemStyle
{
    font:Arial;
    font-size: 90%;
    color:Black;
    background-color:Transparent;
    border-left-style:solid;
    border-top-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
}

.StaticMenuStyle
{
    font:Arial;
    font-size: 90%;
    color:Black;
}

.StaticSelectedStyle
{
    font:Arial;
    font-size: 90%;
    color:Black;
    background-color:#CCCCF7;
    border-left-style:solid;
    border-top-style:solid;
    border-right-style:solid;
    border-bottom-style:none;
    padding:5px 2px 5px 2px;
}

.StaticHoverStyle
{
    background-color:Gray;
    color:White;
}
/* Panels */
.PanelStyle
{
    font-family:Arial;
}
.PlainPanelStyle
{
    font-family:Arial;
    color: Black;
    background-color: #CCCCF7;
}

.InputPanelStyle
{
    font-family:Arial;
/*    font-size: 90%; */
    color: Black;
    background-color: #CCCCF7;
    border:Double;
    border-color:White;
}

.ReportViewerStyle
{
    font-family:Arial;
    font-size: 90%;
    color: Black;
    background-color: #CCCCF7;
    border:Double;
    border-color:White;
}

 
/* Login */
.LoginMain
{
    font-family:Arial;
    font-size: 90%;
    font-size:inherit;
/*     background-color: #CCCCF7;
    border:Double;
    border-color:White;  */
} 


