



p{
margin:1em 0
}
.dev_main_desc {
    margin-top: 12px;
    line-height: 120%;
    text-align: justify;
    width: 800px;
    color: #000000;
    text-transform: none;
    font-size: 14px;
    padding: 0 0 20px 0;
}

.topuser10 th {background: rgba(67, 46, 29, 0);border-bottom: 1px solid rgba(67, 46, 29, 0);border-left: 1px solid rgba(0, 0, 0, 0);}

.topuser10 {
    margin: 0 auto;
    text-align: center;
    border-collapse: separate;
    border-radius: 3px;
    background: rgba(253, 253, 253, 0);
    font-size: 13px;
    width: auto;
    color: #37291F;
    border-spacing: 10px;
}

.topuser10 td {
    border: rgba(44, 36, 32, 0.19) 1px solid;
    padding: 2px 5px 2px 2px;
}


table{
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
 }

.btn_box {
    display: inline-block;
    font-size: 14px;
    background: #432E1D;
    background: -moz-linear-gradient(top, #362f2c 0%, #282321 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#432E1D), color-stop(100%,#432E1D));
    background: -webkit-linear-gradient(top, #432E1D 0%,#282321 100%);
    background: -o-linear-gradient(top, #362f2c 0%,#282321 100%);
    background: -ms-linear-gradient(top, #362f2c 0%,#282321 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#362f2c', endColorstr='#282321',GradientType=0 );
    background: linear-gradient(top, #362f2c 0%,#282321 100%);
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 #564b46, 0 1px 1px #181514;
    -moz-box-shadow: inset 0 1px 0 #564b46, 0 1px 1px #181514;
    box-shadow: inset 0 1px 0 #564b46, 0 1px 1px #181514;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #D1C6B2;
    width: 150px;
    height: 30px;
    line-height: 30px;
}

.btn_box:hover {
    color: #73635e;                            /* Text Shadow */
    text-shadow: 0 1px 1px #000;                            /* Gradient Background */
    background: #282321; /* Old browsers */
    background: -moz-linear-gradient(top, #282321 0%, #362f2c 99%, #362f2c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#282321), color-stop(99%,#362f2c), color-stop(100%,#362f2c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #282321 0%,#362f2c 99%,#362f2c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #282321 0%,#362f2c 99%,#362f2c 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #282321 0%,#362f2c 99%,#362f2c 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282321', endColorstr='#362f2c',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #282321 0%,#362f2c 99%,#362f2c 100%); /* W3C */                            /* Transition Effect */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.btn_box_no {
  display: inline-block;
    outline: 2px solid #f2f2f2;
  height: 20px;
  line-height: 20px;
  /*background: url(../../theme/images/btn_bg.png) 0 0 repeat-x;*/
    background: #a96868;
  padding: 1px 8px;
  color: #f1f1f1;
    font-size: 11px;
  text-decoration: none;
    font-weight: normal;
    border: 1px solid #8b3434;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn_box_no:hover {
    background: #c18080;
    color: #ffffff;
    border: 1px solid #aa5151;
}
.a_box {
    text-decoration: none;
    color: #312720;
}
.a_box:hover {
    text-decoration: underline;
}

a{
  text-decoration:none;
  color: #2E2520;
  font-weight: bold;
  }

a:hover {
    text-decoration: none;
    color: #3F2C1D;
}

.htt:hover {
  }
  input, textarea {outline:none;}

    input {
    width: 200px;
    height: 35px;
    border: 2px solid rgba(48, 38, 31, 0.59);
    background: rgba(235, 235, 236, 0);
}  

#navigation, 
#nav li ul li, 
#nav li ul li a{background: #325477;}

#nav li a, 
#nav li a:hover, 
#nav li ul li,
#nav li ul li a,
#nav li ul li a:hover  {
color: #fff; 
}

#nav li a:hover, 
#nav li ul li a:hover  {background: rgba(0, 0, 0, 0.15);}


#nav li a, 
#nav li a:hover, 
#nav li ul li a:hover  {
text-shadow: 0 1px 1px #333; 
}

#menu_div{
clear: both;
position: relative;
top: 0;
left: 0;z-index: 1000;} 

#navigation {width: 730px;margin: 0 auto;background: #325477;}

#navigation, #menu_div {margin: 0 !important;padding: 0 !important;}

#menu_div, #navigation, #menu, #nav{height: 50px; /* menu height */}



#menu { /*center the menu*/width: 730px;margin: 0 auto;padding: 0;background: #325477;}

#nav{width: 830px;margin:0;padding:0;position: relative;font-family: 'Arial', Helvetica, sans-serif;}

#nav li a,#nav li {
float:left;
}

#nav li {
list-style:none;
position:relative;height: 5px;}

#nav li a {line-height: 50px;
padding:0 15px;
text-decoration:none;
margin:0;
font-size:12px;
font-weight:700;
text-transform:uppercase;}



