/* stylesheet */

	div#seventy{
		position		: relative;
		width			: 70%;
		text-align		: left;
	}
	
	div#fifty{
		position		: relative;
		width			: 50%;
		text-align		: left;
	}
	
	.company_logo{	
		background-color	: #000066;
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
		font-size			: 38px; 
		color				: #ffffff; 
		font-weight			: bold;
	}
	
	div#blue_bar	{
		position        : relative;
		top				: 9px;
		width           : 100%;
		height			: 35px;
	}
	
	.blue_bar	{
		background-color	: #99CCFF;
	}
	
	div#copious_info {
		position        : absolute;
		top				: 825px;
		width           : 100%;
		text-align		: center;
	}

	.copious_info	{
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
		font-size			: 15px; 
		color				: #000000; 
		font-weight			: bold;
	}
	
	.contactus_details	{
		background-color	: #c0c0c0;
	}

.dropdown_location	{
	position:	absolute;
	top:		182px;
	left:		25px;
}	

.dropdown_location_right	{
	position:	absolute;
	top:		7px;
	left:		75%;
}

.dropbtn_right {
    background-color: #666666;
    color: #ffffff;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}		
		
.dropbtn {
    background-color: #99CCFF;
    color: #000000;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 315px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {  /* #3e8e41  */
    background-color: #999999;
	color			: #ffffff;
}	

	div#welcome_message	{
		position        : relative;
		width           : 70%;
		padding			: 25px;
		text-align      : left;
	}
	
	.welcome_message	{
		color	: #000000;
	}
	
	h1	{
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
		font-size			: 30px; 
		color				: #000099; 
	}
	
	.light_blue	{
		background-color	: #696969;
		padding				: 8px;
		font-weight			: bold;
		color				: #ffffff;
		padding: .5px;
	}
	
	.red	{
		background-color	: #CC0000;
		padding				: 8px;
		font-weight			: bold;
		color			: #ffffff;
	}
	
	fieldset.one_hundred	{
		width	: 100%;
		font-size	: 11pt;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.ninety	{
		width	: 90%;
		font-size	: 11pt;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.seventy	{
		width	: 70%;
		font-size	: 11pt;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.seventyl	{
		width	: 70%;
		font-size	: 11pt;
		text-align:	left;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.eighty	{
		width	: 80%;
		font-size	: 11pt;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.sixty	{
		width	: 60%;
		font-size	: 11pt;
		
		border-radius:5px;
		border:1px solid #337bc4;
		text-align:	left;
	}
	
	fieldset.fifty	{
		width	: 50%;
		font-size	: 11pt;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.forty	{
		width	: 40%;
		font-size	: 11pt;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.forty_five	{
		width	: 45%;
		font-size	: 11pt;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.thirty	{
		width	: 30%;
		font-size	: 11pt;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	div#admin_body	{
		position        : relative;
		width           : 80%;
		padding			: 10px;
		text-align      : left;
		font-size		: 11pt;
	}
	
	.admin_body	{
		color	: #000000;
	}
	
	.table_heading	{
		background-color	: #0816b2;
		text-align			: center;
		font-size			: 11pt;
		color				: #ffffff;
		padding				: .25em;
	}
	
	.table_headingY	{
		background-color	: #FFFF00;
		text-align			: center;
		font-size			: 11pt;
	}
	
	.white	{
		background-color	: #ffffff;
		text-align			: left;
		font-size			: 10.5pt;
		padding: 5px;
	}
	
	.whitec	{
		background-color	: #ffffff;
		text-align			: center;
		font-size			: 10.5pt;
		padding: 5px;
	}
	
	.white_ul	{
		background-color	: #ffffff;
		text-align			: left;
		font-size			: 10.5pt;
		text-decoration: underline;
	}
	
	.whitec_ul	{
		background-color	: #ffffff;
		text-align			: center;
		font-size			: 10.5pt;
		text-decoration: underline;
	}
	
	.gray	{
		background-color	: #CCCCCC;
		text-align			: left;
		font-size			: 10.5pt;
		padding: 5px;
	}
	
	.grayc	{
		background-color	: #CCCCCC;
		text-align			: center;
		font-size			: 10.5pt;
		padding: 5px;
	}
	
	.yellow	{
		background-color	: #FFFF66;
		text-align			: left;
		font-size			: 10.5pt;
		padding: 5px;
	}
	
	.yellowc	{
		background-color	: #FFFF66;
		text-align			: center;
		font-size			: 10.5pt;
		padding: 5px;
	}
	
	.dark_green	{
		background-color	: #2F4F4F;
		text-align			: left;
		font-size			: 10.5pt;
		padding				: 5px;
		color				: #FFFFFF;
	}
	
	.dark_greenc	{
		background-color	: #2F4F4F;
		text-align			: center;
		font-size			: 10.5pt;
		padding				: 5px;
		color				: #FFFFFF;
	}
	
	.green	{
		background-color	: #99FFCC;
		text-align			: left;
		font-size			: 10.5pt;
		padding: 5px;
	}
	
	.greenc	{
		background-color	: #99FFCC;
		text-align			: center;
		font-size			: 10.5pt;
		padding: 5px;
	}
	
	div#redc	{
		position			: relative;
		top					: 0px;
		width           	: 20%;
		margin-left     	: auto;
		border				: 3px solid #000000;
		padding				: 5px; 
	}
	
	.redc	{
		background-color	: #696969;
		text-align			: center;
		font-size			: 12pt;
		color				: #ffffff;
		font-weight			: bold;
		padding				: 5px;
	}
	
	fieldset.sixty_over	{
		font-size	: 11pt;
		width		: 60%;
		height		: 550px;
		overflow	: scroll;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	fieldset.seventy_over	{
		font-size	: 11pt;
		width		: 70%;
		height		: 550px;
		overflow	: scroll;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.eighty_over	{
		font-size	: 11pt;
		width		: 80%;
		height		: 550px;
		overflow	: scroll;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	fieldset.ninety_over	{
		font-size	: 11pt;
		width		: 90%;
		height		: 550px;
		overflow	: scroll;
		
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	.logo_text	{
		position        : absolute;
		top				: 80px;
		width			: 75%;
		font-family		: times new roman, sans-serif, Verdana, Geneva, Arial;
		color			: #ffffff;
		font-weight		: bold;
		font-size		: 40pt;
		margin-right	: 10%;
		margin-left		: 20%;
		text-align		: center;
	}
	
	.greenl	{
		background-color	: #689596;
		text-align			: left;
		font-size			: 12pt;
		color				: #ffffff;
		padding				: .25em;
		font-weight			: bold;
	}
	
	.greenc	{
		background-color	: #689596;
		text-align			: center;
		font-size			: 12pt;
		color				: #ffffff;
		padding				: .25em;
		font-weight			: bold;
	}
	
	.greenr{
		background-color	: #689596;
		text-align			: right;
		font-size			: 12pt;
		color				: #ffffff;
		padding				: .25em;
		font-weight			: bold;
	}
	
	
	
	.table_heading_drivers	{
		background-color	: #0816b2;
		text-align			: center;
		font-size			: 10pt;
		color				: #ffffff;
		padding				: .25em;
	}
	
	.table_heading_drivers_all	{
		background-color	: #C5D5F1;
		text-align			: center;
		font-size			: 10pt;
		color				: #000000;
		padding				: .25em;
	}
	
/* end of file */
	