
html {
	min-height: 100%;
	margin-bottom: 0.01em;
}

body {
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.popup {
	background-color: #ffcc00;
}

img {
	border: 0px;
}

td {
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
}

.htmtableborders, .htmtableborders td, .htmtableborders th {
	border: none;
}

a {
	color: #000000;
}
a:hover {
	color: #000000;
}

a.blue {
	color: #0000ff;
}
a.blue:hover {
	color: #0000ff;
}

a.domainCloud {
	color: #8a8c8f;
	text-decoration: none;
	font-size: 10px;
	line-height:12px;
}
a.domainCloud:hover {
	color: #000000;
	text-decoration: none;
}

a.blank {
	color: #000000;
	text-decoration: none;
}
a.blank:hover {
	color: #000000;
	text-decoration: none;
}

a.white {
	color: #ffffff;
	color:inherit;
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	color:inherit;
	text-decoration: underline;
}

a.black {
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	text-decoration: none;
}

a.whiteUL {
	color: #333333; 
	text-decoration: underline;
}
a.whiteUL:hover {
	color: #000000; 
	text-decoration: underline;
}

.settingsTitle a.whiteUL {
	color: white; 
	text-decoration: underline;
}
.settingsTitle a.whiteUL:hover {
	color: white; 
	text-decoration: underline;
}

a.blackUL {
	color: #000000;
	text-decoration: underline;
}
a.blackUL:hover {
	color: #000000;
	text-decoration: underline;
}

a.breadcrumb {
	text-decoration: none;
}
a.breadcrumb:hover {
	text-decoration: none;
}

a.navbarLink {
	color: #000000;	
	text-decoration: none;
}
a.navbarLink:hover {
	color: #000000;
}

a.settingsLink {
	color: #ffffff;	
	color:inherit;
	text-decoration: none;
}
a.settingsLink:hover {
	color: #ffffff;
	color:inherit;
}

a.objectLink {
	color: #000000;	
}
a.objectLink:hover {
	color: #000000;
}

a.navigationLink {
	color: #000000;	
	text-decoration: none;
}
a.navigationLink:hover {
	color: #0000cc;	
}
a.headerLink {
	font-size: 11px;
	color: #000000;	
}
a.headerLink:hover {
	color: #cc0000;	
}
a.adminLink {
	font-size: 11px;
	color: #0000cc;	
}
a.adminLink:hover {
	color: #cc0000;	
}

a.editLink {
	height: 16px;
	line-height:17px; /* fix for IE6, bottom border */
	text-decoration: none;
	background-color: #cccccc;
	border: 1px solid black;
	padding: 0px 2px 1px 2px;
}
a.editLink:hover {
	background-color: #888888;
}


.page_edit a.editLink {
	line-height: 10px; 
	height:13px;
	font-size:10px;
	text-decoration: none;
	background-color: #6699CC;
	border: 1px dotted #004d87;
	padding: 2px 2px 2px 20px; 
	margin:4px 0px 4px 0px;
	background-image:url(/images/edit.gif);
	background-repeat:no-repeat;
	
	display:block;

}
.page_edit a.editLink:hover,
.page_edit a.editLink2:hover {
/*
	text-decoration: underline;
*/
	/* background-color: #888888; */
	background-color: #004d87;
	color:#ffffff;
	
}
.page_edit a.editInline {
	display:inline;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	/* border: solid black 1px; */
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	text-align: left;	
}


input[disabled] {
	padding: 0px 6px;
}

select {
	/* border: solid black 1px; */
	font-family: Verdana, Arial, Futura, sans-serif;
	font-family:  Arial, Futura, sans-serif;
	font-size: 11px;
	text-align: left;
}

textarea {
	/* border: solid black 1px; */
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	margin: 0px;
}

.newButton {
	border: solid black 1px;
	background-color:#6699cc;
	color:#000000;
}

.newButton:active {
	font-weight:bold;
}

.newButtonOff {
	border: solid black 1px;
	background-color:#004d87;
	color:#000000;
}

.newInput {
	border: solid #3373aa 1px;
	/*background-color:#004d87;
	color:#ffffff; */
}

.newInput:focus {
	border: solid #6699cc 1px;
}

.newInput:hover {
	border: solid #6699cc 1px;
}

.newSelect {
	border: solid #3373aa 1px;
	/*background-color:#004d87;
	color:#ffffff;*/
}

.newSelect:focus {
	border: solid #6699cc 1px;
}

.newSelect:hover {
	border: solid #6699cc 1px;
}

.error {
	border: solid #ff0000 2px;
	background-color: #ffeeee;
	color: #000000;
	padding: 2px;
	margin: 2px;
	text-align: center;
}

.debugLog {
	border: solid #ff0000 1px;
	background-color: #ffeeee;
	color: #000000;
	padding: 4px;
	width: 742px;
	text-align: left;
	margin-bottom: 8px;
}


.debug_tpl {
	border: 1px dotted silver;
}
.debug_tpl > span {
	background:silver;
}

.pagingBorder {
	background-color: #f9ba00;	
	padding: 0px 8px 8px 0px;
	margin: 0px;
}

.pagingBar {
	height: 23px;
	background-color: #ffffff;
	font-size: 11px;
}

.pagingInput {
	vertical-align: middle;
	font-size: 11px;
}

.objectIndex {
	padding: 8px 0px 0px 8px;
}

.objectIndexCell {
	padding: 0px;
	margin-bottom:8px;
}

.smallText {
	font-size: 8px;
}

.headerMain {
	width: 768px;
	height: 130px;
	padding: 0px 0px 8px 0px;
	background-color:#ffffff;
}

.headerCell {
	cursor: pointer;
}

.navbar {
	/* height: 36px; */
	background-color: #f9ba00;
	
}

.navbarSearch {
	width: 155px;
	height: 20px;
	/* line-height:20px; */
 	font-size: 12px;
	padding:1px;
	margin:0;
	border:1px solid black;
	
	padding-left: 2px;
}

*:first-child+html .navbarSearch2 {
	margin-top:-1px;
}
.navbarSearch2 {
	width: 155px;
	/*height: 18px; */
	line-height:18px;
	font-size: 13px;
	font-family:arial;
	margin:0;
	border:1px solid black;
	
	padding: 1px 0 1px 2px; 
}
.navbarButton {
	width:20px;
	height:20px;
	font-size:10px;
	margin-left:4px;
}

/*
.navbarSelect {
	width: 239px;
	height: 18px;
	border: solid black 1px;
	font-size: 13px;
}
*/

.navbarSelect {
	width: 236px;
	/* height: 18px; */
	border: solid black 1px; 
	padding:0; 
	font-size: 13px;
	margin:0;
	/* margin-right:1px;		*/	
}

*:first-child+html .navbarSelect {
	height:20px; /* IE7 */
	border:0;
	font-size:12px;
	margin-right:1px;
}
	
.navigation {
	width: 202px;
	color: #000000;
	background-color: #f9ba00;
	padding: 0px 8px 7px 8px;
}
.nav_middle, 
.search_middle {
	vertical-align:middle;	

}
.nav_middle a ,
.search_middle a {
	display:inline;
}
.nav_middle a img , 
.search_middle a img {
	border:0;
}
.nav_middle {
/*	border:1px solid black; */
	background:black;
	padding:0;
	margin:0;
	border:0;
}

*:first-child+html .nav_middle1 {
	border-right:1px solid black;
	margin-right:1px;
}
*:first-child+html .nav_middle2 {
	border:1px solid black;
	background:black;

}
*:first-child+html .navbarSearch {
	width:153px;
}
.cse-branding-text {
padding-top:4px; 
margin-top:4px;	
}
.navigationSpacer {
	height: 7px;
}

.navigationMenu {
	width: 202px;
	background-color: #f9ba00;
}

.navigationCell {
	border-bottom: solid #f9ba00 1px;
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	color: #6d6e71;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}

.navigationCellSelected {
	border-bottom: solid #f9ba00 1px;
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	padding:2px 4px 2px 4px;
	cursor: pointer;
}

.settings {
	width: 202px;
	color: #ffffff;
	background-color: #004d87;
	padding: 8px 8px 7px 8px;
}

.settingsLoginInput {
	width: 202px;
	width:200px;
	height: 18px;
	border: none;
	border-bottom: solid #004d87 1px;
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	color: #6d6e71;
	padding: 2px 0px 0px 2px;
}

.settingsLoginSubmit {
	width: 202px;
	height: 18px;
	border:none;
	border: solid 1px #6492cb;
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #6492cb;
	padding: 0px 0px 1px 0px;
	cursor: pointer;
}

.settingsTitle {
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	color: #ffffff;
	color:inherit;
	padding: 0px;
	margin-bottom: 6px;
}

.settingsUser {
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	color: #ffffff;
	color:inherit;
	padding: 0px 4px 0px 4px;
	margin-bottom: 6px;
}

.settingsMenu {
	width: 202px;
}

.settingsCell {
	border-bottom: solid #004d87 1px;
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	background-color: #6492cb;
	color: #ffffff;
	padding: 2px 4px;
	cursor: pointer;
}

.settingsCellSelected {
	border-bottom: solid #004d87 1px;
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	padding: 2px 4px;
	cursor: pointer;
}

.invisibleTable {
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

.content {
	width: 534px;
	background-color: #ffffff;
}

.contentBoxTableOrange {
	border-spacing: 0px;
	background-color: #fee0bf;
	margin-bottom: 8px;
	border: solid black 1px;
	padding: 0px;
}

.contentBoxHeaderOrange {
	height: 12px;
	background-color: #f99d33;
	font-size: 11px;
	font-weight: bold;	
	color: black;
	padding: 2px;
}

.contentBoxTableGreen {
	border-spacing: 0px;
	background-color: #d5e4c8;
	margin-bottom: 8px;
	border: solid black 1px;
	padding: 0px;
}

.contentBoxHeaderGreen {
	background-color: #67ad45;
	font-size: 11px;
	font-weight: bold;	
	color: white;
	padding: 2px;
}

.contentBoxTableGrey {
	border-spacing: 0px;
	background-color: #cacbcc;
	margin-bottom: 8px;
	border: solid black 1px;
	padding: 0px;
}

.contentBoxHeaderGrey {
	background-color: #8a8c8f;
	font-size: 11px;
	font-weight: bold;	
	color: white;
	padding: 2px;
}

.contentBoxTableBlue {
	border-spacing: 0px;
	background-color: #cacbcc;
	margin-bottom: 8px;
	border: solid black 1px;
	padding: 0px;
}

.contentBoxHeaderBlue {
	height: 12px;
	font-size: 11px;
	font-weight: bold;
	background-color: #6492cb;
	color: black;
	padding: 2px;
}

.contentBoxTableYellow {
	border-spacing: 0px;
	background-color: #ffde66;
	margin-bottom: 8px;
	border: solid black 1px;
	padding: 0px;
}

.contentBoxHeaderYellow {
	background-color: #f9ba00;
	font-size: 11px;
	font-weight: bold;	
	color: white;
	padding: 2px;
}

.contentBoxButton {
	text-align: right;
}

.contentBoxContent {
	font-size: 11px;
	padding: 2px;
} 

.title {
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

.open-close {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.info {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

.specialOffer {
	color: #ff0000;
	font-weight: bold;
}
.navigationSelected {
	font-weight: bold;
}

.specialHours {
	color: #ff0000;
}

.redText {
	color: #ff0000;
}

.objectHeader {
	background-color: #eeeeee;
	font-size:11px;
	padding: 2px 0px 4px 0px;
	margin-bottom: 8px;
	text-align: center;
}

.objectDetailsLabel {
	width: 100px;
}
.objectDetailsInfo {
	width: 360px;
}
.objectDetailsTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.objectDetailsSection {
	margin-top: 11px;
}
.objectDetailsSectionInternal {
	color: #888888;
	margin-top: 11px;
}

.hoursOptionsCell1 {
	font-size:11px;
}
.hoursOptionsCell2 {
	padding-left:4px;
	font-size:11px;
	height:20px;
}
.hoursOptionsSelect {
	text-align:right;
	font-size:11px;
}
.hoursOptionsButton {
	font-size:11px;
	width: 42px;
}
.dayOptionsSelect {
	font-size:11px;
}

.objectEditContactButton {
	font-size:11px;
	width: 46px;
}
.bgWhite {
	background: #ffffff;
}
.bgGrey1 {
	background: #eeeeee;
}
.bgGrey2 {
	background: #dddddd;
}
.hidden {
	visibility: hidden;
}

.clientHeader {
	width: 768px;
	height: 72px;
	padding: 0px;
}

.clientNavbar {
	height: 44px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #aa0000;
	padding: 4px 0px 0px 0px;
}

.clientNavigation {
	width: 210px;
	font-size: 11px;
	color: #000000;
	background-color: #aa0000;
	padding: 0px 8px 8px 8px;
}

.clientNavigationSpacer {
	height: 7px;
}

.clientNavigationMenu {
	width: 202px;
}

.objectNavigationCell {
	font-size: 11px;
	font-weight: bold;
	color: #6d6e71;
	background-color:#cccccc;
	padding: 2px 4px 2px 4px;
	border-width: 0px 0px 1px 0px;
 	border-style: solid;
 	border-color: black;
	cursor: pointer;
}

.objectNavigationCellSelected {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
/*	background-color:#fdcb25; */
	padding: 2px 4px 2px 4px;
	border-width: 1px 1px 0px 1px;
 	border-style: solid;
 	border-color: black;
	cursor: pointer;
}

.objectNavigationSpacer {
	border-width: 0px 0px 1px 0px;
 	border-style: solid;
 	border-color: black;
}

.editInfo {
	/* color: #ffffff; */
	padding: 0px 0px 20px 0px;
}

.editLabel {
	/* color: #ffffff; */
	padding: 8px 0px 2px 0px;
}

.featureLink {
}

.featureImage {
	border: solid black 1px;
	margin: 6px 0px;
}

.stepsTable {
	width: 526px; 
	margin-bottom: 1px;
}

.stepsLeft {
	border-bottom: 1px solid #ffffff;
	background-color: #f9ba00;
	width: 170px;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

.stepsRight {
	border-bottom: 1px solid #ffffff;
	background-color: #f9ba00;
	width: 169px;
	height: 22px;
}

.stepsSpace {
	border-bottom: 1px solid #ffffff;
	width: 1px;
	height: 22px;
}

.stepsCell {
	border-bottom: 1px solid #ffffff;
	background-color: #f9ba00;
	width: 30px;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.stepsCellActive {
	border-bottom: 1px solid #004d87;
	background-color: #004d87;
	color: #ffffff;
	width: 30px;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.stepsText {
	background-color: #004d87;
	color: #ffffff;
	width: 526px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}

.createBox {
	background-color: #6492cb;
	margin-bottom: 8px;
	border-spacing: 0px;
	padding: 2px;
	width:526px;
	vertical-align: left;
}

.createContent {
	font-size: 11px;
	vertical-align: left;
}

.contactIndexTable {
}

.contactIndexHeader {
	background-color: #004d87;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	height: 20px;
}

.contactIndexLine {
	padding: 3px;
}

.genericBoxTable {
	margin-bottom: 8px;
}

.genericBoxHeader {
	background-color: #004d87;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	height: 20px;
}

.genericBoxContent {
	background-color: #6492cb;
	padding: 4px;
}

.homeBoxHeader {
	background-color: #004d87;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	height: 20px;
}

.homeBoxContent {
	background-color: #6492cb;
	padding: 4px;
	height:222px;

}

.messageTable {
	width: 526px;
	margin-bottom: 8px;
}

.messageHeader {
	background-color: #004d87;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	padding: 0px 3px;
	height: 20px;
}

.messageInfo {
	font-weight: normal;
	font-size: 9px;
	float: right;
	padding-right:2px;
}

.messageContent {
	background-color: #6492cb;
	padding: 4px;
}

.rankingTaler {
	background-color:#6492cb;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
	padding:4px;
}

.rankingInfo {
	background-color:#6492cb;
	padding:4px;
}

.rankingHeader {
	background-color: #004d87;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	height: 20px;
}

.rankingLine {
	padding: 3px;
}

/* Calendar */
table.calendar {
    width: 100%;
    font-size:11px;
    background-color: #ffde66;
}

table.calendar td {
    text-align: center;
}

table.calendar td a {
    display: block;
		text-decoration: none;
}

table.calendar td a:hover {
    background-color: #6492cb;
}

table.calendar th {
    background-color: #f9ba00;
}

table.calendar th a {
		text-decoration: none;
}

table.calendar td.selected {
    color: #ffffff;
    background-color: #004d87;
}

table.calendar td.selected a {
    color: #ffffff;
}

table.calendar td.selected a:hover {
    color: #000000;
}

.loginError {
	width: 194px;
	border: 2px solid #ff0000;
	text-align:center;
	background-color: #ffcccc;
	color: #cc0000;
	padding: 2px;
	margin-bottom: 8px;
}

.objectIndexOuter {
	position: relative;
	top: 0px;
	left: 0px;
	list-style-type: none;
	padding: 0px;
}
.objectIndex {
	position: relative;
	top: 0px;
	left: 0px;
	width: 526px;
	padding: 0px;
}

.objectIndexRecord {
	position: relative;
	top: 0px;
	left: 0px;
	width: 526px;
	height: 72px;
	background-color: #ffde66;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 8px;
}
.objectIndexImage {
	position: absolute;
	top: 0px;
	left: 0px;
}
.objectIndexTitle {
	position: absolute;
	top: 2px;
	left: 100px;
}
.objectIndexSubtext {
	position: absolute;
	top: 16px;
	left: 100px;
}
.objectIndexAddress {
	position: absolute;
	bottom: 4px;
	left: 100px;
}
.objectIndexState {
	position: absolute;
	bottom: 4px;
	right: 4px;
	text-align: right;
}

.objectProducts {
	position: relative;
	top: -8px;
	left: 0px;
	width: 524px;
	background-color: #ffffff;
	list-style-type: none;
	border:1px solid black;
	border-top:none;
	padding: 1px 0px 0px 0px;
}
.objectProdcutsRecord {
	position: relative;
	top: 0px;
	left: 0px;
	width: 508px;
	height: 72px;
	background-color: #cccccc;
	list-style-type: none;
	padding: 0px;
	margin: 8px;
}
.objectProdcutsImage {
	position: absolute;
	top: 0px;
	left: 0px;
}
.objectProdcutsTitle {
	position: absolute;
	top: 2px;
	left: 76px;
}
.objectProdcutsPrice {
	position: absolute;
	top: 2px;
	right: 4px;
}
.objectProdcutsInfo {
	position: absolute;
	top: 16px;
	left: 76px;
}

/* Drucken */

@media print { .noprint { display:none; } }

/* New Style */

table#footer td.copyright {
	font-size: 9px;
	padding-top: 2px;
}

table#footer td.logo {
	padding-right: 8px;
	padding-left: 8px;
}

table#footer td.links {
	font-size: 9px;
	padding-top: 1px;
}

div#domainCloud {
	width: 700px;
	text-align: center;
	padding: 8px 0px;
}

table#searchBox {
	margin-bottom: 8px;
 	border: none;
	border-spacing: 0px;
	padding: 0px;
 	width: 526px;
}

table#searchBox td.header {
	background-color: #f9ba00;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	height: 20px;
}

table#searchBox td.content {
	background-color: #ffde66;
	padding: 4px;
}

table#searchBox div.link	{
	float: right;
	text-align: right;
	text-decoration: underline;	
}

table#searchBox td.headerNone {
	background-color: #fde7a8;
	border-bottom: 1px solid #ffffff;
	color: #a8a8a8;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	height: 20px;
}

