html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #394153;
	font-family: Arial;
	font-size: 10pt;
}

a {
	color: #394153;
	text-decoration: none;
	text-shadow: 1px 1px 1px white;
}

input, select, textarea {
	outline: none;
}

.logoSmall {
	float: right;
	width: 135px;
	height: 98px;
	margin-top: 5px;
	background-image: url(../images/netpanel_logo_small.png);
}

.logoLarge {
	width: 180px;
	height: 130px;
	margin: 0px auto 20px auto;
	background-image: url(../images/netpanel_logo_large.png);
}

.headerMenu {
	overflow: hidden;
	height: 110px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/header_menu_tile.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #81858f;
}

.headerMenuHide {
	height: 1px;
}

.headerMenuLeft {
	float: left;
}

.headerMenuRight {
	float: right;
}

.headerMenuButton {
	position: relative;
	width: 80px;
	height: 30px;
	padding: 80px 0px 0px 0px;
	text-align: center;
}

.headerMenuButton:hover {
	background-image: url(../images/header_menu_hover.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

.headerMenuButtonActive {
	position: relative;
	width: 80px;
	height: 30px;
	padding: 80px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/header_menu_active.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

.headerMenuButtonLabelActive {
	color: white;
	text-shadow: 1px 1px 1px #394153;
}

.headerMenuDivider {
	width: 1px;
	height: 110px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/header_menu_divider.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.headerMenuIcon {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}

.headerMenuIconHome {
	background-image: url(../images/icon_home.png);
}

.headerMenuIconElements {
	background-image: url(../images/icon_elements.png);
}

.headerMenuIconLibrary {
	background-image: url(../images/icon_library.png);
}

.headerMenuIconListings {
	background-image: url(../images/icon_listings.png);
}

.headerMenuIconBlog {
	background-image: url(../images/icon_blog.png);
}

.headerMenuIconCoupons {
	background-image: url(../images/icon_coupons.png);
}

.headerMenuIconGiftCards {
	background-image: url(../images/icon_coupons.png);
}

.headerMenuIconGallery {
	background-image: url(../images/icon_gallery.png);
}

.headerMenuIconSlideShow {
	background-image: url(../images/icon_slide_show.png);
}

.headerMenuIconCustomers {
	background-image: url(../images/icon_customers.png);
}

.headerMenuIconClientPortal {
	background-image: url(../images/icon_client_portal.png);
}

.headerMenuIconItems {
	background-image: url(../images/icon_items.png);
}

.headerMenuIconSales {
	background-image: url(../images/icon_sales.png);
}

.headerMenuIconPayments {
	background-image: url(../images/icon_payments.png);
}

.headerMenuIconShipping {
	background-image: url(../images/icon_shipping.png);
}

.headerMenuIconReports {
	background-image: url(../images/icon_reports.png);
}

.headerMenuIconUsers {
	background-image: url(../images/icon_users.png);
}

.headerMenuIconTools {
	background-image: url(../images/icon_tools.png);
}

.headerMenuIconPages {
	background-image: url(../images/icon_page.png);
}

.headerMenuIconDBSwitch {
	background-image: url(../images/icon_db_switch.png);
}

.headerMenuIconAdminPanel {
	background-image: url(../images/icon_admin_panel.png);
}

.headerTitle {
	overflow: hidden;
	width: 100%;
	height: 55px;
	background-image: url(../images/header_title_tile.png);
	background-repeat: repeat-x;
	border-top: 1px solid #e4e5e6;
}

.siteDomain {
	float: left;
	height: 22px;
	padding: 2px 0px 0px 25px;
	margin: 5px;
	background-image: url(../images/header_title_domain_icon.png);
	background-repeat: no-repeat;
}

.logOutLink {
	float: right;
	height: 22px;
	padding: 5px 10px 0px 10px;
	margin: 5px 10px 5px 5px;
}

.logOutLink:hover {
	background-color: #dfe8f3;
	border-radius: 5px;
}

.loginSwitchSelectorGroup {
	margin: 20px 5px 5px 5px;
	padding: 5px;
	font-size: 14pt;
	font-weight: bold;
}

.loginSwitchSelector {
	display: block;
	width: 280px;
	background-color: #C5D1DE;
	border-radius: 5px;
	margin: 5px;
	padding: 5px;
}

.loginSwitchSelector:hover {
	background-color: white;
}

.loginSwitchSelector h1 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.loginSwitchSelector p {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.breadCrumbs {
	position: relative;
	margin: 0px 10px 0px 35px;
	padding: 10px 10px 10px 60px;
	background-color: #dfe8f3;
	border-radius: 5px;
}

.breadCrumbLink {
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

.breadCrumbLink:hover {
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background-color: #abbed4;
	border-radius: 5px;
}

.breadCrumbActive {
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background-color: #4c5569;
	border-radius: 5px;
	color: white;
	text-shadow: 1px 1px 1px #394153;
}

.breadCrumbIcon {
	position: absolute;
	top: -10px;
	left: -30px;
	width: 100px;
	height: 66px;
	background-image: url(../images/bread_crumb_icon.png);
	background-repeat: no-repeat;
}

.duplicateOption {
	position: absolute;
	top: -30px;
	right: 770px;
	width: 60px;
	padding-top: 40px;
	padding-bottom: 5px;
	border-radius: 5px;
	background-image: url(../images/icon_duplicate.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	cursor: pointer;
}

.openInvoiceOption {
	position: absolute;
	top: -30px;
	right: 80px;
	width: 60px;
	padding-top: 40px;
	padding-bottom: 5px;
	border-radius: 5px;
	background-image: url(../images/icon_invoice.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	cursor: pointer;
}

.attachOption {
	position: absolute;
	top: -30px;
	right: 700px;
	width: 60px;
	padding-top: 40px;
	padding-bottom: 5px;
	border-radius: 5px;
	background-image: url(../images/icon_attach.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	cursor: pointer;
}

.saveOption {
	position: absolute;
	top: -30px;
	right: 125px;
	width: 60px;
	padding-top: 40px;
	padding-bottom: 5px;
	border-radius: 5px;
	background-image: url(../images/icon_save.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	cursor: pointer;
}

.saveCancel {
	position: absolute;
	top: -30px;
	right: 60px;
	width: 60px;
	padding-top: 40px;
	padding-bottom: 5px;
	border-radius: 5px;
	background-image: url(../images/icon_cancel.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	cursor: pointer;
}

.attachOption:hover, .duplicateOption:hover, .openInvoiceOption:hover, .saveOption:hover, .saveCancel:hover {
	background-color: #abbed4;
}

.bodyContent {
	margin-top: 30px;
}

.elementGroup {
	float: left;
	clear: left;
	margin: 5px;
}

.elementLabel {
	float: left;
	margin: 10px;
	padding: 4px;
	width: 60px;
}

.elementField {
	float: left;
	margin: 10px;
	padding: 4px;
	width: 900px;
	border-radius: 5px;
	border: 1px solid #A8AFBE;
	resize: none;
	font: menu;
}

.elementButton {
	float: right;
	clear: left;
	margin: 10px;
	padding: 4px;
}

.datGridBox {
	position: relative;
	margin: 0px 10px 0px 35px;
	padding: 10px;
	background-color: #dfe8f3;
	border-radius: 5px;
}

.searchLabel {
	position: absolute;
	top: 5px;
	width: 400px;
	right: 250px;
	height: 22px;
	color: #394153;
	text-shadow: 1px 1px 1px white;
	cursor: default;
}

.searchField {
	width: 300px;
	height: 22px;
	border-radius: 5px;
	border: 1px solid #A8AFBE;
}

.pullDown {
	position: absolute;
	top: 5px;
	right: 60px;
	height: 20px;
	width: 50px;
	text-align: right;
}

.pullDown:hover div {
	display: block;
}

.pullDown>div {
	display: none;
	position: absolute;
	top: 20px;
	right: -5px;
	border: 1px solid #A8AFBE;
	background-color: white;
	width: 200px;
	border-radius: 0px 0px 5px 5px;
	z-index: 1000;
	padding: 5px;
	text-align: left;
}

.pullDown>div>div {
	border-bottom: 1px dashed #E6E6E6;
}

.pullDown>div>div:last-child {
	border-bottom: 0px !important;
}

.pullDown>div>div>input {
	margin: 7px 10px 7px 5px;
}

.pullDown>div>div>span {
	position: relative;
	top: -2px;
}
