/* copious financial stylesheet */

	th {
		background	: #C0C0C0;
		position	: sticky;
		top			: 0;
		padding		:.25em;
		}	

	.myButton_blue {
	box-shadow: 3px 4px 0px 0px #1564ad;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
	}

	.myButton_blue:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
	}
	.myButton_blue:active {
	position:relative;
	top:1px;
	}

	body	{
		background-color	: #999999;
		font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size			: 16px; 
		color				: #000000; 
		margin-top			: 0px;
		}
		
	div#page	{ /* border-radius	: 20px; height			: 800px;*/
		position        : relative;
		top				: 0px;
		width           : 90%;
		text-align      : left;
		margin-left     : auto;
		margin-right    : auto;
		border			: 3px solid #000000;
		padding			: 10px; 
	}
	
	.page {
		background-color: #ffffff;
	}
	
	div#page1	{ /* border-radius	: 20px; height			: 800px;*/
		position        : fixed;
		top				: 193px;
		width           : 90%;
		text-align      : left;
		margin-left     : auto;
		margin-right    : auto;
		border			: 3px solid #000000;
		padding			: 10px; 
	}
	
	.page1 {
		background-color: #ffffff;
	}
	
	div#menu_bar	{
		position        : relative;
		top				: 0px;
		width           : 100%;
		height			: 35px;
	}
	
	.menu_bar{
		background-color	: #999999;
	}
	
	div#company_logo	{
		position        : relative;
		left			: 12%;
		top				: 5px;
		width           : 88%;
		height			: 130px;
		text-align		: center;
		padding:		: 25px;
	}
	
	div#company_logo_cf	{
		position        : absolute;
		left			: 5px;
		top				: 45px;
		width           : 10%;
		height			: 130px;
		padding:		: 0px;
	}
	
	.company_logo_cf{
		background-color	: #ffffff;
		font-family			: times new roman, sans-serif, Verdana, Geneva, Arial;
	}
	
	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#black_bar	{
		position        : relative;
		top				: 9px;
		width           : 100%;
		height			: 35px;
	}
	
	.black_bar	{
		background-color	: #999999;
	}
	
	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;
	}
	
	
	
	a.a_link_menu:link	{
		color:				#FFFFFF;
		background-color:	#999999;
		font-size:			16px;
		padding: 			8px;
		text-decoration: 	none;
	}
	
	a.a_link_menu:visited	{  
		color:				#FFFFFF;
		background-color:	#999999;
		font-size:			14px;
		padding: 			8px;
		text-decoration: 	none;
	}
	
	a.a_link_menu:hover	{
		background-color:	#f1f1f1;
		color:				#000000;
		font-size:			16px;
		padding: 			8px;
		text-decoration: 	none;
	}

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

	.dropdown_location2	{  
		position:	absolute;
		top:		8px;
		left:		25px;
	}
	
	.dropdown_location2	{  
		position:	absolute;
		top:		182px;
		left:		25px;
	}
		
