/* CCSTheme v 3.x */
/* General */

/* Colors */
.PageBgColorSuggestionPortal {
	background-color: #ffffff;
	}

.FormTitleBgColorSuggestionPortal {
	background-color: #de8c42;
	}

.FormTitleFontColorSuggestionPortal {
	color: #ffffff;
	}

.CaptionBgColorSuggestionPortal {
	background-color: #d0d0d0;
	}

.CaptionFontColorSuggestionPortal {
	color: #000000;
	}

.DataBgColorSuggestionPortal {
	background-color: #f0f0f0;
	}

.AltDataBgColorSuggestionPortal {
	background-color: #e5e5e5;
	}

.DataFontColorSuggestionPortal {
	color: #000000;
	}

.LinkColorSuggestionPortal {
	color: #3d60cc;
	}

.VisitedLinkColorSuggestionPortal {
	color: #832727;
	}

.HoverLinkColorSuggestionPortal {
	color: #ff4c4c;
	}

.ColorBgButtonSuggestionPortal {
	background-color: #de8c42;
}

.ColorFontButtonSuggestionPortal {
	color: #ffffff;
}

.ColorBgButtonPassiveSuggestionPortal {
	background-color: #ffc693;
}

.ColorFontButtonPassiveSuggestionPortal {
	color: #ffffff;
}



.HeaderSuggestionPortal {
	width: 170px;
	}

.HeaderSuggestionPortal th { 
	font-family: Tahoma; font-size: 10pt; text-align: right; vertical-align: middle;
	padding: 2px;
	background-image: url('Images/HeaderBg.gif');  color: #ffffff;
	width: 100%;
	white-space: nowrap;
	background-position: right top; padding-left: 8px;
	}



/*ie6*/
* html body .HeaderSuggestionPortal th {
	font-family: Tahoma; font-size: 10pt; text-align: right; vertical-align: middle;
}
/*end*/

.HeaderSuggestionPortal a:link { 
	color: #ffffff;
	}

.HeaderSuggestionPortal a:visited { 
	color: #ffffff;
	}

.HeaderSuggestionPortal a:hover, .CaptionSuggestionPortal a:active { 
	color: #ffffff; text-decoration: none;
	}

.HeaderLeftSuggestionPortal { 
	background-image: url('Images/HeaderLeft.gif');
	}

.HeaderRightSuggestionPortal { 
	background-image: url('Images/HeaderRight.gif');
	background-position: right top;
	}

.HeaderLeftSuggestionPortal img{
	width: 1px;
	}

.HeaderRightSuggestionPortal img{
	width: 14px;
	}


/* Grid Options */
.GridSuggestionPortal { 
	border: 1px solid #de8c42;
	width: 100%;
	}

.CaptionSuggestionPortal th { 
	font-family: Tahoma; font-size: 8pt; text-align: right; vertical-align: top;
	padding: 2px;
	
	background-color: #d0d0d0; color: #000000;
	white-space: nowrap;
	}

.CaptionSuggestionPortal td { 
	font-family: Tahoma; font-size: 8pt; text-align: right; vertical-align: top;
	padding: 2px;
	
	background-color: #d0d0d0; color: #000000;
	white-space: nowrap;
	}



/*ie6*/
* html body .CaptionSuggestionPortal th, * html body .CaptionSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt; text-align: right; vertical-align: top;
}
/*end*/

.CaptionSuggestionPortal a:link { 
	color: #000000;
	}

.CaptionSuggestionPortal a:visited { 
	color: #000000;
	}

.CaptionSuggestionPortal a:hover, .CaptionSuggestionPortal a:active { 
	color: #ff4c4c;
	}

.CaptionSuggestionPortal img {
	margin: 2px; 
	vertical-align: middle;
	}

.CaptionSuggestionPortal input {
	vertical-align: middle;
	}

.RowSuggestionPortal th { 
	font-family: Tahoma; font-size: 8pt; font-weight: normal; text-align: right; vertical-align: top;
	padding: 2px;
	
	background-color: #f0f0f0; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.RowSuggestionPortal td { 
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: right;
	vertical-align: top;
	background-color: #f0f0f0; 
	color: #000000;
	}
	


