
body { 
	margin: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	background-color: #EFF3FF;
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-3dlight-color: #dddddd; 
	scrollbar-highlight-color: #aaaaaa; 
	scrollbar-face-color: #aaaaaa; 
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-track-color: #cccccc; 
	scrollbar-darkshadow-color: #666666;
	}

.body { 
	font-size: 12px;
	}
.title{
		font-weight: bold;
		font-size: 14px;
	}
	
table,td {
	color: #444444;
	font-size: 12px;
	}

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: #4D95DD;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold; 
	margin-bottom: 6px;
	}

h3 {
	color: #cc6600; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	margin-top:6px;
	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:link, a:visited {
	color: #444444;
	font-size: 12px;
	text-decoration: underline;
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}
/* Form Styles */

.button {
	border: 1px solid #666666;
	font-size: 6px;
	color: #666666;
	font-weight: normal;	
	background-image: url(images/formButtonBg.gif);
	}
.buttonOn {

	border: 1px solid #386CA1;
	font-size: 12px;
	color: #ffffff;
	background-color: #00488F;
	font-weight: normal;
	}
	
input,select {
	border: 1px solid #bbbbbb;
	font-size: 12px;
	background-color: #ffffff;
	vertical-align: bottom; 
	}
select
{
	 width:130px;
}

textarea {
	border: 1px solid #888888;
	font-size: 14px;
	background-color: #ffffff;
	}
.checkbox,.radio {
	border:0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
	}

	
/* Content Specific Styles */
	/* body text */
	.contentBox {
		background-color: #EEEECC;
		border: 1px #CACAAD solid;
		padding: 5px;
	}
	.teamNoticeBox {
		background-color: #ECF6FF;
		border: 1px #356799 solid;
		padding-left: 5px;
		padding-right: 5px;
		color: #00568C;
	}
	a.body:link, a.body:visited {
		color: #444444;
		font-size: 12px;
		text-decoration: underline;
		}
		
	a.body:hover {
		color: #666666;
		text-decoration: underline;
		}
	
	/* headArea is for my account, admin, logout, an about links*/
	.headArea {
		font-size: 12px;
		font-weight: bold;
background-image: url(images/header_bg.png);
		}
	a.headArea:link, a.headArea:visited {
		color: #444444;
		text-decoration: none;
		}
	a.headArea:hover {
		color: #666666;
		text-decoration: none;
		}
	
		
	/*welcome user and date bar*/
	.welcome 
	{
	    /*
		font-size: 13px;
		color: #444444;
		background-color: #dddddd;
		border-bottom: 1px solid #bbbbbb;
		padding-left: 10px;
*/
	    font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		background-color: #ACACAC;
		border-bottom: 1px solid #000000;
		padding-left: 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: 12px;
		BACKGROUND-IMAGE: url(images/moduleTab_middle.gif);
		text-align: left;
		padding: 0px;
	}
 */
	table.leftColumnModuleS1 td {
		border-bottom: 1px solid #26496D;
		border-left: 1px solid #26496D;
		border-right: 1px solid #26496D;
		background-color: #EEEECC;
		padding: 5px;
	}
	
	table.leftColumnModuleS2 {
		border-bottom: 1px solid #26496D;
		border-left: 1px solid #26496D;
		border-right: 1px solid #26496D;
		background-color: #eeeeee;
	}
	table.leftColumnModuleS2 td  {
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	.leftColumnModuleS3  {
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px solid #c0c0c0;
		border-left: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		background-color: #efefef;
		padding: 5px;
background-image:url(images/searchFormBg.gif);
	}
	
	/*right main content (suffix S1 stands for Style 1) */
	.listView 
	{
	    
		/*  原来为：20051128  border-bottom: 1px solid #356799;*/
		border: 1px solid #9E9E9E;

	}
	/*
	.listViewThS1 {
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
		text-align: left;		
		padding-left: 5px;
		padding-right: 5px;
		background-image:url(images/listViewBg.gif);
        border-bottom: 1px solid #B22222;		
	}
*/
	.listViewSubHeadS1 {
		background-color: #ffffff;


	}
	h5.listViewSubHeadS1 {
		color: #6A6A5B; 
		font-size: 13px; 
		font-weight: bold; 
		margin-top: 1px;
		margin-bottom: 1px;
	}
	a.listViewThLinkS1:link, a.listViewThLinkS1:visited {
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		}
	a.listViewThLinkS1:hover {	
		text-decoration: none;
		}
	a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
	font-size: 12px;
	color: #255194;
	text-decoration: none;
		}
	a.listViewTdLinkS1:hover {
	color: #478ACD;
		}
	a.listViewTdToolsS1:link, a.listViewTdToolsS1:visited {
	text-decoration: none;
		}
	a.listViewTdToolsS1:hover {
	text-decoration: none;
		}
		
		.evenListRowS1 {
		font-size: 12px;
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-top: 2px;
		/* white-space:nowrap; */
	}
	
	.oddListRowS1 {
		font-size: 12px;
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-top: 2px;
		/* white-space:nowrap; */
	}

	.listViewHRS1 {
		background-color: #cccccc;
	}
	/*
	.evenListRowS1 {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 3px;
		padding-top: 4px;
		
	}
	.oddListRowS1 {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 3px;
		padding-top: 4px;
		
	}
	.listViewHRS1 {
		background-color: #CBCBAE;
	}
	*/
	.pageNumbers {
		color: #000000;		
	}
	.listViewPaginationTdS1 
	{
	    /* 原来为：20051128 
		font-size: 10px;		
		background-color: #EBEBEB;
		padding-right: 5px;
		padding-left: 5px;
		*/
		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: #004283;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		}
	a.listViewPaginationLinkS1:hover {
		color: #3E78B2;
		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: #004283;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;

		}
	a.utilsLink:hover {
		color: #3E78B2;
		font-size: 12px;
		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 #CACAAD solid;
		padding: 5px;
	}
	
	a.chartToolsLink:link, a.chartToolsLink:visited {
		color: #004283;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;

		}
	a.chartToolsLink:hover {
		color: #3E78B2;
		font-size: 10px;
		text-decoration: none;
		}
		
	table.chartForm {
		background-color: #EEEECC;
		border: 1px #CACAAD solid;
		padding: 5px;
	}
	
	table.chartForm td {
		background-color: #EEEECC;
	}
	
	/* main tab forms */
	
	.tabForm {
		background-color: #efefef;
		border: 1px #9E9E9E solid;
		padding: 0px;
		background-image: url(images/searchFormBg.gif);
		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;
	}
	
	td.dataInput
	{
	    text-align:left;
	    white-space:nowrap;
	}
	/*
	.dataLabel {
		font-weight: bold;
		font-size: 12px;
		text-align:right;
		white-space:nowrap;
	}
	
	.dataField {
		font-size: 12px;
		font-weight: normal;		
		border:1px solid #C0C0C0; 
		height:20;
		padding-left:3px;
		padding-top:3px;
	}
	*/
	.dataLabel {
		font-weight: bold;
		font-size: 12px;
		vertical-align : middle;
		text-align:left;
		white-space:nowrap;
	}
	.dataField {
		font-weight: normal;
		font-size: 12px;		
		vertical-align :middle;
	}
	
	
/*  2005-11-18  */
	.dataThinLabel {
		font-weight: bold;
		font-size: 12px;
		text-align:right;
		white-space:nowrap;
		width:60px;
	}
/*   */
	.tabFormAddDel {
		padding-left: 4px; 
		padding-right: 4px; 
		vertical-align: middle; 
		text-align: center;
	}
	
	a.SearchAdvLink:link, a.SearchAdvLink:visited {
		font-size: 10px;
		text-decoration: none;
		}
	a.SearchAdvLink:hover {
		text-decoration: none;
		}
	
	/* main tab panel views */
	.tabDetailView {
		border: 1px solid #6A6A5B;
		background-color: #E0E0C0;
	}
	/*
	.tabDetailViewDL {
		color: #787878; 
		font-weight: bold;
		background-color: #EEEECC;
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		vertical-align: top;
		text-align: right;
		font-size: 12px
	}
	*/
	.tabDetailViewDL {
	font-size: 12px; 
		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;
	}
	
	a.tabDetailViewDFLink:link, a.tabDetailViewDFLink:visited {
		color: #3F7BB7;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		}
	a.tabDetailViewDFLink:hover {
		color: #519EEA;
		text-decoration: none;
		}
		
	h4.tabDetailViewDL {
		color: #666666; 
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px; 
		font-weight: bold; 
		margin-bottom: 2px;
		text-align: left;
	}
	/*
	.tabDetailViewDF {
		color: #555555; 
		background-color: #FFFFEE;
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		vertical-align: top;
		font-weight: bold;
		font-size: 12px
	}
*/
	
	.tabDetailViewDF {
	font-size: 12px; 
		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;
	}
	/*
	.tabDetailView2 {
		border: 1px solid #6A6A5B;
		background-color: #E0E0C0;
	}

	.tabDetailViewDL2 {
		color: #888888; 
		font-weight: bold;
		background-color: #EEEECC;
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		vertical-align: top;
	}
	.tabDetailViewDF2 {
		color: #222222; 
		background-color: #FFFFEE;
		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: 12px;
		text-decoration: none;
		font-weight: bold;
		}
	a.tabDetailViewDL2Link:hover {
		color: #555555;
		text-decoration: underline;
		}
*/		
		
/* calendar styles */
	.monthBox {
	}
	.monthHeader {
	background-color: #356799;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	.monthFooterPrev {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #356799;
	}
	.monthFooterNext {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #356799;
	}
	.monthHeaderH3 {
	color: #ffffff; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold; 
	}
	.monthCalBody {

	background-color: #CBCBAE;
	}
	
	.monthHeaderPrevTd {
	padding-left: 5px;
	}

	a.NextPrevLink:link, a.NextPrevLink:visited {
	color: #BDDEFF;
	text-decoration: none;
	font-weight: bold;
	}
	a.NextPrevLink:hover {
	text-decoration: none;
	font-weight: bold;
	}
	
	.monthHeaderNextTd {
	padding-right: 5px;
	}
	
	.monthCalBodyTHWeek {
	font-size: 12px;
	background-color: #6F6F5F;
	color: #FFFFEE;
	padding: 5px;
	}
	.monthCalBodyTHDay {
	font-size: 12px;
	background-color: #59594C;
	color: #FFFFEE;
	padding: 5px;
	}
	.monthCalBodyWeek {
	vertical-align: top;
	background-color: #ACAC93;
	color: #ffffff;
	padding: 5px;
	}
	a.monthCalBodyWeekLink:link, a.monthCalBodyWeekLink:visited {
	font-size: 12px;
	color: #FFFFEE;
	}
	a.monthCalBodyWeekLink:hover {
	font-size: 12px;
	}
	.monthCalBodyTodayWeekDay {
	border: 1px solid #356799;
	background-color: #ffffff;
	color: #444444;
	padding: 3px;
	text-align: right;
	}

	.monthCalBodyWeekDay {
	background-color: #FFFFEE;
	color: #444444;
	padding: 3px;
	text-align: right;
	}
	.monthCalBodyTodayWeekEnd {
	border: 1px solid #356799;
	background-color: #ffffff;
	color: #444444;
	padding: 3px;
	text-align: right;
	}
	.monthCalBodyWeekEnd {
	background-color: #EEEECC;
	color: #444444;
	padding: 3px;
	text-align: right;
	}
	a.monthCalBodyWeekDayDateLink:link, a.monthCalBodyWeekDayDateLink:visited {
	color: #59594C;
	font-size: 12px;
	font-weight: bold;
	}
	a.monthCalBodyWeekDayDateLink:hover {
	color: #59594C;
	font-size: 12px;
	font-weight: bold;	
	}
	
	a.monthCalBodyWeekEndDateLink:hover {
	color: #59594C;
	font-size: 12px;
	font-weight: bold;	
	}
	
	
	
	a.monthCalBodyDayItemLink:link, a.monthCalBodyDayItemLink:visited {
	color: #255194;
	font-size: 10px;
	}
	a.monthCalBodyDayItemLink:hover {
	color: #255194;
	font-size: 10px;
	}
	
	.monthCalBodyDayItem {
	background-color: #EEEECC;
	border: 1px solid #CBCBAE;
	}
	.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: #EEEECC;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	height: 20px;
	}
	.dailyCalBodyItems {
	background-color: #FFFFEE;
	color: #444444;
	padding: 3px;
	text-align: left;
	}
	
	a.weekCalBodyDayLink:link, a.weekCalBodyDayLink:visited {
	color: #255194;
	}
	a.weekCalBodyDayLink:hover {
	color: #255194;
	}

	.yearCalBody {
	background-color: #f0f0f0;
	}
	.yearCalBodyMonth {
	border: 1px solid #59594C;
	background-color: #767665;
	}

	a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFEE;
	}
	a.yearCalBodyMonthLink:hover {
	color: #FFFFEE;
	}

	
	
	
	/* misc font displays */
	.todaysTask {
		color: #FF7800
	}
    .overdueTask {
                color: #ff0000;
        }
	.required {
		color: #ff0000;
	}
	.error {
		color: #ff0000;
	}
	.success {
		color: #00ee00;
	}
	.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;
	}