table#searchBox td.contentNone {
	background-color: #fff4cb;
}


/* Kontakt Index */

#contactIndex {
	position: relative;
	top: 0px;
	left: 0px;
	width: 508px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#contactEntry {
	position: relative;
	top: 0px;
	left: 0px;
	width: 508px;
	height: 72px;
	background-color: #6492cb;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 8px;
}
#contactEntry li.avatar {
	position: absolute;
	top: 0px;
	left: 0px;
}
#contactEntry li.name {
	position: absolute;
	top: 2px;
	left: 76px;
}
#contactEntry li.status {
	position: absolute;
	top: 16px;
	left: 76px;
}
#contactEntry li.comments {
	position: absolute;
	bottom: 4px;
	left: 76px;
}
#contactEntry li.buttons {
	position: absolute;
	bottom: 4px;
	right: 2px;
}

/* Tabbed Content */

#tabbedContent {
	width: 526px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#tabbedContent li.tabs {
	width: 526px;
	/*height: 18px; */
	min-height:18px;
	margin-bottom: -1px;
	padding-top: 1px;
}

#tabbedContent li.content {
	width: 508px;
	ie5_width: 526px;
	border: 1px solid black;
	border-top: none;
	padding: 8px 8px 0px 8px;
}

/* Tabs */

