html 
{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #d0c7be;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width:956px;
	text-align:left;
}

#logo {
	padding-top:8px;
	padding-left:21px;
	text-align:left;
	padding-bottom:20px;
}

body, table, .body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
img
{
	border: 0px;
}
a:link, a:active, a:visited , a:hover
{ 
	color: black;
	text-decoration: none;
}
a:hover
{ 
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.button 
{
	background: #CCCCCC;
	color: #000000;
}
.grey, .gray
{
	color: #999999;
}
.alt
{
	background-color: #EEEEEE;
}
#footer{
	background-image:url(../images/footer.png); 
	background-repeat:no-repeat; 
	width:946px; 
	height:60px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000000; 
	padding-top:15px; 
	padding-left:10px; 
	text-align:left;
	margin-left: -3px;
	vertical-align:middle;
}

.footer
{
	background-repeat:no-repeat; 
	width:946px; 
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000000; 
	padding-left:10px; 
	text-align:left;
	margin-left: -3px;
	height: 12px;
}

#footer a{ 
	color:#000000; 
	text-decoration:none;
}

#footer a:hover{ 
	text-decoration:underline;
}

#dksLink{
	float:right; 
	padding-right:25px; 
	text-align:right;
}
.error
{
	color: #CC0000;
}
.footerLink, .footerLink:link, .footerLink:active, .footerLink:visited
{ 
	color: #AAAAAA;
	text-decoration: none;
}
.footerLink:hover
{ 
	color: #FFFFFF;
	text-decoration: underline;
}
.tinyLink, .tinyLink:link, .tinyLink:active, .tinyLink:visited
{ 
	font-size: 9px;
	text-decoration: none;
}
.tinyLink:hover
{ 
	text-decoration: underline;
}
.crumbs
{
    background-color:#3d3425;
	font-size: 9px;
}
.crumbLink, .crumbLink:link, .crumbLink:active, .crumbLink:visited
{ 
	font-size: 9px;
	text-decoration: none;
}
.crumbLink:hover
{ 
	text-decoration: underline;
}
.pageBox
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
H1 
{
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #30291f;
	text-decoration: none;
	padding-left: 8px;
}
.H1 
{
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	color: #30291f;
	text-decoration: none;
	padding-left: 8px;
}
H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #30291f;
	text-decoration: none;
	padding-left: 8px;
	text-align: left;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
	margin:10px 0px 5px 0px;	
}
H3
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #30291f;
	text-decoration: none;
	padding-left: 8px;
}
h3
{
	margin: 0px 0px 0px 0px;
}
h3, .colhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.colhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.dataTable
{
}
.dataTable tr
{
	text-align: left;
}
.dataTable tr.alt
{
	background-color: #EEEEEE;
}
.dataTable td.alt, .dataTable th.alt
{
	background-color: #E5E5FF;
}
.dataTable th
{
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid black;
}
.dataTable th a, .dataTable th a:link, .dataTable th a:visited, .dataTable th a:active, .dataTable th a:hover
{
	color: #AF0022;
}
.dataTable tr.dataFooter td
{
	padding: 1px 5px 1px 5px;
	border-top: 1px solid black;
}
.dataTable td
{
	padding: 1px 5px 1px 5px;
}
.formTable
{
}
.formTable tr
{
	vertical-align: top;
}
.formTable th
{
	font-weight: bold;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
}
.floater
{
	z-index: 1003;
	background-color: #EEEEEE;
	border: 2px solid #000000;
	position: absolute;
	top: 50%;
	left: 50%;
}

.floater1
{
	z-index: 1003;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	position: absolute;
	top: 50%;
	left: 50%;
}

.floaterFrame
{
	z-index: 1002;
	position: absolute;
	top: 50%;
	left: 50%;
}
.floaterTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #eeeeee;
	/*background-color: #CCCCCC;*/
}