/*ie6*/
* html body .RowSuggestionPortal th, * html body .RowSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

caption.RowSuggestionPortal { 
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	border: 1px solid #de8c42; border-bottom: 0px;
	text-align: right;
	vertical-align: top;
	background-color: #f0f0f0; 
	color: #000000;
	}



/*ie6*/
* html body caption.RowSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.RowSuggestionPortal a:link { 
	color: #3d60cc;
	}

.RowSuggestionPortal a:visited { 
	color: #832727;
	}

.RowSuggestionPortal a:hover, .RowSuggestionPortal a:active { 
	color: #ff4c4c;
	}

.SeparatorSuggestionPortal{
	color: #de8c42;
	}

.SeparatorSuggestionPortal td{
	height: 1px;
	}


.AltRowSuggestionPortal th { 
	font-family: Tahoma; font-size: 8pt; font-weight: normal; text-align: right; vertical-align: top;
	padding: 2px;
	
	background-color: #f0f0f0; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRowSuggestionPortal td { 
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: right;
	vertical-align: top;
	background-color: #e5e5e5; 
	color: #000000;
	}



/*ie6*/
* html body .AltRowSuggestionPortal th, * html body .AltRowSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.AltRowSuggestionPortal a:link { 
	color: #3d60cc;
	}

.AltRowSuggestionPortal a:visited { 
	color: #832727;
	}

.AltRowSuggestionPortal a:hover, .AltRowSuggestionPortal a:active { 
	color: #ff4c4c;
	}

.NoRecordsSuggestionPortal td { 
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: right;
	background-color: #f0f0f0; 
	color: #000000;
	vertical-align: top;
	}