#tabs {
	list-style-type: none;
	text-align: left;
	padding: 2px 0px 2px 0px;
	margin: 1px 0px 2px 0px;
	border-bottom: 1px solid #000; 
	
   
}

#tabs li {
	display: inline;
}

#tabs a {
	color: #000;
	text-decoration: none;
 	padding: 2px 8px 2px 16px;
	background: #ccc url(/images/arrow_right.png) 3px center no-repeat;
	border: 1px solid #000;
	
}

#tabs a:hover {
	background: #ddd url(/images/arrow_down.png) 3px center no-repeat;
}

#tabs .current a {
	background-color: #fff !important; /* !important is IE fix */
	background: #fff url(/images/arrow_down.png) 3px center no-repeat;
	border-bottom-color: #fff; 
	
}

/* Banner Index */

#banner {
	width: 526px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#banner li.image {
	text-align:center;
	padding-top: 32px;
}

#banner li.info {
	text-align:center;
	padding-bottom: 8px;
}

#banner li.code {
	padding-bottom: 8px;
}

#banner textarea {
	width: 526px;
	height: 84px;
	padding: 2px;
}

/* Content Area */

#content {
	width: 526px;
	padding: 8px 0px 0px 8px;
}

/* Client Accolade */

#accolade {
	height: 92px;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 16px;
	padding: 0px;
}
#accolade li.photoLeft {
	float: left;
	margin-right: 8px;
}
#accolade li.photoRight {
	float: right;
	margin-left: 8px;
}
#accolade img {
	border: 1px solid black;
}
#accolade li.title {
	font-size: 18px;
	padding-bottom: 4px;
}
#accolade li.quote {
	font-style: italic;
}
#accolade li.signature {
	float: right;
	margin-right:32px;
}

