﻿body 
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}

H1
{
    font-family:Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #FFFFFF;
}

a
{
	color:#3366CC;
	font-size:12px;
	text-decoration:none;
	font-weight: bold; 
}

a:hover
{
	/*color:#FF0000;*/
	text-decoration:underline;
}

a.WhiteLink
{
	color:#ffffff;
	font-weight: bold; 
}

a.WhiteLink:hover
{
	text-decoration:underline;
}

a.TitleLink
{
    font-size: 20px;
	color:#3366CC;
	font-weight: bold; 
}

a.TitleLink:hover
{
	text-decoration:underline;
}

a.MainNav
{
	color:#ffffff;
	font-weight: bold; 
	padding-left:25px;
	padding-right:25px;
}

a.MainNav:hover
{
	text-decoration:underline;
}

a.MediumLink
{
	color:#3366CC;
	font-weight: bold; 
	font-size:18px;
}

a.MediumLink:hover
{
	text-decoration:underline;
}

.WhiteBold
{
    color: #FFFFFF; 
    font-weight: bold; 
}

.White
{
    color: #FFFFFF; 
    font-weight: normal; 
}

.Bold
{
    font-weight: bold; 
}

.BlackBorder
{
    border: solid 1px #000000;
}

.RedText
{
    color: #FF0000;
}

.Title
{
    font-size:20px;
    font-weight:bold;
}

#MainWrapper
{
	margin:0px auto 0px auto;
	width:98%;
	/*min-width:995px;*/
	text-align:left;
	height:100%;
}

#TopWrapper
{
	vertical-align:top;
	top:0px;
	left:0px;
}

#Header
{
	position:relative;
	background-color:White;
}

#TopBar
{
    position:absolute;
	width: 100%;
	height:15px;
	text-align:left;
	background-color: #3366CC;
	padding: 5px 5px 5px 5px;
}

#Login
{
    position:relative;
    float:right;
    padding: 5px 5px 5px 5px;
}

/*BreadBar
{
    position:absolute;
    top:0px;
	left:0px;
	width: 100%;
	height:15px;
	text-align:left;
	background-color: #3366CC;
	padding: 5px 5px 5px 5px;
}*/

#Logo
{
	position:absolute;
	clear:both;
	top:25px;
	left:0px;
}

.TopRow
{
    background-color: #3366CC;
    color: #FFFFFF; 
    font-weight: bold; 
}

/*Search*/
/*SearchHeader, SearchHeaderLarge, SearchHeaderLargeBold, SearchHeaderSmallBold, Paging, NoResultsHeader, NoResultsTips, NoResultsBestSellers, SearchItem*/
.SearchItem
{
    position:relative; 
    float:left; 
    width:165px; 
    height:195px; 
    padding:5px; 
    border-bottom:dashed 1px #666666;
}
.DetailForm
{
    font-size:12px;
    height:18px;
}

.DetailFormReadOnly
{
    color:#999999;
}
.MediumBold
{
    font-size:18px;
    font-weight:bold;
}
.Medium
{
    font-size:18px;
}

.NormalItalic
{
    font-size: 12px;
    font-weight: normal;
    font-style:italic;
}
.Small
{
    font-size:10px;
}
.SmallItalic
{
    font-size:10px;
    font-style:italic;
}
.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:#ffffff;
}
.SectionHeader
{
    font-weight: bold;
    color:#ffffff;
    background-color: #3366CC;
    border: solid 1px #000000;
}

.textbox
{
    font-size: 11px;
    height: 13px;
    width: 60px;
}

.textboxlink
{
    font-size: 11px;
    height: 13px;
    width: 200px;
}

.textboxgrey
{
    font-size: 11px;
    height: 13px;
    width: 60px;
    color: #999999;
}
.dropdown
{
    font-size: 11px;
    height: 20px;
}

.ComingSoon
{
    font-size: 50px;
    font-weight:bold;
}

.TextBoxAdmin
{
    width:400px;
}

/*Menu*/
/*IE8 Menu fix for DynamicMenuStyle*/
.StaticMenuStyle
{
    border: solid 1px #3366CC;
    background:#3366CC url('Images/MenuBG.gif') repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.StaticMenuItemStyle
{
    color: #ffffff;
    font-weight: bold;
    height: 18px;
}
.StaticHoverStyle
{
    color: #ffffff; 
    background:#3366CC url('Images/MenuHoverBG.gif') repeat-x;
    height: 18px;
}
.DynamicMenuStyle
{
    border: solid 1px #4682B4;
    background:#3366CC url('Images/MenuBG.gif');
    z-index: 1; /*IE8 Menu fix for DynamicMenuStyle*/  
    width: 160px;
    padding-left: 3px;
    padding-right: 3px;
}
.DynamicMenuItemStyle
{
    color: #000000;
    height: 18px;
    width: 160px;
}
.DynamicHoverStyle
{
    color: #ffffff;
    background:#3366CC url('Images/MenuHoverBG.gif') repeat-x;
    width: 160px;
}
/*ul.bullet {
	list-style-type: disc;
}*/
hr
{
    color: #3366CC;
    background-color: #3366CC;
    height: 3px;
}
.accordionHeader
{
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #3366CC;
}
.accordionHeaderSelected
{
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #3366CC;
}
.accordionContent
{
    
}

.groupingtitle
{
    color: #3366CC;
    font-size: 18px;
    font-weight: bold;
}

.collapsePanel
{
    overflow:hidden;
}
