body {
	margin: 0px;
	padding: 0px;
	font: 13px tahoma;
}

input, select, textarea {
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}
/*.validationRequired{width:90px;}*/
h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}

a img {
	border: 0;
}

.adminMenu {
	height: 32px;
	background: url("/images/admin_menu_bg.jpg") repeat-x;
	color: #EEEEEE;
	clear: both;
}

.adminMenu .menuButton {
	width: 120px;
	float: left;
}

.adminMenu .menuComment {
	width: 120px;
	float: left;
	padding-top: 7px;
	padding-left: 14px;
	color: #AAAAAA;
}

.adminMenu .menuButton a {
	display: block;
	height: 23px;
	background: url("/images/admin_menu_button_up.jpg") repeat-x;
	border-right: 1px solid #1b1d1e;
	padding-top: 7px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	color: #EEEEEE;
	text-decoration: none;
}

.adminMenu .menuButton a:hover {
	background: url("/images/admin_menu_button_up_over.jpg") repeat-x;
	color: #CCEEEE;
}

.adminMenu .menuButton a.down {
	background: url("/images/admin_menu_button_down.jpg") repeat-x;
	padding-top: 8px;
	height: 22px;
}

.adminMenu .menuButton a:hover.down {
	background: url("/images/admin_menu_button_down_over.jpg") repeat-x;
}

.adminFooter {
	height: 30px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

/* Round Box */

.roundBox {
	background: transparent; 
	width:98%; 
/*	margin:0 auto;*/
}

.roundBox .top,
.roundBox .bottom {
	display:block; 
	background: transparent; 
	font-size:1px;
}

.roundBox .b1,
.roundBox .b2,
.roundBox .b3,
.roundBox .b4,
.roundBox .b1b,
.roundBox .b2b,
.roundBox .b3b,
.roundBox .b4b {
	display:block; 
	overflow:hidden;
	background-color: #EEEEEE;
	height:1px;
}

.roundBox .b1,
.roundBox .b1b {
	background-color: #CCCCCC;
}

.roundBox .b2,
.roundBox .b3,
.roundBox .b4,
.roundBox .b4b,
.roundBox .b3b,
.roundBox .b2b,
.boxcontent {
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;
}

.roundBox .b1 {
	margin:0 5px; 
}

.roundBox .b2,
.roundBox .b2b {
	margin:0 3px; 
	border-width:0 2px;
}

.roundBox .b3,
.roundBox .b3b {
	margin:0 2px;
}

.roundBox .b4,
.roundBox .b4b {
	height:2px; 
	margin:0 1px;
}

.roundBox .b1b {
	margin:0 5px; 
}

.roundBox .boxcontent {
	display:block;  
	background-color: #EEEEEE;
	padding: 10px;
}

.loginLanding
{
	background: url("/images/loginLanding.jpg") no-repeat;
	width: 1082px;
	height: 646px;
}

.loginBox {
	text-align: left;
	padding-top: 20px;
}

.loginBox .roundBox {
	width: 280px;
}

.loginBox th {
	font: 12px tahoma;
	color: #777777;
	font-weight: bold;
	text-align: right;
}

.loginBox td {
	text-align: left;
}

.loginBox td.submit {
	text-align: right;
}

.errorMessage {
	color: #FFAAAA;
}

.adminList {
	width: 100%;
}

.adminList th {
	color: #777777;
	border: 1px solid #CCCCCC;
	border-left: 0;
	padding: 5px;
	font-size: 11px;
}

.adminList td {
	border: 1px solid #CCCCCC;
	border-top: 0;
	border-left: 0;
	padding: 5px;
	text-align: left;
}

.adminList th.header {
	border-bottom: 0;
	text-align: left;
}

span.normalTitle {
	font-weight: normal;
}

.adminArea {
	padding: 20px;
}

.adminArea span.action,
.adminArea a.action,
.adminArea .actions a {
	margin-left: 5px;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	color: #446666;
	text-decoration: none;
	font: 11px arial;
}

.adminArea span.action.disabled {
	background-color: #DDDDDD;
}

.adminArea div.separator {
	width: 800px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-top: 5px dashed #EEEEEE;
}

.adminArea hr {
	background-color: #EEEEEE;
	padding: 4px;
	border: 0;
	border-bottom: 4px solid #CCCCCC;
	margin: 30px 0 30px 0;
}

.adminArea h1.mainHeader {
	color: #777777;
	font-size: 26px;
	border: 2px dashed #EEAAAA;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFDDDD;
	padding: 5px;
}

.adminEdit {
	width: 900px;
}

.adminEdit th.edit {
	color: #777777;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	padding: 5px;
	font-size: 11px;
	text-align: right;
}

.adminEdit td.edit {
	border: 1px solid #CCCCCC;
	border-left: 0;
	border-bottom: 0;
	padding: 5px;
	text-align: left;
}

.adminEdit td.action {
	text-align: right;
}

.adminEdit th.header {
	border-bottom: 0;
	text-align: left;
}

.adminEdit th.header span.normalTitle {
	font-weight: normal;
}

.adminEdit td.edit textarea {
	font: 12px courier new;
}

.adminEdit td.highlight, 
.adminEdit th.highlight {
	background-color: #FFAAAA;
}

.adminEdit th .lang_overwrite {
	font: 10px arial;
	color: #777777;
	padding: 5px;
	margin-top: 5px;
	background-color: #EEEEEE;
}

.adminEdit th .lang_overwrite input {
	width: 12px;
	height: 12px;
}

.adminEdit th .child_overwrite {
	font: 10px arial;
	color: #AAAAAA;
	padding: 2px;
	margin-top: 2px;
	background-color: #FFFAFA;
}

.adminEdit th .child_overwrite input {
	width: 10px;
	height: 10px;
}

.errorEvent {
	border: 1px solid #EEAAAA;
	background-color: #FFCCCC;
	padding: 5px;
	color: #994444;
	cursor: hand;
	cursor: pointer;
	margin: 2px;
	font-size: 11px;
	display: none;
}

.warningEvent {
	border: 1px solid #EEAAAA;
	background-color: #FFFFCC;
	padding: 5px;
	color: #994444;
	cursor: hand;
	cursor: pointer;
	margin: 2px;
	font-size: 11px;
	display: none;
}

.eventWrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #F5F5F5;
	padding: 20px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.errorEvent .requiredField {
	line-height: 12px;
}

.eventHide {
	font-size: 9px;
	text-align: right;
	cursor: hand;
	cursor: pointer;
}
.invoice_n{background-color:#535355}
.invoice_c{background-color:#272e42}
.invoice_e{background-color:#798385}
.icons{margin-top:10px;}
.icon{float:left;width:100px;text-align:center;margin:18px 28px 0 0;}
.clear{clear:both;}
.icon img{padding-bottom:10px;}
.icon a{color:#c6c6c6;font-size:12px;font-family:tahoma;text-decoration:none;}
.home_link{position:absolute;left:10px;top:10px;width:180px;height:130px;}