body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #BAC4CF;
}
img {
	border: 0;
}
.content {
	padding: 10px;
	background-color: #FFF;
	min-height: 360px;
}
.homeContent {
	padding: 10px;
	background-image: url(template/welcome.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	min-height: 360px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	color: #3C5F88;
}
h1 {
	margin-bottom: 20px;
	border-bottom: 1px #ccc solid;
}
h2 {
	font-weight: bold;
	margin-top: 30px;
}
h3 {
	font-weight: bold;
	margin-top: 30px;
}
h6 {
	/* Used for homepage top text */
	font-weight: bold;
	font-size: 10pt;
	margin-top: 0px;
}
a:link  {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	/* color: #527B35; */
	color: #E5C353;
	text-decoration: none;
}
#home {
	height: 360px;
	padding-bottom: 350px;
}
.menuBox img {
	width: 200px;
	height: 350px;
}
.templateBlack {
	background: #000;
}
.templateFooter {
	text-align: right;
	color: #FFF;
	background: #E5C353;
	padding-right: 10px;
}
.templateRightSide {
	color: #333;
	padding: 10px;
	width: 160px;
}
.templateRightSide a {
	color: #888;
	text-decoration: underline;
}
.templateRightSide a:hover {
	color: #E5C353;
}
.tableBorder {
	border: 1px solid #ccc;
}
.tableBorder td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/**************** MENU ***************/
#pMenu-root a {
	cursor: pointer; cursor: hand;
}

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
	color: #000000;
	font: 12px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	display: block;
	font-family: Arial , Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	width: 300px !important;
	/*
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	*/
}

.lowTextHover, a.lowTextHover:link, a.lowTextHover:visited, a.lowTextHover:active, a.lowTextHover:focus {
	color: #FFFFFF;
	font: 12px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: #000;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	text-align: left;
	color: #000000;
	font: 12px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	display: block;
	font-family: Arial , Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 20px;
	background-image: url(template/bullet-empty.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 25px;
}

.highTextHover, a.highTextHover:link, a.highTextHover:visited, a.highTextHover:active, a.highTextHover:focus {
	color: #FFFFFF;
	font: 12px Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 20px;
	color: #FFF;  
	background: #000;
	background-image: url(template/bullet-full.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 25px;
}


/* Borders used by some items */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}

.shippingMovementsTable {
}
.shippingMovementsTable table {
	border: 1px solid #ccc !important;
}
.shippingMovementsTable td {
	padding: 0 5px !important;
}