.FooterSuggestionPortal td { 
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	background-color: #f0f0f0; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}



/*ie6*/
* html body .NoRecordsSuggestionPortal td, * html body .FooterSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.FooterSuggestionPortal a:link { 
	color: #3d60cc;
	}

.FooterSuggestionPortal a:visited { 
	color: #832727;
	}

.FooterSuggestionPortal a:hover, .FooterSuggestionPortal a:active { 
	color: #ff4c4c;
	}

.FooterSuggestionPortal img {
	margin: 2px; 
	vertical-align: middle;
	}

.FooterSuggestionPortal input {
	margin: 2px;
	vertical-align: middle;
	}

/* Record Options */
.RecordSuggestionPortal { 
	border: 1px solid #de8c42;
	width: 100%;
	}

.ErrorSuggestionPortal td { 
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: right;
	color: #FF0000;
	vertical-align: top;
	background-color: #f0f0f0; 
	}



/*ie6*/
* html body .ErrorSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.ControlsSuggestionPortal th { 
	font-family: Tahoma; font-size: 8pt; font-weight: normal; text-align: right; vertical-align: top;
	padding: 2px;
	
	background-color: #f0f0f0; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.ControlsSuggestionPortal td { 
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: right;
	vertical-align: top;
	background-color: #f0f0f0; 
	color: #000000;
	}
	
.BottomSuggestionPortal td { 
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	background-color: #f0f0f0; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}



/*ie6*/
* html body .ControlsSuggestionPortal th, * html body .ControlsSuggestionPortal td, * html body .BottomSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.BottomSuggestionPortal a:link { 
	color: #3d60cc;
	}

.BottomSuggestionPortal a:visited { 
	color: #832727;
	}

.BottomSuggestionPortal a:hover, .CaptionSuggestionPortal a:active { 
	color: #ff4c4c;
	}

.BottomSuggestionPortal img {
	margin: 2px;
	vertical-align: middle; 
	}

.BottomSuggestionPortal input {
	margin: 2px;
	vertical-align: middle;
	}

/* Report */
.GroupCaptionSuggestionPortal th{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	background-color: #e5e5e5; 
	color: #000000;
	}

.GroupCaptionSuggestionPortal td{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	background-color: #f0f0f0; 
	color: #000000;
	}



/*ie6*/
* html body .GroupCaptionSuggestionPortal th, * html body .GroupCaptionSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.GroupCaptionSuggestionPortal a:link {
	color: #000000;
	}

.GroupCaptionSuggestionPortal a:visited{
	color: #000000;
	}

.GroupCaptionSuggestionPortal a:hover, .GroupCaptionSuggestionPortal a:active{
	color: #ff4c4c;
	}

.GroupFooterSuggestionPortal td{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #d0d0d0; 
	color: #000000;
	}



/*ie6*/
* html body .GroupFooterSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.GroupFooterSuggestionPortal a:link {
	color: #3d60cc;
	}

.GroupFooterSuggestionPortal a:visited{
	color: #832727;
	}

.GroupFooterSuggestionPortal a:hover, .GroupFooterSuggestionPortal a:active{
	color: #ff4c4c;
	}

.GroupFooterSuggestionPortal img {
	margin: 2px; 
	vertical-align: middle;
	}

.GroupFooterSuggestionPortal input {
	margin: 2px;
	vertical-align: middle;
	}

.SubTotalSuggestionPortal td{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	background-color: #e5e5e5; 
	color: #000000;
	border-bottom: 2px solid #de8c42;
	}



/*ie6*/
* html body .SubTotalSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.SubTotalSuggestionPortal a:link {
	color: #3d60cc;
	}

.SubTotalSuggestionPortal a:visited{
	color: #832727;
	}

.SubTotalSuggestionPortal a:hover, .SubTotalSuggestionPortal a:active{
	color: #ff4c4c;
	}

.TotalSuggestionPortal td{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	background-color: #e5e5e5; 
	color: #000000;
	}



/*ie6*/
* html body .TotalSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.TotalSuggestionPortal a:link {
	color: #3d60cc;
	}

.TotalSuggestionPortal a:visited{
	color: #832727;
	}

.TotalSuggestionPortal a:hover, .TotalSuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Form Options */
.ButtonSuggestionPortal { 
	background-color: #de8c42; color: #ffffff; border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; padding: 2px; font-weight: bold; font-size: 85%; font-family: Tahoma;
	}

/* Calendar */

.CalendarSuggestionPortal { 
	border: 1px solid #de8c42;
	width: 100%;
	}

.CalendarWeekdayNameSuggestionPortal{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #e5e5e5; 
	color: #000000;
	font-weight: normal;
	}



/*ie6*/
* html body .CalendarWeekdayNameSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarWeekdayNameSuggestionPortal a:link {
	color: #3d60cc;
	}

.CalendarWeekdayNameSuggestionPortal a:visited{
	color: #832727;
	}

.CalendarWeekdayNameSuggestionPortal a:hover, .CalendarWeekdayNameSuggestionPortal a:active{
	color: #ff4c4c;
	}

.CalendarWeekendNameSuggestionPortal{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #e5e5e5;	
	color: #000000;
	font-weight: normal;
	}



/*ie6*/
* html body .CalendarWeekendNameSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarWeekendNameSuggestionPortal a:link {
	color: #000000;
	}

.CalendarWeekendNameSuggestionPortal a:visited{
	color: #000000;
	}

.CalendarWeekendNameSuggestionPortal a:link, .CalendarWeekendNameSuggestionPortal a:visited{
	color: #ff4c4c;
	}

/* Calendar Day */
.CalendarDaySuggestionPortal{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: center;
	background-color: #f0f0f0;	
	color: #000000;
	}



/*ie6*/
* html body .CalendarDaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarDaySuggestionPortal a:link {
	color: #3d60cc;
	}

.CalendarDaySuggestionPortal a:visited{
	color: #832727;
	}

.CalendarDaySuggestionPortal a:hover, .CalendarDaySuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Calendar Weekend */
.CalendarWeekendSuggestionPortal{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: center;
	background-color: #e5e5e5;	
	color: #000000;
	}



/*ie6*/
* html body .CalendarWeekendSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarWeekendSuggestionPortal a:link {
	color: #3d60cc;
	}

.CalendarWeekendSuggestionPortal a:visited{
	color: #832727;
	}

.CalendarWeekendSuggestionPortal a:hover, .CalendarWeekendSuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Calendar Today */
.CalendarTodaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
	padding: 0px;
	border: 2px solid #de8c42;
	text-align: center;
	background-color: #f0f0f0;	
	color: #000000;
	}



/*ie6*/
* html body .CalendarTodaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarTodaySuggestionPortal a:link {
	color: #3d60cc;
	}

.CalendarTodaySuggestionPortal a:visited{
	color: #832727;
	}

.CalendarTodaySuggestionPortal a:hover, .CalendarTodaySuggestionPortal a:active {
	color: #ff4c4c;
	}

/* Calendar Weekend Today */
.CalendarWeekendTodaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
	padding: 0px;
	border: 2px solid #de8c42;
	text-align: center;
	background-color: #e5e5e5;	
	color: #000000;
	}