.pageBlocker
{
	z-index: 1001;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.pageBlockerFrame
{
	z-index: 1000;
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

.productPopupBlocker
{
	z-index: 5000;
	position: absolute;
	/*filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;*/
}

.input
{
  font: normal 11px Arial, sans-serif;
  color: #90918d;
  background-color: #FFFFFF;
  border: 1px;
  border-top-color: #959494;
  border-bottom-color:#FFFFFF;
  border-right-color:#FFFFFF;
  border-left-color: #959494;
  border-style:solid;
  }

.inputBlack
{
  font: normal 11px Arial, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px;
  border-top-color: #959494;
  border-bottom-color:#FFFFFF;
  border-right-color:#FFFFFF;
  border-left-color: #959494;
  border-style:solid;
  }
.pageBlocker
{
	z-index: 1001;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.pageBlockerFrame
{
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
.borderBody
{
    background-color: #FFFFFF; 
    border: 1px solid #999999;
    width: 98%;
}
.tabBody
{
    background-color: white;
    border-left: solid 4px #e7e2da;
    border-right: solid 4px #e7e2da;
    border-bottom: solid 4px #e7e2da;
    width:735px;
    _width:743px; 
}
.tabBody1
{
    background-color: white;
    border: solid 4px #e7e2da;
    width:735px;
    _width:743px; 
}

.dataRow0
{
	background-color: #EEEEEE;
}
.dataRow1
{
}
.pagingTab
{
    border: 1px solid #999999; 
}
.loaderMask
{
    z-index: 30001;
    position: absolute;
    background: #FFFFFF;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}
.loaderImage
{
    z-index: 30002;
    position: absolute;
    background: url(../Images/loader.gif) no-repeat 50% 50%;
}
.scrolling
{
	position: relative;
	overflow: auto;
	border: 1px solid #000000;
}

#navigation {
	
	text-align:left;
	width:948px;
	_width:950px;
}
#navigation table {
	width:948px;
	_width:950px;
}

#navigation table tr td
{
  height: 34px;
}

#navigation table tr td a {
	font-family:"Times New Roman Regular", Times, serif;
	font-size:13px;
	color: #160F05;
	text-decoration:none;
}


#topNav{
	
	background-color:white;
	height:7px; 
	text-align:right; 
	padding-right:15px;
	color:#FFFFFF;
	/*font-size:11px;*/
}

#topNav a{
	color:black;
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
}

.topNavigation{
    text-align:left;
    color:White;
    width:948px;
}

.topNavigation table tr td{
	background-color:#120b01;
	background-repeat:repeat-y;	
	color:White;
	width:948px;
}

.topNavigation table tr td a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:White;	
	text-decoration:none;
}

.topNavigation a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:White;	
	text-decoration:none;
	
}
.topNavigation a:visited
{
    color:White;
}
.header18{
    font-family:Georgia;
    font-size:18px
}
.header14{
    font-family:Georgia;
    font-size:14px
}
.test table tr td{
    font-family:Verdana, Arial;
}
#breadcrumbs {
	/*background-color:#30291f; */
	background-color:#3d3425;
	width:948px; 
	text-align:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	padding-top:3px; 
	padding-bottom:3px;
	color:#c8c6c3;
}

#breadcrumbs a{
	color:#c8c6c3;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
}

#breadcrumbs a:hover{
	text-decoration:underline;
}

.leftColumn{
	background-repeat:no-repeat; 
	padding-top:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}

.leftColumn a{
	text-decoration:none;
	margin-left:14px;
	line-height:18px;
	color:#000000;
	float:left;
	border-bottom:dotted 1px #aea79d;
}

.leftColumnAdmin{
	background-repeat:no-repeat; 
	padding-top:20px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}

.leftColumnAdmin table tr td.underline
{
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#aea79d;
}

.leftColumnAdmin a:Link, .leftColumnAdmin a:Visited, .leftColumnAdmin a:Active{
	text-decoration:none;
	line-height:22px;
	vertical-align: bottom;
	color:#000000;
	float:left;
	font-weight: bold;
}

.leftColumnAdmin a:Hover{
	color:#000000;
	text-decoration: underline;
}

.main{
	text-align:left; 
	width:798px; 
	float:right; 
	background-image:url(../images/columnShadow.png); 
	background-repeat:repeat-y;
}

#mainnoleft{
	text-align:left; 
	width:948px;
	_width:948; 
	float:right; 
	background-repeat:repeat-y;
}

#mainContent{
	padding:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.productView{
 /*   width: 150px;   */
}

.indent10 td{
    padding-left:10px;
}

.adminTR
{
	padding-bottom: 4px;
	padding-top: 5px;	
}

.adminTR th
{
	padding-top: 10px;
}

.treeOpen
{
	background-image: url(../Images/toggle_open.gif);
}
.treeClosed
{
	background-image: url(../Images/toggle_closed.gif);
}

ul
{
	margin:0px;
	margin-left: 25px;
	padding-left:0px;
	font-family:Arial;
	font-size:11px;
}

.adminForm tr th
{
	vertical-align: top;
	text-align: right;
}

.frontForm tr th
{
	text-align: right;	
}

.tuxBox
{
	background-image:url(../images/TuxBox.jpg); 
	background-repeat: no-repeat; 
	width: 265px; 
	height: 163px;
}