/* 导航菜单区样式定义 start*/
	.CurrentTab {
		font-size: 12px;
		font-weight: bold;
		color: #6e6e6e;
		padding-top: 1px;

		}
	a.CurrentTab:link, a.currentTab:visited {
		color: #222222;
		text-decoration: none;
		}
	a.CurrentTab:hover {
		color: #444444;
		text-decoration: none;
		}
		
	.OtherTab {
		font-size: 12px;
		font-weight: bold;
		color: #6e6e6e;
		}
	a.OtherTab:link, a.otherTab:visited {
		color: #6e6e6e;
		text-decoration: none;
		}
	a.OtherTab:hover {
		color: #3C3C3C;
		text-decoration: none;
		}
		
	.emptyTabSpace {
		border-bottom: 1px solid #67b4ff; 
		}
		/*
	.subMenu {
		font-size: 12px;
		color: #ffffff;
		background-color: #DFDFDF;
		border-bottom: 1px solid #002549;
		padding-left: 18px;
border: 1px solid #c0c0c0;
		}
		*/
	a.subMenu:link, a.subMenu:visited {
		color: #ffffff;
		text-decoration: none;
		border-bottom: 0px;
		padding-left: 0px;
		}
	a.subMenu:hover {
		color: #ffffff;
		text-decoration: none;
		border-bottom: 0px;
		}
