/*

CSS for Torfaen Business Voice (c) ICT Operations 2006

Colours used for the site are:

Dark Purple:	#1a3e94
Mauve:		#adafd5
Pale-Yellow:	#fff79a
Yellow:		#ffff00
Light-mauve:	#e0e0f0
Dark-mauve:	#8981bd
Dark-blue:	#1a3e94
sky blue:	#41a5d0
Red:		#E02929

*/

/*----------[ Main Structure ]----------*/
body{
  text-align: center;
}

#wrapper{
  border: 1px solid #1a3e94;
  min-width: 700px;
  max-width:1000px;
  width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
  margin: auto;
  text-align: left;
  position: relative;
}

#toptext{
  margin-top: 10px;
  height: 24px;
  color: #fff79a;
  text-transform: uppercase;  
  font-family: arial;
  font-weight: normal;
  font-size: 20px;
  padding-left: 7px;
  padding-top: 3px;
  background-color: #1a3e94;
  display: block;
  width: 650px;
  float: right;
}

#header{
  background-image: url('images/page_background2.gif');
  background-repeat: no-repeat;  
  background-position: top right;
  background-color: #e0e0f0;
  max-width: 1000px;
  height: 155px;
}

.headerimg{
  margin-left: -80px;
  padding-top: 20px;
}

.headerlogo{
  float: left;
}

#datebox{
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  color: black;
  padding-right: 5px;
  text-align: right;
  background-color: #e0e0f0;  
}

#copy{
  height: 20px;
  font-family: arial;
  font-size: 11px;
  padding-right: 10px;
  background-color: #1a3e94;
  color: #ffffff;
  text-align: right;
  padding-top: 5px;
}

#menubar{
  height: 20px;
  font-family: arial;
  font-size: 11px;
  padding-right: 10px;
  background-color: #1a3e94;
  color: #ffffff;
  padding-top: 5px;  
  text-align: right;
}

.content1{
  background-image: url('pics/background.jpg');
  background-repeat: no-repeat;  
}

.content2{
  background-image: url('images/page_backgroundleft.gif');
  background-repeat: no-repeat;  
  background-position: bottom left;
}

#content{
  padding-left: 10px;
  font-family: verdana;
  font-size: 12px;
  background-color: #e0e0f0;
}

/*----------[ End Main Structure ]----------*/






#menubar a{
  color: #ffffff;
  font-family: verdana;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

#menubar a:hover{
  color: #ffff00;
  text-decoration: underline;
}

td{
  vertical-align: top;
  padding: 0px;
}

ul{
  padding: none;
}

li{
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
}

br{
  line-height: 5px;
  height: 5px;
}

.admin{
/*  background-image: url('images/page_background2.gif');
  background-repeat: no-repeat;
  background-position: top right;*/
  margin: 0px;
  padding: 0px;
  border: 1px solid #ffffff;
  border-collapse: collapse;
}

.normal{
/*  background-image: url('images/page_background2.gif');
  background-repeat: no-repeat;
  background-position: top right;*/
  margin: 0px;
  padding: 0px;
}

.adminhead{
  width: 99%;
  height: 26px;
  background-color: #ededed;
  color: #000000;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 3px;
  border: 3px outset #e0e0e0;
}

.adminhead a img{
  border: 3px outset #e0e0e0;
}

.adminhead a:hover img{
  border: 3px inset #e0e0e0;
}

.adminhead a{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.adminhead a:hover{
  color: #ff0000;
}

.pagemenu{
  font-weight: normal;
  font-size: 11px;
  font-family: verdana;
}

.pagemenu a{

}

.pagemenu a:hover{
  text-decoration: underline;
}

.pagebutt{
  width: 100px;
  float: left;
  margin-left: 10px;
}

.pagemancell{
  height: 40px;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

.pman{
  border: 1px solid #000000;
  background-color: #e0e0f0;
}

#pmantext{
  margin-top: 10px;
  font-family: arial,verdana;
  font-size: 12px;
  font-weight: normal;
}

#pmantext p{
  text-align: justify;
}

.exampletab{
  border: 1px solid #000000;
  border-collapse: collapse;
}

.examplecell{
  border: 1px solid #000000;
  border-collapse: collapse;
  text-align: center;
}

.examplebox{
  width: 60px;
  font-weight: normal;
  color: #ff0000;
  font-size: 10px;
  text-align: center;
}

.pagetitle{
  position: relative;
  top: -4px;
}

.stylepicker{
  position: relative;
  top: -4px;
}

.none{

}

/*----------[ Styles for toolbar and edit page ]----------*/

