@charset "utf-8";

.navTitle{
	left: 8px;
	position: relative;
	color: #999;	/*#0C9*/
}

.sidenav {
	height: 100%;
	width: 200px;
	position: absolute;
	z-index: 1;
	left: 0;
	background-color: #FFFFFF;
	overflow-x: hidden;
	padding-top: 0px;	/* box-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	
	 */
	
}
 
.footer {
	background-color: #FFFFFF;
	z-index: 2;
	max-width: 950px;
	position: relative;
	bottom: 0;
	font-size: 12px;
}
.results_table {
	background-color: #FFFFFF;
	z-index: 2;
	max-width: 950px;
	position: relative;
	bottom: 0;
	/*font-size: 12px;*/
}


.pageHeader
{
	max-width: 950px;
	height: 120px;
	background-color: #0C9;
	background-image: url(../img/logo-gb.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.main {
	margin-left: 220px; /* Same as the width of the sidenav */
	/*font-size: 28px; */
	max-width: 700px;

	padding-right: 10px;
	padding-left: 10px;
	 /*border: 2px solid #000000;   
    
	 box-shadow: 0px 0px 20px rgba(0,0,0,0.75); */
}

.content {
	position: relative;
	top: 5px;
	background-color: #066;
	max-width: 960px;
	margin: auto;
	border: 2px solid #ffffff;
	padding: 22px 70px;
	border-radius: 30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}


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

a:hover {
	text-decoration: none;
	font-weight: bolder;
	}
	
.tender_display, .main, body , p , li{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0px
	}

.tenderAlerts{
	width: 200px;
	float: right;
	height: 25px;
	background-color: #3CF;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	font-size: 16px;
		
	color: #ffffff;
	border: 1px solid #000000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}	

.tenderAlerts:hover{
	background-color: #F90;
	cursor: pointer;
}

	
h1  , .menuHeading {
	color: #FF9900;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
h2 {
	color: #CCCCCC
	}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px
	}
h4 {
	color: #000000
	}

ul {
	list-style-type: square;
	list-style-position: outside;
	}

@media screen and (max-width: 600px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 14px;}
 .tender_display, .main, body ,p,.tenderAlerts ,li{font-size: 14px;}
  h1 {font-size: 20px;}

}
@media (max-width: 515px) {
	
	.main {
		margin-left:190px}
	
	h1 {
		font-size:20px;
	}
	h2, h3, h4 {
		font-size:18px;
	}
	.tender_display, .main, .tenderAlerts,.content p,  ,li {
		font-size: 14px;
	}	
	
	.tenderAlerts{
	   height:20px;	
	}
}

@media (max-width: 475px) {
	p, h1, h2, h3 ,  .menuHeading {
		margin-left:15px;
		margin-right:15px;
	}
}

@media (max-width: 416px) {
	p, h1, h2, h3 ,  .menuHeading{
		margin-left:10px;
		margin-right:10px;
	}
}
