*, p, body, ul{
    margin: 0;
    padding: 0;
}
body{
    text-align: center;
    background: #b4dbf4 url(../images/bg.gif) top left;
    font-family: verdana, sans-serif;
    font-size: .8em;
}
h1{
    font-size: 26px;
    color: #4f4f4f;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0d0d0;
}
h3{
    font-size: 24px;
    color: #f5f5f5;
    font-weight: bold;
}
ul{
    list-style-type: none;
}
a{
    color: #000000;
    text-decoration: none;
}
.wrapper{
    width: 960px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.clr{
    clear: both;
}
/* Notification Classe .error, .warning, .success, .information */
.error span, .warning span, .success span, .information span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
.error{
    text-align: left;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #be4741;
    background: #f9dfdf; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9dfdf 0%, #f2cacb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9dfdf), color-stop(100%,#f2cacb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9dfdf 0%,#f2cacb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9dfdf 0%,#f2cacb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9dfdf 0%,#f2cacb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9dfdf 0%,#f2cacb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9dfdf', endColorstr='#f2cacb',GradientType=0 ); /* IE6-9 */
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #eeb7ba;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-family: 'Poor Richard';
    cursor: pointer;
}
.warning{
    text-align: left;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #6d7829;
    background: #fefebe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefebe 0%, #f9ee9c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefebe), color-stop(100%,#f9ee9c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefebe 0%,#f9ee9c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefebe 0%,#f9ee9c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefebe 0%,#f9ee9c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefebe 0%,#f9ee9c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefebe', endColorstr='#f9ee9c',GradientType=0 ); /* IE6-9 */
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #e5dbaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-family: 'Poor Richard';
    cursor: pointer;
}
.success{
    text-align: left;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #3f7227;
    background: #e4ecc2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4ecc2 0%, #d9e4ac 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4ecc2), color-stop(100%,#d9e4ac)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4ecc2 0%,#d9e4ac 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4ecc2 0%,#d9e4ac 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4ecc2 0%,#d9e4ac 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e4ecc2 0%,#d9e4ac 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ecc2', endColorstr='#d9e4ac',GradientType=0 ); /* IE6-9 */
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #b8c97b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-family: 'Poor Richard';
    cursor: pointer;
}
.information{
    text-align: left;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #225b86;
    background: #dff1fc; /* Old browsers */
    background: -moz-linear-gradient(top,  #dff1fc 0%, #cae9fc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dff1fc), color-stop(100%,#cae9fc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dff1fc 0%,#cae9fc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dff1fc 0%,#cae9fc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dff1fc 0%,#cae9fc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dff1fc 0%,#cae9fc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dff1fc', endColorstr='#cae9fc',GradientType=0 ); /* IE6-9 */
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #cadcea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-family: 'Poor Richard';
    cursor: pointer;
}
/* Form field */
.field{
    height: 28px;
    padding: 2px 0 2px 5px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
}
.field:focus, .field:active{
    border: 1px solid #7ab3d7;
}
/* Simple white default button */
.default_btn{
    padding: 5px;
    width: 70px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.default_btn:hover{
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.action_btn{
    padding: 5px;
    width: 70px;
    color: #f5f5f5;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background: #00a8e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #00a8e8 0%, #0079a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a8e8), color-stop(100%,#0079a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00a8e8 0%,#0079a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00a8e8 0%,#0079a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00a8e8 0%,#0079a6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00a8e8 0%,#0079a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e8', endColorstr='#0079a6',GradientType=0 ); /* IE6-9 */
    border: 1px solid #005b7e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.action_btn:hover{
    background: #0079a6; /* Old browsers */
    background: -moz-linear-gradient(top,  #0079a6 0%, #00a8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0079a6), color-stop(100%,#00a8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0079a6 0%,#00a8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0079a6 0%,#00a8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0079a6 0%,#00a8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0079a6 0%,#00a8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079a6', endColorstr='#00a8e8',GradientType=0 ); /* IE6-9 */
}
/* Simple white default checkbox */
label{
    display: inline;
}
.default_ckb{
    display: none;
}
.default_ckb + label{
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.default_ckb + label:active, .default_ckb:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.default_ckb:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
.default_ckb:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}/* End of Checkbox */
/* Simple white default drop down */
.default_ddn select{
    width: 270px;
    height: 30px;
    padding: 6px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #ffffff;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .default_ddn select {padding-right:18px}
}
.default_ddn {position:relative}
.default_ddn:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
.default_ddn:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}/* End of Drop Down Menu */
/* Default file upload */
.default_uld::-webkit-file-upload-button{
    visibility: hidden;
}
.default_uld:before{
    content: 'Upload Article';
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
.default_uld:hover:before {
    border-color: black;
}
.default_uld:active:before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/* CSS for Table */
.general_table{
    width: 100%;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #303030;
    text-align: center;
}
.general_table tr:nth-child(even){
    background-color: #f9f9f9;
}
.general_table th{
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 0%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    padding: 5px;
}
.general_table th:first-child{
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.general_table th:last-child{
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.general_table tr:last-child td:first-child{
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
.general_table tr:last-child td:last-child{
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
.general_table td{
    padding: 5px;
} /* End of Table */
/* CSS for Pagination */
ul.pagination{
    overflow: hidden;
    font-size: 14px;
}
ul.pagination li{
    float: left;
}
ul.pagination li a{
    display: block;
    color: #f5f5f5;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background: #00a8e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #00a8e8 0%, #0079a6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a8e8), color-stop(100%,#0079a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00a8e8 0%,#0079a6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00a8e8 0%,#0079a6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00a8e8 0%,#0079a6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00a8e8 0%,#0079a6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8e8', endColorstr='#0079a6',GradientType=0 ); /* IE6-9 */
    border: 1px solid #005b7e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    line-height: 22px;
    padding: 0 5px;
    margin-right: 8px;
}
ul.pagination li a:hover{
    background: #0079a6; /* Old browsers */
    background: -moz-linear-gradient(top,  #0079a6 0%, #00a8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0079a6), color-stop(100%,#00a8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0079a6 0%,#00a8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0079a6 0%,#00a8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0079a6 0%,#00a8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0079a6 0%,#00a8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079a6', endColorstr='#00a8e8',GradientType=0 ); /* IE6-9 */
}
ul.pagination li.active{
    padding: 3px 5px;
    border: 1px solid #005b7e;
    background-color: #ffffff;
    color: #303030;
    margin-right: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
ul.pagination li.deactive{
    padding: 3px 5px;
    border: 1px solid #aaaaaa;
    color: #8c8c8c;
    margin-right: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}/*End of Pagination*/
/* Some action text */
.action_dlt{
    font-size: 14px;
    font-family: 'Poor Richard';
    color: #ff4242;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffacac; /* Old browsers */
    border: 1px solid #ff4242;
    padding: 3px;
}
.action_dlt:hover{
    background: #fe9191; /* Old browsers */
}
.action_edt{
    font-size: 14px;
    font-family: 'Poor Richard';
    color: #225b86;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #cae9fc; /* cae9fcOld browsers */
    border: 1px solid #cadcea;
    padding: 3px;
}
.action_edt:hover{
    background: #b8e2fc; /* Old browsers */
}
.action_dnl{
    font-size: 14px;
    font-family: 'Poor Richard';
    color: #303030;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #d6d6d6;
    padding: 3px;
}
.action_dnl:hover{
    background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top,  #e1e1e1 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e1e1e1 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e1e1e1 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e1e1e1 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e1e1e1 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}/* End of Action Text */
#header{
    margin-top: 15px;
}
.menu{
    margin-top: 10px;
    background-color: #232323;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    padding: 5px;
}
ul.nav{
    overflow: hidden;
    float: left;
}
ul.nav li{
    float: left;
}
ul.nav li a{
    display: block;
    color: #ebebeb;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    margin-right: 10px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
ul.nav li:last-child a{
    margin-right: 0;
}
ul.nav li:hover a, ul.nav li.active a{
    color: #000000;
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f0f0f0 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f0f0 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f0f0 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f0f0 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    border: 1px solid #c0c0c0;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
ul.admin_operation{
    overflow: hidden;
    float: right;
    background-color: #333333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
ul.admin_operation li{
    float: left;
}
ul.admin_operation li a{
    display: block;
    color: #ececec;
    font-size: 15px;
    text-align: center;
    padding: 8px;
}
ul.admin_operation li a:hover{
    text-decoration: underline;
}
ul.admin_operation li span{
    display: block;
    color: #8c8c8c;
    font-size: 15px;
    padding: 8px;
}

#dashboard{

    /*background: url('db_bg.jpg');*/
    /*background: url('db_bg.jpg') rgba(0,0,0, .5);*/
    /*background: url('db_bg1.jpg') #000;*/
    /*background: #EBEBEB;*/
    background: #000;
    color: #fff;
    border-radius: 10px;
    height: 500px;
}
#gadgets{
    width: 100%;
    margin: 20px;
}
.gadget{
    margin: 10px;
    background: #AA1111;
    /*background: rgba(170, 17, 17, 0.75);*/
    display: inline-block;
    min-width: 400px;
    min-height:200px;
    text-align: center;
    float: left;
    /*    height: 200px;
        width: 48%;*/
}
.gadget .heading{
    font-size: 2.2em;
    font-weight: 500;
    background: #EBEBEB;
    color: #000;
    display: block;
}
.gadget .count{

    font-size: 7em;
    /*position: relative;*/
    padding: 15px;
    color: #fff;
    display: inline-block;
}

.gadget p{
    text-align: left;
    border-bottom: 1px dashed #EBEBEB;
    padding: 5px;
    font-size: 1.4em;
    font-family: monospace;
    font-weight: bold;
}
.row{
    clear: both;
    width: 600px;
    /*margin: 0 auto;*/
}
.col_left{
    float: left;
    width: 47%;
}
.col_right{
    float: right;
    width: 47%;
}



#footer{
    text-align: center;
    background-color: #4f4f4f;
    padding: 8px;
    color: #f0f0f0;
}