html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
body, td {
	font-family: Arial, Tahoma, Trebuchet MS;
	font-size: 12px;
	color: #333333;
}

a {
	color: #0073B0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

.menu {
	font-family: Arial, Tahoma;
	font-size: 12px;
}
.menu a {
	color: #555555;
	text-decoration: none;
	display: block;
	background: url('../../images/menu_bullet.gif') no-repeat 3px 5px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.menu a:hover {
	text-decoration: underline;
}
.menu .menu_heading {
	font-weight: bold;
	padding-bottom: 3px;
	font-size: 13px;
}
.admin_menu_group {
	margin-bottom: 15px;
}
table.invisible_list {
	border-width: 0px;
}
table.invisible_list th {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	border-width: 0px;
	padding: 3px 7px 3px 7px;
}
table.invisible_list td {
	border-width: 0px;
	padding: 3px 7px 3px 7px;
}
table.list {
	border: 1px solid #999999;
	border-collapse: collapse;
	background-color: white;
}
table.list th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
	font-size: 13px;
	text-align: center;
}
table.list td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
}

table.cart_orders_list {
	border: 1px solid #999999;
	border-collapse: collapse;
	background-color: white;
}
table.cart_orders_list th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
	font-size: 13px;
	text-align: center;
}
table.cart_orders_list td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
	font-size: 11px;
}

table.page_list {
	border: 0px solid #03A6FF;
	border-bottom: 1px solid #999999;
	border-spacing: 0px;
	background-color: white;
	border-collapse: collapse;
}
table.page_list th {
	border-width: 0px;
	padding: 5px;
	background-color: white;
	font-size: 14px;
	text-align: left;
}
table.page_list td {
	border: 0px solid #999999;
	border-top: 1px solid #999999;
	padding: 5px;
	background-color: white;
	font-size: 11px;
}

table.page_list tr:hover td, table.page_list tr.sub_page:hover td {
	background-color: #F3F3F3;
}

table.page_list td.actions a, table.page_list td.actions {
	font-size: 10px;
}

table.page_list tr.sub_page td {
	border: 0px solid #999999;
	border-top: 1px solid #E5E5E5;
	padding: 5px;
	background-color: white;
}

.page_type_heading, .page_backup_heading {
	font-size: 14px;
	font-weight: bold;
}

span.page_list_members_only_text {
	font-size: 10px;
	color: red;
}

table.cart_product_options, table.cart_product_postage_zones {
	border: 0px solid white;
}

table.cart_product_options th {
	font-size: 12px;
	font-weight: bold;
}

table.cart_product_postage_zones th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

table.cart_product_custom_field th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.required {
	font-size: 12px;
	color: red;
}

select.menu_select, select.redirect_select, select.page_custom_field_value, select.small_font_select {
	font-size: 10px;
}

input.external_redirect_textbox {
	font-size: 9px;
}

div.page_options_box {
	border: 1px solid #999999;
	padding: 5px;
}

.field_special_note_text {
	font-size: 10px;
}

div.cart_category_side_div {
	font-size: 10px;
	float: right;
	border: 1px solid #999999;
	padding: 7px;
	background-color: #F3F3F3;
}

div.cart_category_side_div h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 0px;
}


div.cart_product_pricing, div.cart_product_postage_pricing, div.cart_product_custom_field_options {
	border: 1px solid #999999;
	padding: 7px;
	background-color: #F3F3F3;
}

div.cart_product_pricing h1, div.cart_product_postage_pricing h1, div.cart_product_custom_field_options h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 0px;
}

div.cart_product_custom_field {
	border: 1px dotted #999999;
	padding: 7px;
	margin-top: 10px;
}

td.cart_order_list_actions_cell a:visited {
	color: purple;
}

div.general_filter_box {
	background-color: #F3F3F3;
	border: 1px solid #DEDEDE;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	padding: 5px;
}

#dhtmltooltip{
position: absolute;
width: 220px;
border: 2px solid #AAAAAA;
padding: 5px;
background-color: #F2F2F2;
color: #333333;
font-size: 11px;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
