/* 
    Designed by 20Script.ir (info@20Script.ir)
    Copyright (C) 2013
*/

body,input,select,textarea {
    font:10px Tahoma;
}

body {
    background:url('../images/pattern.png');
    cursor:default;
    color:#1d1e38;
    direction:rtl;
    text-shadow:1px 1px 0px white;
}

body,div,table,ul {
    padding:0px;
    margin:0px;
}

h1 {
    font:19px 'B Yekan',Arial;
    line-height:10px;
    margin:5px;
    margin-bottom:10px;
    color: #cd4400;
    text-shadow:0px 0px 2px silver;
}

img {
    border:none;
    vertical-align: middle;
}

a {
    color:#006699;
    text-decoration: none;
    transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
    -o-transition: ease 0.1s;
}

a:hover {
    color: #008aff;
}

.ltr {
    direction:ltr;
}

div.footer a:hover {
    color: #00d0ff;
}

div.master {
    width:900px;
    border:none;
    text-align: left;
    margin:0px auto;
}

div.banner {
    width:900px;
    height:151px;
    display:inline;
}

div.logo {
    margin:24px;
    width:247px;
    height:142px;
    background:url('../images/logo.png') no-repeat 0px 0px;
}

div.menu {
    background:url('../images/menu.png');
    width:557px;
    height:80px;
    margin-right:278px;
    position:absolute;
    margin-top:90px;
    z-index: 1;
}

div .menu ul {
    text-align:right;
    list-style:none;
    padding-right:5px;
    padding-top:5px;
}

div .menu li {
    display:inline;
    text-align: center;
}

