/* Author: ResearchBib.com */
body{
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #323232;
    text-align: center;
    background-color: #f1f1f1;
}
a{
    color: #06c;
    text-decoration: none;
}
a[href$='.pdf'] {
    padding-left: 20px;
    background: url(/sites/image/pdf.png) center left no-repeat;
}
a img{
    border: none;
}
a:hover{
    color: #147;
    text-decoration: none;
}
a:visited{
    color: #42413E;
    text-decoration: none
}
a:active{
    color: #0F0;
    text-decoration: none;
}
h1{
    font-size: 2em;
}
h2{
    font-size: 1.6em;
    color: #333;
}
h3{
    font-size: 1.3em;
    text-align:center;
}
h4{
    font-size: 1em;
}
h1, h2, h3, h4{
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
}
li{
    text-indent:0.1em;
}
hr{
    height:0;
    border:none;
    padding:0;
    border-bottom:1px solid #1768B7;
}
.hidden{
    display:none;
}
strong{
    color:#040065
}
table{
}
tr{
}
td{
    background-color:#d5d6d7;
}
th{
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    background-color:#ccc;
}
td.row0{
    background-color:#eee;
}
td.row1{
    background: #ddd;
    height: 20px;
    border-top: 1px dotted;
    border-color:#333;
}
#wrapper{
    margin: 0px auto;
    padding: 0;
    width: 960px;
    min-height: 400px;
    border: 1px solid #959596;
    text-align: left;
    background: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#header{
    position: relative;
    height: 125px;
    width: 100%;
    background-color: #fff;
    border-bottom:2px solid #EEE;
}
#header div.header_logo{
    float: left;
    text-align: center;
    width: 120px;
    padding: 0 9px 0 9px;
    height: 100%;
}
#header div.header_title{
    padding: 0 1px 0 0;
    float: right;
    width: 760px;
    height: 92px;
}
#header div.menu{
    bottom: 0;
    float: right;
    height: 30px;
    width: 820px;
    padding: 0;
    background: #ABD19E;
}
#header div.menu ul{
    margin: 0;
    padding-left: 0px;
    list-style: none;
    line-height: normal;
}
#header div.menu li{
    float: left;
    padding-right: 5px;
}
#header div.menu a{
    display: block;
    margin-right: 3px;
    padding: 7px 5px 5px 7px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #000;
    border: none;
}
#header div.menu a:hover{
    padding: 7px 5px 5px 7px;
    background: #EEE;
}
#maincol{
    position:relative;
    margin:0;
    padding: 2px;
}
#maincol div.leftcol{
    background: url(/sites/image/c_right.png) repeat;
    float: left;
    width: 120px;
    padding:5px;
}
#maincol div.leftcol strong{
    height: 15px;
    width: 100px;
    font-weight: bold;
}
#maincol div.leftcol ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#maincol div.leftcol li{
    padding: 3px 0;
    background: url(/sites/image/img4.gif) no-repeat left center;
}
#maincol div.leftcol hr{
    border: 1px dotted #7A95FF;
}
#maincol div.leftcol a{
    text-decoration: none;
    font-size: 100%;
    color: #00F;
    padding-left: 10px;
}
#maincol div.leftcol a:hover{
    text-decoration: underline;
}
#maincol div.topcol{
    float: left;
    text-align: right;
    width: 805px;
    position:relative;
    height:25px;
    border-bottom: 2px dotted #AAA;
}
#maincol div.topcol ul{
    margin: 0;
    padding-left: 0px;
    list-style: none;
    line-height: normal;
}
#maincol div.topcol li{
    float: right;
    padding-right: 5px;
}
#maincol div.centercol{
    float: left;
    width: 620px;
    padding:10px;
    word-wrap: break-word;
}
#maincol div.centercol h1{
    font-size: 18px;
    text-align: center;
    font-weight:bold;
}
#maincol div.centercol h1#main_header{
    padding:4px 20px;
    margin-bottom: 10px;
    border-bottom:1px solid #ebebeb;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}
