/* Default Styles */
body { 
	margin: 0px 0px 0px 0px;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
	color: #000000;
	background: #000000;
	}
.body {
	font-size: 11px;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
	}
	
table,td {
	color: #444444;
	font-size: 11px;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
	}

p {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 10px;
	}
	
form {
	margin: 0px;
	}

h1 {
	color: #EA1313;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	}

h2 {
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold; 
	margin-bottom: 0px;
	margin-top: 0px;
	}

h3 {
	color: #7f0000; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 4px;
	}

h4 {
	color: #333333; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 2px;
	}

h5 {
	color: #333333; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 1px;
	}
	
LI {
	LIST-STYLE-TYPE: square; 
	margin-left: 6px; 
	MARGIN-BOTTOM: 2px;
	}
	
UL {
	MARGIN-TOP: 2px;
	}
	
hr {
	height: 1px;
}

a {
	color: #810215;
	text-decoration:none;
	}
img.imgLink {
	color: #810215;
	border: 1px solid #810215;
	text-decoration:none;
	}
a:link, a:visited {
	color: #810215;
	text-decoration: none;
	}
a:hover {
	color: #810215;
	text-decoration: underline;
	}
a img {
    }
/* Form Styles */

.button {

	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(images/formButtonBg.png);
	}
	
.buttonOn {

	border: 1px solid #444444;
	background-color: #ffffff;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
	background-image: url(images/formButtonBgOn.png);
	}
	
input,select {
	border: 1px solid #888888;
	font-size: 11px;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
	background-color: #ffffff;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #888888;
	font-size: 11px;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
	background-color: #ffffff;
	}
.checkbox,.radio {
	border:0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
	}

	
/* Content Specific Styles */
	/* body text */
	.contentBox {
		background-color: #efefef;
		border: 1px #9e9e9e solid;
		padding: 5px;
	}
	.teamNoticeBox {
		background-color: #eeeeee;
		border: 1px #980000 solid;
		padding-left: 5px;
		padding-right: 5px;
		color: #00568C;
	}
	a.body:link, a.body:visited {
		color: #444444;
		font-size: 11px;
		text-decoration: underline;
		}
		
	a.body:hover {
		color: #666666;
		text-decoration: underline;
		}
	
	/* myArea is for my account, admin, logout, an about links*/
	.myArea {
		font-size: 11px;
		font-weight: bold;
		}
	a.myAreaLink:link, a.myAreaLink:visited {
		color: #444444;
		text-decoration: none;
		}
	a.myAreaLink:hover {
		color: #666666;
		text-decoration: none;
		}
		
	/*for the main screen navigation tabs*/
	.currentTab {
		font-size: 11px;
		padding-top: 1px;
		}
TD.currentTab_Middle {
	background-image :url(/images/currentTab_middle.png);
}
TD.currentTab_Left {
	background-image : url(/images/currentTab_left.png);
} 
TD.currentTab_Right {
	background-image : url(/images/currentTab_right.png);
}
TD.emptyTabSpace {
	font: 11px Arial,Helvetica,Verdana,Tahoma;
	background-position: bottom;
	background-repeat : repeat-x;
	background-image :url(/images/emptyTabSpace.png);
	
}
TD.otherTab_Middle {

	background-image :url(/images/otherTab_middle.png);
}
TD.otherTab_Left {
	background-image : url(/images/otherTab_left.png);
} 
TD.otherTab_Right {
	background-image : url(/images/otherTab_right.png);
}
	a.currentTab:link, a.currentTab:visited {
		color: #222222;
		text-decoration: none;
		}
	a.currentTab:hover {
		color: #444444;
		text-decoration: none;
		
		}
		
	.otherTab {
		font-size: 11px;
		}
	a.otherTab:link, a.otherTab:visited {
		color: #6e6e6e;
		text-decoration: none;

		}
	a.otherTab:hover {
		color: #3C3C3C;
		text-decoration: none;
		}
	.subMenu {
		font-size: 11px;
		color: #ffffff;
		background-color: #efefef;
		border-bottom: 1px solid #9E9E9E;
		border-left: 1px solid #9E9E9E;
		border-right: 1px solid #9E9E9E;
		}
	.subMenuTDIcon {
		font-size: 11px;
		color: #ffffff;
		background-color: #efefef;
		padding-bottom: 2px;
		padding-top: 1px;
		padding-left: 3px;
		padding-right: 3px;
		border-right: 1px solid #fefefe;
		}
	.subMenuTD {
		font-size: 11px;
		color: #ffffff;
		background-color: #DFDFDF;
		padding-bottom: 2px;
		padding-top: 1px;
		border-bottom: 1px solid #EDEDED;
		}
	a.subMenuLink:link, a.subMenuLink:visited {
		color: #444444;
		text-decoration: none;
		border-bottom: 0px;
		padding-left: 0px;
		}
	a.subMenuLink:hover {
		color: #666666;
		text-decoration: none;
		border-bottom: 0px;
		}
		
	/*welcome user and date bar and last view*/
	.moduleTitle {
	border-bottom: 1px solid #aaaaaa;
	}
	.welcome {
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
		background-color: #ACACAC;
		border-bottom: 1px solid #000000;
		padding-left: 10px;
		}
	.searchField {
		border: 1px solid #323232;
		font-size: 11px;
		background-color: #ffffff;
	}
	.search {
		color: #ffffff;
		background-color: #ACACAC;
		border-bottom: 1px solid #000000;
		padding-right: 10px;
		}
	.searchButton {
		behavior:	url("include/pngbehavior.htc");
		background-color: transparent;
		border: 0px;
		padding-right: 10px;
		}	
	.date {
		font-size: 13px;
		font-weight: bold;
		color: #444444;
		background-color: #dddddd;
		border-bottom: 1px solid #bbbbbb;
		padding-right: 10px;
		}
		
	.lastView {
		color: #666666;
		background-color: #dddddd;
		padding-left: 10px;
		border-bottom: 1px solid #cccccc;
		}
		
	a.lastViewLink:link, a.lastViewLink:visited {
		color: #444444;
		text-decoration: underline;
		border-bottom: 0px;
		padding-left: 0px;
		}
	a.lastViewLink:hover {
		color: #666666;
		text-decoration: none;
		border-bottom: 0px;
		}
		
	/*left column styles*/
	table.leftColumnModuleHead th {
		font-size: 11px;
		color: #444444;
		text-align: left;
		padding: 0px;
	}


	.leftColumnModuleS3  {
		font-size: 11px;
		color: #666666;
		font-weight: bold;
		border-bottom: 1px solid #9E9E9E;
		border-left: 1px solid #9E9E9E;
		border-right: 1px solid #9E9E9E;
		background-color: #DFDFDF;
		padding: 5px;
	}
	a.leftColumnModuleS3Link:link, a.leftColumnModuleS3Link:visited {
		color: #666666;
		text-decoration: underline;
		border-bottom: 0px;
		padding-left: 0px;
		}
	a.leftColumnModuleS3Link:hover {
		color: #444444;
		text-decoration: underline;
		border-bottom: 0px;
		}
	
	/*right main content (suffix S1 stands for Style 1) */
	.listView {
		border: 1px solid #9E9E9E;
	}
	.listViewThS1 {
		font-size: 11px;
		color: #666666;
		font-weight: bold;
		text-align: left;
		background-image: url(images/listViewBg.png);
		padding-left: 5px;
		padding-right: 5px;
		border-bottom: 1px solid #980000;
		
	}
	.listViewSubHeadS1 {
		background-color: #ffffff;
	}
	h5.listViewSubHeadS1 {
		color: #666666; 
		font-size: 13px; 
		font-weight: bold; 
		margin-top: 1px;
		margin-bottom: 1px;
	}
	a.listViewThLinkS1:link, a.listViewThLinkS1:visited {
		color: #444444;
		font-weight: bold;
		text-decoration: none;
		}
	a.listViewThLinkS1:hover {
	color: #222222; 
	text-decoration: none;
		}
	a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
	font-size: 11px;
	color: #002780;
	text-decoration: none;

		}
	a.listViewTdLinkS1:hover {
	text-decoration: underline;
		}
	a.listViewTdToolsS1:link, a.listViewTdToolsS1:visited {
	text-decoration: none;
		}
	a.listViewTdToolsS1:hover {
	text-decoration: none;
		}
	.evenListRowS1 {
		font-size: 11px;
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-top: 2px;
	}
	
	.oddListRowS1 {
		font-size: 11px;
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-top: 2px;
	}
	
	.listViewHRS1 {
		background-color: #cccccc;
	}
	.pageNumbers {
		color: #444444;		
	}
	.listViewPaginationTdS1 {
		font-size: 10px;
		color: #999999;
		background-color: #eeeeee;
		padding-right: 5px;
		padding-left: 5px;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #9E9E9E;
	}
	a.listViewPaginationLinkS1:link, a.listViewPaginationLinkS1:visited {
		color: #E90000;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		}
	a.listViewPaginationLinkS1:hover {
		color: #ff0000;
		font-size: 10px;
		text-decoration: none;
		}
	a.listViewCheckLink:link, a.listViewCheckLink:visited {
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		}
	a.listViewCheckLink:hover {
		font-size: 10px;
		text-decoration: none;
		}
		
	a.utilsLink:link, a.utilsLink:visited {
		color: #B20000;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;

		}
	a.utilsLink:hover {
		color: #FF0000;
		font-size: 11px;
		text-decoration: none;
		}
	.listViewCalCurrentAppt {
	background-color: #75AF4F;
	}
	.listViewCalOtherAppt {
	background-color: #4D5EAA;
	}
	.listViewCalConflictAppt {
	background-color: #AA4D4D;
	}
	.listViewCalCurrentApptLgnd {
	background-color: #75AF4F;
	border: 1px solid #444444;
	}
	.listViewCalOtherApptLgnd {
	background-color: #4D5EAA;
	border: 1px solid #444444;
	}
	.listViewCalConflictApptLgnd {
	background-color: #AA4D4D;
	border: 1px solid #444444;
	}
	/* charting styles */
	.chartBox {
		background-color: #ffffff;
		border: 1px #9E9E9E solid;
		padding: 5px;
	}
	
	a.chartToolsLink:link, a.chartToolsLink:visited {
		color: #E90000;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		}
	a.chartToolsLink:hover {
		color: #ff0000;
		font-size: 10px;
		text-decoration: none;
		}
		
	table.chartForm {
		background-color: #efefef;
		border: 1px #9E9E9E solid;
		padding: 5px;
	}
	
	table.chartForm td {
		background-color: #efefef;
	}
	
	/* main tab forms */
	
	.tabForm {
		background-color: #efefef;
		border: 1px #9E9E9E solid;
		padding: 5px;
		background-image: url(images/searchFormBg.png);
		background-position: bottom;
		background-repeat : repeat-x;
	}
	
	h4.dataLabel {
		color: #666666; 
		font-size: 14px; 
		font-weight: bold; 
		margin-bottom: 2px;
	}
	
	h5.dataLabel {
		color: #888888; 
		font-size: 13px; 
		font-weight: bold; 
		margin-bottom: 1px;
		margin-top: 1px;
	}
	.dataLabel {
		font-weight: bold;
		vertical-align : top;
	}
	.dataField {
		font-weight: normal;
		vertical-align : top;
	}
	
	.tabFormAddDel {
		padding-left: 4px; 
		padding-right: 4px; 
		vertical-align: middle; 
		text-align: center;
	}
	
	a.tabFormAdvLink:link, a.tabFormAdvLink:visited {
		color: #E90000;
		font-size: 10px;
		text-decoration: none;
		}
	a.tabFormAdvLink:hover {
		color: #FF0000;
		text-decoration: none;
		}
	
	/* main tab panel views */
	.tabDetailView {
		border: 1px solid #444444;
		background-color: #cccccc;
	}
	.tabDetailViewDL {
	font-size: 11px;
		color: #666666; 
		font-weight: bold;
		background-color: #eeeeee;
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		vertical-align: top;
		text-align: right;
	}
	
	h4.tabDetailViewDL {
		color: #666666; 
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px; 
		font-weight: bold; 
		margin-bottom: 2px;
		text-align: left;
	}
	.tabDetailViewDF {
	font-size: 11px;
		color: #000000; 
		background-color: #fafafa;
		font-weight: bold; 
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		vertical-align: top;
		font-weight: bold;
	}

	a.tabDetailViewDFLink:link, a.tabDetailViewDFLink:visited {
		color: #002780;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
		text-decoration: underline;
		}
	a.tabDetailViewDFLink:hover {
		color: #002780;
		text-decoration: none;
		}
		
	.tabDetailView2 {
		border: 1px solid #888888;
		background-color: #cccccc;
	}
	.tabDetailViewDL2 {
		color: #888888; 
		font-weight: bold;
		background-color: #DFDFDF;
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		vertical-align: top;
	}
	.tabDetailViewDF2 {
		color: #222222; 
		background-color: #f2f2f2;
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		vertical-align: top;
	}
	a.tabDetailViewDL2Link:link, a.tabDetailViewDL2Link:visited {
		color: #555555;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
		}
	a.tabDetailViewDL2Link:hover {
		color: #555555;
		text-decoration: underline;
		}
	/* calendar styles */
	.monthBox {
	border: 1px solid #222222;
	}
	.monthHeader {
	background-image: url(images/calendarHeaderBg.png);
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #980000;
	}
	.monthFooterPrev {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ffffff;
	background-color: #dddddd;
	}
	.monthFooterNext {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ffffff;
	background-color: #dddddd;
	}
	.monthHeaderH3 {
	color: #333333; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold; 
	}
	.monthCalBody {

	background-color: #dddddd;
	}
	
	.monthHeaderPrevTd {
	padding-left: 5px;
	}

	a.NextPrevLink:link, a.NextPrevLink:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
	a.NextPrevLink:hover {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	}
	
	.monthHeaderNextTd {
	padding-right: 5px;
	}
	
	.monthCalBodyTHWeek {
	font-size: 11px;
	background-color: #6f6f6f;
	color: #eeeeee;
	padding: 5px;
	}
	.monthCalBodyTHDay {
	font-size: 11px;
	background-color: #666666;
	color: #eeeeee;
	padding: 5px;
	}
	.monthCalBodyWeek {
	vertical-align: top;
	background-color: #9a9a9a;
	color: #ffffff;
	padding: 5px;
	}
	a.monthCalBodyWeekLink:link, a.monthCalBodyWeekLink:visited {
	font-size: 11px;
	color: #eeeeee;
	}
	a.monthCalBodyWeekLink:hover {
	font-size: 11px;
	}
	.monthCalBodyTodayWeekDay {
	border: 1px solid #600000;
	background-color: #fafafa;
	color: #444444;
	padding: 3px;
	text-align: right;
	}

	.monthCalBodyWeekDay {
	background-color: #fafafa;
	color: #444444;
	padding: 3px;
	text-align: right;
	}
	.monthCalBodyTodayWeekEnd {
	border: 1px solid #600000;
	background-color: #e9e9e9;
	color: #444444;
	padding: 3px;
	text-align: right;
	}
	.monthCalBodyWeekEnd {
	background-color: #e9e9e9;
	color: #444444;
	padding: 3px;
	text-align: right;
	}
	a.monthCalBodyWeekDayDateLink:link, a.monthCalBodyWeekDayDateLink:visited {
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	}
	a.monthCalBodyWeekDayDateLink:hover {
	color: #444444;
	font-size: 11px;
	font-weight: bold;	
	}
	
	a.monthCalBodyWeekEndDateLink:hover {
	color: #666666;
	font-size: 11px;
	font-weight: bold;	
	}
	
	
	
	a.monthCalBodyDayItemLink:link, a.monthCalBodyDayItemLink:visited {
	font-size: 10px;
	}
	a.monthCalBodyDayItemLink:hover {
	font-size: 10px;
	}
	
	.monthCalBodyDayItem {
	background-color: #e5e5e5;
	border: 1px solid #aaaaaa;
	}
	.monthCalBodyDayIconTd {
	padding-left: 2px;
	padding-right: 3px;
	vertical-align: top;

	}
	.monthCalBodyDayItemTd {
	vertical-align: top;


	}
	.monthViewDayHeight {
	height: 100px;
	}
	.yearViewDayHeight {
	height: 40px;
	}
	.dailyCalBodyTime {
	vertical-align: top;
	background-color: #9a9a9a;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	height: 20px;
	}
	.dailyCalBodyItems {
	background-color: #fafafa;
	color: #444444;
	padding: 3px;
	text-align: left;
	}
	
	a.weekCalBodyDayLink:link, a.weekCalBodyDayLink:visited {
	color: #ffffff;
	}
	a.weekCalBodyDayLink:hover {
	color: #ffffff;
	}

	.yearCalBody {
	background-color: #f0f0f0;
	}
	.yearCalBodyMonth {
	border: 1px solid #666666;
	background-color: #bbbbbb;
	}

	a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
	font-size: 13px;
	font-weight: bold;
	color: #222222;
	}
	a.yearCalBodyMonthLink:hover {
	color: #333333;
	}

	/* misc font displays */
	.todaysTask {
		color: #FF7800
	}
	.overdueTask {
		color: #ff0000;
	}
	.required {
		color: #ff0000;
	}
	.error {
		color: #ff0000;
	}
	.success {
		color: #00ee00;
	}
	.rssItemDate {
		color: #666666;
		font-size: 10px;
	}
	.dateFormat {
		font-weight: normal;
		font-style: italic;
		font-size: 10px;
	}
	.chartFootnote {
		font-size: 10px;
	
	}

	.copyRight {
	}
	a.copyRightLink:link, a.copyRightLink:visited {
	}
	a.copyRightLink:hover {
	}
	
	.tm {
		font-size: 8px;
		font-family: Verdana;
	}
	
	.footer {
padding-top: 10px;
padding-bottom: 10px;
	}
	a.footerLink:link, a.footerLink:visited {
	}
	a.footerLink:hover {
	}
	
	.footerHR {
	color: #666666;
	}

TR.test {
	height:1;
}
	
TD.fieldHeaderBg {
	background: #FFFFFF;
	background-image: url("/images/purple_10high.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	vertical-align: top;
	horizontal-align: center;
	font-weight: bold;
}            

TD.greyRounderTop {
	background-image: url("/images/greyrounder_top.gif");
	background-repeat: repeat-x;
	background-position: top;
}            

TD.greyRounderBottom {
	background-image: url("/images/greyrounder_bottom.gif");
	background-repeat: repeat;
}            

TD.greyRounderLeft {
	background-image: url("/images/greyrounder_left.gif");
	background-repeat: repeat-y;
	background-position: right;
}            

TD.greyRounderWhiteLeft {
	background-image: url("/images/greyrounder_white_left.gif");
	background-repeat: repeat-y;
	background-position: top;
}            

TD.greyRounderYellowLeft {
	background-image: url("/images/greyrounder_yellow_left.gif");
	background-repeat: repeat-y;
	background-position: top;
}            

TD.greyRounderYellowRight {
	background-image: url("/images/greyrounder_yellow_right.gif");
	background-repeat: repeat-y;
	background-position: top;
}            

TD.greyRounderRight {
	background-image: url("/images/greyrounder_right.gif");
	background-repeat: repeat-y;
	background-position: bottom left;
}            

TD.greyRounderYellowRight {
	background-image: url("/images/greyrounder_yellow_right.gif");
	background-repeat: repeat-y;
	background-position: top;
}            

TD.yellowTopBg {
	background-image: url("/images/sidemenu_yellowgrey_dots_top.gif");
	background-repeat: repeat-x;
	background-position: bottom right;
}            

TD.yellowBottomBg {
	background-image: url("/images/sidemenu_yellowgrey_dots_bottom.gif");
	background-repeat: repeat-x;
	background-position: top right;
}            

TD.fieldNormal {
	color: #000000;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.fieldNormalWhite {
	color: #ffffff;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.name {
	color: #000000;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.total {
	color: #000000;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.key {
	color: #000000;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.value {
	color: #000000;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.unseen {
	color: #000000;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.fieldTitle {
	color: #000000;
	font-weight: bold;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.fieldHour {
	width: 50px;
	height: 25px;
	text-align : right;
	vertical-align: top;
	border-top: 1px solid;
	border-color: #808080;
 	white-space: nowrap;
 	color: #000000;
	font: 12px Arial,Helvetica,Verdana,Tahoma;
}

TD.calNormal {
	border-top: 1px solid;
	border-color: #808080;
}

/*
div#calendartable#TR{
	border-style: dotted  none none none;
	border-top: thin dotted;
	border-color: #808080;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
}
*/

TD.fieldEvent {
	vertical-align: top;
	text-align : left;
	border-top: thin solid;
	border-right: thin solid;
	border-left: thin solid;
	border-bottom:: thin solid;
	border-color: #7492c4;
	background-color: #b5caed;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.fieldCalOutline {
	vertical-align: top;
	text-align : left;
	border-top: thin solid;
	border-right: none;
	border-left: thin solid;
	border-bottom:: thin solid;
	border-color: #000000;
	background-color: #FFFFFF;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
} 

TD.fieldNormalLarge {
	color: #000000;
	font: 13px Arial,Helvetica,Verdana,Tahoma;
} 

.cmdButton {
	width:80px;
	height:18px;
	background: #FFFFFF;
	color : #000000;
	font: 10px 'Trebuchet MS',Verdana,Tahoma,Arial,Helvetica;
}

.cmdButton2 {
	height:18px;
	background: #FFFFFF;
	color : #000000;
	font: 10px 'Trebuchet MS',Verdana,Tahoma,Arial,Helvetica;
}

.cmdButtonBlack {
	width:80px;
	height:18px;
	background: #000000;
	color : #FFFFFF;
	font: 10px 'Trebuchet MS',Verdana,Tahoma,Arial,Helvetica;
}
.cmdButtonWhite {
	width:80px;
	height:18px;
	background: #FFFFFF;
	color : #000000;
	font: 10px 'Trebuchet MS',Verdana,Tahoma,Arial,Helvetica;
}

.inputBox {
	border: 1px solid black;
	background: #F2ECF1;
	font: 11px Arial,Helvetica,Verdana,Tahoma;
}		

.checkBox {
	background: #F2ECF1;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}		

TD.fieldStatusGrey350{
	background: #31639C;
	background-repeat: repeat;
	background-position: top||right;
	color: #FFFFFF;
	vertical-align: middle;
	horizontal-align: center;
	font-weight: bold;
	height: 28px;
}          
  
TD.fieldOutline {
	border: 1px solid grey;
	color: #000000;
	vertical-align:top;
	font-weight:bold;
}            

.inputSelectBox {
	border: 1px solid black;
	background: #F2ECF1;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}
 
/* classes */

.rowEven {background-color: #dddddd;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.rowOdd {background-color: #eeeeee;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.rowAlert {background-color: yellow;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.rowHighlight {background-color: white; font-weight: bold;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.rowDivider {border-left: 1px solid black;font: 11px Arial,Helvetica,Verdana,Tahoma;}

.innocent {color: limegreen; background-color: green;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.whitelisted {color: magenta; background-color: purple;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.spam {color: red; background-color: darkred;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.false {color: white; font-weight: bold; background-color: green;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.missed {color: white; font-weight: bold; background-color: darkred;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.inoculation {color: dodgerblue; background-color: darkblue;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.corpus {color: black; background-color: white;font: 11px Arial,Helvetica,Verdana,Tahoma;}

.low {color: darkblue; font-weight: bold;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.medium {color: steelblue; font-weight: bold;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.high {color: darkorange; font-weight: bold;font: 11px Arial,Helvetica,Verdana,Tahoma;}

.small { font-size: 9px;font: 11px Arial,Helvetica,Verdana,Tahoma;}
.hollow { border: 0px; font: 11px Arial,Helvetica,Verdana,Tahoma;}



TD.fieldHeaderBg {
	background: #FFFFFF;
	background-repeat: false;
	background-position: top||right;
	color: #FFFFFF;
	vertical-align: top;
	horizontal-align: center;
	font-weight: bold;
}
            
TD.fieldContents {
	background-repeat: repeat-x;
	background-position: top||right;
}     

TD.titleBar  {
	background-color: #d5c7ce;
	color: #59203D;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
            
TD.Spacer {
	height:1px;
	background : #FFFFFF;
	color : White;
}

TD.fieldTitleMiddle {
	color: #000000;
	vertical-align:middle;
	font-weight:bold;
}            

TD.fieldTitle {
	padding:2px;
	color: #000000;
	font-weight:bold;
}

TD.fieldTitleWhite {
	font: 11px Verdana,Tahoma,Arial,Helvetica;
	padding:2px;
	color: #FFFFFF;
	vertical-align:middle;
	font-weight:bold;
}            

TD.fieldLocationsHeader {
	color: #000000;
	vertical-align:top;
	font-weight:bold;
	font: 14px Arial,Helvetica,Verdana,Tahoma;			 
}            

TD.fieldLocationsAddress {
	color: #000000;
	vertical-align:top;
	font: 12px Arial,Helvetica,Verdana,Tahoma;			 
}            

TD.newsItem {
	color: #000000;
	vertical-align:top;
	font: 10px Arial,Helvetica,Verdana,Tahoma;			 
}            

TD.fieldTitleSmall {
	color: #000000;
	vertical-align:top;
	font-weight:bold;
	font: 11px Verdana,Tahoma,Arial,Helvetica;			 
}            

TD.fieldOutline {
	border: 1px solid black;
	color: #000000;
	vertical-align:top;
	font-weight:bold;
}

TD.blueGreyHeaderBox {
	border: 1px solid #808080;
	color: #e5e5e5;
	background: #e5e5e5;
	vertical-align:top;
}

TD.fieldOutlineNormal {
	border: 1px solid black;
	color: #000000;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}

TD.fieldTotalPrice {
	color: #000000;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
	font-weight:bold;
}

TD.fieldNormal {
	color: #000000;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}

TD.fieldWhiteNormal {
	color: #000000;
	background: #FFFFFF;
	font: 11px Verdana,Tahoma,Arial,Helvetica;			 
} 

TD.fieldGreenTile {
	vertical-middle:top;
	background-repeat: repeat-x;
	background-position: left;	
	font: 11px Verdana,Tahoma,Arial,Helvetica;			 
} 

TD.fieldGreyTile {
	vertical-middle:top;
	background-repeat: repeat-x;
	background-position: left;	
	font: 11px Verdana,Tahoma,Arial,Helvetica;			 
} 

TD.fieldStatusGrey350{
	background: #3363ff;
	color: #FFFFFF;
	vertical-align: middle;
	horizontal-align: center;
	font-weight: bold;
	height: 28px;
}

TD.fieldStatusGrey400{
	background: #125d34;
	background-repeat: repeat;
	background-position: top||right;
	color: #FFFFFF;
	vertical-align: middle;
	horizontal-align: center;
	font-weight: bold;
	height: 28px;
}

TD.fieldStatusGrey480{
	background: #3363ff;
	color: #FFFFFF;
	vertical-align: middle;
	horizontal-align: center;
	font-weight: bold;
	height: 28px;
}

TD.fieldStatusGrey610{
	background: #125d34;
	background-repeat: repeat;
	background-position: top||right;
	color: #FFFFFF;
	vertical-align: middle;
	horizontal-align: center;
	font-weight: bold;
	height: 28px;
}

TD.fieldStatusOrange {
	background: #a8ccf0;
	color: #ffffff;
	font-weight: bold;
	height: 30px;
	border: 2px solid black;
}

TD.fieldStatus {
	background: #a8ccf0;
	background-position: top||right;
	color: #ffffff;
	vertical-align: middle;
	horizontal-align: center;
	font-weight: bold;
	height: 30px;
	border: 2px solid black;
}            


TD.fieldLong {
	color: #000000;
	font-weight:bold;
	width: 250px;
	font: 11px Verdana,Tahoma,Arial,Helvetica;			 
}            

TD.fieldMedium {
	color: #FFFFFF;
	font-weight:bold;
	width: 250px;
	font: 11px Verdana,Tahoma,Arial,Helvetica;			 
}            

TD.fieldShort {
	color: #FFFFFF;
	font-weight:bold;
	width: 60px;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}            

TD.normalTab  {
	background-color:#59203d;
	padding:2px;
	text-align:center;
	color:#ffffff;
	border-style:none;
}

TD.buttonSpacer  {
	width:80px;
	padding:2px;
	text-align:center;
	color:#59203d;
	border-style:none;
}

TD.selectTab  {
	background-color:#ffffff;
	padding:2px;
	text-align:center;
	color:#59203d;
	border-style:none;
}
             
TD.normalTab a:hover {
	color:#ffffff;
}             

TD.selectTab a:hover {
	color:#59203d;
}             

TD.ProductDesc {
	width:205px;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}

.cmdButtonRed {
	width:80px;
	height:18px;
	color : Black;
	font: 10px 'Trebuchet MS',Verdana,Tahoma,Arial,Helvetica;
}

.colTitle {
	text-align:center;
	border-bottom:solid;
	border-color:#000000;
	border-width:1px;
	padding:3px;
	font-weight:bold;
}

.inputBox {
	border: 1px solid black;
	background: #F2ECF1;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}

.inputSelectBox {
	border: 1px solid black;
	background: #F2ECF1;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}

.inputSelectBoxSmall {
	border: 1px solid black;
	background: #F2ECF1;
	width:120px;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}

.inputRankBox {
	border: 1px solid black;
	background: #F2ECF1;
	width:60px;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}

.navCombo {
	border: 1px solid black;
	background: #F2ECF1;
	width: 270px;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}