/* Presse */

#press {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}
#press li.title {
	font-size: 16px;
	padding-bottom: 4px;
}
#press li.quote {
	font-style: italic;
}

/* aboutUs */

#aboutUs {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 32px;
}
#aboutUs li.title {
	font-size: 14px;
	padding: 0px;
}
#aboutUs li.photo {
	list-style-type: none;
	float: right;
}
#aboutUs img {
	border: 1px solid black;
	margin-left: 8px;
}
#aboutUs li.footer {
	padding-top: 8px;
}
#aboutUs li ul {
	list-style-type: disc;
}
#aboutUs li ul li {
	margin-bottom: 8px;
}

/* Imagebar */
/*
#imagebar {
	width: 526px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#imagebar li.tabs {
	width: 526px;
	height: 20px;
	background-color: #f00;
}

#imagebar li.content {
	width: 526px;
	border: 1px solid black;
	border-top: none;
	padding: 12px 0px 10px 0px;
	margin: 0px;
	background-color: #0f0;
}
*/
/* objectView Details InfoBlock */

#objectDetailInfo {
	width: 258px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}

#objectDetailInfo li.icon {
	float: left;
	padding-right: 4px;
}

#objectDetailInfo li.text {
	min-height: 20px;
	font-size: 10px;
	padding-left: 4px;
	border-left: 1px solid black;
	ie5_margin-left: 24px;
}

