/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	background-color:#ffffff;
	margin-top:0px;
	margin-left:0px;
}
.mainCategory {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.mainCategory:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: underline;
}
.subCategoryLink {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #767575;
	text-decoration: underline;
}
.subCategoryLink:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #AFA4A4;
	text-decoration: underline;
}

.normalText {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color:#333333;
	
}
.outsideBorder
{
	FONT-SIZE: 12px;
	BORDER-LEFT: #999999 1px solid;BORDER-RIGHT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid;BORDER-TOP: #999999 1px solid;
}
.txtbox {
	BORDER-RIGHT: #ACACAC 1px solid; BORDER-TOP: #ACACAC 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #ACACAC 1px solid; COLOR: #000000; BORDER-BOTTOM: #ACACAC 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR:#FFFFFF; TEXT-DECORATION: none;
}
.button {
	height:18px;BORDER-LEFT: #333333 1px solid;BORDER-RIGHT: #333333 1px solid; BORDER-BOTTOM: #333333 2px solid;BORDER-TOP: #333333 1px solid; FONT-SIZE: 11px;FONT-WEIGHT: normal;  CURSOR: hand; COLOR: #000000;  FONT-FAMILY: Verdana, Helvetica, sans-serif; BACKGROUND-COLOR: #EEE4E4; text-decoration:none; vertical-align:middle; text-align:center;   
}

.smallButton {
	height:15px;BORDER-LEFT: #000000 1px solid;BORDER-RIGHT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid;BORDER-TOP: #000000 1px solid; FONT-SIZE: 10px;FONT-WEIGHT: normal;  CURSOR: hand; COLOR: #ffffff;  FONT-FAMILY: Arial; BACKGROUND-COLOR: #2b527d; text-decoration:none; vertical-align:middle; text-align:center;   
}

.pageHeading {
	font-family: Arial;
	font-size:14px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-decoration:none;
	color:#1657A1;
	background-color:#FBE389;
}

.leftContentHeading {
	font-family: Verdana;
	font-size:13px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-decoration:none;
	color:#000000;
}


.redtext {
	FONT-SIZE: 11px; COLOR: #b90000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.normalLink
{
	FONT-SIZE: 11px;
	text-decoration:	underline;
	color:#0253F9;
	}	

.normalLink:visited	
{
	FONT-SIZE: 11px;
	text-decoration:	underline;
	color:#0253F9;
	}	
		
.normalLink:active	
{
	FONT-SIZE: 11px;	
	text-decoration:	underline;
	color:#0253F9;
	}	
		
.normalLink:hover	
{
	FONT-SIZE: 11px;	
	text-decoration:	underline;
	color:#02B8F9;
}

.adminLeftLink
{
	FONT-SIZE: 11px;
	text-decoration:	none;
	color:	#ffffff;
}	
.adminLeftLink:hover
{
	FONT-SIZE: 11px;
	text-decoration:	none;
	color:#ff9801;
}
.adminLeftLink:active
{
	FONT-SIZE: 11px;
	text-decoration:	none;
	color:#ff9801;
}	

.adminLeftBoldLink
{
	FONT-SIZE: 11px;
	text-decoration:	none;
	color:	#FF8A01;
}	
.adminLeftBoldLink:hover
{
	FONT-SIZE: 11px;
	text-decoration:	none;
	color:#FF8A01;
}
.adminLeftBoldLink:active
{
	FONT-SIZE: 11px;
	text-decoration:	none;
	color:#FF8A01;
}	

.adminPageHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#3B79B6;
	
}

.adminHeader {
	font-family:Arial Black;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	margin-left:5px;
	color:black;
	
}
