	/********************
	* BACKGROUND
	*********************/
	
	.base_st_tabContainer {
	background-color: #fafafa;
	background-image: url(base_bg_line_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#000;
	}
	
	/********************
	* HEADER
	*********************/
	
	.base_st_profileSkinHeader{
	height:20px;
	background-image: url(baseProfileHeaderN.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	
	.base_st_profileHeader{
	height:60px;
	line-height:60px;
	background-image: url(base_ProfileHeader.png);
	}
	/* NOT CHANGE*/
	.base_st_profileHeader:after{
		content: "."; 
    	display: block; 
	   	height: 0; 
	   	clear: both; 
    	visibility: hidden;
	} 
	
	/*******************
	* Name
	***********************/
	.base_st_profileName{
	color:#000;
	font-size:14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}
	/********************
	* ACTIONS
	*********************/
	
	.base_st_profileActions{
	}
	
	.base_st_profileActions a{
	color:#2277dd;
	font-weight: bold;
	}
	
	/********************
	* STATUS
	*********************/
	
	.base_st_profileStatus{
	margin:0 20px 20px 20px;
	padding:5px;
	background:#d9d9d9;
	color:#000000;
	text-align:center;
	line-height:30px;
	height:30px;
	font-size:14px;
	font-weight: bold;		
	}
	
	.base_st_profileStatus .close{
	
		background:url(closeWin.gif);
		background-repeat:no-repeat;
		width:16px;
		height:16px;
		position:absolute;
		top:14px;
		right:40px;
		cursor:pointer;
		cursor:hand;
	}

	/********************
	* BODY
	*********************/
	
		
	.base_st_profileBody{
	color:#000000;
	background-color: #FFFFFF;
	}

	/* NOT CHANGE*/
	.base_st_profileBody:after{
		content: "."; 
    	display: block; 
	   	height: 0; 
	   	clear: both; 
    	visibility: hidden;
	} 
	
	
	/********************
	* FOOTER
	*********************/
	
	.base_st_profileFooter{
		background:#ffffff;
		padding-bottom:20px;
	}
	.base_st_profileSkinFooter{
	height:20px;
	background-image: url(baseProfileFooterN.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
	
	
	
	/********************
	* WIDGET LEFT
	*********************/
	
	.base_st_colLeft .base_st_widgetHeader, .base_st_widgetHeaderL{
	width:560px;
	line-height:20px;
	background-image: url(baseWidgetHeader560.gif);
	background-repeat: no-repeat;
	}

	/* NOT CHANGE*/
	.base_st_colLeft .base_st_widgetHeader:after, .base_st_widgetHeaderL:after{
		content: "."; 
    	display: block; 
	   	height: 0; 
	   	clear: both; 
    	visibility: hidden;
	} 
	
	.base_st_colLeft .base_st_widgetName, .base_st_widgetNameL{
	color:#000;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:460px;
	overflow:hidden;
	}	
		
	.base_st_colLeft .base_st_widgetBody, .base_st_widgetBodyL{
	background-color: #FAFAFA;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a6a5a5;
	border-left-color: #a6a5a5;
	color: #000000;
	}
	
	.base_st_widgetBodyL .moving{
		background:#000;
		color:#fff;
		padding:5px;
	}
	
	.base_st_colLeft .base_st_widgetFooter, .base_st_widgetFooterL{
	color: #FAFAFA;
	line-height:10px;
	height:10px;
	background-image: url(baseWidgetFooter560.gif);
	background-repeat: no-repeat;
	}
	
	
	
	/********************
	* WIDGET RIGHT
	*********************/
	
	.base_st_colRight .base_st_widgetHeader, .base_st_widgetHeaderR{
	width:340px;
	line-height:20px;
	background-image: url(baseWidgetHeader340.gif);
	background-repeat: no-repeat;
	}

	/* NOT CHANGE*/
	.base_st_colRight .base_st_widgetHeader:after, .base_st_widgetHeaderR:after{
		content: "."; 
    	display: block; 
	   	height: 0; 
	   	clear: both; 
    	visibility: hidden;
	} 
	
	.base_st_colRight .base_st_widgetName, .base_st_widgetNameR{
	color:#000;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:240px;
	overflow:hidden;
	}	
		
	
	.base_st_colRight .base_st_widgetBody, .base_st_widgetBodyR{
	background-color: #FAFAFA;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a6a5a5;
	border-left-color: #a6a5a5;
	}
	
	.base_st_widgetBodyR .moving{
		background:#000;
		color:#fff;
		padding:5px;
	}
	
	.base_st_colRight .base_st_widgetFooter,.base_st_widgetFooterR{
	color: #FAFAFA;
	line-height:10px;
	height:10px;
	background-image: url(baseWidgetFooter340.gif);
	background-repeat: no-repeat;
	}
		
	
	/*********************************************/
	/* EQUAL FOR BOTH */
	
	/*******************
	* widget Name
	***********************/
	
	
	.base_st_widgetActions{
	position:relative;	
	}
	
	.base_st_widgetActions a{
	}
	
	
	.base_st_widgetClose{
	background:url(closeWin.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	top:2px;
	right:4px;
	cursor:pointer;
	cursor:hand;
	}
	
	.base_st_widgetRefresh{
	background:url(refresh.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	top:2px;
	right:24px;
	cursor:pointer;
	cursor:hand;
	}
	
	
	.base_st_widgetEdit{
	width:60px;
	position:absolute;
	top:0px;
	right:30px;
	cursor:pointer;
	cursor:hand;
	color:#000000;
	}
	
	.base_st_widgetBody .textBig{
	
		color:#000;
		font-size:24px;
		font-weight:bold;
	}
	
	.base_st_widgetBody .textMedium{
	
		color:#141414;
		font-size:14px;
		font-weight:bold;
	}
	