/* DEFAULT TEMPLATE & EDITOR STYLES */
body {
	background-color: #ffffff;
}
body, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #2e373f;
	outline: none;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border-width: 0px;
	vertical-align: top;
	text-align: left;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
}
li {
	/*list-style-image: url("../image/web/list_blue.png");*/
	list-style-type: square;
	/*color: #0081d2;*/
}
ul, ol {
	padding-left: 15px;
}


/* COLORED TABLE STYLES */
.colortable {
	width: 600px;
}
.colortable td {
	border-bottom: 1px solid #cccccc;
	padding: 2px 10px 2px 0px;
}


/* LINK STYLES */
a {
	color: #277dc7;
	text-decoration: none;
}
a:hover {
	color: #c81f21;
}

a img {
	border: 0px;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backbl {
	background-color: #277ec7;
}
.backdg {
	background-color: #2e373f;
}


/* IMAGE STYLES */
.imageleft {
	float:left;
	margin-right: 30px;
}
.imageright {
	float: right;
	margin-left: 30px;
}
.imagecenter {
	float: right;
	border: 0px;
	margin-top: 10px;
	margin-left: 20px;
}
.imageleft, .imageright {
	border: 0px;
	margin-bottom: 30px;
}


/* EDITOR STYLES */
h1.title {
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	display: block;
}
h2.title {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	display: block;
}
.arrowblue {
	padding-left: 10px;
	background-image: url("../image/web/arrow_blue.png");
	background-position: left 7px;
	background-repeat: no-repeat;
	display: block;
}
.arrowgrey {
	padding-left: 10px;
	background-image: url("../image/web/arrow_grey.png");
	background-position: left 7px;
	background-repeat: no-repeat;
	display: block;
}
.nextlink {
	padding-right: 15px;
	background-image: url("../image/web/next_link.png");
	background-position: right;
	background-repeat: no-repeat;
}
.morelink {
	padding-left: 18px;
	background-image: url("../image/web/next_link.png");
	background-position: left 7px;
	background-repeat: no-repeat;
}
.squarelink {
	padding-left: 18px;
	padding-top: 8px;
	background-image: url("../image/web/list_blue.png");
	background-position: left 7px;
	background-repeat: no-repeat;
}
.softlink {
	color: #2e373f;
}
.tip {
	cursor: help;
	border-bottom: 1px dashed #FF0000;
	color: #FF0000;
}