#objectDetailInfo li.link {
	min-height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 2px;
	border-left: 1px solid black;
	ie5_padding-bottom: 4px;
	ie5_margin-left: 24px;
}

#objectDetailInfo li.linkGrey {
	min-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #888;
	padding-left: 4px;
	padding-top: 2px;
	border-left: 1px solid #888;
	ie5_padding-bottom: 4px;
	ie5_margin-left: 24px;
}

/* jobInfo */

#jobInfo {
	list-style-type: none;
	margin-bottom: 20px;
}
#jobInfo li.title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/* contractNavbar */

#contractNavbar {
	width: 736px;
	ie5_width: 752px;
	height: 18px;
	background-color:#F9BA00;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 8px;
}
#contractNavbar li {
	float: left;
	background-color: #ffde66;
	border: 1px solid white;
	padding: 2px 8px;
	margin-right: 8px;
	cursor: pointer;
}
#contractNavbar li.active {
	background-color:#F9BA00;
	-border: 1px solid black;
}
#contractNavbar li.back {
	float: right;
	margin-right: 0px;
	cursor: pointer;
}
#contractNavbar li:hover {
	background-color:#F9BA00;
	-border: 1px solid black;
}

/* contractInfo */

#contractInfo {
	width: 182px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contractInfo .header {
	padding-bottom: 8px;
}
#contractInfo .info {
	padding: 0px 3px 8px 3px;
}
#contractInfo .subtitle {
	padding-bottom: 8px;
	font-weight: bold;
}
#contractInfo .feature {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 8px;
}
#contractInfo .footer {
	text-align: right;
	padding-bottom: 4px;
}

/* viewObjectData */

#viewObjectData {
	width: 258px;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
#viewObjectData .title {
	font-size: 11px;
	font-weight: bold;
}

/* edit Styles */
.debug_pre {
	font-family: 	Arial, Futura, sans-serif;
	font-size: 		10px;
	text-align:left;
}
.debug_session {
	text-align:left;
}

.search_icon {
	height:20px;
	width:20px;
}

.search_spacer {
	height:20px;
	width:8px;
}

#contractFeature {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	clear:left;
}
#contractFeature li.label {
	float: left;
	height: 40px;
	width: 180px;
	padding-top: 4px;
	padding-left: 20px;
	/* background-color:#f00; */
}
#contractFeature li.info {
	margin-bottom:12px;
	float:left;
	width:370px;
	padding-right: 20px;
	/* background-color:#0f0; */
}