/*ie6*/
* html body .CalendarWeekendTodaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarWeekendTodaySuggestionPortal a:link {
	color: #3d60cc;
	}

.CalendarWeekendTodaySuggestionPortal a:visited{
	color: #832727;
	}

.CalendarWeekendTodaySuggestionPortal a:hover, .CalendarWeekendTodaySuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDaySuggestionPortal{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: center;
	background-color: #f0f0f0;	
	color: #de8c42;
	}



/*ie6*/
* html body .CalendarOtherMonthDaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarOtherMonthDaySuggestionPortal a:link {
	color: #de8c42;
	}

.CalendarOtherMonthDaySuggestionPortal a:visited{
	color: #de8c42;
	}

.CalendarOtherMonthDaySuggestionPortal a:hover, .CalendarOtherMonthDaySuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthTodaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
	padding: 0px;
	border: 2px solid #de8c42;
	text-align: center;
	background-color: #f0f0f0;	
	color: #de8c42;
	}



/*ie6*/
* html body .CalendarOtherMonthTodaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarOtherMonthTodaySuggestionPortal a:link {
	color: #de8c42;
	}

.CalendarOtherMonthTodaySuggestionPortal a:visited{
	color: #de8c42;
	}

.CalendarOtherMonthTodaySuggestionPortal a:hover, .CalendarOtherMonthTodaySuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekendSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: center;
	background-color: #e5e5e5;	
	color: #de8c42;
	}



/*ie6*/
* html body .CalendarOtherMonthWeekendSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarOtherMonthWeekendSuggestionPortal a:link {
	color: #de8c42;
	}

.CalendarOtherMonthWeekendSuggestionPortal a:visited{
	color: #de8c42;
	}

.CalendarOtherMonthWeekendSuggestionPortal a:hover, .CalendarOtherMonthWeekendSuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendTodaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
	padding: 0px;
	border: 2px solid #de8c42;
	text-align: center;
	color: #de8c42;
	background-color: #e5e5e5;	
	}
	


/*ie6*/
* html body .CalendarOtherMonthWeekendTodaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarOtherMonthWeekendTodaySuggestionPortal a:link {
	color: #de8c42;
	}

.CalendarOtherMonthWeekendTodaySuggestionPortal a:visited{
	color: #de8c42;
	}

.CalendarOtherMonthWeekendTodaySuggestionPortal a:hover, .CalendarOtherMonthWeekendTodaySuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDaySuggestionPortal{
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	background-color: #d0d0d0;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
	


/*ie6*/
* html body .CalendarSelectedDaySuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarSelectedDaySuggestionPortal a:link {
	color: #000000;
	}

.CalendarSelectedDaySuggestionPortal a:visited{
	color: #000000;
	}

.CalendarSelectedDaySuggestionPortal a:hover, .CalendarSelectedDaySuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Calendar Navigator */
.CalendarNavigatorSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	background-color: #f0f0f0; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}



/*ie6*/
* html body .CalendarNavigatorSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarNavigatorSuggestionPortal a:link {
	color: #3d60cc;
	}

.CalendarNavigatorSuggestionPortal a:visited{
	color: #832727;
	}

.CalendarNavigatorSuggestionPortal a:hover, .CalendarNavigatorSuggestionPortal a:active{
	color: #ff4c4c;
	}

.CalendarNavigatorSuggestionPortal img{
	margin: 2px;
	vertical-align: middle; 	
	}

.CalendarNavigatorSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
	}

