/* This file is part of the plugin skeleton for Meshlium manager system. */
.main_table{
    text-align:center;
    vertical-align:top;
    margin-left: auto;
    margin-right: auto;
}
#interfaces{
    text-align:center;
}
#interfaces img{
    padding:10px;
}
.action_button{
    padding:4px;
    display:inline
}
.click
{
    cursor:pointer;
}
.table_td
{
    text-align:center;
    vertical-align:top;
    width:100px;
}
.table_td div
{
    padding:10px;
}
.table_td_central
{
    text-align:center;
    vertical-align:top;
    width: 500px;
}
.table_center
{
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.trash
{
    padding:20px;
    text-align:center;
    vertical-align:top
}
.footer{
    background-color:#CCC;
}
.block
{
    width:100px;
    height:100px;
}
.rules_maker{
    width:360px;    
    text-align:left;
    float:left;
    display:inline;
}
.aright{
    text-align:right;
    margin-top:5px;
}
.td_width{
    width:120px;
    text-align:left !important;
    font-size:11px;
    vertical-align:top !important;
    color:#444444;
}
#generator_table{
    background-color:#FFFFFF;
}
#generator_table td{
    text-align:center;
}
#arrow_main_container{
    height:100%;
    border-left:#CCCCCC 1px dotted;
    border-right:#CCCCCC 1px dotted;
    height: 260px;
    width:100%;
    text-align:center;
    position: relative;
    overflow: hidden;
}
#arrow_vert_center{
    padding:6px;
    position: relative;
    top: 40px;
}
.direction{
    margin-bottom:15px;
}
.active{
    
}
.border{
    text-align:center;
    border: #CCCCCC 1px solid;
    font-family:Arial,Verdana,sans-serif;
    font-size:12px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-radius: 10px;
    -opera-border-radius: 10px;
}
#rules_container{
    float:right;
    display:inline;
    clear:right;
    margin-top:25px;    
    width:320px;
    text-align:center;
    background-color:#FFFFFF;
}
#rules_container_title{
    color:#444444;
    padding-top:15px;
    padding-bottom:10px;
}
#rules_container table{   
    width:280px;
}
#rules_container table tr td{
    width:55px;
    text-align:center;
    height:52px;
}
#rules_container table tr td.delete{
    /*border-left: #CCCCCC 1px dotted;*/
    width:90px;
}
.rule
{
    width:280px;
    margin-bottom:15px;
    margin-left:20px;
}


#plugin_content{
    background-color:#EEEEEE;
    border:#AAAAAA 1px solid;
    margin:15px;
    padding:15px;
    overflow:auto;
}
.title{
    color:#FFFFFF;
    background-color:#E35C50;
    text-transform:uppercase;
    padding:3px 15px;
    font-size:13px;
    text-align:left;
}
.pl1{
    font-size:14px;
    margin-left:5px;
}
.pl{
    font-size:14px;
    margin-top:20px;
    margin-left:5px;
}
.ss{
    padding-top:20px;
}
.nl{
    margin-left:25px;
}
.right_align{
    float:right;
    margin-right:15px;
}
.bsave{
    cursor:pointer;
    margin:5px;
    color:#FFFFFF;
    background-color:#555555;
    border-top-style:solid;
    border-top-color:#999999;
    border-bottom-style:solid;
    border-bottom-color:#444444;
    border-left-style:solid;
    border-left-color:#999999;
    border-right-style:solid;
    border-right-color:#444444;
}
.bsave:hover{
    color:#FFFFFF;
    background-color:#777777;
}
.taright{
    padding-top:20px;
    text-align:right !important;
}