/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
	background-image: url(../image/web/editor_bg.png);
	background-position: 0px 350px;
	background-repeat: repeat-x;
}
body, html, input, textarea, select, form, a, p, span, div, td, th, font, h1, h2, h3, h4, h5, ul, li, ol, sup, sub, dl, dt, dd, hr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	color: #31383e;
	outline: none;
}
sup, sub {
	font-size: 10px;
	line-height: 10px;
}


/* TABLE STYLES */
table, table td, table th {
	border-collapse: collapse;
	border: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.colortable {
	width: 100%;
}
.colortable td, .colortable th {
	border-bottom: 1px solid #ddd;
	padding: 2px 10px 2px 0px;
}
.colortable td.label, .colortable th.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;
}


/* HORIZONTAL RULE */
hr {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0px;
	min-height: 0px;
	max-height: 0px;
	overflow: hidden;
	background: #FFF;
	border-width: 0px;
	border-bottom: 1px solid #ddd;
}


/* LINK STYLES */
a {
	color: #0a66ac;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.nextlink {
	padding-left: 10px;
	background-image: url(../image/web/link/next_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 15px;
}
.morelink {
	padding-right: 10px;
	background-image: url(../image/web/link/more_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: inline-block;
}
.prevlink {
	padding-left: 10px;
	background-image: url(../image/web/link/prev_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	display: inline-block;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}


/* IMAGE STYLES */
img {
	border-width: 0px;
}
.imageleft {
	float: left;
	margin-right: 30px;
}
.imageright {
	float: right;
	margin-left: 30px;
}
.imageleft, .imageright {
	display: inline;
}


/* EDITOR STYLES */
h1, h2, h3, h4, h5, div.title {
	display: block;
}
h1, div.title {
	font-size: 17px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
.small {
	position: relative;
	z-index: 1;
	zoom: 1;
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	width: 50px;
	min-width: 50px;
}
*+html .small {
	display: inline; /* IE7 */
}
.tpl_kader {
	position: relative;
	z-index: 1;
	zoom: 1;
	padding: 10px 30px 10px 30px;
	background-color: #dedede;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -15px;
	margin-bottom: 15px;
}
.tpl_top {
	position: relative;
	z-index: 100;
	zoom: 1;
	height: 25px;
	padding-right: 10px;
	background-image: url(../image/web/link/top_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	text-transform: lowercase;
}
