@charset "UTF-8";
/* CSS Document */

#menu8 {
	width: 200px;
	margin-top: 35px;
	margin-left: 20px;
}
	
#menu8 li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #777;
	display: block;
	background: url(../images/menu8.gif);
	padding: 8px 0 0 20px;
}
	
#menu8 li a:hover {
	color: #257EB7;
	background: url(../images/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
}
	
#menu8 li a.active {
	color: #fff;
	background: url(../images/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
}
 
#menu8 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

html, body {
height: 100%;
} 

a:link, a:visited {
font-weight: bold;
text-decoration: none;
color: #11A8FF;
}

.leftblock {
width: 340px;
padding: 20px;
float: left;
height: 120px;
text-align: justify;
background: #eeeeee;
border: 1px solid #cccccc;
font-family: Tahoma;
margin-right: 10px;
}

.rightblock {
width: 340px;
padding: 20px;
float: left;
height: 120px;
text-align: justify;
background: #eeeeee;
border: 1px solid #cccccc;
font-family: Tahoma;
margin-left: 10px;
}

.clear {
clear: both;
}

/*The below styles how the header DIV will look*/
.header {
	font-family: tahoma;
	font-size: 16px;
	text-align: left;
	color: #000000;
	padding-top: 20px;
	height: 48px;
	line-height: 100%;
}

/*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;
}

/*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-top: 10px;
 color: #000000;
 text-align: left;
 font-family: Tahoma;
 padding-left: 4px;
 padding-right: 4px;
 padding-bottom: 1px;
 background:#EEEEEE}
 
.containercontent a:link, .containercontent a:visited {
text-decoration: none;
}

/*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 link popup box will look*/
.linkpopup {
 color: #000000;
 text-align: left;
 font-family: Tahoma;
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 5px;
 width: 500px;
 }

/*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-left: 10px;
	width: 500px;
	}

/*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.orange{color:#FFFFFF; background-color:#FF9900; border-color:#CC7500;}
.button.orange:hover{color:#FF9900; background-color:#A66000; border-color:#FF9900;}

.button.grey{color:#FFFFFF; background-color:#A8A8A8; border-color:#333333;}
.button.grey:hover{color:#666666; background-color:#C9C9C9; border-color:#666666;}
.button {
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	background-color: #FF99000);
	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-color: #FF99000;
	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: 10px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
/*The below styles how the quote text will look*/
blockquote {
font-family: Tahoma;
color: #000000;
text-align: justify;
}

/*The below style how links in the quote text will look*/
blockquote a:link, blockquote a:visited {
font-weight: bold;
text-decoration: none;
color: #11A8FF;
}

/*The below styles how the author text will look*/
cite {
font-family: Tahoma;
color: #000000;
text-align: right;
font-style: italic;
display: block;
padding-right: 20px;
}

/*The below style how links in the author text will look*/
cite a:link, cite a:visited {
font-weight: bold;
text-decoration: none;
color: #11A8FF;
}

/*The below styles how error messages will look*/	
.errortext {
border: 1px solid #920000;
background: #ECCED0;
color: #000000;
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 success messages will look*/	
.successtext {
border: 1px solid #BBD861;
background: #E4F2BD;
color: #000000;
height: 25px;
font-family: tahoma;
font-size: 14px;
line-height: 170%;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
display: block;
}

.pagination {
width: 50%;
padding: 5px;
font-family: tahoma;
font-size: 10px;
text-decoration: none;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.pagination a, .pagination a:link {
text-decoration: none;
color: #11A8FF
}

.pagination a:hover {
text-decoration: underline;
}