body
{
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	margin: 0 0 0 0;
	background-color: #999999;		 
}
table
{
	font-size: 11px;
}
img
{
	border: none;
}
a
{
	color: #336699;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
hr
{
	border: solid 1px #d5d5e6;
}
h5
{
	color: #336699;
	font-size: 12px;
}
ul
{
	list-style-image: url(images/bullet_reskin.png);
}
.body
{
}
.header
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.headermore
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.subHeader
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.bigger
{
	font-size: 12px;
}
.grey
{
	color: #666666;
}
.brown
{
	color: #993300;
}
.yellow
{
	color: #FAB000;
}
.green
{
	color: #027F4D;
}
.red
{
	color: #F32323;
}
.blue
{
	color: #336699;
}
.purple
{
	color: #7746aa;
}
.lightblue
{
	color: #3366ff;
}
.navbar
{
	background-color: #fafafa;
	color: #336699;
}
.navbaritem
{
	border: solid 1px #336699;
}
.navbaritem td
{
	text-align: center;
}
.navbaritem a
{
	xxcolor: #336699;
	color: #000000;
}
.navbarsection
{
	background-color: #d5d5e6;
	cursor: hand;
	text-align: center;
}
.navbarsection a
{
	color: #336699;	
}
.navbaraltsection
{
	background-color: #cbcbdc;
	cursor: hand;
	text-align: center;
}
.navbaraltsection a
{
	color: #336699;
}
.navbaraltsectionadmin
{
	background-color: #ff0000;
	cursor: hand;
	text-align: center;
}
.navbaraltsectionadmin a
{
	color: #000000;
}
.input
{
	border: solid 1px #336699;
	font-family: tahoma;
	font-size: 11px;
	color: black;
	xxcolor: #336699;
	background-color: white;
}
.numericinput
{
	text-align: center;
	border: solid 1px #336699;
	font-family: tahoma;
	font-size: 11px;
	color: black;
	background-color: white;
}
.button
{
	border: solid 1px #336699;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	background-color: #ebeaf2;
	cursor: hand;
}
.hand
{
	cursor: hand;
}
.grid
{
	background-color: #ebeaf2;
}
.gridhead
{
	font-weight: bold;
	text-align: center;
	background-color: #ebebf6;
	color: #000000;
}
.gridhead a
{
	color: #000000;
	text-decoration: none;
}
.griditem
{
	background-color: #ffffff;
	color: #336699;
	vertical-align: middle;
}
.gridaltitem
{
	background-color: #efefef;
	color: #336699;
	vertical-align: middle;
}
.pager
{
	font-weight: bold;
	text-align: center;
	background-color: #ebebf6;
}
.pager a
{
	color: #000000;
	text-decoration: none;
}
.contentList
{
	color: #336699;
}
.contentList img
{
	border: solid 1px black;
}
.contentList input
{
	border: solid 1px #336699;
}
.invisible
{
	display: none;
}
.emulator
{
	text-align: left;
	border: none;
	font-family: Arial;
	font-size: 14px;
	color: black;
	background-color: white;
}
.BackgroundHeader
{
	background-color: #ececec;
	color: #336699;
	font-weight: bold;
	font-size: small;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
}
.BackgroundHeaderClearBackground
{	
	color: #336699;
	font-weight: bold;
	font-size: small;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
}
.BackgroundHeaderSmaller
{	
	color: #336699;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 5px;	
	padding-bottom: 0px;	
}
.Text
{
	padding-left: 10px;
}
.HomePageLinks
{
	color: #336699;
	font-weight: bold;
	background-color: #ECECEC;
}
.CopyrightInfo
{
	color: White;
}
.ColourText
{
	color: #336699;
}
.TextWithColourAndPadding
{
	padding-left: 10px;
	color: #336699;
	font-weight: bold;
}
.TextWithColour
{	
	color: #336699;
	font-weight: bold;
}
.ImageAlign
{
	vertical-align: middle;
}
.Ticket
{
	background-color: #ECECEC;
}
.NewGridItem
{
	xxcolor: #336699;
	color: Black;
	padding-left: 5px;	
}
.TextWithColourHeading
{	
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px; 
	padding-left: 5px;
}
img.clickimage
{
	cursor: pointer;	
}
/* Custom Style
----------------------------------------------------------*/
.nexttoeachother /* Added to allow for Side-by-Side inputs*/
{
	float: left;
	padding: 0 1em 0 0;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
	margin: 0.5em 0;
	
}

.display-label, .editor-label
{
	color: #aaaaaa;
}

.text-box
{
	width: 15em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}

#main
{
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}
.LineAndAHalf
{
	line-height: 1.5em;	
}
.HalfLine
{
	line-height: 0.5em;	
}
