﻿h1 {
	/*font-family: Gill Sans / Gill Sans MT, sans-serif;*/
	/* font-family: 'Lobster', Georgia, Times, serif; */
	font-size: 40px;
	/* line-height: 100px; */
}
 
h2 {
	/*font-family: Gill Sans / Gill Sans MT, sans-serif;*/
	font-size: 35px;
	
} 

h3 {
	/*font-family: Gill Sans / Gill Sans MT, sans-serif;*/
	font-size: 25px;
	
} 

h4 {
	/*font-family: Gill Sans / Gill Sans MT, sans-serif;*/
	font-size: 20px;
	
}
 
 h5 
 {
 	/*font-family: Gill Sans / Gill Sans MT, sans-serif;*/
 	font-size: 15px;
}
 
p {
	/*font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, Verdana, sans-serif;*/
	font-family: Verdana, sans-serif, Arial, ‘Lucida Sans Unicode’,‘Lucida Grande’;
	font-size: 12px;
	line-height: 15px;
}

body {
    font-family: Verdana, sans-serif, Arial,‘Lucida Sans Unicode’,‘Lucida Grande’;
    /* font-size: 12px */
	line-height: 15px;
	/*background: #F4F4F4;*/
    /*margin: 0;*/
}

.content  
{
    width: 95%;
    margin: auto auto;
    background: #FFFFFF;
}

.header
{
	font-family: Verdana, Gill Sans / Gill Sans MT, sans-serif;
	font-size: 20px;
}

.field
{
    color:Blue;
    /* border-bottom: 1px dotted Blue;*/
    /* border-bottom-style:dotted; */
    /* border-bottom-color: Blue; */
    /* border-bottom-width:thin; */
    /* text-decoration: blink; */
    font-weight:bold;
    
}

.fieldbig
{
    color:Maroon;
    font-size: 14px;
    font-weight:bold;
    
}

.msg
{
    color:Red;
    font-weight:bold;
    
}

.tintheader
{
    color: #FFFFCC !important;
    background-color: DarkGray; /*#888cc6;/*#1F3A64;*/
        
}

a .tintheader
{
    color:Gray;
}

.ucase
{
    text-transform:uppercase;
    font-family: Verdana, Gill Sans / Gill Sans MT, sans-serif;
}

.button 
{
	font-family: Verdana, Gill Sans / Gill Sans MT, sans-serif;

}


.error
{
    color:Red;
    text-decoration: blink;
}

.formuladsip
{
    border-top: 1px solid #999999;
    border-right: 1px solid #999999; 
}

.tableheader
{
  background-color: DarkGray; /*#888cc6;   1F3A64; */
  color:#FFFFCC;
}

.colourtext
{
    font-size: 16;
}

/* Grid View */

.grid-view
{
   padding: 0;
   margin: 0;
   /* border: 1px solid #333; */
   /*
   font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
   font-size: 0.9em;
   */
}

.grid-view tr.header
{
   color: white;
   background-color: #FF5600;
   height: 25px;
   vertical-align: middle;
   text-align: center;
   font-weight: bold;
}

.grid-view tr.normal
{
   color: black;
   /* background-color: #FDC64E;
   height: 25px;
   vertical-align: middle;
   text-align: center; */
}

.grid-view tr.alternate
{
   color: black;
   /* background-color: #D59200;
   height: 25px;
   vertical-align: middle;
   text-align: center; */
}

.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
   background-color: #DDDDDD;
   color: blue;
   /* font-weight: bold; */
}

 .middleDiv{
        position : absolute;
        height : 80%;
        bottom: 15%;
    }