/* -----------------------------------------------------------------------

	Global Stylesheet for CanPrint

----------------------------------------------------------------------- */
body, td, p, li {
	font-family: "Arial", "Helvetica";
	font-size: 12px;
}

th {
	font-family: "Arial", "Helvetica";
	font-size: 13px;
	font-weight: bold;
	color: #101010;
	text-align: left;
}

p {
	font-family: "Arial", "Helvetica";
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Arial", "Helvetica";
    color: #200000;
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-weight: bold;
}

h2 {
	font-family: "Arial", "Helvetica";
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000060;
}

h3 {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 2px;
}

.breadcrumbs {
	font-family: "Arial", "Helvetica";
	font-size: 11px;
}

.newsItem {
	font-family: "Arial", "Helvetica";
	font-size: 12px;
}

.frontPageTitle {
	font-family: "Arial", "Helvetica";
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #404040;
	margin-top: 0px;
}

.newsbox {
    background-color: #8AB1FF;
    border: solid 1px #0000C0;
    padding: 2px;
}

.flash {
  background-color: #FFCCCC;
  border: solid 1px #CC5050;
  padding: 5px;
}

.searchbox {
    background-color: #FFFFFF;
    border: solid 1px #606060;
    padding: 2px;
}

.searchInput {
    background-color: #FFFFFF;
    border: groove 1px #000050;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.treeNode {
		font-family: "courier";
    font-size: 14px;
}

p.treeContent {
		font-family: "courier";
    font-size: 12px;
		line-spacing: 13px;
}

A.httpFolderLink {
	behavior: url(#default#httpFolder);
}

A {
    color: #0000A0;
    text-decoration: none;
}

A:hover {
    color: #0000FF;
    text-decoration: underline;
}

a.treeAdd {
    color: #333333;
    background-color: #ccffcc;
    /*background-color: #66cc99;*/
    font-family: "courier";
    font-size: 12px;
    font-weight: bold;
}

a.treeDel {
    color: #333333;
    background-color: #ffcc99;
    /*background-color: #ff6633;*/
    font-family: "courier";
    font-size: 12px;
    font-weight: bold;
}

a.treeAdd:hover, a.treeDel:hover {
    color: #ffffff;
    background-color:#006699;
    text-decoration: none;
}

p.addressEven {
    font-family: courier;
    font-size: 12px;
		background-color: #cccccc;
		display: inline;
}
p.addressOdd {
    font-family: courier;
    font-size: 12px;
		background-color: #ffffff;
		display: inline;
}

li.addLink {
		list-style-type: none;
		list-style-position: inside;
}

/* Szymon Added Marriage Stationery Pricelist Styles */

table.priceList {
  font-family: courier;
  font-size: 0.9em;
}

table.priceList td {
  vertical-align: top;
}

table.priceList td.header {
  font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

table.priceList td.price {
  text-align: right;
	width: 5%;
}

table.priceList td.catnum {
  text-align: center;
	width: 5%;
}

table.priceList td.title {
  width: 85%;
}

table.priceList td.quantity {
  width 5%;
}

table.priceList tr.odd {
  background-color: #ffffff;
}

table.priceList tr.even {
  background-color: #dddddd;
}


/* -----------------------------------------------------------------------

	Latest Additions

----------------------------------------------------------------------- */

h2.section_name {
	font-size:    1.5em;
	font-family:  "Verdana, Arial, Helvetica";
}

h2.step_name {
	font-size:    1.5em;
	font-family:  "Verdana, Arial, Helvetica";
	font-weight:  700;
	text-align: center;
	margin-bottom: 10px;
}

h2.error_message {
	color: #700000;
	text-weigth: 700;
}

table.nav_step_top {
	width: 100%;
	border: none;
}

td.nav_step {
	font-family: "Arial, Helvetica";
	font-size: .8em;
	text-align: center;
	width: 20%;
}