/*    */
.TabSpace
{
BACKGROUND-IMAGE: url(images/emptyTabSpace.png)
}
.otherTabLeft
{
BACKGROUND-IMAGE: url(images/otherTab_left.png)
}
.otherTabMiddle
{
font-size: 12px;
font-weight: bold;
BACKGROUND-IMAGE: url(images/OtherTab_middle.png)
}
.otherTabRight
{
BACKGROUND-IMAGE: url(images/otherTab_right.png)
}
.TableTab
{
BACKGROUND-COLOR: #e5e5e5
}
.currentTabLeft
{
BACKGROUND-IMAGE: url(images/currentTab_left.png)
}
.currentTabMiddle
{
font-size: 12px;
font-weight: bold;
BACKGROUND-IMAGE: url(images/currentTab_middle.png)
}
.currentTabRight
{
BACKGROUND-IMAGE: url(images/currentTab_right.png)
}
.tabspaceleft
{
PADDING-LEFT: 7px; 
BACKGROUND-IMAGE: url(images/emptyTabSpace.png);
}
.menubackcolor
{
BACKGROUND-COLOR: #e5e5e5;
}
/*  
.subMenuTDIcon
{padding-left: 0px;
BACKGROUND-IMAGE: url(images/createBg.gif); 
}
*/
a.subMenuLink:link, a.subMenuLink:visited {
		
		text-decoration: none;
		border-bottom: 0px;
		padding-left: 0px;
		}
	a.subMenuLink:hover {
		color: #000000;
		text-decoration: none;
		border-bottom: 0px;
		}
		/*
td.dataField
{
font-weight: bold;
font-size:12px;		
border:0px solid #C0C0C0; 
padding:0;
BACKGROUND-COLOR: #FAFAFA;
}
*/
/* 2005-11-30 after changed below */

