/* Standard Tooltip Styles */
.SCUP_Tooltip_Container
{
	border-bottom : 1px solid gray;
	border-top : 1px solid gray;
	border-left : 1px solid gray;
	border-right : 1px solid gray;
}
.SCUP_Tooltip_Header_BG
{
	background-color : #FFE4C4;
	padding: 2px 2px 2px 2px;
	vertical-align : middle;
	text-align: left;
}
.SCUP_Tooltip_Header
{
	
	font-weight : 700;
	font-family : Arial;
	font-size : 12px;
	color : Gray;
}
.SCUP_Tooltip_Header_Link:link
{
	text-decoration : none;
	font-weight : 700;
	font-family : Arial;
	font-size : 12px;
	color : Gray;
}
.SCUP_Tooltip_Header_Link:visited
{
	text-decoration : none;
	font-weight : 700;
	font-family : Arial;
	font-size : 12px;
	color : Gray;
}
.SCUP_Tooltip_Header_Link:hover
{
	text-decoration : none;
	font-weight : 700;
	font-family : Arial;
	font-size : 12px;
	color : Gray;
}
.SCUP_Tooltip_Content_BG
{
	border-bottom : 5px solid #FFE4C4;
	background-color : #FFFFE0;
	padding: 5px 5px 5px 5px;
}
.SCUP_Tooltip_Content
{
	font-family : Arial;
	font-size : 12px;
	color : #000000;
}

/* Advice-Tooltip Styles */
.SCUP_Advice_Container
{
	border-bottom : 1px solid gray;
	border-top : 1px solid gray;
	border-left : 1px solid gray;
	border-right : 1px solid gray;
	background-color : #B0E0E6;
}
.SCUP_Advice_Header_BG
{
	border-bottom: 1px solid gray;
	padding: 2px 2px 2px 2px;
	vertical-align : middle;
	text-align: left;
}
.SCUP_Advice_Header
{
	color : #333333;
	font-weight : 700;
	font-family : Arial;
	font-size : 12px;
}
.SCUP_Advice_Header_Link:link
{
	text-decoration : none;
	color : #333333;
	font-weight : 700;
	font-family : Arial;
	font-size : 12px;
}
.SCUP_Advice_Header_Link:visited
{
	text-decoration : none;
	color : #333333;
	font-weight : 700;
	font-family : Arial;
	font-size : 12px;
}
.SCUP_Advice_Header_Link:hover
{
	text-decoration : none;
	color : #333333;
	font-weight : 700;
	font-family : Arial;
	font-size : 12px;
}
.SCUP_Advice_Content_BG
{
	border-bottom : 5px solid #B0E0E6;
	padding: 5px 5px 5px 5px;
	background-color : #CBE8EC;
}
.SCUP_Advice_Content
{
	font-family : Arial;
	font-size : 12px;
	color : #000000;
}
	
	
.SCUP_CC_DR
{
	width: 100%;
	border-collapse: collapse;
}
.SCUP_CC_DR_Head_BG
{
	width: 100%;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;	
	border-top: solid 1px #CCCCCC;		
	border-collapse: collapse;
}
.SCUP_CC_DR_Head_Row
{	
}
.SCUP_CC_DR_Head_Col
{
	padding-bottom: 6px;
	padding-top: 6px;	
	padding-right: 6px;		
	padding-left: 6px;		
	font-weight: 600;
}
.SCUP_CC_DR_BG
{
	width: 100%;
	border-collapse: collapse;
}
.SCUP_CC_DR_Header_Row
{
}
.SCUP_CC_DR_Header_Col
{
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;	
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;	
	padding: 5px;
	font-weight: 600;
	color: #000000;
	vertical-align: middle;
}
.SCUP_CC_DR_Header_Link
{
	font-weight: 600;
	text-decoration: none;
	color: #000000;
}
.SCUP_CC_DR_Header_Link:link
{
	font-weight: 600;
	text-decoration: none;
	color: #000000;
}
.SCUP_CC_DR_Header_Link:visited
{
	text-decoration:none;
	color: #000000;
}
.SCUP_CC_DR_Header_Link:hover
{
	text-decoration:underline;
	color: #4d5448;
}

.SCUP_CC_DR_Header_Link2
{
	font-weight: 100;
	text-decoration: none;
	color: #68705f;
}
.SCUP_CC_DR_Header_Link2:link
{
	font-weight: 600;
	text-decoration: none;
	color: #68705f;
}
.SCUP_CC_DR_Header_Link2:visited
{
	font-weight: 600;
	text-decoration:none;
	color: #68705f;
}
.SCUP_CC_DR_Header_Link2:hover
{
	font-weight: 600;
	text-decoration: underline;
	color: #4d5448;
}

