﻿/*======================================================*/
/* Filename: main.css									*/
/* Author: Raj Chevli									*/
/* Date Created: 12/10/2009								*/
/* Version: 0.4											*/
/* Date Modified: 08/11/2009							*/
/*======================================================*/


/*------------------------------------------------------*/
/* Navigation Bar CSS									*/
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* Text Fonts and Colour								*/
h1 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	color: #12afff;
}
h2 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-variant: normal;
	color: #12afff;
}
h3, th {
	padding: 0px;
	margin: 0px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #12afff;
	text-align: left;
}
p, td, li {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #12afff;
}

a:link {
	color:aqua;
}

.overlay {
	font-size:large;
	color:white;
}
.overlayHeading{
	color:white;
}

input.styled, button {
	color:blue;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* Table CSS											*/
.oddRow {
	background-color: #99CCFF;
}

.evenRow {
	background-color: #3399FF;
}

.flaggedRow {
	background-color: #FF0000;
}
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/* Form CSS												*/
form {
	padding: 0px;
	margin: 0px;
}

/*------------------------------------------------------*/