#toolbox a{
  height: 22px;
  width: 25px;
  float: left;
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 1px solid #808080;
  background-image: url('images/buttmid.gif');
  background-repeat: repeat-x;
  cursor: pointer;
  text-decoration: none;
  padding: 2px;
  margin-left: 2px;
}

#toolbox table{
  float: left;
  border: 1px solid #adafd5;
  margin-right: 5px;
  margin-top: 3px;
}

#toolbox a:hover{
  border: 1px solid #ff0000;
}

.buttonpush{
  border: 2px inset #a0a0a0;
}

#toolbox{
  height: auto;
}

.fontsel{
  height: 22px; 
  vertical-align: middle; 
}

.fsels{
  height: 22px;
}

.edittext{
  width: 100%; 
  height: 400px;
  font-family: arial,sans-serif;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #808080;
  overflow: auto;
  background-image: url('images/textback.gif');
  background-repeat: repeat-y;
}

html>body .edittext{
  height: auto;
  min-height: 400px;
}

.editbutts{
  width:130px;
}

.diseditbutts{
  display: none;
}

#miniview{
  font-family: verdana;
  font-size: 6px;
  font-weight: normal;
  width: 150px;
  height: 100px;
  overflow: auto;
  border: 1px solid #000000;
  margin-left: 10px;
}

#miniview h1{
  font-size: 11px;
  font-weight: normal;
}

#miniview h2{
  font-size: 10px;
  font-weight: normal;
}

#miniview h3{
  font-size: 9px;
  font-weight: normal;
}

#miniview h4{
  font-size: 8px;
  font-weight: normal;
}

#miniview h5{
  font-size: 7px;
  font-weight: normal;
}

#miniview li{
  font-size: 6px;
  font-weight: normal;
}

#miniview td{
  font-size: 6px;
  font-weight: normal;
}

#miniview p{
  font-size: 6px;
  font-weight: normal;
}

#scrollylist{
  overflow: auto;
}

.row0{
  background-color: #e0e0f0;
  cursor: pointer;
}

.row1{
  background-color: #c7b3c7;
  color: #ffffff;
  cursor: pointer;
}

.row2{
  background-color: #1a3e94;
  color: #fff79a;
  cursor: pointer;
}

.artpicker{
  border: 1px solid #000000;
}

.artdesc{
  font-family: verdana;
  font-weight: bold;
}

.artbutt{
  width: 100px;
  float: left;
  margin-left: 5px;
}

#searchform{
  position: absolute;
  top: 10px;
  left: 840px;
  width: 155px;
  height: 30px;
  vertical-align: top;
}

@media all and (min-width: 0px){
#searchform{
  top: 1px;
}
}

.search{
  margin-right: 5px;
}

.searchbox{
  width: 110px;
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.gobutt{
  width: 30px;
  height: 18px;
  font-size: 12px;
  font-weight: normal;
}

#searchwrapper{
  float: right;
  text-align: right;
  width: 185px;
  background-color: #1a3e94;
  margin-right: 0px;
  height: 20px;
  border: 1px solid red;
}

#searchwrapper a{
  font-size: 10px;
}



/* =-=-=-=-=-=-=-[Search Button]-=-=-=-=-=-=-=- */

#searchbutt{
  width: 20px;
  height: 20px;
  margin-top: 3px;*/
  
}

#searchbutt a {
  	height: 20px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-family: arial;
  	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	}
	
#searchbutt a:link, #searchbutt a:visited {
	display: block;
	background: url('images/searchbutt.gif');
	}
	
#searchbutt a:hover {
	background: url('images/searchbutt.gif') 0 -20px;
	}
	
#searchbutt a:active {
	background: url('images/searchbutt.gif') 0 -40px;
	}	
	
/* =-=-=-=-=-=-=-[End Search Button]-=-=-=-=-=-=-=- */



/* =-=-=-=-=-=-=-[Search Page]-=-=-=-=-=-=-=- */


.searchres{
  color: #000000;
  background-color: #adafd5;
  padding: 10px;
  border: 1px solid #000000;
}

.searchres li{
  color: #000000;
}

.searchres a{
  color: #000000;
}

.searchres h1{
  color: #000000;
}

.searchres h2{
  color: #000000;
}
.searchres h3{
  color: #000000;
}
.searchres h4{
  color: #000000;
}
.searchres h5{
  color: #000000;
}
.searchres h6{
  color: #000000;
}

.hide{
  display: none;
}

.searchsmalltext{
  font-family: arial, verdana;
  font-size: 10px;
  font-weight: normal;
}

fieldset{
  border: 0px; 
}

#searchresults fieldset{
  cursor: pointer;
}


