body {
    font-family:trebuchet ms, verdana, arial, sans-serif;
}

label {
    width:150px;
    float:left;
    text-align:right;
    margin-right:10px;
}
fieldset select {
    margin-bottom:5px;
    width:250px;
}
fieldset input {
    margin-bottom:5px;
    width:250px;
}

fieldset input[type="radio"]{
width:auto;

}

fieldset input[type="checkbox"]{
width:auto;

}


.list input {
    width:30px;
}
textarea {
  
    width: 250px;
  	height: 120px;

}
.submit {
    cursor:pointer;
    border:outset 1px #A4B825;
    background-color:#e1f0ce;
    color:#000000;
    font-family:trebuchet ms, verdana, arial, sans-serif;
    height:25px;
    
}

.submit:hover {
    background-color:#d6eff5;
}
.div_submit {
    cursor:pointer;
    border:outset 1px #A4B825;
    background-color:#eef3c5;
    color:#000000;
    font-family:trebuchet ms, verdana, arial, sans-serif;
    height:25px;
    width: 80px;
    text-align:center;
    float:right;
}
.vision {
    color:#A4B825;
    font-weight:bold;
}
.left {
    width:45%;
    float:left;
    height:131px;
}

.right {
    width:45%;
    float:right;
    height:131px;
}

.wide {
    width:100%;
    float:left;
}

.result_odd {
    width:100%;
    float:left;
 
    background-color:#e1f0ce;
    border:1px solid #8CC63E;
}

.result_even {
    float:left;
    width:100%;
    background-color:#d6eff5;
    border:1px solid #6CC7DC;
}

.result_odd .res_title {
    width:100%;
    float:left;
    background-color:#8CC63E;
    margin:0px;
    padding:0px;

}
.res_title h3 {
    display: inline;
    margin-left:10px;
    line-height:30px;
    
}

.res_title h4 {
    display: inline;
    float: right;
     margin-right:10px;
    
}

.result_even .res_title {
    width:100%;
    float:left;
    background-color:#6CC7DC;
    margin:0px;

}
.res_desc {
    width:95%;
   float:left; 
    background-color:transparent;
    margin:10px;
    
}


.supplier_left {
    width:45%;
    float:left;
    background-color:transparent;
    margin-left:10px;
}
.supplier_right {
    width:45%;
    float:right;
    background-color:transparent;
    margin-right:10px;
}
.category_table {
    border:1px solid #000000;
    vertical-align:top;
    font-size:1.0em;
    border-collapse:collapse;
    padding:5px;
}
.category_table td{
    vertical-align:top;
    width:195px;
}
.category_table h4 {
    color:#A4B825;
    font-size:1.3em;
    width:95%;
    text-align:center;
}
.blue {
    color:#6CC7DC;
}
/******** default.css styles *********/
/*
Theme Name: Ginger Ninja! v2
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {
	background:url(../img/bg-body.png) repeat-x top center #E8F7F9;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:67%; /* Sets default font size to 10px */
	color:#222222;
	}

h1, h2, h3, h4, div, ul, ol, li, body {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin:0.5em 0px;
	}

#content ul {
	margin: 0 0 1em 1em;
	padding-left: 13px;
    list-style-type: none;
    }
#content ol {
	margin: 0 0 1em 1em;
	padding-left: 30px;
    }
#content blockquote {
	margin: .5em 2em;
    }
#content ul li {
    background-image: url("../img/bip.png");
    background-repeat: no-repeat;
    background-position: 0px 7px; 
	padding-left: 17px;
	}
hr {
    background-image: url("../img/hr.jpg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
	height: 14px;
	width: 448px;
	border: none;
	margin: 3px auto;
    }

a {
	text-decoration:none;
	color:#6a972d;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:175px;
	background:url(../img/bg-header.jpg) no-repeat;
	text-indent:-9999em;
  }
#menu {
	height:35px;
	line-height:35px;
	background:url(../img/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#contentwrap2 {
	float:left;
	width:470px;
	min-height:400px;
	padding: 1em 10px .5em 10px;
	}
#contentwrap {
	float:left;
	width:95%;/*650, 470*/
	min-height:400px;
	padding: 1em 10px .5em 10px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(../img/bg-footer.jpg) no-repeat;
	}
#content {
	padding:5px 5px;
	/*text-align:justify;*/
	margin-top: .5em;
	/*line-height:1.75em;*/
	line-height:1.5em;
	}

#content p {
    text-align:justify;
}

.link {
text-align:left;
}


