body {
	margin: 0 10px 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h2 {
	color: #008fad;
	font-size: 12px;
}
h3 {
	font-size: 11px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:hover {
	color: #099;
}
th {
	text-align: left;
}
/* page setup *************************************************************************************/
div#panel {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 990px;
	background-image: url("../images/bg_panel.gif");
	background-position: top left;
	background-repeat: repeat-y;
}
div#navcol {
	float: left;
	width: 180px;
	margin-right: 10px;
}
div.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
div.logo {
	width: 160px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
div.address {
	border-top: 20px solid #eeeeee;
	margin-bottom: 20px;
	padding: 10px;
}
/* main navigation ********************************************************************************/
div.mainnav h3 {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px 10px;
	text-transform: uppercase;
	background-color: #eeeeee;
	color: #666666;
}
div.mainnav ul {
	margin: 0;
	padding: 0;
/*	border-top: 1px solid #999999;*/
}
div.mainnav li {
	width: 180px;
	list-style-type: none;
	border-top: 1px solid #eeeeee;
}
div.mainnav li.first {
	border-top: none;
}
div.mainnav a {
	width: 160px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding: 5px 10px;
}
div.mainnav a:hover, 
div.mainnav li.active>strong>a {
	background-color: #eeeeee;
}
div.mainnav li.trail>a {
	background-color: #fafafa;
}
/*div.mainnav li.active li a,
div.mainnav li.trail li a {
	background-color: transparent;
}*/
div.mainnav ul.level2 a {
	padding-left: 20px;
	width: 150px;
}
/* content ****************************************************************************************/
div#content {
	float: left;
	margin: 10px 0;
	width: 790px;
}
div#headerbar {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
div#headerbar div.date {
	padding: 3px;
	color: #666666;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
}
div#headerbar div.userInfo {
	float: right;
}
div#headerbar h1 {
	padding: 3px;
	font-size: 12px;
}
div.contentCol {
	float: left;
	width: 608px;
	border: 1px solid #999999;
}
div.contentColWide {
	width: 788px;
}
div.serviceCol {
	float: right;
	width: 168px;
	border: 1px solid #999999;
}
div.standardPadding {
	padding: 3px;
}
img.left {
	float: left;
}
div.text div.left {
	margin-left: 200px;
}
div.contentCol h3 {
	margin-bottom: 5px;
}
div.text h2 {
	margin-bottom: 1em;
}
table.listing th {
	text-transform: uppercase;
	background-color: #666666;
	color: white;
}
table.listing th, table.listing td {
	padding: 2px;
}
table.listing td {
	border-bottom: 1px solid #cccccc;
}
ul.pagination {
	margin: 0;
	padding: 0;
}
ul.pagination li {
	float: left;
	list-style-type: none;
	border-right: 1px solid black;
}
ul.pagination li a {
	padding: 2px 6px;
	display: block;
}
ul.pagination li a:hover, ul.pagination li.active a {
	background-color: #eeeeee;
}
/* site list **************************************************************************************/
ul.listing {
	margin: 0;
	padding: 0;
/*	border-bottom: 1px solid #999999;*/
}
ul.listing li {
	list-style-type: none;
	padding: 3px;
	padding-left: 25px;
	border-top: 1px solid #999999;
}
ul.listing li div.text {
	float: left;
	width: 210px;
}
ul.listing li div.action {
	line-height: 18px;
	float: right;
}
ul.listing li div.action a {
	display: block;
	float: left;
	width: 80px;
/*	padding-left: 25px;*/
	padding-right: 3px;
	border-left: 1px solid white;
	overflow: hidden;
}
ul.planList {
	margin: 3px -2px -2px -2px;
	padding: 0;
}
ul.planList li {
	padding-left: 3px;
	border-top: 1px solid white;
	background-color: #cceeff;
}
ul.planList li div.planaction {
	float: right;
}
ul.planList li div.action a {
	border-left: 1px solid white;
}
ul.addressList li div.text {
	padding: 3px; 
	width: 310px; 
	float: left; 
}
ul.addressList li div.action {
	padding: 3px;
}
ul.addressList li div.action a {
	width: 110px;
}
ul.listing li.closed ul {
	display: none;
}
ul.listing a.collapsibleSwitch {
	position: relative;
	left: -20px;
	display: block;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
ul.listing li.closed a.collapsibleSwitch {
	background-image: url("../images/arrow_right.gif");
}
ul.listing li.open a.collapsibleSwitch {
	background-image: url("../images/arrow_down.gif");
}
/* shopping cart **********************************************************************************/
div.serviceCol div.shoppingCart h3 {
	padding: 3px;
	text-transform: uppercase;
	background-color: #eeeeee;
	border-bottom: 1px solid #999999;
}
table.shoppingCart {
	margin: 0;
}
table.shoppingCart td {
	line-height: 15px;
	padding: 2px;
	border-bottom: 1px solid #cccccc;
}
div.serviceCol table.shoppingCart th {
	font-weight: normal;
	background-color: #eeeeee;
	border-top: 2px solid white;
}
/* special links **********************************************************************************/
a.linkWithIconLeft {
	padding-left: 25px;
	background-position: center left;
	background-repeat: no-repeat;
}
a.linkWithIconLeftAndPadding, div.linkWithIconLeftAndPadding {
	padding-left: 25px;
	background-position: 6px 2px;
	background-repeat: no-repeat;
}
a.orderPrints {
	display: block;
	background-color: #eeeeee;
	background-image: url("../images/print_button.gif");
	background-position: 3px 3px;
	padding: 3px;
	padding-left: 23px;
	line-height: 15px;
}
a.addSite {
	background-image: url("../images/new_object.gif");
}
a.editSite {
	background-image: url("../images/edit_object.gif");
}
a.deleteSite {
	background-image: url("../images/trash_object.gif");
}
a.addPlan {
	background-image: url("../images/new.gif");
}
a.editPlan {
	background-image: url("../images/edit.gif");
}
a.deletePlan {
	background-image: url("../images/trash_plan.gif");
}
a.addToShoppingCart {
	background-image: url("../images/shoppingcart.gif");
	background-position: 4px 2px;
}
a.editFolder {
/*	background-image: url("../images/folder.gif");*/
}
/* form *******************************************************************************************/
form.floatingForm {
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
div.inputrow {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
div.inputrow label {
	display: block;
	padding-bottom: 2px;
}
div.inputrow label.disabled {
	color: #999999;
}
div.inputrow label.radio {
	display: inline;
	padding-right: 20px;
}
div.contentColWide fieldset.oneThird {
	float: left; 
	width: 240px; 
	margin-right: 10px;
}
fieldset.last {
	margin-right: 0;
}
div.contentColWide fieldset.oneThird input.text {
	width: 220px;
	border: 1px solid #cccccc;
/*	background-color: #efefef;*/
}
div.contentColWide fieldset.oneThird select {
	width: 220px;
	border: 1px solid #cccccc;
}
div.error {
	color: red;
	font-weight: bold;
	margin: 1em 0;
}
form.floatingForm input.text, form.floatingForm textarea.text {
	width: 300px;
}
form.floatingForm textarea.text {
	width: 300px;
}
label.mandatory {
	font-weight: bold;
}
/* workgroups *************************************************************************************/
/* addresses **************************************************************************************/
div#vCardUploadButton {
	border: 1px solid grey;
	background-color: pink;
}
table.workgroupFileListing {
	width: 100%;
	line-height: 18px;
}
table.workgroupFileListing tr {
	vertical-align: top;
}
table.workgroupFileListing td {
	background-color: #cceeff;
}
table.workgroupFileListing a {
	line-height: 18px;
}

/* admin ***************************************************/
div.admin {
/*	display: none;*/
	background-color: #eeeeee;
	border: 2px dashed #cccccc;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 5px;
}
div.admin h2 {
	font-size: 11px;
}

