body
{
    background-image: url('../images/background.jpg');
    background-attachment: fixed;
    font-family: "Trebuchet MS",tahoma,arial,helvetica,sans-serif;  
    font-size: 100%; 
    height: 100%; 
    width: 100%;
    margin: 0;
}

html
{
    height: 100%; 
    width: 100%;
    margin: 0;
}

A:link {
    text-decoration:    none;
    color:#874784;
}

A:visited  {
    text-decoration:    none;
    color:#874784;
}

A:active   {
    text-decoration:    none;
    color:#874784;
}

A:hover    {
    text-decoration:    underline;
    color:#874784;
}


.snippetHeader
{
    font-size: 182%;
    font-weight: bold;
}

.snippetSubHeader
{

    font-size: 130%;
    font-weight: bold;
    color: #874784;
    
}

.formSectionLabel
{

    font-size: 110%;
    font-weight: bold;
    color: #874784;
    
}
   
#toprightContainer
{
    width: 984px; 
    height: 35px;
}

#toprightContent
{
    text-align: right;
    color: white;
    padding-top: 8px;
}

#preLoaderAngel
{
    width: 210px;
    background-color: white; 
    border: 10px solid #874784; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    text-align: left;
}

#masterContainer 
{ 

    width: 984px; 
    top: 3%; 
    background-color: white; 
    border: 10px solid #874784; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    text-align: left;
}

.entryItem 
{  
    background-color: #EAD9E9; 
    border: 2px solid #EAD9E9; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    text-align: left;
	margin: 10px;
}

#entryForm 
{ 

    width: 800px;  
    background-color: #ffe9f5; 
    border: 2px solid #874784; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    text-align: left;
}

#confirmOrder 
{ 

    width: 800px;  
    background-color: #ffe9f5; 
    border: 2px solid #874784; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
    text-align: left;
}

#headerContainer
{
    height: 70px;
    text-align: left;
    overflow: hidden;
}

#breadCrumbContainer
{
    width: 984px; 
    height: 35px;
    background-image: url('../images/breadcrumb_background.jpg');
}

#breadCrumb
{
    text-align: left;
    color: black;
    padding-top: 5px;
    padding-left: 8px;
}

#contentContainer
{
    text-align: left;
}

#footerContainer
{
    background-image: url('../images/footer_background.jpg');
    width: 984px; 
    height: 35px;
}

#footerContent
{
    text-align: left;
    padding-top: 8px;
    padding-left: 15px;
    overflow: hidden;
    text-align: right;
}

.tundra .dijitMenuItem
{
    font-size: 100%;
    font-family:"Trebuchet MS",arial,helvetica,sans-serif;

}

.tundra .dijitMenuPassive .dijitMenuItemSelected,
.tundra .dijitMenuPassive .dijitMenuItemHover,
.tundra .dijitMenuActive .dijitMenuItemSelected,
.tundra .dijitMenuActive .dijitMenuItemHover    
{
    background-color: #874784;
    color: white;
}

.tundra .dijitMenuBar, .tundra .dijitMenu
{
    border: 1px solid #874784;
}

.tundra .dijitContentPaneLoading {
background:url("../images/mend-loader.gif") no-repeat scroll left center transparent;
line-height: 100px; margin: 28px; padding-left: 28px; 
}

.mendHeader
{
    font-size: 182%;
    font-family:"BernhardFashion BT","BernhardFashion BT Regular","Trebuchet MS",arial,helvetica,sans-serif;
}

.mendSubHeader
{
    font-size: 130%;
    font-family:"BernhardFashion BT","BernhardFashion BT Regular","Trebuchet MS",arial,helvetica,sans-serif;
    color: #874784;
}

.mendText
{
    font-family:"BernhardFashion BT","BernhardFashion BT Regular","Trebuchet MS",arial,helvetica,sans-serif;
}