.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}


/*error box*/
#errorbox{
  padding: 2px;
  color: #ffffff;
  background-color:#B2001B;
  border:1px solid #000000;
}

.error{
  color: #B2001B;
}

/*messagebox*/
#messagebox{
  padding: 2px;
  color: #000000;
  background-color:#8CC63E;
  border:1px solid #000000;
}

/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(../img/bg-menu-hover.png) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {

	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(../img/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:right;
	padding-top:10px;
	padding-right:10px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Footer Newsletter */

#footer-nl {
	float:right;
	padding-top:10px;
	padding-right:20px;
	cursor:default;
	color:#ffffff;
	text-align: right;
	}
#footer-nl h2 {
	color:#666666;
	}
#footer-nl a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-nl a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
#footer-nl input {
	width: 70px;
	background: #ffffff;
	border: 1px solid #BCCF42;
	color: #BCCF42;
	margin-bottom: 10px;
	}
#footer-nl input.button {
	width: 70px;
	background: #BCCF42;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin-bottom: 10px;
	}

/* Copyright */

#copyright {
	text-align: center;
	margin: .5em 0 1em 0;
	cursor:default;
	color:#666666;
	}
#copyright a {
	color:#666666;
	text-decoration:none;
	}
#copyright a:hover {
	color:#000000;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	display: none;
	}
h2 {
	font-size:1.80em;
	font-weight:normal;
	letter-spacing:-1px;
	text-decoration:none;
	color:#8CC63E;
	padding:5px 5px;
	}
#content h2 {
	padding:20px 0px 10px 0px;
	}
#content h3 a, #content a h3 {
	color: #666622;
	}
#content h3 a:hover, #content a:hover h3 {
	color:#6CC7DC;
	}
h3 {
	font-size:1.50em;
	font-weight:normal;
	letter-spacing:-1px;
	text-decoration:none;
	padding:10px 0px 5px 0px;
	}