.CalendarNavigatorSuggestionPortal th {
	font-family: Tahoma; font-size: 8pt;
	}



/*ie6*/
* html body .CalendarNavigatorSuggestionPortal th, * html body .CalendarNavigatorSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

/* Calendar Extra */
.CalendarEventSuggestionPortal{
	font-family: Tahoma; font-size: 8pt;
	text-align: right;
	}



/*ie6*/
* html body .CalendarEventSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}
/*end*/

.CalendarEventSuggestionPortal a:link {
	color: #3d60cc;
	}

.CalendarEventSuggestionPortal a:visited{
	color: #832727;
	}

.CalendarEventSuggestionPortal a:hover, .CalendarEventSuggestionPortal a:active{
	color: #ff4c4c;
	}

/* Changes for Section508 */
table tr td strong {
	padding: 0px;
	margin: 0px;
}

.thSuggestionPortal { 
	font-family: Tahoma; font-size: 8pt;
	font-weight: bold;
}



/*ie6*/
* html body .thSuggestionPortal {
	font-size: 100%;
}
/*end*/

.HeaderSuggestionPortal .thSuggestionPortal { 
	font-family: Tahoma; font-size: 10pt; text-align: right; vertical-align: middle;
	padding: 2px;
	background-image: url('Images/HeaderBg.gif');  color: #ffffff;
	width: 100%;
	white-space: nowrap;
}



/*ie6*/
* html body .HeaderSuggestionPortal .thSuggestionPortal {
	font-family: Tahoma; font-size: 10pt; text-align: right; vertical-align: middle;
}
/*end*/

.CaptionSuggestionPortal .thSuggestionPortal { 
	font-family: Tahoma; font-size: 8pt; text-align: right; vertical-align: top;
	padding: 2px;
	
	background-color: #d0d0d0; color: #000000;
	white-space: nowrap;
}



/*ie6*/
* html body .CaptionSuggestionPortal .thSuggestionPortal {
	font-family: Tahoma; font-size: 8pt; text-align: right; vertical-align: top;
}
/*end*/

.RowSuggestionPortal .thSuggestionPortal { 
	font-family: Tahoma; font-size: 8pt; font-weight: normal; text-align: right; vertical-align: top;
	padding: 2px;
	
	background-color: #f0f0f0; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.AltRowSuggestionPortal .thSuggestionPortal { 
	font-family: Tahoma; font-size: 8pt; font-weight: normal; text-align: right; vertical-align: top;
	padding: 2px;
	
	background-color: #f0f0f0; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.ControlsSuggestionPortal .thSuggestionPortal { 
	font-family: Tahoma; font-size: 8pt; font-weight: normal; text-align: right; vertical-align: top;
	padding: 2px;
	
	background-color: #f0f0f0; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.GroupCaptionSuggestionPortal .thSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
	padding: 2px;
	
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	background-color: #e5e5e5; 
	color: #000000;
}



/*ie6*/
* html body .GroupCaptionSuggestionPortal .thSuggestionPortal {
	font-family: Tahoma; font-size: 8pt;
}

* html body .RowSuggestionPortal .thSuggestionPortal, * html body .AltRowSuggestionPortal .thSuggestionPortal, * html body .ControlsSuggestionPortal .thSuggestionPortal {
	font-family: Tahoma; font-size: 8pt; font-weight: normal; text-align: right; vertical-align: top;
}
/*end*/

/* Class for Application Builder Menu */
.simpleMenuSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
}



/*ie6*/
* html body .simpleMenuSuggestionPortal td {
	font-family: Tahoma; font-size: 8pt;
} 
/*end*/
