/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
}
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 {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	color: #888;
	outline: none;
}
sup, sub {
	font-size: 10px;
	line-height: 9px;
}


/* TABLE STYLES */
table, table td, table th {
	border-collapse: collapse;
	border: 1px solid #dddddd;
	vertical-align: top;
	text-align: left;
}
.colortable {
	width: 100%;
}
.colortable td, .colortable th {
	border-bottom: 1px solid #eee;
	padding: 2px 0px 2px 0px;
}
.colortable td.label, .colortable th.label {
	background-color: #eee;
	border-bottom: 1px solid #fff;
	width: 100px;
}
.logotable {
	width: 460px;
	min-width: 460px;
	max-width: 460px;
}
.logotable td {
	width: 115px;
	min-width: 115px;
	max-width: 115px;
	text-align: left;
	vertical-align: middle;
}
.logotable img, .logotable .imagecenter, .logotable .imageleft, .logotable .imageright {
	margin: 0px;
	padding: 0px;
}


/* 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: #ff5400;
	color: #888888;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
.morelink {
	display: block;
	line-height: 20px;
	background-image: url("../image/web/menu/morelink_bg.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.backlink {
	display: block;
	line-height: 20px;
	background-image: url("../image/web/menu/backlink_bg.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.footerlink {
	color: #999999;
}
.footerlink:hover {
	color: #ffffff;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backdg {
	background-color: #ff5400;
}
.backlg {
	background-color: #fcf8e6;
	background-color: #eeeeee;
}
.backre {
	background-color: #445d83;
}
.backgr {
	background-color: #242526;
	background-color: #eeeeee;
}
.backye {
	background-color: #eeeeee;
}


/* TEXT COLORS */
.textre {
	color: #445d83;
}
.textlg {
	color: #999999;
}


/* IMAGE STYLES */
img {
	border-width: 0px;
}
.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: 30px;
	margin-bottom: 30px;
}


/* EDITOR STYLES */
.title, .sifrtitle {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}
.sifrtitle .sIFR-flash, .title .sIFR-flash {
	margin: 0px 0px 5px 0px;
}
#messages .sifrtitle {
	color: #990000;
}
#menu2fp .sifrtitle {
	color: #999999;
}


/* ELEMENTS */
.left {
	float: left;
}
.right {
	float: right;
}