/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(../img/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("../img/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
}


/* Feed */

#search {
	height:25px;
	width:126px;
	background:url(../img/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
#search input {
	height:15px;
	width:90px;
	color:#ffffff;
    font-weight: bold;
	background-color:#666666;
    background:url("../img/search2.png") 0 0 no-repeat;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
/*#search input:focus {
    background:url("../img/search2.png") 0 0 no-repeat;
}*/
/**********************************/
/* CMF : inline navigation        */
/**********************************/
.cmf-searchresults .cmf-inlinenavigation {
	color: #222222;
	border: #cccccc dotted 1px;
	padding: 4px 2px;
	text-align: left;
}
.cmf-inlinenavigation a, .cmf-inlinenavigation a:visited {
	border: 1px solid #dddddd;
    text-decoration: none !important;
}
.cmf-inlinenavigation a:hover, .cmf-inlinenavigation a:active {
	border: 1px solid #B4C835;
    text-decoration: none;
}
.cmf-inlinenavigation span.cmf-selected {
	border: 1px solid #B4C835;
}
/*edebed */

/**********************************/
/* CMF : tables                   */
/**********************************/
table.cmf-list {
}
table.cmf-highlight tr td:hover {
    border: #8b9fab solid 1px;
}

.cmf-active {
    background-color: #f6f6f6;
}
td.cmf-top {
    color: #000000;
    background-color: #E8F7F9;
}
td.cmf-nav {
    color: #CCd4DB;
    background-color: #FFFFFF;
}
td.cmf-line {
    color: #CCd4DB;
    background-color: #FFFFFF;
}
td.cmf-linesep {
    color: #CCd4DB;
    background-color: #FFFFFF;
}
td.cmf-line1 {
    color: #000000;
    background-color: #FFFFFF;
}
td.cmf-line2 {
    color: #000000;
    background-color: #f6f6f6;
}

td.cmf-right {
    color: #000000;
    font-size: .9em;
}
span.cmf-compulsory {
    color: #FF9999;
}
td.cmf-left {
    color: #000000;
    font-size: .9em;
}
td.cmf-break {
    color: #CCd4DB;
    background-color: #DEEEDE;
    border-bottom: #FF9999 solid 1px;
}
td.cmf-sep {
    color: #003300;
    background-color: #EFFFEF;
}
td.sep h4 {
    background-color: #EFFFEF;
}
td.cmf-bottom {
    color: #000000;
    background-color: #FFFFFF;
}


/**********************************/
/* CMF : forms                   */
/**********************************/
form.cmf-form input, form.cmf-form select, form.cmf-form textarea, a.cmf-actionbutton {
	color:#222222;
	background-color:#edebed;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

form.cmf-form input[type=submit], form.cmf-form button , a.cmf-actionbutton {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
form.cmf-form textarea.cmf-small {
}
form.cmf-form textarea.cmf-medium {
}
form.cmf-form textarea.cmf-large {
}
form.cmf-form textarea.cmf-full {
}

a.cmf-actionlink, a.cmf-actionlink:visited {
	background-color: #fefefe;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	text-decoration: none;
}
a.cmf-actionlink:hover, a.cmf-actionlink:active {
	color: #000000;
	border-top: 1px solid #B4C835;
	border-left: 1px solid #B4C835;
	border-bottom: 1px solid #B4C835;
	border-right: 1px solid #B4C835;
	text-decoration: none;
}
/**********************************/
/* CMF : meessages                */
/**********************************/
.cmf-actiondiv {
}

.cmf-messages {
    color: #669966;
    border: 1px solid #bfbfbf;
}
.cmf-errors {
    color: #CC6666;
    border: 1px solid #bfbfbf;
}
.cmf-confirmation {
    border: 1px solid #edebed;
}
.cmf-confirmationbuttons {
}
.cmf-confirmationbuttons a.cmf-actionbutton {
}
.cmf-confirmationbuttons input {
}
.cmf-confirmationtitle {
}
.cmf-confirmationbox {
}


/**********************************/
/* CMF : comments            */
/**********************************/
.cmf-comments {
    margin: 10px 0px 0px 0px;
}
.cmf-comment {
    margin: 2px 0px 8px 0px;
}
.cmf-comment_title {
    font-weight: bold;
}
.cmf-comment_text {
    padding: 3px 5px 3px 5px;
    border: #8b9fab solid 1px;
	font-size: 80%;
}
.cmf-comment_info {
    color: #999999;
	margin: -4px 0px 0px 0px;
	font-size: 55%;
}
.cmf-comment_author {
    font-weight: bold;
}
.cmf-comment_links {
    color: #999999;
	margin-right: 0px;
	margin-top: -4px;
}
.cmf-comment_links a {
	border: #8b9fab solid 1px;
	text-decoration: none;
	color: #999999;
	background-color: #ffffff;
}
.cmf-comment_children .cmf-comment_title {
}
.cmf-comment_children {
	margin-bottom: 10px;
}
.cmf-comment_togglethread {
	color: #5E7385;
	padding: 0px 2px 0px 2px;
	background-color: #fefefe;
	border-top: 1px solid #ccd4db;
	border-left: 1px solid #ccd4db;
	border-bottom: 1px solid #ccd4db;
	border-right: 1px solid #ccd4db;
	margin-right: 3px;
}
.cmf-comment_togglethread:hover, .cmf-comment_links a:hover {
	color: #0b1d2e;
	border-top: 1px solid #8b9fab;
	border-left: 1px solid #8b9fab;
	border-bottom: 1px solid #8b9fab;
	border-right: 1px solid #8b9fab;
}
.cmf-comment_picturepreview {
	text-align: right;
}
.cmf-comment_picturepreview a span {
	padding-right: 5px;
	display: none;
}
.cmf-comment_picturepreview a:hover span {
	margin-top: -20px;
	display: block;
}
.cmf-comment_threads .cmf-comment:hover {
	background-color: #efefef;
}
.cmf-comment_threads .cmf-comment_hidden:hover {
	background-color: #ffdede;
}
.cmf-comment_flag {
	color: #ff7385;
}


.supplier_table {
    
    vertical-align:top;
    font-size:1.0em;
    border-collapse:collapse;
    padding:5px;
}

.supplier_table td{
    vertical-align:top;
    padding:5px;
    width:195px;
}

.tblbodyodd{
  border:1px solid #A4B825;
}

.tblbodyeven{
 border:1px solid #A4B825;
}

#registernotes{
width:250px;
}

.tblodd{
background-color: #efefef;

}
.tbleven{
background-color: #ffffff;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

div.autocomplete ul li.selected { background-color: #efefef;}
div.autocomplete ul li {

  background-image: none !important;
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px ;
  height:32px;
  cursor:pointer;
}

#resourcedrop{
width:100%;
}

.small {
font-size:80%;
}

#pagination{
  font-size:115%;
  
  padding-bottom: 10px;
}

.noimage {
background-image: none !important;
}

div.catdesc{
border-bottom: 1px dotted;

}
