@charset "utf-8";
table,body,textarea,input,select, td {
	font-family: Tahoma, Verdana, 'MS Sans Serif', 'Microsoft Sans Serif', Loma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
  background: url(/themes/Default/images/bgweb.jpg);
  background-color: #e2701c;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: center top;
}
/*input element*/
p {
}
hr {
	border: 0px;
}

.headSection {
}
.headCategory {
}
.headType {
}
.productHead {
}
.headContent {
}
.headTopic {
}

.productRefno {
}

a:link 
{font-size: 13px; color: #f58220; text-decoration:underline;}
a:visited
{font-size: 13px; color: #f58220; text-decoration:underline;}
a:hover 
{font-size: 13px; color: #000000; text-decoration:none;}

a.menu:link {	color: #FFFFFF;	text-decoration: none; }
a.menu:visited { color: #FFFFFF;	text-decoration: none; }
a.menu:hover { color: #00a3c6; text-decoration: none; }

a.loginMenu:link {	color: #FFFFFF;	text-decoration: underline; }
a.loginMenu:visited { color: #FFFFFF;	text-decoration: underline; }
a.loginMenu:hover { color: #FFFFFF; text-decoration: none; }

img {
	border: 0px;
}

/*div style*/
div.listView1 {
	padding-top: 5;
	padding-left: 0;
	border: 0px solid;
	float: left;
}
div.iconView {
	text-align: left;
	float: left;
	border: 0px solid;
	width: 140px;
	padding: 5px;
}

div.imgBorder {
	height: 70px;
	width: 88px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}
div.imgBorder a {
	height: 70px;
	width: 88px;
	display: block;
	overflow: hidden;
	vertical-align: middle;
}
div.imgBorder a:hover {
	height: 70px;
	width: 88px;
	background-color: #EFFAFE;
	color : #FF6600;
	vertical-align: middle;
}
div.imgInfoBorder {
	background-color: #FAFAFA;
	width: 84px !important;
	width: 90px;
	height: 45px;
	vertical-align: middle;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #ccc;
	color: #000;
}

.clear {
	clear:both;
}
.left {
	float: left;
	border: 0px solid;
}
.right {
	float: right;
	border: 0px solid;
}
div.label{
	float: left;
	font-weight: bold;
	width: 100px;
	padding: 4px;
	padding-top: 4px;
	/*border: 1px solid;*/
}
div.detail{
	float: left;
	width: 75%;
	padding: 4px;
	/*border: 1px solid;*/
}
div.singleLabel {
	float: left;
	width: 98%;
	padding: 4px;
	border: 0px solid;
	font-weight: bold;
}
div.singleDetail {
	float: left;
	width: 98%;
	padding: 4px;
	border: 0px solid;
}
div.header {
	float: left;
	width: 98%;
	padding: 2px;
	border: 0px solid;
	font-weight: bold;
	font-size: 14px;
}
.tableHeader {
  background: url(/themes/Default/images/tableHeader.png);
  font-weight: bold;
}
.tableBorder {
  border-bottom: 1px solid #e3e3e3;
}
div.border {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 3;
}
.highlight { color: #e2174a; }

.require {

}
.require2 {
	border-left: 3px solid #F9C51E;
}

.separate {
	border:none;
	background: url(/themes/Default/images/bg_table_row.jpg);
	height: 31px;
}
.sb_quote {
        padding:5px;
        border:solid 1px #CCCCCC;
        background-color:#F7E4E7;
        color: #676767;
        font-size: 8pt;
        display: block;
        }
.sb_review_quote  {
        padding:5px;
        border:solid 1px #000000;
        background-color:#F7E4E7;
       	color: #676767;
        font-size: 8pt;
        display: block;
}

div.module {
	width: 33%; 
	height: 70px; 
	text-align: center;
	float: left;
	border: 0px solid;
}
div.alert {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
li {
	list-style:none;
}
ul{
	list-style:none;
}
.formList {
	width: 270px;
	text-align: right;
	margin-right: 10px;
}
.formList li {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sectionList {
	width: 375px;
}
.sectionList li {
	position: relative;
}
.dragHandle {
  cursor: move;
}
#calendar {
	float:left;
	width:100%;
	height:320px;
}
.calendarTable {
	background-color: #FFFFFF;
	height: 100%;
}
.calendarHead {
	background-color: #B9DBF7;
	color: #55719C;
	font-weight: bold;
	width: 14%;
}
.calendarEventDate {
	background-color: #D3EAF4;
}
.calendarCurrentDate  {
	background-color: #66CCFF;
}
.calendarIsDate {
	background-color: #FFFFFF;
	color: #55719C;
}
.calendarNonDate {
	background-color: #FFFFFF;
	color: #6981A6;
}
.success {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.productImg {
	width: 100px;
	font-size: 10px;
	text-align: center;
}
.productDetail {
	width: 120px;
}
.productLink {
	color: #FF0000;
}

