html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul {
	list-style: none;
}
input,textarea,select,button, td, th{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
h1 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
}
h2 {
	font-size: 12px;
	margin-bottom: 8px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	margin-bottom: 8px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
p {
	margin-bottom: 5px;
}
a {
	color: #F06C01;
}
a:hover {
	color: #FEAF70;
}
.flr {
	float: right;
}
.fll {
	float: left;
}
.clb {
	clear: both;
}
.center {
	text-align: center;
}
.orange {
	color: #F06C01;
}
.biglink {
	font-size: 11px;
	font-weight: bold;
}
.iconlink {
	float: right;
	height: 16px;
	width: 16px;
}
.btnlinkSmall {
	background-image: url(style/orangebtnsmall.png);
	height: 21px;
	width: 72px;
	float: left;
	color: #FFFFFF;
	line-height: 21px;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
}
.btnlinkSmall:hover {
	color: #FFCC99;
}

#headerbg {
	top: 0px;
	background-image: url(style/headerbg.png);
	height: 148px;
	z-index: -100;
}


#main {
	width: 550px;
	margin-left: -275px;
	position: absolute;
	left: 50%;
	top: 0px;
}
#header {
	background-image: url(style/logo.png);
	height: 148px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}
#header a {
	height: 148px;
	width: 550px;
	display: block;
}

#menu {
	height: 18px;
}
#menu ul {
	margin-left: 66px;
}


#menu ul li {
	display: inline;
}

#menu ul li a {
	background-image: url(style/menubtn.png);
	background-position: top;
	height: 18px;
	width: 98px;
	display: inline;
	float: left;
	margin-right: 9px;
	line-height: 18px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#menu ul li a:hover {
	background-position: bottom;
	color: #F06C01;
}
#content {
	padding-top: 15px;
	padding-bottom: 25px;
}
#content ul {
	margin-bottom: 5px;
}

#footer {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	text-align: right;
	padding-right: 3px;
	padding-top: 1px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #F06C01;
}

.layouter .lspacer {
	clear: both;
	height: 8px;
	overflow: hidden;
}

.layouter .lrow {
	clear: both;
	float: left;
	width: 550px;
	margin-bottom: 3px;
}
.layouter .lrowsmall {
	width: 415px;
}

