/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 11px tahoma;
width: 348px; /*leave this value as is in most cases*/
float:inherit;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #CFCFCF; /*navy border*/
background: #fff url(../images/tab_disable.jpg) center center repeat-x;
font-weight:normal;
}

.indentmenu ul li{
display: inline;
}


.indentmenu ul li a{
float: left;
color: #000; /*text color*/
padding: 5px 1px 5px 0px;
text-decoration: none;
border-right: 1px solid #CFCFCF; /*navy divider between menu items*/
width:63pt;
text-align:center;
}

.indentmenu ul li .duanmoi{
float: left;
color: #000; /*text color*/
padding: 5px 1px 5px 0px;
border-right: 1px solid #CFCFCF; /*navy divider between menu items*/
width:60pt;
text-align:center;
}

.indentmenu ul li a:visited{
color: #000;
font-weight:normal;
}

.indentmenu ul li a.selected{
color: #000 !important;
/*padding-top: 5px; shift text down 1px
padding-bottom: 5px;*/
padding:5px 1px;
background: #fff url(../images/tab_active.jpg) center center repeat-x;
font-weight:bold;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/************************** stock exchange gold *****************/
.g_s_e{
font: bold 11px tahoma;
width:199px; /*leave this value as is in most cases*/
float:inherit;
border:1px solid #CFCFCF;
border-bottom:none;
background: #fff url(../images/tab_disable.jpg) center center repeat-x;

}

.g_s_e ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid #CFCFCF; /*navy border*/
font-weight:normal;
}

.g_s_e ul li{
display: inline;
}

.g_s_e ul li a{
float: left;
color: #000; /*text color*/
padding: 5px 3px 5px 3px;
text-decoration: none;
border-right: 1px solid #CFCFCF; /*navy divider between menu items*/
width:60px;
text-align:center;
}

.g_s_e ul li a:visited{
color: #000;
font-weight:normal;
}

.g_s_e ul li a.selected{
color: #000 !important;
padding-top: 5px; /*shift text down 1px*/
padding-bottom: 5px;
background: #fff url(../images/tab_active.jpg) center center repeat-x;
width:55px;
font-weight:bold;
text-align:center;
}

.tab_g_s_e{
display:none;
}

@media print {
.tab_g_s_e {
display:block !important;
}
}


/***************************************************
CSS for sms message ********************************/

ul.leadsCycleContainer {width:330px;height: auto!important;padding:0px 0;overflow: hidden;margin:0 0 0px 0;background-color:#fff;border:none!important;}
ul.leadsCycleContainer li{padding:3px;border-bottom:1px dotted  #CFCFCF;}
ul.leadsCycleContainer li.leadsCycleBg{background-color:#f9f1e6;}
.leadsCycleDate{float:right;font-size:9px;color:#655f5f}
ul.leadsCycleContainer{font-size:12px;}


/************ SMS LEFT ******************************/
ul.leadsCycleContainer_l {width:179px;height: 195px!important;padding:0px 0;margin:0 0 0px 0;background-color:#fff;border:none!important;}
ul.leadsCycleContainer_l li{padding:3px;border-bottom:1px dotted  #CFCFCF;}
ul.leadsCycleContainer_l li.leadsCycleBg{background-color:#f9f1e6;}
.leadsCycleDate{float:right;font-size:9px;color:#655f5f}
ul.leadsCycleContainer_l{font-size:12px;}
