﻿.labela
{
	font-family : tahoma;
	font-size : 11px;	
}



.textboxa
{
	font-family : tahoma;
	font-size : 11px;
	text-align: left;
	word-spacing:0;
	margin-top:0;
	margin-bottom:0;	
}
.textboxlong
{
	font-family : tahoma;
	font-size : 11px;
	text-align: left;
	word-spacing:0;
	margin-top:0;
	margin-bottom:0;
	width: 335px;	
}
.textboxshort
{
	font-family : tahoma;
	font-size : 11px;
	text-align: left;
	word-spacing:0;
	margin-top:0;
	margin-bottom:0;
	width: 30px;	
}
.textboxpayroll
{
	font-family : tahoma;
	font-size : 11px;
	text-align: left;
	word-spacing:0;
	margin-top:0;
	margin-bottom:0;
	width: 90px;	
}
.textboxclasscode
{
	font-family : tahoma;
	font-size : 11px;
	text-align: center;
	word-spacing:0;
	margin-top:0;
	margin-bottom:0;
	width: 27px;	
}

.dropdownlista
{
	font-family : tahoma;
	font-size : 11px;
	text-align: left;
	word-spacing:0;
	margin-top:0;
	margin-bottom:0;
}
.button
{
	font-family: Georgia;
	color: White;
	border-style: none;
	background-color: #000066;
	height: 20px;
}
.dropDown
{
	color: #000066;
	background-color: #F7F7FB;
	border-color: #000066;
	border-width: 1px;
	border-style: solid;
	font-family: Georgia;
}

/*******Summary******/
.summaryHeader
{
	font-family: Tahoma;
	font-size: 11px;
	background-color:#e4ecf6;
	padding: 10px 2px 10px 2px;
	font-weight:bold;
	color: #2e5d95;
    text-align: center;
    border: solid 1px #A0A0A0;
}
.summaryItems
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background:#fcfcf4;
	border : 1px solid;
	border-color:#abacac;
	border-top:none;
	border-left:none;
	border-right:none;	
	padding: 4px 2px 4px 2px; 
	border: solid 1px #C0C0C0;
}
/*******End Summary******/

.heading
{
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #000099;
	text-decoration: none;
}
.siteMapLI
{
	color: #000099;
}
.sideMenuLink
{
	font-size: 12px;
	color: #990000;
	font-family: Georgia;
	text-decoration: none;
}
.sideMenuLink:hover
{
	font-size: 12px;
	color: #000099;
	font-family: Georgia;
	text-decoration: underline;
}
.tableBorder
{
	border:solid 1px #000099;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 0px 0px 0px 0px;
}

.tdBorder
{
	border:solid 1px #000099;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.tdLightHeading
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	cursor: default;
	color: black;
	font-family: Georgia;
	background-color: #FFFFB3;
	text-decoration: none;
}
.tdLight
{
	padding-right: 4px;
	padding-left: 4px;
	cursor: default;
	color: black;
	font-family: Georgia;
	background-color: #FFFFB3;
	text-decoration: none;
}
.tdMediumHeading
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	cursor: default;
	color: black;
	font-family: Georgia;
	background-color: #FFCC67;
	text-decoration: none;
}
.tdMedium
{
	padding-right: 4px;
	padding-left: 4px;
	cursor: default;
	color: black;
	font-family: Georgia;
	background-color: #FFCC67;
	text-decoration: none;
}
.tdWhite
{
	font-family: Georgia;
	font-size: 11px;
	text-decoration: none;
}

.tdtext
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.tdmenu
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.tdman
{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	background-color:#2e5d95;
	font-weight:bold;
	padding:5;
}

.tdmana
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	color:#000080;
}
.tdborder
{
	border : 1px solid;
	border-color:#A5A4A4;
	background-color:#ffffff;
}

.textBox
{
	border-color: #000066;
	border-width: 1px;
	border-style: solid;
	font-family: Georgia;
}
.titleImage
{
	border-left: none;
	border-bottom: none;
	border-right: none;
	border-top: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* For ToolTips */
	
	.toolTipError
	{
		padding: 3px;
		background-color:#eee; 
		color:Red;
		border:1px solid #ff0000;
		line-height: 15px;
	    font-size: 11px;
	}

	div#tipDiv 
	{
		position:absolute; 
		visibility:hidden;
		left:0; 
		top:0; 
		z-index:1000;
		font-size: 80%; 
	}
	
	div.toolTipHelp
	{
		padding: 5px;
		background-color:#DBDBDB; 
		border:1px solid #ccc;
	    color:Black;
	    border:3px solid #eef3fa;
	    line-height: 15px;
	    font-size: 11px;
	    text-align:left;
	}
	
	div.toolTipScripting
	{
		padding: 3px;
		background-color:#eee; 
		border:1px solid #FFCC66;
	}
		
	div.toolTipInformation
	{
		padding: 3px;
		background-color:#eee; 
		border:1px solid #BBCC66;
	}
  
/* End For ToolTips */
