
/*/  File Name: ~/themes/default/style/superfish.css  /*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.8em; /* 2.5 match top ul list item height */ /* ClickSoft: Space of level 2*/
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.4em .9em; /* ClickSoft: Height of items */
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited
{
    /* visited pseudo selector so IE6 applies text colour*/
    color: #245766;
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li li {
	/*background: #AABDE6;*/
}
.sf-menu li li li {
    /*background: #9AAEDB;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*/  File Name: ~/themes/default/style/thickbox.css  /*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#fff;
}

#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #fff;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:200;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#333;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window
{
    position: fixed;
    background: #fff;
    z-index: 202;
    color: #000;
    display: none;
    border: 2px solid #336699;
    text-align: left;
    top: 50%;
    left: 50%;
    background: url('/icons/header.gif') repeat-x;    
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:0;
	/*padding:7px 10px 5px 0;*/
	margin-bottom:1px;
	text-align:right;
	float:right;
	color: #fff;
}

#TB_ajaxWindowTitle
{
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
    color: #fff;
    font-weight: bold;
}

#TB_title
{
    content: #fff;	
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:203;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:199;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/*/  File Name: ~/themes/default/style/jquery.cluetip.css  /*/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer
{
    border-width:2px;
    position: relative;
    background-color: #fff;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.cluetip-jtip h3#cluetip-title
{
    padding: 3px 0 3px 5px;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #E6EEEE;
    color: #666666;
}

.cluetip-jtip #cluetip-inner {
  padding:5px;
  display: inline-block;
  width:96%;
  font-size: 0.8em;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 4px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/*/  File Name: ~/themes/default/style/superfish-navbar.css  /*/
.sf-menu
{
	margin-bottom:0;
}
.sf-navbar 
{
    margin-top:0px;
}
.sf-navbar {
	/*height: 1.8em;*/
	position: relative;
}
.sf-navbar li
{    
    position: static;    
    /*border-right: solid 1px #999;*/
    /*height: 1.9em;*/
}

.sf-navbar li a
{
    text-transform: capitalize; /* Text of Level 2 */
    font-weight: normal;
}

.sf-navbar li ul 
{
	width: auto; /*width: 44em; /*IE6 soils itself without this*/
}
 
.sf-navbar li li {
	height: 1.6em;
	position: relative;	
}
.sf-navbar li li ul {
	width: 13em;
}

/* Text of Level 1 */
/*.sf-navbar li ul li, */
.sf-navbar li.tabs a, 
.sf-navbar li.tabs a span,
.sf-navbar li.sfHover a,
.sf-navbar li.sfHover a span, 
.sf-navbar li.current a,
.sf-navbar li.current a span,
.sf-navbar li.sf-breadcrumb a,
.sf-navbar li.sf-breadcrumb a span
{    
    padding: 0px 10px;
}
.sf-navbar li.tabs a,
.sf-navbar li.sfHover a,
.sf-navbar li.sf-breadcrumb a
{
    padding-top:3px;
    padding-bottom:3px;
    margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0px;    
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline:none; /* @ Firefox, prevent dotted border after click */        
}
.sf-navbar a:link,
.sf-navbar a:visited {
    color: #fff;
    font-weight:bold;
}
.sf-navbar li.sfHover a
{
    
}
.sf-navbar li.sf-breadcrumb a
{
    
}
.sf-navbar li.tabs a span,
.sf-navbar li.sfHover a span,
.sf-navbar li.sf-breadcrumb a span
{
    margin-left:1px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 3px;
    background-position: 0 0;
}

.sf-navbar .tabs:hover
{
    background-color:Transparent;
}
.sf-navbar li.sf-breadcrumb a
{
    color: #FFF200;
    background-color:Transparent;
}
.sf-navbar li.sf-breadcrumb li a
{
    color: #FFF200;
    background-color:Transparent;
}

/* Box of Level 2 */
.sf-navbar li.sfHover ul a
{ 
    background-image: none;
    font-weight:normal;
	color: #333;
}
.sf-navbar li ul li
{
    margin:0;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 0;    
    color: #333;
    background-position:-10px -1px;
    background-repeat:no-repeat;
}

.sf-navbar li ul li a:hover
{
    text-decoration: underline;
}
.sf-navbar a span{
    height: 20px;
    line-height: 20px;
}

/* Box of Level 3 */
.sf-navbar li li li
{
    width: 12em;
    padding-top: 7px;
    padding-bottom: 0px;
    border-top: solid 1px #F4F4F4;    
    background-color: #E4E4E4;    
    background-image:none;
}

.sf-navbar ul li {
	width: auto;
	float: left;
}
.sf-navbar a, .sf-navbar a:visited {
	border: none;
}
.sf-navbar li.current a 
{    
    margin:0;    
    padding-top:2px;
    padding-bottom:2px;
    background-color:Transparent;
}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left: 0;
	top: 2em; /* 2.5 match top ul list item height */ /* ClickSoft: Space of level 3*/
}
ul.sf-navbar .current ul ul {
	top: -999em;
}

.sf-navbar li li.current > a {
	font-weight: bold;
	color:#333;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

/*/  File Name: ~/themes/default/style/master.css  /*/
/* BASIC TAGS */
.sf-navbar li
{
    font-size:1.2em;
}
.sf-navbar li ul li
{
    font-size:.8em;
}
body
{
    font-size:11px;    
    padding:0;
    margin:0;
}
.cbody table
{
	clear: both;
	border: 1px solid #19465C;
}
.cbody td
{
	border-right: 1px solid #19465C;
	border-bottom: 1px solid #19465C;
	padding: 4px;
}
td.header
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #287193;
}
a{
	color: #0257A9;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
fieldset
{
    border: 1px solid #CDDAEB;
    padding: 8px 8px 10px 10px;
}
legend
{
	color: #666;
    font-weight:bold;    
    padding: 0px 2px;    
}
.l
{
    float:left; position:relative;
}
.r
{
    float:right; position:relative;
}
.rt
{
    text-align:right;
}
.b
{
    font-weight:bold;
}
input.nobo
{
    border: 0px;
    color: #666666;
}
.ajax-loading
{
    padding-right:4px;
    padding-left:4px;
    width: 30px;
    min-height: 16px;
    background-position: 50% 50%;    
}
.highlight
{
    color: #CC3300;
    font-size: 130%;
    font-weight: bold;
}
.toolbar
{
    float:right;
    margin-bottom:2px;
    padding:0px;
    z-index:200;
    position:relative;
    opacity:0.7;
}
.toolbar a {    
    color:#000000;    
    background-image:none;
    background-color:Transparent;
}    
.toolbar span
{
    margin-left:0px;
	margin-right:0px;
}	
.toolbar img
{
	padding:2px 0 2px 2px;	
}
.btnLink
{    
    cursor:pointer;
    text-decoration: underline;
}
h4.title
{    
    font-weight: bold;
    font-size: 1.1em;
    cursor:pointer;
}
.space-line
{
    clear:both;
    height:10px;
}
.btn
{    
    position:relative;
}
.reg-form
{
    display:table;
    margin:0 auto;
    width:600px;
}
.req
{
    padding: 0 6px 0 2px;
    color: #CC3300;
    font-weight: normal;
}
.req-op
{
    padding: 0 7px;
}
.errormsg
{    
    padding-left:4px;
    color: #CC3300;
    font-weight: normal;
}
textarea
{
    font-family:Arial;
    font-size:1.2em;
}
h1, h2, h3, h4, ul, p
{
    margin:0;
    padding:0;
}

/* Main */
.page
{
    margin: 0 auto 0 auto;
    display: table;
}
.header
{
    margin: 0 auto 0 auto;
    margin-bottom:10px;
    background-repeat:repeat-x;
}
.banner
{
    background-repeat: repeat-x;
}
.banner .p1,
.banner .p2,
.banner .p3
{
    position:relative;    
}
.banner .p1{
    float: left;	
}
.banner .p2{
    float:left;
}
.banner .p3{
    float:right;    
}
.banner .btn{    
    float:right;
    z-index:1000;    
}
.banner .btn a{
    font-weight:normal;
    margin-right:6px;
    line-height:1.4em;
   
}
.banner .p3 .top
{
    height:24px;    
}

/* Navigator */
#navigator
{
    margin: 0 auto 0 auto;
    background:#fff;    
}
.sub-nav
{
    min-height:25px;
    display:block;
}
.btn-nav
{
    list-style-type:none;
    float:right;    
}
.btn-nav li
{
    float:left;
    margin:3px 3px 0 7px;
}
.btn-nav li a
{
    line-height:1.5em;
    padding-right:2px;    
}
.scroll
{
    float:left;
    margin-top:1px;
}
.scroll img
{
	padding-right:6px;
	max-height:20px;		
}
.scroll .title
{
	font-weight: bold;
	color: #0270bb;
	font-size:1.1em;
}

/* content_top */
#content_top
{
    display:block;
}
#content_top_left
{
    float: left;
}
#content_top_center
{
    float: left;    
}
#content_top_right
{
    float: right;    
}

/* HomePage content */
#home_content
{
    clear:both;
}
#home_left
{
    float: left;
}
#home_center
{
    float: left;    
}
#home_right
{
    float: right;    
}

/* Common Content */
#content_left
{
    float: left;
    font-size:1.1em;
}
#content_center
{
    float: left;    
}
#content_right
{
    float: right;
    
}

/* Footer : START ***********************/
#footer
{
     height: 70px;
     position: relative;
     margin-top:20px;
}
#footerNav
{
    float:left;
    width:800px;
    margin-bottom: 6px;
}
#footerNav ul, #rss_panel ul
{
    list-style-type: none;    
}
#footerNav li
{
    height: 14px;
    padding: 0 8px 0 12px;
    float: left;	
	background-position: -10px -39px;
	background-repeat:no-repeat;
}
.footer
{
    border-top: #a0a0a0 1px solid;
}
.footer .l, .footer .r
{
	font-size: 8pt;
	font-family: Arial;
	color: #333333;
	padding: 6px 12px;
}
.footer .l
{
    width:800px;
	float: left;		
	background-repeat:no-repeat;
}
.footer .r
{
    float: right;
    width: 130;    
}
.footer .t
{
    clear:both;
}
/* Footer : END ***********************/

.btn-panel
{
    width: auto;
    padding: 3px;
    display: block;
    cursor:pointer;    
    margin-bottom:1px;
    min-height:16px;
    border:1px solid transparent
}

/* Form layout : START ***********************/
.formGroupEdit
{
    margin-bottom:20px;    
    font-weight:bold;    
}
.formGroupView
{
    margin-top:20px;
    margin-bottom:6px;
    font-weight:bold;
    font-size:1em;
}
h3.formGroupEdit
{
    border-bottom: solid 2px #ccc;
    padding-bottom: 2px;
    border-bottom-color: #C0C0C0;
    margin-top: 30px;
}
h3.formGroupEdit .note
{
    font-weight:normal;
    font-size:.85em;
}

/* Content form */
.formCont, 
.formCont100,
.formLogin,
.formReg
{
    padding: 0px 10px 10px 0px;
    margin-bottom:10px;
    display:block;
}
.formCont, .formCont label,
.formRight label,
.formCont100, .formCont100 label, 
.formLogin, .formLogin label,
.formReg, .formReg label
{
    margin-right:6px;
    margin-left:6px;    
}
.formCont .formLabel
{
    padding: 2px 0px;
    width: 130px;
    display: block;
    float: left;
    font-weight:bold;
    color:Gray;
}
.formCont .formField
{    
    padding: 0 0 5px;
    margin-left: 150px;
    display: block;    
}

.formRight .formLabel, 
.formCont100 .formLabel,
.formLogin .formLabel,
.formReg .formLabel
{
    width: 100px;
    display: block;
    float: left;
    text-align:right;    
}
.formCont100 .formField,
.formLogin .formField,
.formReg .formField
{    
    margin-left: 105px;
    display: block;
    margin-bottom: 6px;
}
.formField ul
{
    list-style-type: none;
}

.captchaControl
{    
    width: 250px; 
    padding: 4px;
    border: #7F9DB9 1px solid;
    background-color:#fff;
}
.formRight .formLabel
{
    width: 150px;
    display: block;
    float: left;
    text-align:right;    
    padding-top:3px;
}
.formRight .formField
{    
    display: block;
    margin-bottom: 10px;
    padding-left:156px;
}
.formCont .formText
{
    display: block;
    margin-top:2px;    
}
.validationMsg
{
    font-size:0.8em;
}
.formCont .note, 
.formCont100 .note,
.formLogin .note,
.formReg .note
{
    color:#666;
    margin-left:8px;
}
.hide-box
{
    clear:both;
    display:block;    
}
/* Form layout : END ***********************/

.panel,
.panel .panel
{
    clear:both;    
    padding:0px;
    margin:2px;
    display:inline-table;
    width:99.4%
}

/* Contact : START ***********************/
.contact-title
{
    width: 50%;
    float:right;
    height: 24px;
}
#contact-form .topic-box
{
    padding:10px 0;
}
#contact-form .left
{
	padding: 10px 0px;
	margin-left:20px;
	float:left;
	width:45%;
}
#contact-form .right
{
	padding: 0 0 20px 20px;
	float: right;
	height: 390px;
	width: 420px;
	margin-top:15px;
	border-left: solid 1px #CCCCCC;
}

/* Contact : START ***********************/

/* HtmlText : START ***********************/
.htmltext
{
    clear: both;
    padding: 10px 10px 20px 10px;
}
/* Hot News : START ***********************/
.hotnews-title
{
    margin:5px 0;
    text-align: left;    
}
.hotnews-title a
{
    font-weight:bold;    
}
.hotnews .hotnews-quote
{
    font-size:1.1em;
    padding:8px;        
}
.hotnews .img
{	
	float:left;
	margin:6px;
}

/* HtmlText : END ***********************/

/* Content Home : START *****************/
.home-topic
{
    padding:5px;
    margin-bottom:10px;
    font-weight: bold;
    text-transform: uppercase;    
}
.home-quote
{
    float: left;
    width: 58%;
    text-align: justify;
    padding: 4px 10px 10px 4px;
    border-right: solid 1px #93A6CE;
    min-height: 100px;
    border-right-color: #CCCCFF;
}
.home-quote .title
{
    font-size: 1.1em;
    margin-bottom:4px;
}
.home-quote .quote
{
	/*line-height: 1.4em;*/
}
.home-quote a
{    
    font-weight: bold;
}
.home-quote .time
{
    font-size: .8em;
    color: #666;
    margin-bottom:4px;
}
.home-list
{    
	float: right;
	padding: 4px 0px 10px 4px;
}
.home-list ul, 
.home-list ol,
.v-list ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.home-list li
{    
    background-position: 0 6px;
    background-repeat: no-repeat;
    padding: 4px 0 0 14px;
}
/* Content Home : END *****************/

/* Content Topic : START *****************/
.cont-print
{
	margin: 0 auto 0 auto;
	width: 700px;
}
.topic-quote
{
    display: block;    
    width: 99%;    
    padding-bottom: 10px;    
}
.topic-quote .title
{
    font-size: 1.1em;
}
.quote
{
	line-height: 1.4em;
	text-align: justify;	
}
.topic-quote a
{    
    font-weight: bold;    
}
.img
{
    margin: 4px 8px 0px 0px;
    border:1px solid #CCCCCC;
    padding:1px;
    outline: 0;
}
img.selected
{
    border-color: Red;
    overflow: scroll;
}
.date
{
    font-size: .8em;
    color: #666;
    margin-bottom:4px;
}
/* Content Topic : END *****************/

/* Content Detail : START *****************/
.topic-box
{
    padding-bottom: 4px;
    margin-bottom: 3px;
    border-bottom: silver 2px solid;
    width: 100%;
    display: block;
    border-bottom-color: #CCCCCC;
}
.topic-box .topic
{
    color: #5d5d5d;
	text-transform: uppercase;	
	font-weight: bold;
}
.topic-box .time
{
	font-size: .9em;
	color: #333;
	float:left;
}
.c-detail .tool
{
	width: 100%;
	height:30px;	
}
.tool .print, 
.tool .email
{
    float: right;
    cursor: pointer;
    margin-left:8px;
}
.tool .ui-text
{
    padding:2px;
}
.tool .time
{
    font-size:.9em;
}
.c-detail .space10
{
	height:10px;
}
.c-detail .title
{
    padding-bottom: 4px;
    font-weight: bold;    
    color: #5D5D5D;
    font-size:1.2em;
}
.c-detail .toolbox
{    
    color: #333;
    background-color: #F4F4F4;
    height: 45px;
    padding:6px 6px;
    margin-bottom:10px;
}
.c-detail .download-btn
{
    width: 54px;
    cursor: pointer;
    float: right;
    margin:2px;
}

.c-detail .download-btn .text:hover
{
    text-decoration:none;
}
.c-detail .file-box,
.c-detail .link-box
{
    font-size:1em;
}

/* Files */
.attach
{
    padding: 10px;
    width: auto;
    display:block;
    min-width:260px;
    max-width:300px;
    overflow:auto;
    max-height:200px;    
}
.file-box, 
.link-box
{
    display:block;
    min-width:250px;
}
.file-box .total
{
    margin-bottom:10px;    
}
.link-box .icon
{
    margin-bottom:6px;    
}

.file-box .total,
.link-box .icon span
{
    font-weight: bold;
    font-size:1.2em;
}
.link-box .icon span
{
    padding-left:8px;
}
.file-box .total a
{   
    font-size:0.9em;
}
.link-box .total img
{
    margin-right:8px;
}
.file-box .text a,
.link-box .text a,
.file-box .zipdown
{    
    color: #0000CC;
    font-weight: normal;    
    text-decoration: underline;
    padding-left:6px;
    padding-right:4px;
}
.file-box img
{
    float: left;
    margin: 4px 8px 8px 8px;    
}
.file-box .text
{
    margin:0px 0px 10px 10px;
}
.link-box .text
{
    margin:0px 0px 4px 10px;    
}
.link-box img
{
    float: left;
    margin:0;    
}
.c-detail .quote
{    
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 8px;
    color: #5d5d5d;
    text-align: justify;    
}
.c-detail .body
{
    line-height:1.5em;
    margin-bottom:20px;
    margin-top:10px;
    text-align:justify;
}
.c-detail .body ol,
.c-detail .body ul
{
    margin-top:6px;
    margin-bottom:6px;
    line-height:normal;
}
.c-detail .body ol,
.c-detail .body ul,
.c-detail .body li
{
    margin-left:20px;
}
.c-detail .body img
{
    margin-top: 8px;
    margin-bottom: 4px;
    border: 1px solid #666666;
    padding: 1px;
}
.c-detail .source
{	
	width: auto;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 10pt;
	color: #5D5D5D;
	text-transform: capitalize;
	font-family: Verdana;
	margin-bottom: 4px;
	border-bottom: 2px solid #CCCCCC;
	text-align: right;
	clear: both;
}
.c-detail .other
{
	font-weight: bold;	
	margin-top: 20px;
	margin-left: 10px;	
}
.c-detail .list
{
	list-style-type: none;
	margin-top: 10px;
	margin-left: 30px;
	font-size: .9em;
}
.c-detail .list, .c-detail .list a:visited
{
	color: #7d667a;
}
.c-detail .list li
{
    background-position: 0 8px;
    padding: 4px 0 0 14px;
    background-repeat: no-repeat;
}
.c-detail .thum
{
	float: left;
	padding: 10px 10px 0px 0px;	
	border: 0px;
}
.c-detail .thum .node
{
	font-size: .9em;
	color: #444444;
	font-style: italic;
}
/* Content Detail : END *****************/

/* Topic display in block */
.content_block
{
    display:block;
}
.content_block .topic-quote
{
    margin:10px;
    margin-right:20px;
    float:left;
    width:44%;   
}

/* Content Tab : START ******************/

.cont-tabs
{
    margin-bottom:10px;
}
.cont-tabs .ui-state-default a
{
    padding: 3px 6px 4px 6px;    
    font-weight: bold;
}
.cont-tabs .ui-tabs-selected a
{
    padding: 3px 6px 4px 6px;
    background-image: none;
    font-weight: bold;    
}
.cont-tabs .home-quote
{
    float: none;
    border-right-width:0;
    width: 100%;
}
.cont-tabs .home-list
{    
    float: none;
}
.cont-tabs .home-quote-item
{
    clear: both;
    border-bottom: dashed 1px #666666;
    min-height: 120px;
    margin-bottom:10px;
}
.cont-tabs .home-quote-item .hasAttach
{
    background-position:0 -47px;
}
/* Content Tab : END *****************/

/* Content Email : START *****************/
#content-email .left
{
	padding: 20px;
	float:left;
	width: 400px;
	height: 410px;
}
#content-email .right
{
	border: solid 1px #CCCCCC;
	border-right: 0px;
	padding: 20px;
	float: right;
	height: 390px;
	width: 420px;
}

/* Content Email : END *****************/

/* Content Attach : START *****************/
.hasAttach
{
    padding: 2px 10px;
    background-repeat: no-repeat;
    width:20px;
    height:18px;
    margin-left:2px;
}
.c-detail .hasAttach
{
    background-position:0 -48px;
}
.topic-quote .hasAttach
{
    background-position:0 -45px;
}
.home-list .hasAttach,
.title .hasAttach
{
    background-position:0 -47px;
}
/* Content Attach : END *****************/

/* Content Allbum : START *****************/
#fullshow_toolbar
{
    width:100%;
    height:30px;
    margin-bottom:10px;    
}
.ui-btn
{
    cursor: pointer;
    /*display:inline-block;*/
}
.ui-btn-text
{
    width:80px;
    cursor: pointer;
}
.ui-btn-text60
{
    width:60px;
    cursor: pointer;
    margin-bottom:8px;
}
.ui-text
{    
    font-size:.9em;
    padding-top:1px;
    padding-left:4px;
    display:inline-block;
}

#cont_img
{
    text-align:center;
    width:100%;
    margin:10px;
    min-height:400px;
}
#cont_img img
{
    border-color: #666666;
}

#cont_img_list li
{
    float:left;
    height:auto;    
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    display:inline-block;
}
#cont_img_list img
{
    margin:4px;
    vertical-align:middle;
}

#thumbsizes
{
    width:100%;
    height:30px;
    border-bottom:solid 1px #ccc;
}
#thumbsizes .ui-widget 
{
    font-family:Arial;
    font-size:0.5em;
}
#thumbsizes .img-s
{
    width:12px;
    height:12px; 
    background-position:-146px -98px;
}

#thumbsizes .img-b
{
    border-width:1px;
    width:18px;
    height:18px;
    background-position:-143px -95px;
}

/* Content Allbum : END *****************/

/* Search Box : START *****************/
.search-box
{    
    width: 200px;
    height: 20px;
    padding-left: 3px;
    background-color: #fff;
    margin:2px;
    padding-top:2px;
}
.g-search-box
{
    width: 168px;    
    background:#FFFFFF;
    border:medium none;
    height:20px;
    padding:0;
}
.search-box .btn, 
.g-search-box .g-btn
{
    height: 20px;
    width: 20px;
    border:0;
    background-position: 0px -65px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    float:right;
    cursor:pointer;
    outline: 0;
}
.search-box .g-text,
.g-search-box .g-text
{
    margin-top:1px;
}
.g-search-box .g-btn
{
    background-position: 0px -29px;
    height: 18px;
    width: 18px;
}
.g-search-box .powerByGoogle
{
    border: 0;    
    background-repeat: no-repeat;
    background-position: 5px 1px;
}
.typing-mode
{
    clear:both;
    background-repeat: no-repeat;
    height: 15px;
    width: 36px;
    float:right;
    margin-top:10px;    
}
.typing-off
{
    background-position: 0 0;
}
.typing-tel
{
    background-position: 0 -15px;
}
.typing-vni
{
    background-position: 0 -30px;
}

/* Search Box : END *****************/

/* Content WS Slide : START *****************/
.cq-ws
{    
    padding: 0;
    margin-bottom:10px;    
}
.cq-ws .cont
{
    display:block;
}
.cq-ws .horizon 
{
    display:table;
}
.cq-ws .c-one, .cq-ws .i-many
{
    /*margin-left:-1px;*/
}
.horizon
{
    /*position:absolute;*/
}
.cq-ws .headerPager, .cq-ws .btn
{
    height: 24px;
    /*margin-left:-1px;*/
}
.cq-ws .headerPager .title
{
	float: left;
	font-weight: bold;
	margin: 4px 0 0px 6px
}
.cq-ws .title .loading
{
	width: 50px;
	height: 20px;
	background-color: white;
}
.cq-ws .btn
{
    float: right;
    width: 42px;
    cursor: hand;
    cursor: pointer;
}
.cq-ws .vitem
{
    /*background-position: bottom;*/
    float: left;    
    vertical-align:middle;
    background-color:Transparent;
}
.cq-ws .vitem a
{
    margin-top: 12px;
    color: #60686b;
}
.cq-ws .vitem img
{
    margin: 0 4px 0 0;    
    border-color: #666666;
    /*
    width: 67px;
    height: 48px;
*/
}
.cq-ws .vitem .time
{
	font-style: italic;
	color: #333333;
	
	
}
.cq-ws .vitem3
{
    height:14px;
    border-top-style:dashed;
}
.cq-ws .vitem3 a
{
    color:Red;
}
.cq-ws .vitem31 img
{
    margin: 0 6px 0 0;
    width: 110px;
    height: 70px;    
}

.cq-ws .vitem-quote
{
    padding: 8px;
    float:left;    
}
.cq-ws .vitem-quote:hover
{
    border-color:#ee1c24;
}
.cq-ws .vitem-quote .title
{
    font-weight: bold;        
    font-size:1.2em;
}
.cq-ws .vitem-quote div
{
    margin:0 4px;
}
.cq-ws .vitem-quote .quote
{
    color: #555555;
}
.cq-ws .vitem-quote .more
{
    float:right;
    background-position:0 -80px;
}
.cq-ws .vitem-quote .more a
{
    color: #fff;
    font-style: normal;
    font-weight: normal;
    text-transform: none;    
    padding-left:6px;    
}
.cq-ws .vitem-quote .more a:hover
{
    text-decoration:none;
}
.cq-ws .vitem-quote .img
{
    border-color: #E4E4E4;    
    margin:0 10x 4px 10px;  
}
.cq-ws .alb-img
{
    margin:4px 0 8px 0;
}
/* ************** */
.cq-ws .hitem
{    
    padding: 3px;    
    float: left;
    margin-left:2px;
}
.cq-ws .hitem p
{
    padding-right:6px;    
}
.cq-ws .hitem img
{
	width: 100px;
	height: 75px;
	padding:3px;
}
.cq-ws .hitem .time
{
	font-style: italic;
	color: #333333;
}
.cq-ws .hitem p a
{
    font-weight: bold;
    color:#00386F;
}
.cq-ws .prev-btn-on, .cq-ws .prev-btn-off, .cq-ws .next-btn-on, .cq-ws .next-btn-off
{    
    top: 3px;
    position: absolute;    
}
.cq-ws .prev-btn-on
{
    right:26px;
}
.cq-ws .prev-btn-off
{
    right:26px;
}
.cq-ws .next-btn-on
{
    right:2px;
}
.cq-ws .next-btn-off
{
    right:2px;
}
.btn .ui-icon .box
{
    width: 12px;
    height: 12px;
    display: block;
    padding-left: 2px;
    padding-top: 2px;
}
.cq-ws .v-list
{    
    padding:8px;
    display:table;
}
.cq-ws .v-list li
{    
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding-left:8px;
    cursor:pointer;
}

/* Content WS Slide : END *****************/

/* Content RSS proxy  : START *****************/
.news-rss .title
{	
    margin-bottom: 4px;    
    padding-bottom:4px;
}
.news-rss .title a
{
    font-size:0.8em;    
    font-weight: bold;
}
.news-rss img
{
	padding: 4px 4px 0px 0px;
	width: 60px;
	height: 50px;
	border:0px;
}
.news-rss .time
{
	color: #666666;
	margin-bottom: 10px;
	font-size:8pt;
	display:block;
}
/* Content RSS proxy  : END *****************/

/* AdRotator : END *****************/
.adr-slide
{
    margin-bottom:15px;
}
.slide-pager
{
    opacity:0.6;
    position:absolute;
    z-index:100;
    padding:2px;
    margin-top:-28px;
    margin-left:10px;
}
.slide-pager a
{
    font-size:0.8em;
    color:#000;
    text-decoration: none;
    margin-right: 4px;
    padding:1px 6px;
    background-color: #F3F3F3;
}
.slide-pager .activeSlide
{
    font-weight:bold;
    color: #000;
    font-size:1em;
    background-color: #F3F3F3;
}
.slide-pager a:hover
{
    color: #fff;
    background-color: #333;
}
.slide-pager a:focus
{
    outline: 0;
}
.adr-all
{
    position:absolute;
}
.help-btn
{    
    color: #D8E7F3;
    text-decoration:underline;
    font-weight:normal;
    margin-top:4px;    
}
.btn-text, .btn-text-dis
{
    border: 1px solid #fff;
    padding: 2px 8px 3px 18px;    
}
.btn-text
{
    font-family:Arial;
	text-decoration: none;
    background-position: 0 -190px;
}
.btn-text: hover
{
    text-decoration: none;
    background-color: #cfe7cd;
}
.btn-text-dis
{
	color: #A9A9A9;	
	text-decoration: line-through;
	cursor:default;
}
.btn-box
{
    clear:both;
    padding: 2px;
    overflow: hidden;
}
.btn-box .r
{
    text-align: right;
    width:60%;
}
.vtp-b
{
	height: 200px;
	background-color: #c4dec1;
	padding: 0px 6px 6px 6px;
}
.vtp-title
{
	background-color: #c4dec1;	
	padding: 4px 0px 2px 4px;
}
.vtp-btn
{
	padding: 4px 4px 0px 0px;
}
.i-next
{
    background-position: 3px -113px;
    font-weight: bold;
}
.i-prev
{
    background-position: 3px -113px;
    font-weight: bold;
}
/* Buttons : END *****************/

/* Background Line : START *****************/
.grey-dot
{
    height: 40px;
    width: 100%;
}
/* Background Line : START *****************/

/* Message : START *****************/
.message-area
{
    width: 500px;
    margin: 0 auto 0 auto;
    display:table;
}
.message-title
{
    font-weight:bold;
    padding:6px;
}
.message-body
{    
    padding:10px;    
    border-left:none;
    border-right:none;
}

/* Message : END *****************/

/* Pager: Start */
.pager_container
{
    padding-top:4px;    
    height: 28px;    
    margin-bottom:10px;
}
.pager ul.pages
{
    display: block;
    border: none;
    font-size: 9pt;
    padding: 0;
    float: right;
    font-weight: bold;
    color: #333333;
}
.pager ul.pages li
{
    list-style: none;
    float: left;
    border: 1px solid #EAEAEA;
    text-decoration: none;
    padding: 2px 5px;
}
.pager ul.pages li:hover
{
    border: 1px solid #C0C0C0;
    color: #CC3300;
    background-color: #F4F4F4;
}

.pager ul.pages li.pgEmpty
{
    border: 1px solid #eee;
    color: #eee;
    cursor: default;
    visibility:hidden;
}
.pager ul.pages li.pgCurrent
{
    border: none;
    color: #CC3300;
    font-size:10pt;
}
.pager ul.pages li.pgNext
{
    padding-left:2px;
    padding-right:2px;
}
/* Pager: End */

/* Jquery-UI : START *****************/
#ui-datepicker-div
{
    /*font-size:80%;*/
}
.toolbar .ui-button-text-icon .ui-button-text, 
.toolbar .ui-button-text-icons .ui-button-text
{
    padding:.2em 1em .2em 2em;
}
/* Jquery-UI : END *****************/

.commonRow
{
    background-color:#EFF6FD;    
}
.commonRowAlt
{
    background-color:#FFF;    
}
.commonCell
{
    padding:2px 5px;
    min-height: 100px;
}

/* Conten Table-Style : START *****************/
.media
{
    padding: 0px;
    margin: 0px;    
    width: 100%;
    height: 500px;    
    display:table;    
}
#tb_menu, #tb_menu_2
{
    border-right:none;
    width:200px;    
}
div.common-menu
{    
    padding:0 1px 1px;
}
.header-panel
{
    background-color: #eee;
    width:100%;
    height: 26px;
    padding: 0px;    
    display:table;
    margin-bottom: 1px;
    font-size:1.1em;
}
.title-panel
{
    margin:0;
    padding: 10px;
    color: #333333;
    background-color: #F5F5F5;
    border-bottom: solid 1px #E0EBEF;
}
.view-panel
{
    clear:both;
    padding:0px;
}
.view-panel-left
{
    clear:both;
    padding: 0px;
    float:left;
    width:700px;    
    font-size:1.1em;
}
.view-panel-right
{
    float:right;
    width:250px;
    padding-top:26px;
    padding-right:8px;
}

.media #alert-box
{
    padding:4px;
    margin-bottom:2px;
}
.media .alert-text
{
    padding:0 4px;    
}

.media #menu_resizer
{    
    height: 500px;    
}

.common-menu
{
    display:block;
}
.common-menu ul li
{
    list-style: none;
    padding-top: 1px;
    cursor:pointer;
    display:block;
    padding: 3px 3px 3px 12px;
	border: 1px solid #E8EEF7;	
	text-decoration: none;
	outline: 0;
	margin-top:1px;
}
.common-menu ul li:hover
{
    text-decoration: none;
    border-bottom: 1px solid #CBD9ED;
}
.common-menu .selected
{
    border-top: 1px solid #E2EAF5;
    border-bottom: 1px solid #CBD9ED;
    background-color: #eee;
    font-weight:bold;
}
.lavalamp-menu 
{
    padding:4px;
    font-size:.9em;
}
.lavalamp-menu .selected
{
        
}
.lavalamp-menu h4
{
    padding:4px 0 0 4px;
    float:left;    
    display:block;
    clear:left;
    margin-right:10px;
    min-width:70px;
}
.lavalamp-menu ul
{    
    
}
.lavalamp-menu li
{
    background-position:-5px -52px;
}
.common-menu a
{
    text-align:left;
}
.common-menu .ui-state-highlight
{
    height: 1.2em; line-height: 1.2em;
}
.common-menu .ui-icon
{
    
}

/* Conten Table-Style : END *****************/
.status-message
{
    padding:4px;
    margin:2px 0;
    display:table;
    width:98%;    
}
.status-message span
{
    float:left;
    margin-right:0.3em;
}
.tree-node{padding:4px;}

/* FLV : START *****************/
#multiple_link
{
    margin-bottom:3px;
}
#stream_menu
{
    width:250px;
    z-index:99;
}
#stream_menu #multiple_link
{
    width:16px;
    height:16px;
    float:right;
    cursor:pointer;
}
#flash_list
{
    display:block;
}
#flash_list p
{
    padding:4px;
    font-size:0.8em;
}
.flv-cont
{
    padding:15px;
}
.view-small
{
    width: 512px;
    height:350px;    
    background-color:#000000;
}
.view-big
{
    width: 960px;
    height:560px;
    margin-bottom:10px;
    background-color:#666666;    
}
.fmv-header
{
    height:21px;
}
.flv-title
{
    text-align:left;
    width:90%;
    float:left;
}
.fmv-btn
{
    margin:1px;    
}
.flv-btn-text
{
    padding:4px;
}
/* FLV : END *****************/

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Image List : Start *****************/
#thumb_list li
{    
    height:auto;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    display:inline-block;
}

#thumb_list img
{
    margin:4px;
    vertical-align:middle;   
    max-height:200px;
    max-width:150px;    
}
#thumb_list img:hover
{
    border-color:red;
}
#thumb_list .active
{
    border:solid 1px red;
}

/* Image List : Start *****************/
#rss_btn
{    
    cursor: pointer;    
    font-family:Arial;    
}
#rss_btn a
{
    margin:0 2px 0 1px;
    
}
#rss_panel
{   
    clear:both;    
}
.rss-link
{
    display:table;
    margin:10px;
}
.rss-link li
{
    height: 16px;
    width:150px;
    padding: 0 10px 0 16px;
	background-position: 0 -134px;
	background-repeat:no-repeat;
	float:left;
}

/* ACC. RSS */
.rss-tabs .desc
{
    display:block;
    padding:6px 6px 16px 10px;
    text-align:justify;
    border-bottom:1px solid grey;
}
.rss-tabs .ui-icon
{
    cursor:pointer;
    margin-right:3px;
}
.rss-tabs dt a
{
    padding-top:2px;
    display:block;
    color: #1A60A2;
}
.rss-tabs dt a, .rss-tabs .desc
{
    font-family:Arial;
    font-size:1em;
    margin-bottom:2px;
}
.rss-tabs .ajax-loading
{
    height:16px;
    min-width:16px;
    padding:0;
}
.rss-tabs .block
{
    border-right: #E1F0FF 1px solid;
    float: left;
    margin-right: 12px;
    border-right-color: #CCCCCC;
}
.rss-t
{
    float:left;
    text-transform:uppercase;
    padding-top:4px;
    margin-right:50px;
}
/* Default Table */
table.default {		
	width: 100%;
	text-align: left;
	border-width:0px;	
}
table.default thead tr th, 
table.default tfoot tr th {
	background-color: #e6EEEE;	
	padding: 4px;
}
table.default thead tr .header
{}
table.default thead tr .header
{
    background-position: 4px 8px;
    background-repeat: no-repeat;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #CCCCCC;
    height: auto;
    padding-left: 18px;
    padding-top: 4px;
    cursor: default;
    white-space: nowrap;
}
table.default tbody td
{
    color: #3D3D3D;
    padding: 2px;
    background-color: #fff;
    vertical-align: top;
    border-bottom: 1px solid #E8EEF7;
}
table.default tbody tr.odd td {
	background-color:#F0F0F6;
}
table.default thead tr .headerSortUp {
	background-position:4px -30px;
}
table.default thead tr .headerSortDown {
	background-position:4px -10px;
}
table.default td .header
{
    font-weight:bold;
    color:#333;    
}
table.default td .sub
{
    color:Gray;
}

/* FAQ */
.faq
{    
    
}
.faq .subtitle
{
    padding:6px 0;
    
}
.faq ol
{
    padding-left:25px;   
}
.faq ol li
{
    padding:2px 0;    
}
.faq .qdetail
{
    padding-bottom:6px;    
    display:block;
    font-weight:bold;
}
.faq .answer
{
    padding:6px 0;
    border-bottom:dotted 1px #ccc;
    margin-bottom:10px; 
    
}
#tb_menu .ui-progressbar,
#tb_menu_edit .ui-progressbar,
.header-panel .ui-progressbar
{
    height:1em;
}
.progressbar
{
    float:right;
    margin:6px 4px 0 0;
    width:120px;
    position:relative;
    z-index:1000;
}
.msg-box
{
    height:40px;
}
.acti-box
{
    margin-right:6px;
    float:left;
}

/* Exam */
#exam_result
{
	min-height:350px;
	width:100%; 
	overflow:auto
}
#exam_title
{
    margin:10px;
}
#exam_title .formCont
{
    margin:0;
    padding:0;
}
.paneltoggle1, .paneltoggle2
{    
    z-index:1000;
    position:relative;
}
.paneltoggle1
{
	margin:6px 1px 0 0;
}
.paneltoggle2
{
	margin:4px 1px 0 -1px;
}
