﻿a {
	text-decoration: none;
	color:#717171;
}

a:hover{
    text-decoration:underline;
    }
    
a:visited
{
	text-decoration:none;
	}

.menu
{
    padding-top:3px;
    padding-bottom:3px;
}

a.menu{
	color:#717171;
}

.horizontalMenu
{
	padding:6px 6px 6px 6px;
}




.topmenu
{
	padding:6px 6px 6px 6px;
	font-size:8pt;
}

a.topmenu:visited
{
	text-decoration:none;
	color:White;
}

a.search, a.searchTopic
{
	color:#717171; 
	font-size:12pt; 
	font-weight:bold; 
	text-decoration:underline; 
}

a.searchTopic
{
	text-decoration:none;
}

a.dir
{
	color:#717171; 
	font-size:12pt; 
	text-decoration:underline; 
	
}

a.subdir
{
	color:#717171; 
	font-size:10pt; 
	font-weight:normal; 
	text-decoration:underline; 
}

td.prompt
{
	text-align:right;
	padding-right:10px;
	vertical-align:top;
}

body 
{
	
	color:#333333;
	font-size:8pt; 
	font-family: Arial, Helvetica, sans-serif; 
}

.photo
{
	border:none;
	width:180px;
	height:180px;
}

.order
{
	border:solid 1px #999999;
}

.textbox, .textboxRight
{
	border:solid 1px #dddddd;
	width:200px;
	padding:3px;
    font-family:Arial;
}

.textboxRight
{
    text-align:right;
}

.usertextbox
{
    border:solid 1px #dddddd;
    padding:5px;
    font-weight:bold;
    font-size:1.4em;
    width:250px;
}

.buttons
{
	border:solid 1px #717171;
	width:100px;
}

.tableHeader
{
	color:#fff;
	background-color:#717171;
	vertical-align:top; font-size:12pt; font-weight:bold; line-height:18pt; 
}



.gray {color:#717171; text-decoration:none}
.orange {color:#E08E37; text-decoration:none}
.red {color:#C00606; text-decoration:none}
.blue {color:#2D98B8; text-decoration:none}
.green {color:#A0D435; text-decoration:none}



.button
{
position:absolute;
margin-left: 0;
padding-left: 0;
font-family:Verdana, Arial;
font-size:10pt;
}

a.button
{
position:relative;
padding: 1px 5px; 
}

a.button:link, a.button:visited
{
color: #fff;
background-color: #717171;
text-decoration: none;
}

a.button:hover
{
color: #fff;
background-color: #c00606;
text-decoration: none;

}


.debug
{
	background-color:#c00606;
	color:White;
	font-size:12pt;
}

.alert
{
	font-size:11pt;
}

.MaskedEditError
{
 background-color:Red; color:Red;
}

.Container
{
	margin:auto;
	min-height:400px;
	background:#ffffff;
	max-width:500px;
	min-width:500px;
	border:solid 1px #d4d4d4;
	padding:0 20px 20px 20px;
}

.ToolBar
{
	border:solid 1px #d4d4d4;
	padding:10px;
	margin-bottom:20px;
}

.GridContainer
{
	background:#ECF5FB;
	min-height:300px;
	border:solid 1px #d4d4d4;
}


.ModalPopupBG
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.popup_Container {
	background-color:white;
	border:2px solid #717171;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	width: 500px;
}

.popup_Titlebar {
	background: url(Images/titlebar_bg.jpg);
	height: 29px;
}

.popup_Body
{
	padding:15px 15px 15px 15px;
	font-family:Verdana;
	font-size:1.2em;
	line-height:15pt;
	clear:both;
	padding:20px;
	background-color:#dddddd;
}

.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#FFFFFF;
}
.TitlebarRight 
{
	background:url(Images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popup_Buttons
{
    padding:10px;
	background-color:#dddddd;
}

.header
{
    background-color:#717171;
    color:White; 
    border: 1px solid rgb(47, 79, 79);
    cursor: pointer;
    font-family: Arial, sans-serif;
     font-size:1em;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
 }
 
 .content
 {
     border:dashed 1px black;
     background-color: #dddddd;
     font-size:0.8em;
     padding:5px 5px 5px 5px;
     height:100px;
 }
 
 .roundedPanel
 { background:#dddddd;
 }
 
 .collapsePanel {
    height: 0px;
    background-color: #717171;
    font: 0.8em Verdana;
    overflow: hidden;
    padding-top:6px;
}
 
.collapsePanelHeader{
    color:White;
    font-weight: bold;
    font: 1.1em Verdana;
    background-color: #717171;
    float: none;
    cursor: pointer;
    vertical-align: middle;
}

.cartCollapsePanel {
    height: 0px;
    background-color: #dddddd;
    overflow: hidden;
    padding-top:6px;
}


.MenuPanelHeader{
    background-color:#717171;
    color:white;
    font-weight: bold;
    font: 1.1em Verdana;
    float: none;
    cursor: pointer;
    vertical-align: middle;
}

 .MenuPanel {
    color:white;
    background-color: #717171;
    padding-top:3px;
    padding-left:16px;
}

a.MenuPanel
{
    font-size:0.8em; 
    color:White; 
    padding-left:0px;
    font:Verdana; 
    font-weight:normal;
}

.ContentPanel
{
    background-color:#dddddd;
    color:#717171;
    font: 1.1em Verdana;
}



.menupanelNEEDSTOCOLLAPSE
{
    height:0px; overflow:hidden;
}


.MenuOption1
{
    padding-left:10px;
}

.banners{
    color:#717171;
    font-weight: bold;
    font: 1.1em Verdana;
    background-color: #dddddd;
    float: none;
    cursor: pointer;
    vertical-align: middle;
}

.error
{
    font-size:8pt;
    color:black;
}
 
.deliveryButton
{
    padding-right:20px;
} 

.navtitle
{
    border-bottom:solid 1px #dddddd; background-color:#717171; color:White; font-size:1.0em; font-weight:bold; padding-left:6px; padding-top:6px; height:22px;
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #dddddd;
    color:rgb(51, 51, 51); 
    font-family: Arial, Sans-Serif;
    font-size: 1.0em;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
 
.accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
.accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #dddddd;
    color: white;
    background-color: #717171;
    font-family: Arial, Sans-Serif;
    font-size: 1.0em;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}
 
.accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
.accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    /*background-color: #D3DEEF;*/
    border: 1px solid #dddddd;
    border-top: none;
}
