* {
	font-family: arial;
}

img {
	border: 0;
}

html {
	background: #004477;
}

body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: black;
	height: 100%;
	background: #004477;
}

div#container {
	background: white;
	height: 100%;
	margin: auto;
	width: 980px;
}

div.index {
	background: #0099ff;
	border: #003366;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
	width: 960px;
}

div#content {
	background: white;
	padding: 10px;
}

h1, h2, h3 {
	color: black;
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 5px;
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
}

h2 span {
	color: #0099ff;
}

h3 {
	font-size: 12px;
}

table.index {
	background: white;
	width: 960px;
	border-collapse: collapse;
	padding: 10px;
	margin-top: 10px;

}

table.index th {
	border-top: 1px solid #00bbff;
	background: #ddf8ff;
	text-align: left;
	padding: 3px;
	color: #0099ff;
}

table.index td {
	padding: 3px;
}

table.index td.actions {
	float: right;
	width: 90px;
}

table.index td.actions img {
	margin-left: 15px;
}

table.index tr {
	border-bottom: 1px solid #66ccff;
}

table.large td {
	height: 50px;
}

table.large td.actions img {
	margin-top: 17px;
}

fieldset {
	background: white;
	border: #003366;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 0;
	margin-bottom: 20px;
}

a {
	color: #0099ff;
	text-decoration: none;
}

a:hover {
	color: #00ccff;
	text-decoration: underline;
}

th a {
	padding: 2px 20px 2px 0;
	background: none;
}

th a:hover {
	padding: 2px 20px 2px 0;
	background-image: url('../img/icons/table_sort.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.navbar {
	height: 30px;
	background: #006699;
	margin: 0;
	padding-top: 14px;
	width: 980px;
}

.navbar ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}
.navbar li {
	float: left;
	padding: 0px 10px;
}

div#content {
	width: 960px;
	position: relative;
	padding-top: 10px;
	clear: both;
}

div#content li {
	padding: 5px 0;
}

label {
	display: block;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 3px;
}

select {
	width: 306px;
}

div.input {
	margin-bottom: 10px;
}

div.input input {
	width: 500px;
	border: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}

textarea {
	font-size: 12px;
	width: 500px;
	height: 400px;
}

#box textarea {
	font-size: 12px;
	height: 170px;
}


.cake-sql-log {
	display: block;
	margin-top: 200px;
	font-size: 10px;
	color: #0099ff;
	color: #fff;
}

table.cake-sql-log {
	background: transparent;
}

table.cake-sql-log .altrow {
	background: 0066cc;
}

div.checkbox input {
	width: 20px;
	float: left;
}

div.checkbox label {
	position: relative;
	top: 3px;
	width: 400px;
}

.altrow {
	background: #f4f4f4;
}

.modules {
	margin-top: 10px;
	margin-left: 20px;
}

ul#subnav {
	position: absolute;
	list-style-type: none;
	padding: 0;
	float: left;
	padding: 3px 3px 3px 0;
	margin: 0;
	background: #bbb;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
}

ul#subnav li {
	padding: 0;
	margin: 0 0 1px 0;
}

ul#subnav li a {
	padding: 5px;
	border: 1px solid #ddd;
	border-left: 0;
	background: #d8d8d8;
	color: black;
	display: block;
	width: 130px;
}

ul#subnav li span {
	color: #333;
	padding: 5px;
	font-weight: bold;
	line-height: 24px;
}

ul#subnav li a:hover {
	background: #eee;
	text-decoration: none;
}

ul#subnav li a.on {
	background: #ccc;
	color: black;
	text-shadow: 1px 0 white;
}

.cl {
	clear: both;
}

div#split_left {
	overflow: auto;
	background: #f8f8f8;
	border: 1px solid #ddd;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	float: left;
	padding: 0 10px 10px 0;
	width: 458px;
	height: 600px;
}

div#split_right {
	background: #0099ff;
	border: #003366;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 460px;
	float: left;
	margin-left: 10px;
	padding: 10px;
}

div#split_right li {
	cursor: move;
}

div.input input {
	border: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
	background: #fcfcfc;
}

div.input textarea {
	border: 1px dotted #bbb;
	border-left: 1px solid #bbb;
	background: #fcfcfc;
}

div.input input:focus, div.input textarea:focus {
	outline: 0;
	border: 1px solid #0066cc;
	background: #f0f8ff;
}

.message {
	border: 1px solid #cc0000;
	background: #ffcccc;
	color: #cc0000;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}

.error-message {
	color: #cc0000;
	font-weight: bold;
}

input.form-error {
	border: 1px solid #cc0000;
}

div.success {
	border: 1px solid #006600;
	background: #66ff66;
	color: #006600;
	font-weight: bold;
	padding: 12px 10px;
	margin-bottom: 10px;
	width: 760px;
}

#overlay {
	display: none;
}

#black {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

#box {
	position: absolute;
	top: 15%;
	left: 15%;
	width: 600px;
	height: 500px;
	padding: 16px;
	border: 16px solid #ccc;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}

