body 
{
/*
    Colors:
        Newegg: #EEE7D5;
        Sounders: #5C9631 #005494;
*/
    background-color: #FFFFFF;
    color: #000000;
    margin-top: 0px;
    font-family: Arial;
}

a:link,
a:active,
a:visited
{
    text-decoration: none;
    color: #FF0000;    
}
a:hover
{
    text-decoration: underline;
}

h1 
{
    font-size: 10px;
}    
h2 {    margin-top: 0px;}
h3
{
    margin-top: 0px;
    color: #000000;
}
h4 {}
h5 {    margin-top: 2px;
        margin-bottom: 2px;}

.h3text
{
    margin-left: 10px;
    text-indent: 10px;
}

div#body
{
    margin: 0 auto;
    width: 900px;
	border: solid 1px black;
}


/************************************************
            Header
 ************************************************/
div#header 
{
    font-family: Arial;
    font-size: 13px;
    height: 64px;
    color: #FFFFFF;
    background-color: #000000;
/*    border: solid 2px black; */
    border-bottom: solid 1px red;
    background-image: url("images/header-bg.jpg");
    background-repeat: no-repeat; 
}
div#header table
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
div#header th 
{
    text-align: left; 
    vertical-align: top; 
/*    font-family: Courier New, Courier;
    font-weight: bold; 
    font-size: 64px; */
}
/* div#header th a:hover { text-decoration: none } */
div#header td
{
    text-align: right;
    vertical-align: top;
}

div#header a
{
    color: #FFFFFF;
}


/************************************************
            Navigation
 ************************************************/
div#nav
{
    float: left;
    width: 160px;
    height: auto;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-right: 10px;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

div.nav ul li
{
}

ul.navlist {
	margin: 2px;
	padding-left: 3px;
}

.navlist li {
	display: list-item;
	background-color: Transparent;
	padding-top: 3px;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 2px;
    font-family: Courier New, Courier;
    white-space: nowrap;
/* 	font-family: arial, helvetica, sans-serif; */
}

.navlist a:link, #navlist a:visited {
    background-color: Transparent;
    color:#FF0000;
    text-decoration:none;
}

.navlist a:hover {
	background-color: #333333;
	color: #FFFFFF;
    text-decoration: underline;
}

.navlist a {
    padding: 0px 2px 2px 2px;
}


/************************************************
            Content
 ************************************************/
div#content
{
    width: 700px;
    margin-top: 0px;
    margin-left: 180px;
    padding: 7px;
    padding-bottom: 30px;
    border-left: solid 1px red;
	min-height: 500px; 
}


.GridDefault
{
    border: solid 1px #000000;
}

.GridDefault th 
{
    background-color: #333333;
    color: #FFFFFF;
    padding: 5px;
}

.GridDefault td
{
    padding: 4px 3px 4px 3px;
    vertical-align: middle;
    border: solid 1px #000000;
    font-size: 13px;
}

.GridDefault a
{
    color: #FF0000;
}

.GridDefault input[type='text']
{
    background-color: #DDDDDD;
}


.DetailsDefault
{
    border: solid 1px #000000;
}

.DetailsDefault td
{
    padding: 2px 4px 0px 4px;
    vertical-align: middle;
    border: solid 1px #FF0000;
    font-size: 13px;
    border: solid 0px black;
}

.DetailsDefault th, .DetailsHeader 
{
    background-color: #333333;
    color: #FFFFFF;
    padding: 3px !important;
    font-weight: bold;
}

.DetailsDefault input, .DetailsDefault select
{
}

.imgArrowButton
{
    background-color: #FF2222 !important;
    
}
.imgArrowButton:hover
{
    background-color: #333333 !important;
}

.RowAlternating
{
    background-color: #E2E7E7;
}
