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


/* DEFAULT LIST STYLES */
ul, ol {
	padding-left: 15px;
}



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


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


/* LINK STYLES */
a {
	color: #f20092;
	text-decoration: none;
}
a:hover {
	color: #5c2d91;
}
a img {
	border: 0px;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backbl {
	background-color: #05adef;
}
.backpi {
	background-color: #f20092;
}
.backpu {
	background-color: #5c2d91;
}
.backlg {
	background-color: #eeeeee;
}


/* TEXT COLORS */
.textwh, .textwh * {
	color: #ffffff;
}


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


/* EDITOR STYLES */
.title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}
.linkarrow {
	display: block;
	padding-left: 20px;
	background-image: url("../image/web/linkarrow_pink_small.png");
	background-position: 0px 6px;
	background-repeat: no-repeat;
	line-height: 20px;
	margin: 2px 0px 0px 0px;
}
.linkarrow * {
	line-height: 20px;
}
.linkarrowright {
	display: block;
	padding-right: 20px;
	background-image: url("../image/web/linkarrow_pink_small.png");
	background-position: right 6px;
	background-repeat: no-repeat;
	line-height: 20px;
	margin: 2px 0px 0px 0px;
}
.linkarrowright * {
	line-height: 20px;
	text-align: right;
}
.backarrow {
	display: block;
	padding-left: 20px;
	background-image: url("../image/web/backarrow_pink_small.png");
	background-position: 0px 6px;
	background-repeat: no-repeat;
	line-height: 20px;
	margin: 2px 0px 0px 0px;
}
.backarrow * {
	line-height: 20px;
}


/* LINK ARROWS */
.nomargin {
	margin: 0px 0px 0px 0px;
}