.box-cancel {
	position: absolute;
	bottom: 20px;
	left: 10px;
}

.box-submit {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.textbox {
	border: 1px solid #ccc;
	padding: 4px;
	background: #ddeefc;
	height: 130px;
	overflow: auto;
}

ul#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sortable li {
	position: relative;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f8f8f8;
	margin-bottom: 10px;
	width: 448px;
}

ul#sortable li.module-placeholder {
	border: 1px dashed #33ccff;
	background: #11aaff;
	height: 51px;
}

a.del_btn {
	position: absolute;
	top: 5px;
	right: 5px;
}

a.edit_btn {
	position: absolute;
	top: 5px;
	right: 26px;
}

a.new {
	position: absolute;
	right: 8px;
	top: 13px;
}

a.new:hover {
	opacity: 0.9;
}

a.add {
	background-image: url('../img/icons/add.png');
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 3px 8px 3px 23px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

a.add:hover {
	background-color: #0099ff;
	color: white;
	text-decoration: none;
}

a.list {
	width: 400px;
	margin-bottom: 0;
}

#loginbox, #downloadbox {
	width: 204px;
	margin: auto;
	margin-top: 100px;
	padding: 10px;
	background: white;
	border: #003366;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#loginbox h1, #downloadbox h1 {
	font-size: 22px;
}

#loginbox div.input input {
	width: 199px;
}

#loginbox div.submit input {
	width: 205px;
}

#downloadbox {
	width: 500px;
}

a.logout {
	float: right;
	margin-right: 10px;
	color: #0077ee;
}

.login-info {
	float: right;
	margin-right: 10px;
	color: white;
}

.vanish {
	position: absolute;
	margin-left: 802px;
}

.vanish2 {
	position: absolute;
	left: 797px;
	top: 20px;
	line-height: 20px;
	height: 20px;
	width: 150px !important;
}

.viewarea {
	background: #eee;
	border-right: 10px solid #f8f8f8;
	position: absolute;
	display: block;
	width: 10px;
	height: 610px;
}

div.paging {
	width: 960px;
	margin-top: 20px;
	border: 1px dotted #ccc;
	border-left: 0;
	border-right: 0;
	height: 23px;
}

div.paging div {
	float: left;
}

div.paging div.numbers {
	padding-top: 5px;
	text-align: center;
	width: 700px;
}

div.paging div.numbers a {
	text-decoration: underline;
	padding: 3px 8px;
	font-weight: normal;
}

div.paging div.numbers a:hover {
	text-decoration: underline;
	padding: 3px 8px;
	color: #33ddff;
}

div.paging div.numbers span.current {
	padding: 3px 8px;
	color: #0066cc;
	font-weight: bold;
}

div.paging div.prev {
	border-top: 1px solid transparent;
	width: 130px;
	float: left;
}

div.paging div.next {
	border-top: 1px solid transparent;
	width: 130px;
	float: right;
}

div.paging div.prev a, div.paging div.next a {
	display: inline-block;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #cef;
	font-weight: bold;
}

div.paging div.next a {
	float: right;
	padding: 3px 23px 3px 8px;
	background-image: url('../img/icons/next.png');
	background-repeat: no-repeat;
	background-position: right center;
}

div.paging div.prev a {
	float: left;
	padding: 3px 8px 3px 23px;
	background-image: url('../img/icons/prev.png');
	background-repeat: no-repeat;
	background-position: left center;
}

div.paging div.prev a:hover, div.paging div.next a:hover {
	background-color: #0099ff;
	color: white;
	text-decoration: none;
}

.fadein {
	display: none;
}

#less {
	width: 200px;
}

#more {
	width: 200px;
	margin-bottom: 20px;
}

.more_or_less {
	float: right;
	clear: both;
	color: #666;
	margin: 0 5px 5px 0;
}

h3.error {
	background: #ffcccc;
	color: #cc0000;
}

#tooltip {
	display: none;
	background: #ffc;
	font-size:12px;
	padding:5px;
	color:#f70;
	border: 1px solid #f70;
	text-align: center;
	height: 15px;
	font-weight: bold;
	z-index: 4000;
}

.red {
	background: #fcc;
	color: #c00;
	border: 1px solid #c00;
}

div.date select {
	width: 60px;
}

div.field, div.fullfield {
	background: #f8f8f8;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin-left: -5px;
	width: 505px;
}

div.fullfield {
	width: 950px;
}

.blue {
	color: #0066cc;
}

div.focus {
	border: 1px solid #0066cc;
	background: #eef8ff;
}

a.areas {
	color: #ccc;
}

#legend {
	display: none;
	float: left;
	color: #333;
	margin-top: 120px;
	width: 410px;
	padding: 10px;
	background: #fcfcfc;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#legend dt {
	float: left;
	display: block;
	width: 100px;
	line-height: 20px;
}

#legend dd {
	margin-left: 100px;
	line-height: 20px;
}

