/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #697BA5;
}

#pageContainer {
	background-image: url(../images/demo_center_strip.gif);
	background-repeat: no-repeat;
	background-position: center 243px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/********** Menu bar *********/
#topmenu {
	padding: 0px 0px 0px 0px;
	height: 21px;
	width: 748px;
	position: absolute;
	background-color: #9AA7C2;
	left: 6px;
	top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

#header {
	height: 140px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 3px;
	background-image: url(../images/cDickmann.gif);
	background-repeat: no-repeat;
	background-position: 25px 40px;
	}

#header #name {
	display: none;
}
	
#header #websolutions {
	display: none;
}
		
/********** Main content area *********/
#contentContainer {
	position: relative;
	top: 17px;
	font-size: 90%;
	padding: 0px;
	width: 766px;
	height: 617px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/demo_conent_double.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}	

#pageInfo {
	position: absolute;
	margin-left: 230px;
	margin-top: 16px;
	width: 500px;
	height: 18px;
	text-align: right;
	color: #222222;
}

/* This is positioning the content on the page */
#pageContent {
	width: 536px;
	height: 383px;
	margin-left: 195px;
	margin-top: 44px;
	padding: 0px;
	overflow: auto;
	position: absolute;
	z-index: 30;
}

/* Style for entry HTML page */
#pageContent #home {
	margin: 0px;
}

#pageContent #home #top {
	margin: 0px;
}

#pageContent #home #address {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 25px;
	font-size: 95%;
}

/* START - Extra content displayed under the lefthand menu options */
.contentWrapperExtra {
	position: absolute;
	margin-top: 65px;
	margin-left: 27px;
	width: 125px;
	height: 335px;
	overflow: hidden;
	z-index: 30;
	font-size: 90%;
	padding: 0px 8px;
}

.contentWrapperExtra ul, #contentWrapperExtra ol {
	padding: 2px 0px 0px 3px;
	margin: 2px 0px 0px 3px;
	list-style-position: inside;
	list-style-type: square;
}

.contentWrapperExtra img {
	margin: 8px 1px;
}

.contentWrapperExtra .textOnlyBox {
	margin: 0px;
	padding: 0px;
}

.contentWrapperExtra  .contentClearLine {
	border-width: 0px;
}
/* END - Extra content displayed under the lefthand menu options */


 
#pageContent #home #top img {
	margin: 5px;
	float: left;
	width: 306px;
}

#pageContent #home #top ul {
	float: right;
	width: 200px;
	margin-top: 10px;
	list-style-image: url(images/bullet_square.gif);
	list-style-position: outside;
}

#clear {
	clear: both;
	margin: 0px;
}

#popupField {
	position: absolute;
	background-color: #AEEDAE;
	width: 300px;
	right: 150px;
	top: 180px;
	border: 1px solid #229722;
	display: none;
}

#popupField #topBar {
	height: 14px;
	background-color: #ADBFDC;
	text-align: left;
	padding: 1px 1px 1px 5px;
	font-size: 80%;
}	

#popupField #topBar img{
	float: right;
	margin-top: -14px;
}	

#popupField #popupContent {
	padding: 5px;
	font-size: 90%;
}	

#contentLeft {
	display: none;
}

/************************************ MENU SYSTEM ****************************/
#menu { 
/*	background-color: #6DC242;  */
	height: 19px; 
	position: relative; 
	padding-left: 0px;
	font-size: 90%; 
	color: #999999;
	z-index: 100;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

#menu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap; 
}

#menu a {
	font-size: 1.1em;
	height: 19px;
	text-decoration: none;
	float: left;
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #000000;
}

#menu a:hover {
	color: #EEEEEE;
	background-color: #54658B;
}

#menu li ul {
	background-color: #9AA7C2;
	position: absolute;
	top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	left: 0px;
	display: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 120px;
	z-index: 300;
}

#menu li.over ul, #menu li:hover ul {
	display: block; 
	z-index: 300;
}

#menu li li {
	background-color: #9AA7C2;
	position: relative;
	width: 120px;
	float: none; 
	z-index: 300;
}

#menu li li a {
	position: relative;
	float: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	z-index: 300;
}

#menu li li a:hover {
	background-image: none;
	position: relative;
	float: none;
	background-color: #54658B;
	z-index: 300;
}

/******************************* dynamic content ******************************/

.contentWrapper {
	top: 0px;
	padding: 0px 8px;
	font-size: 90%; 
}