.layouter label,
.layouter .label {
	float: left;
	width: 185px;
	text-align: right;
	margin-right: 4px;
	height: 16px;
	line-height: 16px;
	display: inline;
}
.layouter .lrowsmall  label,
.layouter .lrowsmall .label {
	width: 250px;
}
.layouter .helpericon {
	background-image: url(icons/help.png);
	float: right;
	height: 16px;
	width: 16px;
}
.layouter .labelicon {
	float: right;
	height: 16px;
	width: 16px;
	background-position: center center;
	margin-left: 4px;
	display: inline;
}
.layouter .errorrow .lcnt {
	float: left;
	width: 327px;
	border: 1px dashed #E9594D;
	color: #E9594D;
	padding-left: 4px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	background-color: #FFE6E6;
}
.layouter .errorrow {
	color: #E9594D;
}
#content .layouter .errorrow ul {
	margin-bottom: 0px;
}
.layouter .moreLink {
	background-image: url(style/arrowmore.png);
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 330px;
	cursor: pointer;
	display: inline;
}
.layouter .moreLinkOpened {
	background-image: url(style/arrowless.png);
}
.layouter .seperatordashed {
	float: left;
	height: 1px;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
}
.layouter .linkrow {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 550px;
	clear: both;
	height: 40px;
	display: inline;
}
.layouter .linkrow .statusicon {
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.layouter .linkrow .col1 {
	float: left;
	width: 140px;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
}
.layouter .linkrow .col2 {
	float: left;
	width: 140px;
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
}
.layouter .linkrow .col3 {
	float: left;
	width: 50px;
	margin-top: 5px;
	display: inline;
}
.layouter .linkrow .col4 {
	float: right;
	display: inline;
	margin-top: 9px;
	margin-right: 3px;
}
.layouter .bigiconrow {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 550px;
	clear: both;
	display: inline;
}
.layouter .bigiconrow .icon {
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.layouter .bigiconrow .text {
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 40px;
}

.dashbox {
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px dashed #CCCCCC;
}
.formular .textbox {
	background-color: #f3f3f3;
	width: 335px;
	border: 1px solid #cccccc;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.formular .dropdown {
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
	width: 336px;
}
.formular .buttonOrange {
	background-image: url(style/orangebtn.png);
	height: 21px;
	width: 110px;
	border: 0;
	text-align: left;
	cursor: pointer;
	font-size: 10px;
	color: #FFFFFF;
	margin-right: 3px;
	vertical-align: baseline;
	display: inline;
	float: left;
}
.formular .buttonOrange span {
	padding-left: 5px;
	height: 21px;
	line-height: 21px;
}
.tooltip {
	position: absolute;
	z-index: 9999;
	width: 150px;
	left: 50%;
	top: 228px;
	margin-left: 276px;
}
.tooltip p {
	margin-bottom: 2px;
}
.tooltip .loader {
	background-image: url(style/tooltiploader.gif);
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #E6EEF7;
	margin-left: 10px;
}

.tooltip .header {
	font-size: 11px;
	font-weight: bold;
}

.tooltip .arrow {
	background-image: url(style/tooltiparrow.png);
	float: left;
	height: 19px;
	width: 10px;
	display: inline;
	margin-top: 5px;
}
.tooltip .content {
	background-color: #e6eef7;
	margin-left: 10px;
	padding-top: 7px;
	padding-left: 5px;
	font-size: 10px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.buttonLink {
	background-position: left center;
	float: left;
	line-height: 16px;
	height: 16px;
	padding-left: 19px;
	background-repeat: no-repeat;
	margin-right: 8px;
}
.fulloader {
	position: absolute;
	height: 90px;
	width: 300px;
	background-image: url(style/fulloader.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: -150px;
	left: 50%;
	top: 50%;
	margin-top: -45px;
}
.fulloader .text {
	padding-top: 60px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}



.iconLink {
	background-image:url(icons/link.png);
}
.iconFolder {
	background-image: url(icons/folder_table.png);
}
.iconPassword {
	background-image: url(icons/key.png);
}
.iconCaptcha {
	background-image: url(icons/picture.png);
}
.iconDelete {
	background-image: url(icons/delete.png);
}
.iconMoney {
	background-image: url(icons/money.png);
}
.iconImage {
	background-image: url(icons/image.png);
}
.iconHtml {
	background-image: url(icons/html.png);
}
.iconBb {
	background-image: url(icons/bb.png);
}
.iconSettings {
	background-image: url(icons/settings.png);
}
.iconSave {
	background-image: url(icons/save.png);
}
.iconLoad {
	background-image: url(icons/folder_table.png);
}
.iconSelect {
	background-image: url(icons/select.png);
}
.iconDate {
	background-image: url(icons/date.png);
}
.iconHits {
	background-image: url(icons/user_go.png);
}
.iconCount {
	background-image: url(icons/calculator.png);
}
.iconEmail {
	background-image: url(icons/email.png);
}
.iconUser {
	background-image: url(icons/user.png);
}
.iconTextfield {
	background-image: url(icons/textfield.png);
}
.iconBigOnline {
	background-image: url(icons/online.png);
}
.iconBigOffline {
	background-image: url(icons/offline.png);
}
.iconBigIdle {
	background-image: url(icons/idle.png);
}
.iconBigMirror {
	background-image: url(icons/mirror.png);
}
.iconBigLock {
	background-image: url(icons/lock.png);
}
.iconBigMoney {
	background-image: url(icons/money2.png);
}
.iconBigApi {
	background-image: url(icons/laptop_power.png);
}
.iconBigNew {
	background-image: url(icons/new.png);
}
.iconBigNocheck{
	background-image: url(icons/nocheck.png);
}