.sideBarMenu
{
	padding-top: 15px;
	background-image: url(../images/columnBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
	_width: 149px;
	width: 150px;
	height:200px
}

.sideBarMenu div
{
	border-bottom:dotted 1px #aea79d; 
	padding: 2px 0 2px 0;
	width: 90%;
	padding-left: 5px;
	margin-left: 5px;
	line-height: 20px;
	font-size: 11px;
}

.alphaSelectedOn
{
	color:Black;
	font-weight: bold;
}

.alphaSelectedOff
{
	color:Gray;
	font-weight: bold;
}

.attendantFormHeader
{
	font-weight: bold;
	padding-top: 5px;	
}

.attendantForm tr td
{
	font-size: 11px;
}

.orderLineCell td
{
	border-bottom: 1px solid #d3d3d3;	
}

.noOrderLineCell td
{
	border-bottom: 0px solid #d3d3d3;	
}

.attributeHelp
{
	cursor:help;
}

.attributeHelp a:Link, .attributeHelp a:Visited, .attributeHelp a:Active
{
	color:Black;
}

.attributeHelp a:Hover
{
	text-decoration: underline;
	cursor: help;
}

.wedding tr td
{
    padding-left:10px;
}

.step2Border tr td
{
	border-bottom: 1px solid #e7e2da;
}

.popup tr td
{
    padding-left:10px;
}

.popup table tr td
{
    padding-left:10px;
}

.weddingSetupList
{
	list-style-image: url('../images/bullet_thingy.gif');
	
}
.weddingSetupList li
{
	padding: 3px;
	font-size: 12px;
}

.tabOn
{
	font-size: 14px;
	font-family: Serif;
	background-color: #e6e2d9;
	border-top: 1px solid #bbb6b2;
	border-left: 1px solid #bbb6b2;
	border-right: 1px solid #bbb6b2;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}

.tabOff
{
	font-size: 14px;
	font-family: Serif;
	background-color: White;
	border-top: 1px solid #bbb6b2;
	border-left: 1px solid #bbb6b2;
	border-right: 1px solid #bbb6b2;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}

.sizeChartGrid
{
	border-top: 1px solid #bbb6b2;
	border-left: 1px solid #bbb6b2;
	width:500px;
}

.sizeChartCell
{
	border-bottom: 1px solid #bbb6b2;
	border-right: 1px solid #bbb6b2;
	padding-top: 2px;
	padding-bottom: 2px;
}

.faqHeader
{
	border-bottom: 1px dotted black;	
	font-weight: bold;
	font-size: 14px;
}

.faqQuestion
{
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

.add, .add:link, .add:active, .add:visited
{ 
	font-size: 10px;
	color: #0026FF;
	text-decoration: none;
}

.faqAnswers a:hover
{ 
	text-decoration: none;
}



.tiny
{ 
	font-size: 9px;
}
.tinyLink, .tinyLink:link, .tinyLink:active, .tinyLink:visited
{ 
	font-size: 9px;
	text-decoration: none;
}
.tinyLink:hover
{ 
	text-decoration: underline;
}

.tabActive
{
	padding: 5px;
	background-color: #EEEEEE;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.tabActiveLink, .tabActiveLink:link, .tabActiveLink:active, .tabActiveLink:visited, .tabActiveLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.tabGrey
{
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
}
.tabGreyLink, .tabGreyLink:link, .tabGreyLink:active, .tabGreyLink:visited, .tabGreyLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.borderBox
{
	border: 1px solid #999999;
}

.leftBorder
{
	/*border-left: 1px solid #999999;*/
	margin-left: 5px;
	padding-left: 5px;
}

.regAllBorder
{
    border:solid 4px #e7e2da;   
}
.regNoTopBorder
{
    border-bottom:solid 4px #e7e2da;   
    border-right:solid 4px #e7e2da;   
    border-left:solid 4px #e7e2da;   
}
.regNoBorder
{
    border: solid 0px white;
}

.flyOutList
{
	/*position: relative;*/
	z-index: 1;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	cursor: default;
}
.flyOutListSelected
{
	padding: 2px 5px 2px 5px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.flyOutListDrop
{
	position: absolute;
	z-index: 100;
	visibility: hidden;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
.flyOutListList
{
	padding: 2px 0px 2px 0px;
	white-space: nowrap;
}
.flyOutListOut
{
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}
.flyOutListOver
{
	background-color: #EEEEEE;
	padding: 0px 5px 0px 5px;
}
.printHide
{
    display: none;
}
.printShow
{
    display: inherit;
}