#nav li a:hover,
#nav li ul li a:hover  {
-webkit-transition-property:color, background; 
-webkit-transition-duration: 0.5s, 0.5s; 
-webkit-transition-timing-function: linear, ease-out;
}

.searchfield:focus,
.searchfield:not(:focus){
-webkit-transition-property:width; 
-webkit-transition-duration: 0.5s, 0.5s; 
-webkit-transition-timing-function: linear, ease-out;
}

#menu_div:hover,
#navigation:hover,
#nav li ul a, 
#menu_div,
#navigation, 
#nav li a, 
#menu_div:not(:hover), 
#navigation:not(:hover)
{
-webkit-transition-property:opacity; 
-webkit-transition-duration: 0.5s, 0.5s; 
-webkit-transition-timing-function: linear, ease-out;
} 


.dev_page_block.dev_main_sections {
    padding: 0px;
    text-align: center;
    font-size: 0px;
    width: 830px;
    margin:0 auto;
}

.dev_page_block {
    background: rgba(255,255,255,0.5);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
    -moz-box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
    margin-top: 20px;
    color: #2b2f33;
}

.dev_sect {
    position: relative;
    display: inline-block;
    width: 270px;
    color: #5c7b9b;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 160%;
}

.dev_sect_label {
    padding: 120px 40px 24px;
    color: #6487a9;
    width: 200px;
}

.dev_sect_widgets {
    border-width: 0px 1px;
    border-color: #eef3fa;
    border-style: solid;
}

