/*==============================
	Define text links style. 
	==============================*/
	A:link				{	text-decoration : none; color : "#0033FF";	} 
	A:hover			{	text-decoration : underline; color : "#66CCFF";	}
	A:visited		{	text-decoration : none; color : "#0033FF";	}
	BODY			{  font-family: Verdana; font-size: 12px;	color : BLACK;  }
	TEXTAREA	{	
		font-family: "Verdana"; font-size: 13px; 
		border-color : "#C1C1C1"; border-style: solid;
		border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;	
	}
	#menu-link	{	font-family : Arial; font-size : 13px;  font-weight : bold; color : WHITE; text-decoration : none;		}
	#more-link  {	font-family : Verdana; font-size : 13px; color : RED; }	
	#big-story-title {  font-family : Arial; font-size : 20px; font-weight : bold; color : BLUE;  }
	

/*==============================
	Define table style. 
	==============================*/
	.tab-menu		{	
		font-family : Arial; font-size : 13px;  color : WHITE;
		border-color : #C8C8C8; border-style: solid; border-top-width : 1px; border-right-width:  0px; border-bottom-width : 0px; border-left-width : 0px;
		width : 1000px; height : 25px; vertical-align : middle; background-color : BLACK;
	}
	.tab-title		{	font-family : System; font-size : 13px; color : WHITE;	background-color : "#3399FF"; text-align : center;		}
	.tab-section  {	
		font-family : Arial; font-size :20px; font-weight : bold; color : BLACK;  height : 25px; vertical-align : middle; 
		border-color : #7E7E7E; border-style: solid;  border-top-width : 1px; border-right-width : 0px; border-bottom-width : 1px; border-left-width : 0px;	
	}
	.tab-end-section  {	
		height : 25px; width : 650px; border-color : BLACK; border-style: dashed;  
		border-top-width : 0px; border-right-width : 0px; border-bottom-width : 1px; border-left-width : 0px;	
	}
	.tab-end-column  {	
		height : 25px; width : 20px; border-color : #D2D2D2; border-style: solid;  
		border-top-width : 0px; border-right-width : 1px; border-bottom-width : 0px; border-left-width : 0px;	
	}	

	.tab-end-block  {	
		height : 25px; width : 650px; border-color : GRAY; border-style: solid;  
		border-top-width : 0px; border-right-width : 0px; border-bottom-width : 1px; border-left-width : 0px;	
}
	.tab-pd-column  {	
		height : 25px; width : 650px; border-color : BLACK; border-style: dashed;  
		border-top-width : 0px; border-right-width : 1px; border-bottom-width : 0px; border-left-width : 0px;	

	}
	.tab-left-end  {	
		border-color : #9D9D9D; border-style: solid;  
		border-top-width : 0px; border-right-width : 0px; border-bottom-width : 1px; border-left-width : 0px;	
	}

/*==============================
	Define texts style. 
	==============================*/
	.menu-text  {	font-family : Verdana; font-size : 13px; font-weight : bold; color : YELLOW; }
	.date-text  {	font-family : Arial; font-size : 13px; color : WHITE; }
	.normal-text  {	font-family : Verdana; font-size : 13px; color : BLACK;  }
	.small-text	  {  font-family : Verdana; font-size : 13px; color : BLACK;  }
	.middle-text  {  font-family : Verdana; font-size : 18px; color : BLACK;  }
	.large-text	 {  font-family : Verdana; font-size : 20px; color : BLACK;  }
	.white-text {	font-family : Verdana; font-size : 13px; color : WHITE; }
	.red-text  {	font-family : Verdana; font-size : 13px; color : RED; }	
	.blue-text  {	font-family : Verdana; font-size : 13px; color : BLUE; }	
	.warn-text { font-family : Arial; font-size : 13px; font-weight : bold; color : RED; text-align : center;  }

	.link-text  {	font-family : Verdana; font-size : 10px; color : BLUE;  text-decoration : underline;  }	
	
	.pin-box  {  
		font-family : Verdana; font-size : 13px; color : BLUE; background-image : url('../images/pin-bg.jpg'); background-repeat: no-repeat;  width : 100px; height : 25px;   
	 }
	.adm-title  {	font-family : Arial; font-size : 20px; font-weight : bold; color : BLUE; text-align : center; }
	.adm-tab-title {
		font-family : Verdana; font-size : 13px; font-weight : bold; color : BLACK; text-align : center;
		background-image : url('../images/admin_title_bg.jpg'); background-repeat: repeat-x;   height : 25px;	
	}
	.cont-view-title	 {  font-family : Arial; font-size : 20px; font-weight : bold; color : BLUE; height : 60px;   vertical-align : middle; text-align : center; }
	.au-view-title {  font-family : Arial; font-size : 16px; font-weight : bold; color : BLUE;  }
	.cont-section-title  {	font-family : Arial; font-size : 20px; font-weight : bold; color : BLACK; height : 25px;  }
	.comment-frm-title {  font-family : Arial; font-size : 16px; font-weight : bold; color : BLUE; text-align : center; background-color : WHITE;  }
	.warn-head			{	font-family : Arial; font-size : 18px; font-weight : bold; color : RED; text-align : center; height : 60px; vertical-align : middle; }
	.big-story-subheader {  font-family : Arial; font-size : 15px; font-weight : bold; color : BLACK;  }
	.pd-view-title	 {  font-family : Arial; font-size : 18px; font-weight : bold; color : BLUE; height : 40px;    }
	.box-title {
		font-family : Verdana; font-size : 13px; font-weight : bold; color : BLACK; text-align : center;
		background-image : url('../images/admin_title_bg.jpg'); background-repeat: repeat-x;   height : 25px;	
	}