#maincol div.centercol a{
}
#maincol div.centercol a:hover{
    text-decoration: underline;
    color:green;
}
#maincol div.centercol a:visited{
    color:#551A8B;
}
#maincol div.centercol a:target{
    color:#551A8B;
}
#maincol div.centercol h3, #centercol h2{
    color: green;
    text-align:center;
}
#maincol div.centercol table{
    width: 100%;
}
#maincol div.centercol table th.subtitle{
    width: 100px;
}
#maincol div.centercol thead{
}
#maincol div.centercol th{
    background-color:#eee;
    text-align:center;
}
#maincol div.centercol th#align_left{
    text-align:left;
}
#maincol div.centercol div#top{
    background-color: #428BDD;
}
#maincol div.centercol div.details{
    font-family: Century, Arial,sans-serif;
    font-size: 1.4em;
    white-space: pre-wrap;
    *white-space:pre;
    *word-wrap: break-word;
}
#maincol div.centercol div.blue_block{
    padding-top: 2px;
    font-family: Century, Arial,sans-serif;
    font-size: 1.2em;
}
#maincol div.centercol div.blue_block p{
    border-bottom: 1px dotted #DDD;
}
#maincol div.centercol div.blue_block b{
    text-transform:capitalize;
    color:#040065;
}
#maincol div.centercol .promot{
    color:#00B;
    background: #FFF;
    text-align:right;
    height: 20px;
    border-bottom: 1px double;
}
#maincol div.centercol .promot ol{
    width:100%;
    font-size:12px;
    padding-left:10px;
    margin-left:10px;
}
#maincol div.centercol .promot ol{
    padding-bottom: 5px;
}
#maincol div.centercol td{
    font-size: 1em;
}
#maincol div.centercol span.green{
    color: green;
    font-style:italic;
}
#maincol div.centercol span.red{
    color: red;
    font-style:italic;
}
#maincol div.centercol ol > li {
    counter-increment: root;
}
#maincol div.centercol ol > li > h4{
    font-weight:bold;
    text-align: left;
    font-size: 1.2em;
    color: #000;
}
#maincol div.centercol ol > li > p{
    text-align: left;
}
#maincol div.centercol ol > li > ol {
    counter-reset: subsection;
    list-style-type: none;
    padding-left: 8px;
}
#maincol div.centercol ol > li > ol > li {
    counter-increment: subsection;
    font-family: Helvetica;
    padding: 4px;
    line-height: 1.3;
    font-size: 1.1em;
}
#maincol div.centercol ol > li > ol > li:before {
    font-weight: bold;
    content: counter(root) "." counter(subsection) "  ";
}
#maincol div.centercol ol.re_list{
    width:100%;
    font-size:12px;
    padding-left:10px;
    margin-left:10px;
}
#maincol div.centercol ol.list li{
    padding-top: 5px;
    border-bottom: 1px dotted #00F;
}
#maincol div.centercol ol.list li p{
    margin: 0;
    padding-top: 5px;
}
#maincol div.centercol div.sub_item{
    border: 1px solid #CCC;
    border-radius: 4px;
    margin-bottom: 4px;
}
#maincol div.centercol div.sub_item h2{
    margin: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #CCC;
    background-color: #EEE;
    color: #ABD19E;
    border-top-left-radius: 5px;
}
#maincol div.centercol .promote{
    border-bottom: dotted #06c thin;
    padding-bottom: 4px;
}
#maincol div.centercol div.promote span.page_sub_title{
    font-weight:bold;
    color: #040065;
}
#maincol div.rightcol{
    background: #f1f1f1;
    float: right;
    text-align: center;
    width: 165px;
    padding: 0;
}
#maincol div.rightcol strong{
    height: 15px;
    font-size: 1.1em;
    color: green;
    text-align:center;
}
.title{
    font-weight: bold;
    font-size: 1.1em;
}
.clearfix{
    clear: both;
}
.rb-clearfix {
    *zoom: 1;
}
.rb-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.ad-block{
    /*partial contents will be blocked for using ad block plugin in browser*/
}
.width-columns {
    width: 960px;
    margin: 0 auto;
}
.border-top-left-right-radius{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.border-bottom-left-right-radius{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* CLASS*/
header,section, article,footer  {
    display:block;
}
#rb-header{
    background-color: #000;
    height: 24px;
    color: #FFF;
}
.header-page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
.header-page-top a:before {
    content: "Top";
    font-size: 2em;
}
.header-page-top a {
    background: #aaa;
    text-decoration: none;
    color: #00f;
    width: 50px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: 1px solid #aaa;
}
.header-page-top a:hover {
    text-decoration: none;
    background: #fff;
}
.header-top{
    vertical-align: middle;
    position: relative;
    text-align: center;
    padding: 1px 0;
}
.header-top span{
    float: left;
    text-align: left;
    padding: 2px 0;
}
.header-top span > img{
    height: 15px;
    vertical-align: middle;
}
.header-top div{
    color: #FFF;
    text-align: right;
    float: right;
    position: relative;
    padding: 2px 0;
}
.header-top a{
    border: none;
    background: none;
    text-decoration: none;
    color: #72c02c;
    padding: 4px;
}
.header-top a:hover{
    color: #000;
    background-color: #FFF;
    padding: 4px;
}
#rb-menu{
    width:100%;
    padding: 0;
}
.menu-top{
    background-color:#FDFDFD;
    height: 100px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.menu-top-logo{
    float: left;
    text-align: center;
    width: 205px;
    padding: 2px 0 0;
    height: 100%;
}
.menu-top-logo img{
    padding: 16px 2px 0;
    height: 64px;
}
.menu-top-logo p{
    font-weight: bold;
    margin: 0;
    font-size:1.1em;
}
.menu-top-title{
    padding: 4px 2px;
    float: right;
    width: 740px;
    height: 92px;
}
.menu-bottom{
    bottom: 0;
    height: 30px;
    padding: 0;
    background: #28a913;
    border-radius: 5px;
}
.menu-bottom ul{
    margin: 0;
    padding-left: 0px;
    list-style: none;
    line-height: normal;
}
.menu-bottom li{
    float: left;
    padding-right: 5px;
}
.menu-bottom a{
    display: block;
    margin-right: 3px;
    padding: 7px 5px 5px 7px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #000;
    border: none;
}
.menu-bottom a:hover{
    color: #fff;
}
#rb-middle{
    width:100%;
    padding: 0;
    min-height: 400px;
}
.middle-left-column{
    float: left;
    width: 140px;
    margin-top: 0;
    margin: 2px;
    padding-top: 5px;
    border: 1px solid #d7d9db;
}
.middle-left-column-header{
    padding: 4px 0;
    background-color: #D0F1C5;
    font-size: 12px;
    font-weight: bold;
    color: #434343;
    border: 1px solid #d3d3d3;
    border-bottom: 0px;
    text-align: center;
}
.middle-left-column-ad{
    word-wrap: break-word;
    padding: 4px 2px;
    margin: 4px 0;
    border-bottom: 1px groove #eee;
    background: #f8f8f8;
}
.middle-left-column-ad a{
    background: #f8f8f8;
    padding: 1px 0;
}
/*footer*/
#rb-footer{
    padding: 0;
    color: #fff;
    font-size: 12px;
    width: 100%;
    clear: both;
    background-color: #000;
}
.footer-menu ul {
    float: right;
    margin: 2px;
    padding: 0 2px;
    list-style-type: none;
    width: 15%;
}
.footer-menu ul a,
.footer-menu ul a:link,
.footer-menu ul a:visited {
    text-decoration: none;
    color: #72c02c;
}
.footer-menu ul a:hover,
.footer-menu ul a:active {
    color: #000;
    background-color: #FFF;
    padding: 2px;
}
.footer-menu ul li {
    margin: 2px 0;
    padding: 0;
    text-align: right;
}
.block-passion{
    background-color: #f0f0f0;
    color: #3e3e3e;
    padding: 5px;
    line-height: 2em;
}
a.tooltip{
    border-bottom: 1px dotted #F00;
}
a.tooltip:hover{
    background:#ffffff;
    text-decoration:none;
}
a.tooltip span{
    display:none;
    padding:10px;
    margin:-50px 0 0 -50px;
    width:270px;
    text-align:left;
    font-weight:normal;
}
a.tooltip:hover span{
    display:inline;
    position:absolute;
    background:#FFF9EE;
    border:1px solid #cccccc;
    color:#333;
    z-index:10;
}
.submitPaperBtn{
    background-color: #EEE;
    border-radius: 5px;
    color: #ABD19E;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 8px 0;
    text-align: left;
    text-decoration: none;
    margin-top: 12px;
    width:100%;
}
.CategoryList{
    background-color: #EEE;
    border-radius: 5px;
    color: #ABD19E;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 8px 0;
    text-align: left;
    text-decoration: none;
    margin-top: 12px;
    width:100%;
}
.myForm{
    border:1px solid #fafafa;
    width: 620px;
}
.myForm label{
    width:80px;
    float: left;
    text-align: right;
    margin: 8px 3px;
    padding:2px 0px;
    height: 17px;
    background-color: #eee;
}
.myForm label.star_before{
    width: 100%;
    text-align: right;
    background-color: #eee;
    display: block;
}
.myForm label.star_before:before{
    vertical-align:middle;
    color:#F00;
    content: " *";
}
.myForm label.star{
}
.myForm label.star:after{
    vertical-align:middle;
    color:#F00;
    content: " *";
}
.myForm label.text{
    width:500px;
    text-decoration: underline;
    background-color: #FFF;
    text-align: left;
}
.myForm label.title{
    width: 620px;
    display: block;
    text-align: left;
}
.myForm div.label{
    width: 620px;
    text-align: right;
    background-color: #eee;
}
.myForm div.label a:hover{
    text-decoration: underline;
    color:blue;
}
.myForm div.label a:after{
    vertical-align:middle;
    color:#F00;
    content: " *";
}
.myForm input{
    border-radius:4px;
    border:solid 1px #999999;
    margin: 10px 0;
    padding:7px 10px 5px 10px;
    height: 13px;
    width:200px;
    display: block;
}
.myForm input.title{
    width: 600px;
}
.myForm input.short{
    width:230px;
}
.myForm input.inline{
    display: inline;
}
.myForm input.sbutton{
    width: auto;
    height:35px;
    margin: 10px 10px;
    color: #eee;
    font-size: 1.2em;
    background-color:#1e5184;
}
.myForm input.sbutton:hover{
    background-color:#5cb811;
}
.myForm textarea{
    width: 100%;
    padding:3px;
    height:200px;
    border-radius:4px;
    border:solid 1px #999999;
}
.myForm textarea.lowrow{
    height:30px;
}
.myForm select{
    padding:3px;
    border-radius:4px;
    border:solid 1px #999999;
}
.myForm select.block{
    display: block;
}
.myForm div.center{
    text-align: center;
}
.myForm div.right{
    text-align: right;
    border-bottom: solid 1px #FAFAFA;
    clear: both;
}
.myForm div.red{
    color:#F00;
}
.myForm div.text{
    margin: 8px 3px;
    padding-top:10px;
}
.myForm table tr{
    border: 1px #F00 solid;
}
.myForm table th{
    width:50px;
    background-color: #F00;
    font-weight:bold;
}
.myForm table td{
    background-color: #EEE;
}
.myForm table td input{
    width:500px;
}
.myForm table td textarea{
    width:500px;
}
ul.ul_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.ul_list li {
    float: left;
    width: 8em;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
    border: 1px #ffb366 solid;
    background-color: #FFFDEE;
    text-align: center;
}
.clearLeft {
    clear: left;
}
.img_icon{
    width:15px;
}
.cfp_top{
    text-align:right;
    border-bottom: 1px #F7E741 groove;
}
.cfp_top h1{
    text-align: center;
    font-size: 1.6em;
    color: #333;
}
.cfp_top span{
    font-size: 1em;
    color: green;
}
.cfp_top p{
    width:300px;
    border: 1px;
    color: green;
    border-bottom: dotted #F7E741 thin;
}
.cfp_item{
    text-align:left;
    border-bottom: 1px #EEE groove;
}
.edit a{
    border: none;
}
ul.pagination li {
    display: inline;
    margin: 0 0.5em 0 0;
    padding: 0 0.5em 0 0;
    border-right: 1px solid #000;
}
ul.pagination span {
    font-weight: bold;
}
ul.pagination li:last-child {
    border: none;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-red{
    color: #F00;
}
.text-bold{
    font-weight: bold;
}
.text-notation{
    color: #777;
    font-size: 11px;
}
.content-list{
    border-radius: 4px;
    border: 1px dotted #909090;
    margin: 8px 0;
}
.content-list p{
    margin: 8px 16px;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 12px;
    border-bottom: 2px dotted #ccc;
}
.content-list ol li{
    margin-right: 12px;
    padding: 4px;
    border-bottom: 1px dotted #ccc;
}
.content-title{
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 12px;
    border-bottom: 1px solid #eee;
}
.content-link-list li{
    margin-right: 12px;
    padding: 4px;
    border-bottom: 1px dotted green;
}
.sidebar-block{
    word-wrap: break-word;
    padding: 2px 1px;
    text-align: justify;
    background-color: #eee;
}
.sidebar-block h3{
    padding: 4px 0 2px;
    margin: 2px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #4d9a32;
    color: #fff;
}
.sidebar-block a{
}
.sidebar-block a:hover{
    background-color: #28a913;
    color: #fff;
    border-radius: 2px;
}
.sidebar-block p{
    margin: 4px 0px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px dotted #aaa;
}
.sidebar-block p>a {
    color:#00f;
    display: inline;
}
.sidebar-block p>a:visited {
    color:#551A8B;
}
.sidebar-block ul{
    padding: 4px 0;
    background: #f8f8f8;
    margin:0;
}
.sidebar-block li{
    list-style: none;
    margin: 2px 0;
}
.sidebar-block li a{
    text-decoration: none;
    padding: 5px;
    color: #000;
    background-color: #fff;
    display: block;
}
.sidebar-block form>a{
    text-decoration: none;
    padding: 4px;
    color: #3085c8;
    background: #f8f8f8;
    display:block;
}
/*font, align, color */
.font-em-zero-nine{
    font-size: 0.9em;
}
.font-em-zero-eight{
    font-size: 0.8em;
}
.font-em-zero-seven{
    font-size: 0.7em;
}
.copyright-license{
    padding: 4px 0;
    margin:0;
}
.copyright {
    font-size: 1.0em;
    text-align: center;
    padding: 4px 0;
    margin:0;
}
.updated{
    font-size: 0.7em;
    color:#999;
    text-align:right;
}
.right{
    text-align:right;
}
.red{
    color: #F00;
}
.green{
    color:green;
}