@charset "utf-8";
/*** blue ***/
a:link, a:visited {
	color:#6633cc;
}

a:hover {
	color:#6633cc;
	text-decoration:underline;
}

#page_bg {
	background: #ccc ;
}
#main_bg{
	background: #fff;
}
#logo_bg{
	background: #FFFFFF url(../images/blue/bg_logo.png) top repeat-x;
}
div#f_area{
	background: #FFFFFF url(../images/blue/footer.jpg) top no-repeat;
}

.search{
	background:url(../images/blue/search_ico.png) right top no-repeat;
}
#pillmenu li a:hover, #pillmenu li a#active_menu-nav{
	background: url(../images/blue/menu_hover.png) top repeat-x;
	color: #666;
}

#banner{
	
}

.red {
color:#990000;
}

div.module_menu h3, div.module h3, #rightcolumn h3{
	
}

#f_area2{
	background-color:#FFFFFF;
	
}
#f_area h3{
	
}

a.readon, a.readon:hover, a.readon:visited{
	display:block;
	height:23px;
	width:109px;
	text-decoration:underline;
	padding-left: 23px;
	line-height:23px;
}

#power_by, #power_by a, #power_by a:visited{
	color:#6633cc;
}
ul.menu li{
	list-style:none;
}
ul.mostread li{
	list-style:none;
}
ul.latestnews li{
	list-style:none;
}
.moduletable ul li {
	list-style:none;
}
div.componentheading{
	color:#6633cc;
}
.icon-32-cancel 		{ background-image: url(../images/blue/icon-32-cancel.png); }
.icon-32-save 			{ background-image: url(../images/blue/icon-32-save.png); }
.icon-32-sold 			{ background-image: url(../images/blue/icon-32-sold.png); }
.icon-32-preview 			{ background-image: url(../images/blue/icon-32-preview.png); }
.icon-32-apply 			{ background-image: url(../images/blue/icon-32-apply.png); }
.icon-32-delete 			{ background-image: url(../images/blue/icon-32-delete.png); }

#toolbar-box 			{ background: #fbfbfb; margin-bottom: 10px; }

/** toolbar **/

div.header {
	font-size: 22px; font-weight: bold; color: #0B55C4; line-height: 48px;
	padding-left: 55px;
	background-repeat: no-repeat;
	margin-left: 10px;
}

div.header span { color: #666; }

div.configuration {
	font-size: 14px; font-weight: bold; color: #0B55C4; line-height: 16px;
	padding-left: 30px;
	margin-left: 10px;
	background-image: url(../images/menu/icon-16-config.png);
	background-repeat: no-repeat;
}

div.toolbar { float: right; text-align: right; padding: 0; }

table.toolbar    			 { border-collapse: collapse; padding: 0; margin: 0;	 }
table.toolbar td 			 { padding: 1px 1px 1px 4px; text-align: center; color: #666; height: 48px; }
table.toolbar td.spacer  { width: 10px; }
table.toolbar td.divider { border-right: 1px solid #eee; width: 5px; }

table.toolbar span { float: none; width: 32px; height: 32px; margin: 0 auto; display: block; }

table.toolbar a {
   display: block; float: left;
	white-space: nowrap;
	border: 1px solid #fbfbfb;
	padding: 1px 5px;
	cursor: pointer;
}

table.toolbar a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}
fieldset { border:1px solid #cccccc }

#frame_head {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	background-color: #ccc;
	margin-bottom: 0px;
	text-align: left;
	padding: 3px 0 2px 7px;
}
#frame_con {
	background-color: #F4F4F4;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	overflow:hidden;
}
#frame_con2 {
	padding: 10px;
	text-align: left;
	overflow:hidden;
}
#frame_head_alert {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	background-color:#FFFF99;
	margin-bottom: 0px;
	text-align: left;
	padding: 3px 0 2px 7px;
}
#frame_con_alert {
	background-color:#FFFFCC;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	overflow:hidden;
}
/* content tables */
td.sectiontableheader {
  background: #F4F4F4;
  color: #333;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ccc;
  
}
td.sectiontable{
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  
}
.warning_l { font-size:20px; font-weight:bold; color:#990000; }
.warning_med { font-size:16px; font-weight:bold; color:#990000; }
.warning_sm { font-size:14px; font-weight:bold; color:#990000; }

.red2 {
	font-weight:bold;
	font-size:18px;
	color:#990000;
}