div .menu a {
    font:18px 'B Yekan',BElham,Arial;
    color: #666699;
    line-height: 40px;
    width:107px;
    height:40px;
    display:inline-block;
    text-shadow: 0px 0px 1px silver;
    border:1px solid transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

div .menu a:hover {
    background:rgba(255,255,255,0.5);
    border:1px solid lightblue;
    border-bottom:2px rgba(0,0,50,0.2) solid;
    height:38px;
    text-shadow: 1px 1px 0px white;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

div .menu .selected a {
    background:rgba(200,200,200,0.3);
    border-bottom: 2px solid lightblue;
    height:38px;
}

div .menu .last a {
    padding-right:2px;
    border-radius: 10px 2px 2px 10px !important;
    -moz-border-radius: 10px 2px 2px 10px !important;
    -webkit-border-radius: 10px 2px 2px 10px !important;
}

div .menu .first a {
    border-radius: 2px 10px 10px 2px;
    -moz-border-radius: 2px 10px 10px 2px;
    -webkit-border-radius: 2px 10px 10px 2px;
}

div .body-top {
    width:900px;
    height:67px;
    padding-top:10px;
    position:absolute;
    z-index: 0;
    background:url('../images/body-top.png') no-repeat;
}

div.body-bottom {
    width:900px;
    height:23px;
    background:url('../images/body-bottom.png') no-repeat;
}

div.container {
    background:url('../images/body.png') repeat-y;
    width:900px;
    height:400px;
}

div.body {
    position:absolute;
    margin-right:55px;
    margin-top:20px;
    height:385px;
    width:775px;
    overflow-y: auto;
    font:12px Tahoma;
    text-align:justify;
    padding-left:25px;
}

div .body ul {
    list-style: disk;
    padding-right:30px;
    margin-top:20px;
}

div .body p {
    padding-right:10px;
    text-indent: 20px;
}

div.footer {
    text-align:center;
    padding:10px;
    padding-bottom:20px;
    text-shadow:0px 0px 5px gray;
}

.extra-panel table {
    background:rgba(255,255,255,0.5);
    width:350px;
    border:1px solid #dddddd;
    padding:2px;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 5px silver;
    -moz-box-shadow: 0px 0px 5px silver;
    -webkit-box-shadow: 0px 0px 5px silver;
}

.extra-panel td {
    padding:0px;
    margin:0px;
    color:gray;
}

div .extra-panel {
    position:absolute;
    text-align:center;
    margin-right:481px;
    margin-top:30px;
    white-space: nowrap;
}

div .extra-panel input[type="text"] {
    width:150px;
    border:1px solid silver;
    background:white;
    font:12px Tahoma;
    padding:5px;
    color:silver;
    font-style: italic;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:0px 0px 3px lightblue;
    -moz-box-shadow:0px 0px 3px lightblue;
    -webkit-box-shadow:0px 0px 3px lightblue;
    transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

div .extra-panel input[type="text"]:focus {
    box-shadow:0px 0px 7px lightblue;
    -moz-box-shadow:0px 0px 7px lightblue;
    -webkit-box-shadow:0px 0px 7px lightblue;
    color:black;
    font-style: normal;
}

div .extra-panel input[type="submit"] {
    width:27px;
    height:27px;
    border-radius:3px;
    border:1px solid lightblue;
    background:url('../images/search.png');
    box-shadow:0px 0px 3px lightblue;
    cursor:pointer;
    transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    -webkit-transition: ease 0.1s;
}

div .extra-panel input[type="submit"]:hover {
    box-shadow:0px 0px 7px lightblue;
    -moz-box-shadow:0px 0px 7px lightblue;
    -webkit-box-shadow:0px 0px 7px lightblue;
}

.body input[type="button"],input[type="submit"],input[type="reset"] {
    width:137px;
    height:44px;
    background:url('../images/btn1.png');
    border:none;
    cursor:pointer;
    font:16px 'B Yekan',Arial;
    color: #1f7ebe;
    text-shadow:0px 0px 5px white;
}

.body input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {
    background:url('../images/btn2.png');
}

textarea,input[type="text"],input[type="password"] {
    width:200px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border:1px solid silver;
    padding:2px;
    font:12px Tahoma;
    transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
}

textarea {
    width:500px;
    height:100px;
}

textarea:focus,input[type="text"]:focus,input[type="password"]:focus {
    box-shadow: 0px 0px 5px silver;
    -moz-box-shadow: 0px 0px 5px silver;
    -webkit-box-shadow: 0px 0px 5px silver;
}

input[type="password"],input[name="un"],input[name="username"],input[name="email"],input[name="website"] {
    direction: ltr;
}

.login-panel {
    padding-top:30px;
    padding-right:50px;
}

.login-panel td {
    padding:5px;
}

.login-panel a:hover {
    border-right:5px solid lightblue;
    padding-right:5px;
}

.login-panel hr {
    border:1px solid silver;
    margin:0px;
}

.login-panel div {
    padding-top:5px;
}

.msg {
    padding:5px;
    padding-right:10px;
    margin-top:20px;
    border-right: 5px solid transparent;
}

.error {
    color:red;
    font-weight:bold;
    border-right-color: red;
}

.normal-link a:hover {
    border-right:none;
    padding-right:0px;
}

.dashboardnav {
    background:rgba(200,200,255,0.5);
    display:block;
    width:200px;
    height:373px;
    position: absolute;
    border-radius: 5px;
    padding:5px;
}

.dashboardnav ul {
    margin-top:0px !important;
    list-style: none;
    padding-right: 0px !important;
}

.dashboardnav img {
    padding-left:5px;
}

.dashboardnav a {
    display:block;
    width:190px;
    height:20px;
    padding:5px;
    margin:0px;
    border-radius: 3px;
    color:black;
    border-bottom:1px solid silver;
    text-shadow:1px 1px 0px #eeeeee;
}

.dashboardnav a:hover {
    background:white;
}

.dashboardBody {
    margin-right:220px;
    display:block;
    width:575px;
    height:383px;
    overflow-y: auto;
    overflow-x: hidden;
    text-wrap: normal;
    text-align: justify;
}

.dashboardBody table {
    /*border:1px solid silver;*/
}

.dashboardBody th {
    background:#eeeeee;
}

.dashboardBody th,.dashboardBody td {
    border:1px solid silver;
    padding:5px;
}

.dashboardBody p {
    padding-left:10px;
}

.simple-table {
    border:none!important;
}

.simple-table td {
    border:none;
}

.simple-button {
    background: #eeeeee !important;
    width:50px !important;
    height:18px !important;
    border:1px solid silver !important;
    font:10px Tahoma !important;
    color: black !important;
}

.pm-title {
    background:white;
    border:1px solid silver;
    padding:5px;
    margin:5px;
    box-shadow: 0px 0px 5px silver;
    -moz-box-shadow: 0px 0px 5px silver;
    -webkit-box-shadow: 0px 0px 5px silver;
    font-weight:bold;
    border-radius:5px;
}

.full-table {
    width:100%;
    background:white;
}

.code {
    border:1px silver solid;
    direction:ltr;
    padding:10px;
    background:#eeeeee;
    margin:10px;
    cursor: auto;
}

.code textarea {
    font:12px 'Courier New';
    width:525px;
}