html, body {
height: 100%;
} 

/*The below styles how the header DIV will look*/
.header {
	font-family: tahoma;
	font-size: 20px;
	text-align: left;
	color: #000000;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 48px;
	line-height: 200%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*The below styles how the header DIV for the demo will look*/
.demo_header {
	font-family: tahoma;
	font-size: 20px;
	text-align: left;
	color: #000000;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-image: url(../images/demo_logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 48px;
	line-height: 200%;
}

/*The below styles how the logout DIV will look*/
.logout {
	font-family: tahoma;
	font-size: 12px;
	text-align: right;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	margin-right: 15px;
	text-decoration: none;
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	background-position: center right;
}

/*The below styles how the logout link will look*/
.logout a:link, .logout a:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/*The below styles how the main DIV which holds the all other DIVs will look*/
.placeholder {
	margin-bottom: 25px;
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.construction_header {
font-family: tahoma;
font-size: 22px;
color: #000000;
display:block;
text-align: center;
}

.construction_tagline{
font-family: tahoma;
font-size: 10px;
color: #A7A5A5;
padding-top: 10px;
display:block;
text-align: center;
}

.adminicon {
vertical-align: text-bottom;
border: 0px;
}

/*The below styles how the upload form DIVS will look (the rounded edges of the boxes)*/
/*To change the background colour of these boxes change every occurrence of #EEEEEE*/
.container{
  display:block; 
  }

.container *  {
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#EEEEEE}

.container1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;
  background:#EEEEEE}

.container2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;
  background:#EEEEEE}

.container3  {
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE;}

.container4{
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE}

.container5{
  border-left:1px solid #EEEEEE;
  border-right:1px solid #EEEEEE}

/*The below styles how the content contained within the rounded edged boxes will look*/
/*To change the background colour of this box change #EEEEEE*/
.containercontent{
 padding: 20px;
 color: #000000;
 text-align: left;
 font-family: Tahoma;
 background:#EEEEEE}
 
.containercontent a:link, .containercontent a:visited {
text-decoration: none;
}

ul{
text-align: left;
padding: 0px;
margin: 0px;
}

.itemslist {
list-style-type:none; 
display: inline;
}

.admintable {
width: 90%;
margin-left: auto;
margin-right: auto;
}

.tableitem {
text-align: left;
width: auto;
padding: 5px;
}

.tableicon {
text-align: center;
width: auto;
padding: 5px;
font-weight: bold;
font-size: 16px;
}

.tableitemheader {
text-align: left;
width: auto;
padding: 5px;
font-weight: bold;
font-size: 16px;
}

.tableidheader {
text-align: left;
width: 10px;
padding: 5px;
font-weight: bold;
font-size: 16px;
}

.statusmessage {
border: 1px dotted #CCCCCC;
padding: 5px;
margin-bottom: 10px;
}

.statusmessage a, .statusmessage a:link, .statusmessage a:visited {
text-decoration: none;
font-size: 12px;
color: #76A6BA; 
}

/*The below styles how the text at the top of the add quote/testimonial area will look*/
.formheader {
padding: 10px;
font-family: tahoma;
color: #000000;
font-size: 16px;
font-weight: bold;
}

/*The below styles how the DIV holding the form elements will look*/
.formholder {
width: 500px;
padding: 15px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/*The below styles how a left aligned paragraph will look*/
.left {
text-align: left;
}

/*The below styles how a center aligned paragraph will look*/
.center {
text-align: center;
}

/*The below styles how an error message will look in the upload form*/
.error {
font-family: tahoma;
	font-size: 16px;
	color: red;
	margin-left: 10px;
	padding-top: 25px;
	padding-left: 60px;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: center left;
	height: 48px;
}

/*The below styles how the login p will look*/
.login {
	display: block;
	text-align: center;
	}

/*The below styles how the add link button will look*/
.addlink {
border: 1px solid #000000;
height: 20px;
background-image: url(../images/link.png);
background-repeat: no-repeat;
background-position: center left;
margin-left: 10px;
padding-left: 15px;
margin-bottom: 5px;
}

/*The below styles how the login input fields will look*/
.logininput {
	font-family: tahoma;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-left: 10px;
	}


/*The below styles how input fields will look*/	
.input {
	font-family: tahoma;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-right: 15px;
	}

/*The below styles how textarea input fields will look*/		
.textareainput{
	font-family: tahoma;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-left: 10px;
	width: 500px;
	height: 200px;
	}

/*The below styles how the form buttons look*/
.logincontainer {
	margin-bottom: 25px;
	text-align: center;
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	min-height: 25px;
}

/*The below styles how buttons will look*/	
.button {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	height: 25px;
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	padding-left: 4px;
	padding-top: 10px;
	text-align: center;
	}
	
/*The below styles how input buttons will look*/		
.inputbutton {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	border: 0;
	height: 25px;
	width: 112px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
	}

/*The below styles the look of the screen blackout when the delete button is pressed*/	
.blackout{
	position: fixed;
	z-index: 5;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 0;	
	height: 100%;
	min-height: 100%;
}

/*The below styles how the box in the middle of the blackout screen will look*/
.box {
	color: #000000;
	margin-top: 200px;
	text-align: center;
	background-color: #ffffff;
	width: 500px;
	min-height: 300px;
	left: 0;
	line-height: 0;	
	margin-left: auto;
	margin-right: auto;
}

/*The below styles how the text at the of the box in the middle of the blackout screen will look*/
.boxheader {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	}

/*The below styles how the text in the box in the middle of the blackout screen will look*/
.boxtext {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;
	padding: 20px;
	line-height: 100%;
	padding-top: 50px;
	}

.boxtext a:link, .boxtext a:visited{
	color: #ffffff;
	text-decoration: none;
	}

/*The below styles how the footer text will look*/
.footer {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	}
.footer a, .footer a:link, .footer a:visited {
	text-decoration: none;
	color: #76A6BA; 
	}

.textarea {
	font-family: tahoma;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-left: 10px;
	width: 100%;
	}


/*The below styles how error messages will look*/	
.errortext {
border: 1px solid #920000;
background: #ECCED0;
color: #000000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}

/*The below styles how success messages will look*/	
.successtext {
border: 1px solid #BBD861;
background: #E4F2BD;
color: #000000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
}

/*The below styles how the waiting message will look*/	
.informationtext {
border: 1px solid #38599F;
background: #859ED1;
color: #000000;
min-height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
margin-bottom: 5px;
}

#nav_rounded_white {
background:#fff;
padding:10px 0px 0px 20px;
height:40px;
width: 800px;
margin-left: auto;
margin-right: auto;
list-style: none;
text-transform: lowercase;
font-family: arial, "lucida console", sans-serif;   }

#nav_rounded_white ul {
margin: 0;
padding: 0;   }

#nav_rounded_white li {
float: left;
margin: 0;
padding:0px 10px 0px 0px;   }

#nav_rounded_white a {
display:block;
line-height: 30px;
margin: 0;
padding: 0 20px 0 15px;
font-size: 18pt;
color:#000000;
letter-spacing:-1px;
text-decoration: none;
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#eeeeee;
}

#nav_rounded_white a:hover {
text-decoration:none;
background:#004455;
color:#ffffff;
}

.buttondiv a, .buttondiv a:link, .buttondiv a:visited{
text-decoration: none;
color: #ffffff;
}