﻿body 
{
    font-family: Verdana, Helvetica, Tahoma, Helvetica-Narrow, sans-serif;
    margin: 0px auto;
    background: #7A98CF url(images/common/background_main_hybrid.gif) repeat-y center top;
    font-size: 0.75em;
}

input, select, textarea
{
    font-size:1em; 
    font-family: Arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 32px;
    font-weight: bold;
	margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #6682B1;
}

p 
{
	margin-top: 0px;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    color: #2a4676;
    background: url(images/common/underline.gif) repeat-x;
    font-family: Verdana, Helvetica, Tahoma, Helvetica-Narrow, sans-serif;
}

.rightblock h3, .leftblock h3
{
    font-size: 1.0em;
    font-weight: bold;
    color: #333333;
    padding: 0px 0px 12px 0px;
    margin: 0px;
    display: block;
    background: url(images/common/underline.gif) repeat-x;
}

/** Main navigation used by the masterpage **/

#poster
{
    /*background: url(images/common/posterFAKE.jpg) no-repeat;*/
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 80px;
    padding-top: 13px;
}

#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #444444;
    margin: 0 0 0 3px;
}

#tabstrip
{
    margin-right: auto;
    margin-left: auto;
    width: 721px;
    height: 23px;	
    background: #bfdbff url('images/common/TabstripBackground.gif') bottom left repeat-x;
    border-top: solid 1px silver;
    margin-top: 8px;
}

#navtop, #navbottom
{
    background: url(images/common/background_nav_main_hybrid.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
	background-color: #eeeeee;
	border: solid 1px #bbbbbb;
	padding: 10px 0px 10px 0px;
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 15px;
    color: #777777;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */
#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 20px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #000000;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/** formatting common to most pages **/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 180px;
}

#columnright
{
    margin-left: 190px;
}

.leftblock
{
    border: 1px solid #C3C3C3;
    padding: 5px 15px 15px 15px;
    margin-bottom: 10px;
    background: #F5F5F5 url(images/common/background_columnleft_hybrid.gif) repeat-y;
    vertical-align: top;
}

.rightblockheading 
{
	width: 497px;
	background: #F1F1F1; 
	border: solid 1px #AAAAAA; 
	border-bottom: solid 1px #D9FF45;
	max-width: 100%; 
	font-weight: bold; 
	padding: 3px 0px 3px 0px
}

.rightblock
{
    border: 1px solid #C3C3C3;
    padding: 5px 15px 15px 15px;
    margin-bottom: 10px;
    background: #F5F5F5 url(images/common/background_columnright_hybrid.gif) repeat-y;
    position: relative;
    width:499px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

.fullwidth
{
    border: 1px solid #C3C3C3;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #F5F5F5 url(images/common/background_fullwidth_hybrid.gif) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.searchwidth
{
    border: 1px solid #C3C3C3;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    background: #F5F5F5;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.dashedline
{
    border-bottom: 1px dashed #C3C3C3;
    padding-top: 5px;
    margin-bottom: 5px;
    clear:right;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */
form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}

/** Filters **/
.filterlabel 
{
	width: 80px;
	text-align: right;
}

.filtervalue 
{
	width: 110px;
	text-align: left;
}

/* label column */
.formlabel
{
    width: 130px; 
    vertical-align: middle;
    text-align: right;
    padding-right: 4px;
}

.formfield
{
    width: 200px;
}

.currencyfield
{
    width: 177px;
    text-align: right;
}

.formfieldcombowidth
{
    width: 183px;
}

.formblock
{
    width:346px;
}

.table100p
{
	width: 100%;
}

/* User details control */
.UserDetailsTable 
{
	width: 100%;
	background-color: #ccccff;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	border: Solid 2px Navy;
	line-height: 25px;
}

.UserDetailsTableHeader
{
	border-bottom: Navy 2px Solid;
	background-color: #666699;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #eeeeff;
	padding-left: 3px;
	text-align: center;
}

.EditFormHeader
{
	background-color: #D9FF43;
	font-weight: bold;
	height: 21px;
	border-bottom: Solid 1px black;
}

.button, button {
	border:1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	background-image:url(images/common/button_background.gif);
	background-position:top;
	background-color:white;
	height:20px;
	width:80px;
	vertical-align: middle;
}

.floatPopupRight 
{
	float: right; 
	width: 140px; 
	height: 180px; 
	border: dashed 1px gray; 
	background-color: #EFF0F1; 
	padding: 10px 10px 10px 10px; 
	margin-left: 10px;
}

.floatPopupRightTall
{
	float: right; 
	width: 140px; 
	height: 270px; 
	border: dashed 1px gray; 
	background-color: #EFF0F1; 
	padding: 10px 10px 10px 10px; 
	margin-left: 10px;
}

.homePageProduct
{
	width: 155px; 
	height: 280px; 
	border: solid 1px gray; 
	background-color: white; 
	margin-left: 2px;
	margin-right: 5px;
	float: left;
}

.homePageProduct2c
{
	width: 238px; 
	height: 280px; 
	border: solid 1px gray; 
	background-color: white; 
	margin-left: 2px;
	margin-right: 5px;
	float: left;
}

.homePageProductHeader
{
	background-color: #DBDCDD;
	background-image:url(images/home/product_header.gif);
	padding: 5px 4px 5px 4px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.homePageProduct a:link, .homePageProduct a:visited, .homePageProduct a:hover, .homePageProduct a:active
{
    text-decoration: none;
    color: black;
}

.homePageProduct a:hover, .homePageProduct a:active
{
    text-decoration: none;
    color: #6682B1;
}

.homePageProductText
{
	padding: 10px 8px 5px 8px;
	font-size: .9em;
}

.productListing
{
	width: 470px;
	border: solid 1px #6682b1;
	height: 90px;
	padding: 5px 10px 5px 10px;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	vertical-align: top;
}

.productListingBlurb 
{
	font-size: .7em; 
	font-weight: normal;
}

.productListingFrom 
{
	font-size: .6em;
}

.productListingPrice 
{
	font-size: .8em; 
	font-weight: normal;
}

.productListingPicture
{
	float: right;	
}