body {
	margin: 0px;
	padding: 0px;
	font: normal 12px tahoma;
	background-color: #cee1fc;
}
select, textarea, input {
	font: normal 12px tahoma !important;
	padding: 5px 10px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
button {
	font: normal 11px tahoma !important;
}
.topalign {
	vertical-align: top;
}
.rightalign {
	text-align: right
}
.centeralign {
	text-align: center
}
.w100 {
	width: 100%
}
.hiddenblock {
	display: none
}
.nowrap {
	white-space: nowrap
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f24 {
	font-size: 24px;
}
.f36 {
	font-size: 36px;
}
.spliter {
	margin: 20px;	
	height: 1px;
	background: url(/Tenders.nsf/spliter.png) no-repeat center;
}
.tenders {
	width: 1000px;
	margin: 0px auto;
}
.tenders span.caption { 
	display: block;
	font: bold 36px tahoma;
	margin: 50px 0px 75px 225px;
}
.tenders span.smallcaption { 
	display: block;
	font: bold 24px tahoma;
	margin: 50px 0px 30px;
}
.tenders span { 
	display: block;
}
.tenders a { 
	display: block;
	font-size: 16px;
	text-decoration: underline;
	margin: 30px 0px 50px;
}
.menu {
	width: 100%;
	height: 50px;
	background-color: #202020;
	z-index: 2000;
	position: fixed;
    	top: 0;
}
.menubox {
	display: block;
	width: 1000px;
	margin: 0px auto;
}
.menu a { 
	font: bold 20px tahoma;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	margin: 10px 20px 0px 0px;
	padding: 5px;
}
.menu a:hover { 
	color: #ffdc99;
	text-decoration: underline;
}
.menu span { 
	font: bold 20px tahoma;
	display: inline-block;
	color: #ffffff;
	margin: 10px 10px 0px 0px;
	padding: 5px;
	float: right;
}
.tender {
	width: 1000px;
	margin: 0px auto;
}
.tender a { 
	display: block;
	padding: 0px 0px 55px 0px;
}
.tender span.caption { 
	display: block;
	font: bold 36px tahoma;
	margin: 20px 0px 25px 225px;
}
.tender span.smallcaption { 
	display: block;
	font: normal 24px tahoma;
	margin: 20px 0px 20px;
}
.tender span { 
	display: block;
}
.tender table { 
	font: normal 16px tahoma;
	border-collapse: collapse;
	border: 1px solid #c5c5c5;
	color: #4d4d4d;
}
.tender tr {
	background: #fff;
}
.tender tr.even {
	background: #e1e1e1;
}
.tender th {
	border-width: 0px 1px 1px 0px;
	border-color: #c5c5c5;
	border-style: solid;
	padding: 15px;
	font-wieght: bold;
}
.tender td {
	border-width: 0px 1px 1px 0px;
	border-color: #c5c5c5;
	border-style: solid;
	padding: 15px;
}
.tender button { 
	font: normal 18px tahoma !important;
	padding: 10px 15px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
}
.tender button:hover { 
	background-color: #e0e0e0;
	border: 1px solid #a0a0a0;
}
.caption {
	display: block;
	font: normal 16px tahoma;
	margin: 10px;
}
.topbox {
	height: 30px;
	text-align: right;
	font: normal 12px tahoma;
	color: #ffffff;
	padding: 15px 20px 0px;
	background: #377dd0;
	border-bottom: solid 1px #002653;
}
.topbox span {
	float: left;
	font: normal 16px tahoma;
	color: #ffffff;
	margin-top: -5px;
}
.topbox a{
	color: #ffffff;
	text-decoration: none;
}
.topbox a:hover{
	color: #f8fbac;
	text-decoration: none;
}
.tiles {
	margin: 20px;
	display: table;
	vertical-align: top;
}
.maincontent {
	margin: 20px;
}
@media screen and (min-width:200px) and (max-width:1024px) {
	.tile {
		display: inline-table;
		width: 100%;
		padding: 7px;
		border-color: #c0c7cd;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		cursor: pointer;
	}
	.tilecontent {
		max-height: 200px;
		overflow: hidden;
		border-left: solid 1px #c0c7cd;
		border-right: solid 1px #c0c7cd;
		border-top: 0px;
		border-bottom: 0px;
		background-color: #ffffff;
		padding: 10px 10px 0px 10px;
	}
}
@media screen and (min-width:1025px) and (max-width:1600px) {
	.tile {
		display: inline-table;
		width: 49%;
		padding: 7px;
		border-color: #c0c7cd;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		cursor: pointer;
	}
	.tilecontent {
		height: 200px;
		overflow: hidden;
		border-left: solid 1px #c0c7cd;
		border-right: solid 1px #c0c7cd;
		border-top: 0px;
		border-bottom: 0px;
		background-color: #ffffff;
		padding: 10px 10px 0px 10px;
	}
}
@media screen and (min-width:1601px)  {
	.tile {
		display: inline-table;
		width: 33%;
		padding: 7px;
		border-color: #c0c7cd;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		cursor: pointer;
	}	
	.tilecontent {
		height: 200px;
		overflow: hidden;
		border-left: solid 1px #c0c7cd;
		border-right: solid 1px #c0c7cd;
		border-top: 0px;
		border-bottom: 0px;
		background-color: #ffffff;
		padding: 10px 10px 0px 10px;
	}
}
.tilebg {
	height: 35px;
	background: url(/Tenders.nsf/titlebg.png) repeat-x left top;
}
.tilecaption {
	height: 35px;
	background: url(/Tenders.nsf/titlebar.png) no-repeat left top;
	padding: 10px 15px 0px;
	font: normal 16px tahoma !important;
	color: #f6fcff;
}
.tilecaption a {
	font: normal 16px tahoma !important;
	color: #f6fcff;
	text-decoration: none;
}
.tilecontentrow {
	margin: 0px 0px 7px 0px;
	max-height: 28px;
	overflow: hidden;
}
.tilecontentrow span {
	color: #377dd0;
	margin: 0px 7px 0px 0px;
	float: left;
}
.tileunread {
	border: solid 1px #c0c7cd;
	border-top: 0px !important;
	background-color: #ffffff;
	text-align: right;
	padding: 5px 10px;
	color: #ff3d3d;
}
.welcomebox {
	text-align: right;
	font: normal 12px tahoma;
	color: #222222;
	margin: 0px 10px 5px;
}
.welcomebox a{
	color: #266705;
	text-decoration: none;
}
.welcomebox a:hover{
	color: #589a15;
}
.titlebg {
	height: 35px;
	background: url(/Tenders.nsf/titlebg.png) repeat-x left top;
}
.title {
	height: 35px;
	background: url(/Tenders.nsf/titlebar.png) no-repeat left top;
	padding: 10px 25px 0px;
	font: normal 16px tahoma !important;
	color: #f6fcff;
}
.docscontent {
	padding: 10px; 
	border-color: #c0c7cd
}
.contentbox {
	vertical-align: top;
	padding: 15px; 
}
#maintable li .ui-icon-arrowrefresh-1-w { 
	float: left; 
	margin: 0.4em 0.2em 0 0; 
	cursor: pointer;
} 
#maintable li .ui-icon-close { 
	float: left; 
	margin: 0.4em 0.2em 0 0; 
	cursor: pointer;
} 
.data {
	font: normal 12px tahoma;
	border: 1px solid #fff;
	width: 100%;
}
.data th {
	font: bold 12px tahoma;
	color: #ffffff;
	background: #4d809e;
	text-transform: uppercase;
	padding: 4px 8px;
}
.data th:hover {
	cursor: default;
}
.data tr {
	background: #effcfe;
}
.data tr:hover {
	background: #cff6fb;
}
.data td {
	padding: 3px 7px;
	border: 1px solid #fff;
	border-width: 1px 0px 0px 0px;
}
.unread {
	color: #ff3d3d !important;
}
.unread a {
	color: #ff3d3d !important;
}
.smalldata {
	font: normal 11px tahoma;
	border: 1px solid #fff;
}
.smalldata th {
	font: bold 11px tahoma;
	color: #ffffff;
	background: #4d809e;
	text-transform: uppercase;
	padding: 3px 7px;
	white-space: nowrap;
	border: 1px solid #fff;
	border-width: 1px 1px 0px 0px;
}
.smalldata td {
	padding: 2px 5px;
	border: 1px solid #fff;
	border-width: 1px 1px 0px 0px;
	background: #effcfe;
}
.navigation {
	text-align: right;
	padding: 0px 10px;
}
.navigationtext {
	font: normal 12px tahoma;
	color: #222222;
	padding: 0px 10px;
}
.allsearch {
	font: normal 12px tahoma !important;
	color: #2779aa;
	padding: 3px 20px 3px 3px;
	background: url(/Tenders.nsf/search.png) no-repeat right center;
	border: solid 1px #aed0ea;
	margin: 0px 5px 0px 0px;
	background-color: #ffffff;
}
.allsearchlabel {
	display: flex;
	color: #2779aa;
}
.search {
	font: normal 12px tahoma !important;
	color: #808080;
	padding: 3px 20px 3px 3px;
	background: url(/Tenders.nsf/search.png) no-repeat right center;
	border: solid 1px #c0c7cd;
	margin: 0px 0px 5px 0px;
	background-color: #ffffff;
}
.searchlabel {
	margin-left: 7px;
	color: #2779aa;
}
.searchrestitle {
	font: bold 12px tahoma !important;
	color: #808080;
	margin-left: 10px;
}
a { 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
.attachblock a { 
	display: block;
	text-decoration: none;
	color: #659ee2;
	margin: 2px;
	padding: 2px;
}
.attachblock a:hover { 
	color: #3072c0;
	text-decoration: underline;
}
.actionbar {
	text-align: right;
	margin: 5px 10px 0px 10px;
}
.actionbar button{
	float: left;
}
input.tenderdataemptyclass {
	text-align: right
}