#left {
	float: left;
	margin-right: 10px;
}

div.links {
	position: absolute;
	text-align: right;
	left: 823px;
	top: 17px;
}

div.links a {
	background-repeat: no-repeat;
	background-position: 130px center;
	width: 120px;
	padding: 3px 23px 3px 8px;
	display: inline-block;
	margin-bottom: 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.links a:hover {
	background-color: #0099ff;
	color: white;
	text-decoration: none;
}

div.links a.end {
	background-image: url('../img/icons/tick.png');
}

div.links a.pdf {
	background-image: url('../img/icons/page_white_acrobat.png');
}

a.filter {
	background-image: url('../img/icons/filter.gif');
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 3px 8px 3px 23px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

a.filter:hover {
	background-color: #0099ff;
	background-image: url('../img/icons/filter_off.gif');
	color: white;
	text-decoration: none;
}

#TenderDeadlineMonth {
	width: 90px;
}

.tenderitem {
	display: none;
}

span.error {
	background: #ffdddd;
	color: #990000;
}

.hidden {
	display: none;
}

div.file input {
	border: 0;
}

div#content ul.arrows {
	list-style-type: none;
}

div#content ul.arrows li {
	background-image: url(../img/icons/icon_mailto.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}

div.submit input.grey {
	color: #999;
}

tr.anon {
	background: #eee;
}

tr.anon td, tr.anon td a {
	color: #555;
}

div.right {
	float: right;
}

tr:hover {
	background: #e8f4ff;
}

tr.nohover:hover {
	background: white;
}

div.info {
	margin: 0;
	line-height: 2em;
}

div.info label {
	float: left;
	width: 100px;
	clear: both;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.info span {
	float: left;
}

a.resend {
	float: right;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 22px;
	background-image: url('../img/icons/icon_mail_resend.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.r {
	text-align: right;
}

td.actions {
	position: relative;
}

span.count_1, span.count_2 {
	font-family: verdana;
	background: #55bbff;
	color: white;
	font-size: 8px;
	position: absolute;
	left: 61px;
	top: 11px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-shadow: 1px 0 0 #036;
	border: 1px solid #06c;
	padding: 0px 2px;
}

span.count_1 {
	left: 30px;
	background: #66cc44;
	text-shadow: 1px 0 0 #060;
	border: 1px solid #006600;
}

table.index tr.bordertop {
	border-top: 3px double #00bbff;
}

div.right a {
	position: relative;
	left: 4px;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-right: 6px;
	line-height: 20px;
}

div.right a:hover {
	color: white;
	background: #0099ff;
	text-decoration: none;
}

div.right a span {
	padding: 0 23px 0 14px;
}

div.right a.showmail span, div.right a.showlist span, div.right a.manufacturers span, div.right a.showmailed span, div.right a.pdf span {
	background-repeat: no-repeat;
	background-position: right center;
}

div.right a.showmail span {
	background-image: url('../img/icons/icon_mail.gif');
}

div.right a.showmailed span {
	background-image: url('../img/icons/icon_mailed.gif');
}

div.right a.showlist span {
	background-image: url('../img/icons/script_link.png');
}

div.right a.manufacturers span {
	background-image: url('../img/icons/script_edit.png');
}

div.right a.pdf span {
	background-image: url('../img/icons/page_white_acrobat.png');
}

.disabled, div.right a.disabled {
	opacity: 0.2;
}


.headlink {
	font-size: 14px;
	color: #999;
	padding-left: 10px;
}

div#info {
	display: none;
	color: #999;
	background-image: url(../img/spinner.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.smalltextarea {
	height: 50px;
}

.grey {
	display: block;
	margin-left: 25px;
	color: #888;
	width: 900px;
}

.highlight {
	background: #ff9;
}

.searchloader {
	float: left;
	margin-top: 9px;
	margin-left: 3px;
	display: none;
}

form#ManufacturerIndexForm {
	position: relative;
	top: -37px;
	left: 300px;
}

form#ManufacturerIndexForm label {
	float: left;
	color: #999 !important;
	width: 50px;
}

input#ManufacturerQuery {
	float: left;
	padding-left: 5px;
	margin-top: 9px;
	width: 150px;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	        border-radius: 25px;
	background: #eee;
	background-image: -moz-linear-gradient(-90deg, #e4e4e4 , #f8f8f8 25% );
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #e4e4e4 ), color-stop(0.25, #f8f8f8), to( #f8f8f8 ));
	border: 1px solid #ccc;
}

span.em {
	color: #009900;
}

div#split_right .em {
	color: #040;
	font-style: italic;
	background: #efd;
}

div#split_right .empty {
	color: #c00;
	background: #fcc;
	font-style: normal;
}

div.mailframe {
	width: 600px;
	background: #ffe;
	border: 1px solid #999;
	padding: 5px;
}

textarea.mailtext {
	width: 600px;
	padding: 5px;
	margin: 10px 0;
	background: white;
	height: 100px;
}