.dropbtn {	
    background-color: #999999;
    color: #ffffff;
    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: 300px;
    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	: #00CCFF;
		padding				: 8px;
		font-weight			: bold;
		
		box-shadow: 3px 4px 0px 0px #1564ad;
		background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
		background-color:#79bbff;
		border-radius:5px;
		border:1px solid #337bc4;
		color				: #ffffff;
	}
	
	
	.light_blue:hover {
		background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
		background-color:#378de5;
		color				: #ffffff;
	}
	.light_blue:active {
		position:relative;
		top:1px;
		color				: #ffffff;
	}
	
	
	
	fieldset.one_hundred	{
		width	: 100%;
		font-size	: 11pt;
	}
	
	fieldset.ninety	{
		width	: 90%;
		font-size	: 11pt;
	}
	
	fieldset.seventy	{
		width	: 70%;
		font-size	: 11pt;
	}
	
	fieldset.eighty	{
		width	: 80%;
		font-size	: 11pt;
	}
	
	fieldset.sixty	{
		width	: 60%;
		font-size	: 11pt;
	}
	
	fieldset.fifty	{
		width	: 50%;
		font-size	: 11pt;
	}
	
	fieldset.forty	{
		width	: 40%;
		font-size	: 11pt;
	}
	
	fieldset.thirty	{
		width	: 30%;
		font-size	: 11pt;
	}
	
	div#admin_body	{
		position        : relative;
		width           : 80%;
		padding			: 10px;
		text-align      : left;
		font-size		: 11pt;
	}
	
	.admin_body	{
		color	: #000000;
	}
	
	.table_heading	{
		background-color	: #CCCCCC;
		text-align			: center;
		font-size			: 12pt;
	}
	
	.white	{
		background-color	: #ffffff;
		text-align			: left;
		font-size			: 10pt;
		padding				: 5px;
	}
	
	.whitec	{
		background-color	: #ffffff;
		text-align			: center;
		font-size			: 10pt;
		padding				: 5px;
	}
	
	.gray	{
		background-color	: #CCCCCC;
		text-align			: left;
		font-size			: 10pt;
		font-weight			: normal;
		padding				: 5px;
	}
	
	.grayc	{
		background-color	: #CCCCCC;
		text-align			: center;
		font-size			: 10pt;
		font-weight			: normal;
		padding				: 5px;
	}
	
	.red	{
		background-color	: #CC0099;
		text-align			: left;
		font-size			: 11pt;
		font-weight			: bold;
		color				: #ffffff;
		padding				: 5px;
	}
	
	.redc1	{
		background-color	: #CC0099;
		text-align			: center;
		font-size			: 10pt;
		font-weight			: bold;
		color				: #ffffff;
		padding				: 5px;
	}
	
	
	
	
	.redc	{
		background-color	: #CC0099;
		padding				: 8px;
		font-weight			: bold;
		
		box-shadow: 3px 4px 0px 0px #1564ad;
		background:linear-gradient(to bottom, #F53006 5%, #CC0099 100%);
		background-color:#F53006;
		border-radius:5px;
		border:1px solid #337bc4;
	}
	
	
	.redc:hover {
	background:linear-gradient(to bottom, #CC0099 5%, #CC0099 100%);
	background-color:#378de5;
	}
	.redc:active {
	position:relative;
	top:1px;
	}
	
	
	
	
	
	
	.yellow	{
		background-color	: #FFFF66;
		text-align			: left;
		font-size			: 11pt;
		padding				: 5px;
	}
	
	.yellowc	{
		background-color	: #FFFF66;
		text-align			: center;
		font-size			: 11pt;
		padding				: 5px;
	}
	
	div#redc	{
		position			: relative;
		top					: 0px;
		width           	: 20%;
		margin-left     	: auto;
		border				: 3px solid #000000;
		padding				: 5px; 
	}
	
	.redc	{
		background-color	: #FF0000;
		text-align			: center;
		font-size			: 10pt;
		color				: #ffffff;
		font-weight			: bold;
		padding				: 5px;
	}
	
	fieldset.ninety_over	{
		font-size	: 11pt;
		width		: 90%;
		height		: 550px;
		overflow	: scroll;
	}
	
	fieldset.eighty_over	{
		font-size	: 11pt;
		width		: 80%;
		height		: 550px;
		overflow	: scroll;
	}
	
	fieldset.seventy_over	{
		font-size	: 11pt;
		width		: 70%;
		height		: 550px;
		overflow	: scroll;
	}
	
	fieldset.sixty_over	{
		font-size	: 11pt;
		width		: 60%;
		height		: 550px;
		overflow	: scroll;
	}
	
	.pink	{
		background-color:	#FF9999;
		color:				#000000;
		text-align:			left;
		padding				: 5px;
		font-size			: 10pt;
	}
	
	.pinkc	{
		background-color:	#FF9999;
		color:				#000000;
		text-align:			center;
		padding				: 5px;
		font-size			: 10pt;
	}
	
	.dkgreen	{
		background-color:	#003300;
		color:				#FFFFFF;
		text-align:			left;
		padding				: 5px;
		font-size			: 10pt;
	}
	
	.dkgreenc	{
		background-color:	#003300;
		color:				#FFFFFF;
		text-align:			center;
		padding				: 5px;
		font-size			: 10pt;
	}
	
/* end of file */
	