.SCUP_CC_DR_Row_Even
{
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}
.SCUP_CC_DR_Row_Odd
{

}
.SCUP_CC_DR_Col_normal
{
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 15px;	
}
.SCUP_CC_DR_Col_center
{
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
.SCUP_CC_DR_Col_number
{
	text-align: right;
	vertical-align: middle;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 15px;	
}

.SCUP_CC_DR_Link:link
{
	text-decoration:none;
}
.SCUP_CC_DR_Link:visited
{
	text-decoration:none;
}
.SCUP_CC_DR_Link:hover
{
	text-decoration:underline;
}
.SCUP_CC_DR_Footer_BG
{
}
.SCUP_CC_DR_Footer_Row
{	
}
.SCUP_CC_DR_Footer_Col
{
	font-style: italic;
	font-size: smaller;
	font-size: 9px;
	padding-left: 3px;
}

.SCUP_CC_Container_info
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 9px;
}


.SCUP_CustomEditButton_BorderColor_normal
{
	background-color: #68705F;
}

.SCUP_CustomEditButton_BorderSize_normal
{
	width: 1px;
	height: 1px;
}

.SCUP_CustomEditButton_Spacer_normal
{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	white-space: nowrap;
}

.SCUP_Custom_HoricontalSpaceLine_normal
{
	height: 1px;
	background-color: #FFFFFF;
}

.SCUP_Custom_HoricontalSpaceBar_normal
{
	height: 5px;
	background-color: #FFFFFF;
}

.SCUP_Custom_Box_normal
{
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.SCUP_Custom_LineFormat_normal
{
	padding-top: 3px;
	padding-bottom: 0px;
}

/*
.SCUP_Custom_BreakFormat_normal
{
	padding-top: 0px;
	padding-bottom: 10px;
}
*/

.SCUP_Custom_ParagraphFormat_normal
{
	padding-top: 3px;
	padding-bottom: 20px;
}

.SCUP_Text_CI_normal
{
	font-size:9px;
	font-weight:700;
	font-family:Verdana, Arial, Helvetica;
	color: #FF9933;
	text-decoration: none;
}

.SCUP_Custom_Comment_normal
{
	font-size:9px;
	font-weight:700;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica;
	color: #FF9933;
}

.SCUP_Custom_RowStripline_normal
{
	background-image:url(../images/xbg.gif);
	background-color: #F2F2F2;
}

.SCUP_Custom_HoricontalRuler_normal
{
	height: 2px;
	margin-bottom: 15px;
	background-color: #DDDED8;
}

.SCUP_Custom_SpecialInfo_normal
{
	color: #FF3333;
	white-space: nowrap;
}

.SCUP_Custom_Tree_BGinterNode
{
  background-image: url(../images/assets/navigation/menu_bginternode.gif);
  background-position: top left;
  background-repeat: repeat-y;
}

.SCUP_Custom_Tree_BGlastNode
{
  background-image: url(../images/assets/navigation/menu_bglastnode.gif);
  background-position: top left;
  background-repeat:no-repeat;
}
.SCUP_Fieldset_Standard_normal {
	/*border: 1px solid #B0B0B0;*/
	-moz-border-radius: 5pt;
	border-radius: 5pt;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.SCUP_Legend_Standard_normal {
	/*background-color: #8A8A8A;*/
	/*-moz-border-radius: 1%;*/
	border: 0px solid #B0B0B0;
	font-size:12px;
	font-weight:700;
	padding: 2px;
	color: Gray;
} 


/* DATAPICKER */
.SCUP_Datapicker
{
	background-color: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;	
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;	
}
.SCUP_Datapicker_Header_Row
{
}
.SCUP_Datapicker_Header_Col
{
	padding-left: 1px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 600;
	color: #000000;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #DEDEDE;
}
.SCUP_Datapicker_Data_Row_Even
{
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}
.SCUP_Datapicker_Data_Row_Odd
{

}
.SCUP_Datapicker_Data_Row_Even_Over
{
	background-color: #CBE7EF;
}
.SCUP_Datapicker_Data_Row_Odd_Over
{
	background-color: #CBE7EF;
}
.SCUP_Datapicker_Data_Col_normal
{
	color: #3C3C3C;
	text-align: left;
	vertical-align: middle;
	padding-left: 1px;
	padding-top: 0px;
	padding-right: 1px;	
}
.SCUP_Datapicker_Data_Col_center
{
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
}
.SCUP_Datapicker_Data_Col_number
{
	color: #000000;
	text-align: right;
	vertical-align: middle;
	padding-left: 1px;
	padding-top: 0px;
	padding-right: 1px;	
}

.SCUP_Datapicker_Footer_Row
{	
}
.SCUP_Datapicker_Footer_Col
{
	color: #000000;
	font-style: italic;
	font-size: smaller;
	font-size: 9px;
	padding-left: 1px;
	padding-top: 10px;
}