.contentWrapperFull {
	font-size: 100%;
	padding: 0px 6px;
	margin: 5px 0px 10px 0px;
	clear: both;
}

.contentWrapperLeft, .contentWrapperRight {
	font-size: 12px;
	width: 235px;
	padding: 0px 6px;
	margin: 0px;
}

.contentWrapperLeft {
	float: left;
}

.contentWrapperRight {
	float: right;
}

.contentClear {
  clear: both;
  margin: 0px;
  padding: 0px;
}	
	
.contentClearLine {
  clear: both;
  margin-top: 6px;
  padding-bottom : 3px;
  border-top : 1px solid #aaaaaa;
}	
	
.textOnlyBox {
	text-align: left;
	padding: 0px;
	margin: 4px 0px;
}
	
.textOnlyBox a {
	text-decoration: none;
	color: #000000;
}
	
.textOnlyBox a:hover {
	text-decoration: underline;
}
	
.textOnlyBox p {
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

/* image style in content listing */	
.textOnlyBox .right {
	float: right;
	padding: 8px 0px 5px 0px;	
}

/* image style in content listing */	
.textOnlyBox .left {
	float: left;
	padding: 8px 0px 5px 0px;	
}

.textOnlxBox img, .textOnlyBox .left {
	margin: 8px 10px 8px 0px;
}	

.textOnlyBox .right {
	margin: 8px 0px 8px 10px;
}	

/* width defined in showPage.php header */	
.imageBox, .imageBoxRight  {
	float: left;
}

.imgDisp, .imgDispLeft {
  width: auto;
  margin: 2px;
  padding: 2px;
}
	
.imageBoxRight {
	float: right;
}
	
.imageBox img, .imageBoxRight img {
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
	margin: 6px auto;
	text-align: center; 
}

.imgDisp img, .imgDisp img {
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
	margin: 0px 0px;
}

h5 {
	padding: 4px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;	
	font-size: 100%;
	text-decoration: none;
}

h4 {
	padding: 4px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;	
	font-size: 100%;
}

.commentBox {
	float: left;
	text-align: left;
	padding: 5px 0px;
	margin-left: auto;
	margin-right: auto;
}
	
.commentBoxLeft {
	float: left;
	text-align: left;
	padding: 5px 0px 5px 15px;
	margin-left: auto;
	margin-right: auto;
}
	
/* ############################## POPUP IMAGE ############################## */

.popupField {
	position: absolute;
	padding: 6px;
	background-color: #8D9ABA;
	left: 160px;
	top: 30px;
	border: 1px solid #FFF;
	border-bottom-color: #333;
	border-right-color: #333;
	font-size: 90%;
	display: none;
	z-index: 200;
}

.popupField img {
	border: 1px solid #FFF;
	border-top-color: #333;
	border-left-color: #333;
	margin: 0px;
}

.popupField .topBar {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	top: 2px;
	right: 2px;
	text-align: left;
	font-size: 80%;
}	

.popupField #topBar img{
	float: right;
}	

.popupField #popupContent {
	padding: 5px;
	font-size: 90%;
}	

/* ########################### FORM Style ############################### */
#pageContent #inputField {
	border:  1px solid #AAA;
	padding: 2px 3px 1px 4px;
	margin: 1px 0px;
	color: #222;
	background-color: #FFF;
}

#pageContent #inputField {
	height: 16px;
}	

#pageContent #noBorder {
	border-width: 0px;
}

#pageContent table {
	margin-left: 5px;
}

#pageContent #inputArea {
	margin: 5px 0px 0px 10px;
	border:  1px solid #AAA;
}

#pageContent #mandatoryField {
	border: 1px solid #999999;
	background-color: #FFE1E1;
}

#pageContent #choiceField {
	border: 1px solid #BBBBBB;
	padding-left: 7px;
}

#pageContent #errorCell {
	background-color: #98002D;
	color: #FFFFFF;
	height: 22px;
	font-weight: bold;
	text-align: center;
}	

#pageContent .errorInfo {
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 80%;
	color: #D00;
}


#pageContent #titleCell {
	background-color: #54658B;
	color: #FFF;
	height: 22px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}	

#pageContent .mandatoryField {
	font-weight: bold;
	color: #98002D;
}

#pageContent .choiceField {
	padding-left: 0px;
}

#hrLine {
	margin: 0px;
	padding-left: 4px;
}

#hrLine table {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#hrLineSpace {
	margin: 1px;
	padding: 1px;
}

#pageContent .phoneInfo {
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 80%;
	color: #444;
}

hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA;
	width: 96%;
}