/* 2005-11-30 changed below */
.tdNowrap
{
    white-space:nowrap;
}
.separator
{
    height:11px;
}
.listViewThS1 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	background-image: url(images/listViewBg.gif);
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #980000;
	height: 20px;
}
/* 2005-11-30 changed above */

/* 2005-12-5 changed below copy from sugar 3.0 */
	.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: 12px;
	text-decoration: none;
	font-weight: bold;
	}
a.tabDetailViewDL2Link:hover {
	color: #555555;
	text-decoration: underline;
	}
	
.TitleFont
{
    font-weight:bold;
}
.SmallTitleFont
{
    font-size:larger
}
.MiddleTitleFont
{
    font-size:large;
}
/* 2005-12-5 changed above */

/* 2005-12-14 changed below */
.left
{
    float:left
}
.right
{
    float:right;
    vertical-align:top;
}
.PageContentTitle
{
	font-weight: bold;
	font-size: 14pt;
}
.ButtonMargin
{
    margin-top:5px;
    margin-right:5px
}
.Separator
{
    height:10px
}

table.leftColumnModuleHead th 
{
    /* background-image: url(images/moduleTab_middle.gif); */
		font-size: 12px;
		color: #444444;
		text-align: left;
		padding: 0px;
	}
.subMenu {
		font-size: 12px;
		color: #ffffff;
		background-color: #efefef;
		border-bottom: 1px solid #9E9E9E;
		border-left: 1px solid #9E9E9E;
		border-right: 1px solid #9E9E9E;
		}
	.subMenuTDIcon {
		font-size: 12px;
		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: 12px;
		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;
		}
select
{
    font-size: small;
}
/* 2005-12-14 changed above */

/* 2005-11-30 after changed above */