/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
}
body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, h4, h5, ul, li, ol, sup, sub {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #781e12;
	outline: none;
}
sup, sub {
	font-size: 11px;
	line-height: 10px;
}


/* TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}
.colortable {
	width: 100%;
}
.colortable td {
	border-bottom: 1px solid #eee;
	padding: 2px 10px 2px 0px;
}
.colortable td.label {
	background-color: #eee;
	border-bottom: 1px solid #fff;
	width: 100px;
}


/* DEFAULT LIST STYLES */
ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 25px;
}


/* LINK STYLES */
a {
	color: #e24026;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.nextlink {
	display: inline-block;
	padding-left: 10px;
	background-image: url(../image/web/link/next_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.nextlink:hover {
	background-position: 0px 0px;
}
.routelink {
	display: inline-block;
	padding-left: 17px;
	background-image: url(../image/web/link/route_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.routelink:hover {
	background-position: 0px 0px;
}
.emaillink {
	display: inline-block;
	padding-left: 17px;
	background-image: url(../image/web/link/email_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.emaillink:hover {
	background-position: 0px 0px;
}


/* ICON STYLES */
.callicon {
	display: inline-block;
	padding-left: 17px;
	background-image: url(../image/web/icon/call_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #781e12;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF !important;
}
.backlr {
	background-color: #e24026 !important;
}
.backdr {
	background-color: #781e12 !important;
}
.backdo {
	background-image: url(../image/web/menu/bg.gif);
	background-position: 50px 0px;
	background-repeat: repeat-y;	
}


/* IMAGE STYLES */
img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.imageleft {
	float: left;
	margin-right: 20px;
}
.imageright {
	float: right;
	margin-left: 20px;
}
.imagecenter {
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.imagecenter, .imageleft, .imageright {
	display: inline;
}


/* EDITOR STYLES */
h1, h2, h3, h4, h5 {
	display: block;
	margin-bottom: 5px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin-top: 2px;
	margin-bottom: 3px;
}


/* ACTION BUTTON */
.tpl_action_button {
	border: 1px solid #e24026;
	padding: 5px 10px;
}
