/* @override http://cbaa.rwts.com.au/styles/global.css */

body {

	font-family: Calibri, Verdana, Arial;
	line-height: 140%;
	background-color: #333;
	font-size: 14px;
}

a {
	color: #009900;
}

h1 {
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 3px;
}

h2 {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 3px;
}

h3 {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 3px;
}

h1 {
	color: #009900;
}

p {
	margin-bottom: 10px;
}

#header {
	color: #FFF;
	height: 80px;
}

#headerInner {
	padding-top: 30px;
}

#header h2 {
	color: #FFF;
	line-height:100%
}

.zend_form{   
width:460px;  
margin:5px auto;  
padding:0;  
overflow:auto;  
}  
  
.zend_form dt{  
padding:0;  
clear:both;  
width:30%;  
float:left;  
text-align:left;  
margin:5px 5px 5px 0;  
}  
  
.zend_form dd{  
padding:0;  
float:left;  
width:68%;  
margin:5px 2px 5px 0;  
}  
  
.zend_form p{  
padding:0;  
margin:0;  
}  
  
.zend_form input, .zend_form textarea{  
margin:0 0 2px 0;  
padding:0;  
}  
  
input[type=submit]{  
	border: 1px solid #ccc;
	background-color: #009900;
	color: #FFF;
	padding: 10px 30px;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}  
  
input[type=submit]:hover{  
	cursor: pointer;
	background-color: #006600;
}

.required:after{content:' * '; color:#cc0000;}  
  
.optional:after{content:' + ';color:#cc0000;}

#horizontalNav {
	height: 28px;
	font-size: 16px;
	line-height: 140%;
}

#horizontalNavInner {
	padding-top: 8px;
}

#horizontalNav a {
	color: #FFF;
	text-decoration: none;
}

#horizontalNav a:hover {
	color: #CCC;
	text-decoration: underline;
}

#horizontalNav ul.navigation {
	display: inline;
	list-style-type: none;
}

#horizontalNav ul.navigation li {
	display: inline;
	padding-right: 20px;
}

#mainContent {
}

#mainBody {
	background: #FFF url(../images/text_bg.png) repeat-x;
	min-height: 300px;
}

#topBlock {
	background: url(../images/header_bg.png) repeat-x;
	height: 120px;
}

#footer {
	padding-top: 15px;
	color: #FFF;
}

#basicSearch {
	border: 1px dashed black;
	padding: 20px;
}

#basicSearch .zend_form dt {
	display: block;
	width: 100%;
}

#basicSearch .required:after{
	content:'';
	color:#cc0000;
} 


#basicSearch .zend_form dd {
	width: 80%;
}


#basicSearch #terms {
	width: 100%;
	height: 30px;
	font-size: 15px;
	padding: 4px 4px 0;
	font-family: Calibri, Verdana, Arial;
}

#basicSearch #terms-label {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 3px;
	font-weight: bold;
}

#basicSearch #submit-label {
	display: none;
}

.searchExplain {
	font-style: italic;
}

.ad {
	width: 140px;
	margin-bottom: 5px;
}

.ad img {
	border: 1px solid black;
}

.right {
	text-align: right;
}

.result {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	clear: both;
}

.result .title .key {
	display: none;
}

.result .title .value {
	padding-top: 10px;
	font-weight: bold;
	font-size: 110%;
	color: #009900;
	width: 400px;
}

.result .key {
	clear: left;
	float: left;
	font-weight: bold;
	width: 150px;
}

.result .value {
	float: left;
	width: 350px;
}

.result .author .key {
	clear: left;
	font-weight: bolder;
	float: left;
}

.result .author .value {
	float: left;
	width: 200px;
}

.result .supplier .value {
	font-weight: bolder;
}

.result .resourceImage {
	float: right;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: none;
}


.paginationControl {
	padding-top: 5px;
	clear: both;
	text-align: center;
}

#resultsSearchForm #basicSearch {
	padding: 0px;
	border: none;
}

#resultsSearchForm #basicSearch .zend_form{   
	margin: 0px;  
	padding:0;  
	overflow:auto;  
	width: 100%;
}

#resultsSearchForm #basicSearch .zend_form dd{  
	padding:0;  
	float:left;
	margin:5px 2px 5px 0; 
	clear: none;
}  

#resultsSearchForm #basicSearch #terms {
	height: 30px;
	font-size: 15px;
	width: 400px;
}

#resultsSearchForm #basicSearch #terms-element {
	width: 420px;
}
#resultsSearchForm #basicSearch #submit-element {
	width: 50px;
}

#resultsSearchForm #basicSearch .zend_form dt {
	clear: none;
}

#hintContainer {
	height: 150px;
	width: 100%;
}

.hint p {
	margin-bottom: 0;
}

.hint {
	margin: 10px 20px;
	padding: 10px;
	background-color: #cceecc;
	display: none;
	position: absolute;
	width: 90%;
}

.hint pre {
	background-color: #FFF;
	display: block;
	padding:5px;
	border: 1px inset;
	font-family: calibri, Verdana, Arial;
	width: 60%;
	float: left;
}

.hint .tryIt {
	border: 1px solid #ccc;
	background-color: #009900;
	color: #FFF;
	padding: 6px 30px;
	margin-left: 10px;
	font-size: 12px;
	text-decoration: none;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	float: left;
}

.hint .tryIt:hover {
	background-color: #006600;
}


.hint p {
	clear: both;
}

.supplierList .supplier {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	width: 440px;
	height: 130px;
	float: left;
	margin-left: 10px;
}

.supplierList .supplier .name {
	font-weight: bold;
}

.supplierList .supplier .lastUpdate {
	float: left;
	width: 220px;
}

.supplierList .supplier .phone {
	padding-left: 115px;
}

.supplierList .supplier .titleCount {
	float: left;
	width: 220px;
}

.supplierList .supplier .label {
	display: block;
	float: left;
	width: 110px;
	padding-right: 5px;
	font-style: italic;
}

#footer {
	font-size: 11px;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