.dev_sect_icon {
    width: 92px;
    height: 83px;
    margin: 8px auto 10px;
    background: url(/img/dev_icons.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 90px;
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

.dev_sect_standalone .dev_sect_icon {
    background-position: 0px -82px;
}

.dev_sect_games .dev_sect_icon {
    background-position: 0px -165px;
}

.dev_sect_widgets .dev_sect_icon {
    background-position: 0px 1px;
}

.dev_sect:hover {
  text-decoration: none;
}
.dev_sect:hover .dev_sect_icon {
  margin-top: 0px;
}


#logo {
    display: block;
    float: left;
    color: #fff;
    line-height: 50px;
    background: url("/img/logo.gif");
    width: 300px;
    height: 45px;
    margin-top: 3px;
}

.content {
    width: 980px;
    margin-top: 10px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #432E1D;
    background: #e2e7eb ;
 }

   


.cl-right {
    width: 738px;
    float: right;
    position: relative;
    z-index: 2;
    border-left: 2px solid rgb(67, 46, 29);
    min-height: 750px;
}

.cl-left {
    position: relative;
    width: 240px;
    float: left;
}

.stat {
    width: 240px;
    position: relative;
}

.h-menuusera {
    width: 240px;
    background: -webkit-linear-gradient(top, #432E1D 0%,#282321 100%);
    text-align: center;
    font-size: 10px;
    color: #D1C6B2;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 #564b46, 0 1px 1px #181514;
}

.ind_title {
    background: #3ebfec;
	background: -webkit-gradient(linear, left top, left bottom,
		color-stop(0%,#3ebfec), color-stop(100%,#0049a3));
	background: -webkit-linear-gradient(top, #3ebfec, #0049a3);
	background: -moz-linear-gradient(top, #3ebfec, #0049a3);
	background: -ms-linear-gradient(top, #3ebfec, #0049a3);
	background: -o-linear-gradient(top, #3ebfec, #0049a3);
	background: linear-gradient(#3ebfec, #0049a3);
    text-align: center;
    font-size: 12px;
    color: #fffdfa;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 #564b46, 0 1px 1px #181514;
}

.line {
    
     0px
    width: 200px;
    text-align: center;
    padding: 2px 2px 2px 2px;
    color: #432E1D;
    width: 220px;
    margin: 0 auto;
    background: rgba(63, 44, 29, 0);
    margin-top: 10px;
    box-shadow: 1px 1px 1px rgba(67, 46, 29, 0.22);
}

.st-lf {\: 0 45px 0 45px;}

.field-gr2 {
    font-family: serif;
    color: #325477;
    text-decoration: none;
    font-size: 20px;
}

.field-gr2 div {
    color: #392A1E;
    text-decoration: none;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 5px 20px;
    margin: 1px 5px;
    font-size: 16px;
    border-bottom: 1px dotted rgba(58, 42, 30, 0.43);
 }

.field-gr2 div:hover {
    color: #654631;
    background-color: rgba(242, 242, 242, 0.26);
    border-radius: 1px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 5px 20px;
    margin: 1px 5px;
    font-size: 16px;
    
}


.linux table{
    width: 94%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 10px;
  }
.linux td,th{
    padding: 5px;
    border-bottom: 1px solid rgba(67, 46, 29, 0.16);
    border-left: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    background: rgba(255, 255, 255, 0.14);
  }
.linux th{
    padding: 5px;
    background: rgba(67, 46, 29, 0.21);
    color: #432E1D;
  }
.linux caption{
    font-style: italic;
    text-align: right;
    color: #547901;
  }

  /* Main Dark Menu Unordered List First Level Style */
        ul.dark_menu {
            list-style: none;
            font-family: Arial;
            font-size: 14px;
            line-height: 14px;
        }

        /* Clears all floated List Items */
        ul.dark_menu:after {
            content: "";
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
            width: 0;
            height: 0;
        }

            /* First Level List Items Style */
            ul.dark_menu li {
                float: left;
                margin: 0 0 0 10px;
                position: relative;
            }

            /* First List Item in First Level Style */
            ul.dark_menu li:first-child {
                margin: 0;
            }

                /* List Items Links Style */
                ul.dark_menu li a, ul.dark_menu li a:link {
                    color: #fbfbfb;
                    text-decoration: none;
                    display: block;
                    padding: 10px 380px;
                    
                    /* Text Shadow */
                    text-shadow: 0 1px 0 #4b433e;
                    
                    /* Gradient Background */
                    background: #3ebfec; /* Old browsers */
                    background: -moz-linear-gradient(top, #3ebfec 0%, #282321 60%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#432E1D), color-stop(100%,#432E1D)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #3ebfec 0%,#0049a3 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #3ebfec 0%,#0049a3 100%); /* Opera11.10+ */
                    background: -ms-linear-gradient(top, #3ebfec 0%,#0049a3 100%); /* IE10+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ebfec', endColorstr='#0049a3',GradientType=0 ); /* IE6-9 */
                    background: linear-gradient(top, #3ebfec 0%,#0049a3 100%); /* W3C */

                    /* Border Radius */
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;

                    /* Box Shadows */
                    -webkit-box-shadow: inset 0 1px 0 #564b46,
                                       0 1px 1px #181514;
                    -moz-box-shadow: inset 0 1px 0 #564b46,
                                     0 1px 1px #181514;
                    box-shadow: inset 0 1px 0 #564b46,
                                0 1px 1px #181514;

                    /* Transition Effect */
                    -webkit-transition: all 1s ease;
                    -moz-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    -ms-transition: all 1s ease;
                    transition: all 1s ease;
                }

                    /* List Items Links Hover State Style */
                    ul.dark_menu li a:hover {
                        color: #dbdbdb;

                        /* Text Shadow */
                        text-shadow: 0 1px 1px #000;

                        /* Gradient Background */
                        background: #1e1aa3; /* Old browsers */
                        background: -moz-linear-gradient(top, #1e1aa3 0%, #080556 99%, #080556 100%); /* FF3.6+ */
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1aa3), color-stop(99%,#080556), color-stop(100%,#080556)); /* Chrome,Safari4+ */
                        background: -webkit-linear-gradient(top, #1e1aa3 0%,#080556 99%,#080556 100%); /* Chrome10+,Safari5.1+ */
                        background: -o-linear-gradient(top, #1e1aa3 0%,#080556 99%,#080556 100%); /* Opera11.10+ */
                        background: -ms-linear-gradient(top, #1e1aa3 0%,#080556 99%,#080556 100%); /* IE10+ */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1aa3', endColorstr='#080556',GradientType=0 ); /* IE6-9 */
                        background: linear-gradient(top, #1e1aa3 0%,#080556 99%,#080556 100%); /* W3C */

                        /* Transition Effect */
                        -webkit-transition: all 1s ease;
                        -moz-transition: all 1s ease;
                        -o-transition: all 1s ease;
                        -ms-transition: all 1s ease;
                        transition: all 1s ease;
                    }

                    /* List Items Links Active and Selected State Style */
                    ul.dark_menu li a.selected, ul.dark_menu li a:active {
                        color: #CFC7B2;
                        background: #432E1D;

                        /* Text Shadow */
                        text-shadow: 0 1px 1px #000;

                        /* Box Shadows */
                        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
                                           0 1px 0 #5e524f;
                        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
                                         0 1px 0 #5e524f;
                        box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
                                    0 1px 0 #5e524f;
                        
                        /* Transition Effect */
                        -webkit-transition: all 1s ease;
                        -moz-transition: all 1s ease;
                        -o-transition: all 1s ease;
                        -ms-transition: all 1s ease;
                        transition: all 1s ease;
                    }

                    /* Sub Menu Unordered List Second Level Style */
                    ul.dark_menu li ul {
                        display: none;
                    }

                    /* Before Second Level Unordered List Style */
                    ul.dark_menu li ul:before {
                        content: " ";
                        position: absolute;
                        display: block;
                        z-index: 1500;
                        left: 0;
                        top: -10px;
                        height: 10px;
                        width: 100%;
                    }

                    /* Sub Menu Unordered List Second Level Style
                        When Parent List Item is Hovered */
                    ul.dark_menu li:hover ul {
                        position: absolute;
                        display: block;
                        z-index: 1000;
                        left: 0;
                        top: 44px;
                        padding: 5px 0;
                        list-style: none;
                        background: #432E1D;

                        /* Box Shadows */
                        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
                                           0 1px 0 #5e524f;
                        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
                                         0 1px 0 #5e524f;
                        box-shadow: inset 0 2px 4px rgba(0,0,0,0.6),
                                    0 1px 0 #5e524f;

                        /* Border Radius */
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                    }

                        /* Second Level Menu List Items Style */
                        ul.dark_menu li ul li {
                            float: none;
                            margin: 0 10px;                            
                            border-bottom: 1px solid #191614;
                            border-top: 1px solid #3a3230;
                        }

                        /* First List Item in Second Level Menu Style */
                        ul.dark_menu li ul li:first-child {
                            margin: 0 10px;
                            border-top: 0 none;
                        }

                        /* Last List Item in Second Level Menu Style */
                        ul.dark_menu li ul li:last-child {
                            border-bottom: 0 none;
                        }

                        /* Second Level List Items Links Style */
                        ul.dark_menu li ul li a, ul.dark_menu li ul li a:link {
                            color: #73635e;
                            display: block;
                            background: transparent none;
                            padding: 10px 20px 10px 5px;
                            white-space: nowrap;

                            /* Text Shadow */
                            text-shadow: 0 1px 2px #000;
                                                        
                            /* Box Shadows */
                            -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
                            -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
                            box-shadow: 0 0 0 rgba(0,0,0,0);

                            /* Border Radius */
                            -webkit-border-radius: 0px;
                            -moz-border-radius: 0px;
                            border-radius: 0px;
                        }

                        /* Second Level List Items Links Hover State Style */
                        ul.dark_menu li ul li a:hover {
                            text-decoration: underline;
                            background: #2a2523;
                        }

                        .footer {
    clear: both;
    height: 60px;
    width: 984px;
    margin: 0 auto;
    box-shadow: inset 0 1px 0 #564b46, 0 1px 1px #181514;
    border-radius: 4px;
    margin-bottom: 130px;
	background: #3ab7e7;
	background: -webkit-gradient(linear, left top, left bottom,
		color-stop(0%,#3ab7e7), color-stop(100%,#014ba4));
	background: -webkit-linear-gradient(top, #3ab7e7, #014ba4);
	background: -moz-linear-gradient(top, #3ab7e7, #014ba4);
	background: -ms-linear-gradient(top, #3ab7e7, #014ba4);
	background: -o-linear-gradient(top, #3ab7e7, #014ba4);
	background: linear-gradient(#3ab7e7, #014ba4);
}
.copyright {
    color: #EFE8E8;
    padding-top: 15px;
    padding-left: 10px;
}
.footer_menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin-top: -6px;
}
.copy {
    color: #FFFFFF;
    font-size: 14px;
}
.footer_menu li {
    display: inline-block;
    padding: 0 10px;
    padding-left: 50px;
    font-weight: bold;
    font-size: 13px;
}
.footer_menu li:first-child {
    border-left: 0;
}
.footer_menu li a {
    color: #ffffff;
}
.footer_menu li a:hover {
    text-decoration: none;
    color: #B1AB9C;
}
.footer_panel_img {
    position: absolute;
    right: 15px;
    top: 16px;
    height: 31px;
}


    
.modalbg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 background: rgba(0, 0, 0, 0);
  visibility: hidden;
  z-index: 9999;
 
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
  opacity: 0;
  pointer-events: none;
}

.dialog {
  max-width: 400px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: -1000px;
  margin: 10% auto;
  background: #fefefe;
  box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  z-index: 10000;
  border: 2px solid #31271F;
}
.modalbg:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background: rgba(4, 10, 30, 0.8);
    
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modalbg:target .dialog {
  top: 50px;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -transition-delay: 0.4s;
}

.close {
  background-color: rgb(50, 39, 31);
  border: 2px solid #D1C6B2;
  color: #D1C6B2;
  line-height: 20px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 20px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
}
.close:hover {
  background-color: rgb(64, 45, 30);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}
.fineprint {
  font-style: italic;
  font-size: 12px;
  color: #312720;
  text-align: center;
}
.dialog p a {
  color: green;
  text-decoration: none;
}

.reg_n {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #432E1D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #432E1D;
	font-size: 11px;
	padding: 12px;
	background: #515db6;
	background: -webkit-gradient(linear, left top, left bottom,
		color-stop(0%,#515db6), color-stop(100%,#273496));
	background: -webkit-linear-gradient(top, #515db6, #273496);
	background: -moz-linear-gradient(top, #515db6, #273496);
	background: -ms-linear-gradient(top, #515db6, #273496);
	background: -o-linear-gradient(top, #515db6, #273496);
	background: linear-gradient(#515db6, #273496);
	text-align: center;
	color: #fbfbfb;
	font-weight: bold;
	box-shadow: inset 0 1px 0 #564b46, 0 1px 1px #181514;
	font-size: 15px;
}
.tabs{
    display:inline-block;
}
.tabs > div{
    padding-top:10px;
}
.tabs ul{
    margin:0px;
    padding:0px;
}
.tabs ul:after{
    content:"";
    display:block;
    clear:both;
    height:5px;
}
.tabs ul li{
    margin:0px;
    padding:0px;
    cursor:pointer;
    display:block;
    float:left;
    padding:10px 15px;
    background:#e9eaeb;
    color:#707070;
}
.tabs ul li.active, .tabs ul li.active:hover{
    background:#0c60b1;
    color:#fff;
}
.tabs ul li:hover{
    background:#d6d6d7;
}



table.table{
	border: 2px rgb(27, 27, 27) solid;
	background-color: #fff;
	width: 100%;
	height: 40px;
	border-spacing: 2px;
}
table.table th{
	border: 0px rgb(27, 27, 27) solid;
	background-color: rgba(0, 146, 243, 0.4);
	height: 30px;
}
table.table td{
	border: 0px rgb(27, 27, 27) solid;
	height: 40px;
}
table.table tfoot td{
	border: 0px rgb(27, 27, 27) solid;
	background-color: rgba(0, 146, 243, 0.2);
	height: 30px;
}