.legenda{
  position: relative;
  left: 0px;
  top:1px;
  color: #ff0000;
  font-weight: bold;
  display: block;
  width: 300px;
  background-color: #adafd5;
  padding: 5px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.legendb{
  position: relative;
  left: 0px;
  top:1px;
  color: #ffff00;
  font-weight: bold;
  display: block;
  width: 300px;
  background-color: #a783a7;
  padding: 5px;
  border: 1px solid #000000;
}

#searchpage{
  padding: 10px;
  background-image: url('images/search.jpg');
  background-repeat: no-repeat;
  padding: 10px;
  font-weight: normal;
  font-family: verdana;
  font-size: 14px;
  color: #000000;
}

#searchpage h2{
  text-align: center;
  padding-top: 40px;
  font-family: verdana, arial;
  font-size: 56px;
  color: #ff0000;
/*  padding-bottom: 50px;*/
}

/* =-=-=-=-=-=-=-[End Search Page]-=-=-=-=-=-=-=- */

.contactus{
  font-family: verdana;
  font-size: 14px;  
}

.enq_t{
  width: 400px;
  font-family: arial,verdana;
  font-size: 12px;
  font-weight: normal;
}

.enq_ta{
  width: 400px;
  height: 100px;
  font-family: arial,verdana;
  font-size: 12px;
  font-weight: normal;
}

.enq_b{
  width: 100px;
}

.enq_left{
  margin-left: 50px;
  text-align: left;
  font-weight: bold;
  font-family: verdana;
  font-size: 14px;
}

#contactus{
  background-image: url('images/contactus.jpg');
  background-repeat: no-repeat;
  background-color: #fdfbfd;
  padding: 10px;
  font-weight: normal;
  font-family: verdana;
  font-size: 14px;
  color: #000000;
}

#contactus h2{
  padding-top: 75px;
  padding-bottom: 0px;
  margin-left: 15px;
  font-family: verdana, arial;
  font-size: 56px;
  color: #ff0000;
}

#contact_text{
  position: relative;
  top: 10px;
  width: 550px;
}

#contact_text p{
  font-weight: bold;
  font-size: 14px;
  font-family: verdana, arial;
  padding-left: 50px;
}

#contbox{
  position: relative;
  left: 20px;
  top: 40px;
  width: 600px;
  height: 350px;
  border: 1px solid red;
}

#innercont{
  margin: 10px;
  border: 1px solid #8981bd;
}

#innercont h2{
  font-size: 56px;
  font-weight: bold;
  color: #ff0000;
}


.address{
  font-weight: normal;
  font-family: verdana,arial;
  font-size: 18px;
  color: #000000;
}

#adminmode{
  float: right;
  color: red;
  font-weight: bold;
  margin-right: 2px;
  font-family: arial,verdana;
  font-size: 16px;
}

.artbox{
  width: 300px;
}

.artarea{
  width: 350px;
  height: 95px;
  font-family: arial,verdana,helvetica,sans-serif;
  font-weight: normal;
  font-size: 12px;
}

h1{
  font-family: garamond, times, serif;
  font-size: 30px;
  margin: 0px;
}

h2{
  font-family: garamond, times, serif;
  font-size: 26px;
  margin: 0px;
}

h3{
  font-family: garamond, times, serif;
  font-size: 22px;
  margin: 0px;
}

h4{
  font-family: garamond, times, serif;
  font-size: 18px;
  margin: 0px;
}

h5{
  font-family: garamond, times, serif;
  font-size: 14px;
  margin: 0px;
}


.style1{
  background-color: transparent;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;  
  padding: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.style1 a{
  color: #000000;  
}

.style1 p{
  color: #000000;
  padding: 5px;
  background-color: transparent;
}

.style2{
  background-color: #1a3e94;
  font-family: arial, helvetica, sans-serif;  
  font-size: 14px;
  font-weight: normal;  
  color: #ffffff;
  padding: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.style2 a{
  color: #ffffff;  
}

.style2 p{
  color: #ffffff;
  padding: 5px;
}

.style3{
  background-color: #e0e0f0;
  font-family: arial, helvetica, sans-serif;  
  font-size: 14px;
  font-weight: normal;  
  padding: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.style3 a{
  color: #000000;  
}

.style3 p{
  color: #000000;
  padding: 5px;
}

.style4{
  background-color: #adafd5;
  font-family: arial, helvetica, sans-serif;  
  font-size: 14px;
  font-weight: normal;  
  padding: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.style4 a{
  color: #000000;  
}

.style4 p{
  color: #000000;
  padding: 5px;
}