/*==============================
	Define boxs style. 
	==============================*/
	.box	{  
		background-color: WHITE;  border-color : NAVY; border-style: solid; 
		border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;	
	}
	.ac-box	{  
		background-color: WHITE;  border-color : #D2D2D2; border-style: solid; 
		border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;	
	}
	.src-box		{  
		background-image : url('../images/src_box_bg.jpg'); background-repeat: repeat-x; 
		border-color : BLACK; border-style: solid; 
		border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;	
	}
	.pic-box	{  
		background-color: WHITE;  border-color : #A7A7A7; border-style: solid; 
		border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;	
		padding-top: 20px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px;
	}
	.warning-box   {  
		background-color: YELLOW; border-color : RED; border-style: solid; 
		border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;   
	}

	
.toolbar1   { height: 26px; background-image: url(../wysiwyg_images/background_silver.jpg); }
/*.toolbar1   { height: 26px; background-color: #F4F4F4; border-bottom:1px solid #C9C9C9; }*/

/* Command Buttons */
.buttonEditor     { width: 20px; height: 20px; border: 0px solid transparent; margin: 1px; padding: 0px; background: transparent; }
.buttonEditorOver { width: 20px; height: 20px; border: 1px solid #999999; margin: 0; padding: 0px; }

/* Table Textarea */
.tableTextareaEditor { border: 1px solid #888888; }
.iframeText { background-color: #FFFFFF; }

/* Status Bar */
.wysiwyg-statusbar {font-family: Arial; font-size: 9px; background-color: #EEEEEE;}
a.wysiwyg-statusbar {font-family: Arial; font-size: 9px; color: #000000; text-decoration:none;}
a.wysiwyg-statusbar:hover {font-family: Arial; font-size: 9px; color: #000000; text-decoration:underline;}

/* Font Type and Size Drop Down */
.dropdown          { background-color: #FFFFFF; border: 1px solid #333333; height: 140px; overflow: auto; padding: 1px;}
button.mouseOver   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 3px; cursor: default; text-align: left;}
button.mouseOut    { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 3px; cursor: default; text-align: left;}

/* Context Menu */
.wysiwyg-context-menu-div { background-color:#F4F4F4; border: 1px solid #C9C9C9; width:170px; }
.wysiwyg-context-menu { font-family: Arial; font-size:11px; color:#000000; width:100%;}
.wysiwyg-context-menu .icon {background-color:#EEEEEE;}
.wysiwyg-context-menu .disabled { font-family: Arial; font-size:11px; color:#999999; text-decoration:none; padding-left: 3px; }
.wysiwyg-context-menu a { font-family: Arial; font-size:11px; color:#000000; text-decoration:none; padding-left: 3px;}
.wysiwyg-context-menu .mouseover {background-color: #EEEEEE;}


/* CREATE TABLE POPUP */

/* Select Border Width/Type */
.on   { background-color: #EEEEEE; border: 1px solid #CCCCCC; padding: 6px; width: 140px; cursor: default; height: 5px;}
.off  { background-color: #FFFFFF; border: 1px solid #FFFFFF; padding: 6px; width: 140px; cursor: default; height: 5px;}

/* Select Shading/Border Color */
.wysiwyg-color-picker-table  { border: 1px solid #7E7E81; background-color: #F7F7F7; padding: 1px; }
.wysiwyg-color-picker-div    { font-size: 1px; height:12px; width:12px; }
.selectColorBorder { border: 1px solid #F7F7F7; }
.selectColorOn     { border: 1px solid #999999; background-color: #CCCCCC; }
.selectColorOff    { border: 1px solid #F7F7F7; background-color: #F7F7F7; }