﻿
/*Center Scrollbar */

.numberFont
{
	FONT: 40px Century Gothic;
	color:GrayText;
	vertical-align:bottom;
}

.numberFontText
{
	FONT: 24px Century Gothic;
	color:GrayText;
	vertical-align:bottom;
}

.tableVScroll {

	FONT: 12px Century Gothic;
	color: Black;
	width: 320px;

	height: 100px;

	overflow: auto;

	SCROLLBAR-FACE-COLOR: #FFFFFF; 

	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 

	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 

	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 

	SCROLLBAR-ARROW-COLOR: #999999; 

	SCROLLBAR-TRACK-COLOR: #FFFFFF; 

	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 

	SCROLLBAR-BASE-COLOR: #FFFFFF;

	overflow-y: scroll;

	margin: 0px 0px 0px 0px;

	background-color: #F2F2F2;
	vertical-align:text-bottom;
	text-align:left
	
}
	
.footerStyle
{
	background-image: url(images/Bottom.png);
	background-color:Transparent;
	height:215px;
	width:1024px
		
}
	
/********/

/*GLOBAL*/

/********/

#printheader {display:none;}

/*links*/

a, a:visited {COLOR: #00549E;}

a:hover {COLOR: #7a7a7a;}



/*body*/

.body, TD

{
	FONT: 12px Tahoma;

	COLOR: #000000;

	line-height: 17px;
}


/*forms*/

input, select, option /*Automatically applied to all input, select, option tags*/

{

	font-weight: normal;

	border: 1px solid #999999;

	font : 11px Tahoma;

	color : #666666;

	/*height : 22px;*/ /*can't use this because of current IE non-support*/

}

textarea { /*Automatically applied to all textarea tags*/

	font-weight: normal;

	border: 1px solid #999999;

	font : 11px Tahoma;

	color : #666666;

	height : auto;

}

.submit-button /*Use whenever it's a button, but not an image*/

{	

	font-weight : bold;

	FONT: 10px Tahoma;

	TEXT-TRANSFORM: uppercase;

	COLOR: #666666;

	BACKGROUND-COLOR: #FFFFFF;

	LEFT-MARGIN: 10px;

	RIGHT-MARGIN: 10px;

	border-bottom: 1px solid #999999;

	border-right: 1px solid #999999;

	border-top: 1px solid #BBBBBB;

	border-left: 1px solid #BBBBBB;
	
	background-repeat : repeat-x; background-image: url(App_Themes/greyTheme/images/NeotickButton.gif); background-color: transparent;
	

}

.inputImage { /*Use whenever the input type is an image*/

	BORDER: 0px;

	/*height: auto;*/ /*can't use this because of current IE non-support*/

}

/*Body styles*/

.tableTextStyle
{
	BACKGROUND: #f2f2f2;
	COLOR: #f2f2f2;
	PADDING: 3px 8px 3px 8px;
	BORDER: 2px solid #d3d3d3;
	margin:4px 4px 4px 4px;
	TEXT-TRANSFORM: none;
	height : 250px;
	width : 300px
}

.imageStyle
{
	PADDING: 3px 8px 3px 8px;
	margin:4px 4px 4px 4px;
	TEXT-TRANSFORM: none;
	height : 100px;
	width : 300px
}


.imageOutline

{
	BORDER-RIGHT: 1px solid #CCCCCC;

	BORDER-LEFT: 1px solid #CCCCCC;

	BORDER-TOP: 1px solid #CCCCCC;
	
	BORDER-BOTTOM: 1px solid #CCCCCC;
	
	PADDING: 3px 8px 3px 8px;
    width: 1600px;
	height:1200px
}

.headingTextStyle
{
	FONT: 24px Century Gothic;
	color:GrayText;
	vertical-align:bottom;
	text-align:left;
}

/* white styles */

.whiteTD

{
	BACKGROUND: #FFFFFF;
	FONT: 12px Century Gothic;
	COLOR: #000000;
	VERTICAL-ALIGN: top;
	TEXT-TRANSFORM: none;
	text-align:left;
}

.lineDouble {border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;}

.clear {clear:left;}

.textGreenColor
{
	COLOR: #006500;
	font: 14px Century Gothic;
	bold:true;
}

.contactUsTextStyle
{
	FONT: 12px Century Gothic;
	VERTICAL-ALIGN: top;
	TEXT-TRANSFORM: none;
	text-align:left;
}
.contactUsTextStyle14
{
	FONT: 14px Century Gothic;	
}

.footerTextStyle
{
	FONT: 12px Century Gothic;
	VERTICAL-ALIGN: top;
	TEXT-TRANSFORM: none;
	text-align:center;	
}