body {
    background-color: #fdffea;
    font-family: "tahoma";
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

img#header {
    float: left;
}

img#footer {
    float: right;
}

div#header {
    background: #deecb8 url("../images/inside/header_mid.jpg") repeat-x;
    min-height: 202px;
    height: auto !important;
    height: 202px;
    direction: rtl;
    width: 100%;
}

div#public-header {
    background-color: #B6D875;
    height: 100px;
    padding: 10px 0px;
    direction: rtl;
}

img#header_clerk {
    float: right;
    margin-left: 10px;
}

div#header-clerk_info {
    margin-right: 20px;
    background-color: #E8DDAF;
    border: 1px solid #7B8E51;
    width: 300px;
    height: 70px;
    padding: 10px;
}

div#top-footer {
    min-height: 40px;
    height: auto !important;
    height: 40px;
    background-color: #66a4c6;
}

div#footer {
    min-height: 180px;
    height: auto !important;
    height: 180px;
    background-color: #b8e3ec;
}

div#content {
    min-height: 700px;
    height: auto !important;
    height: 700px;
    padding-top: 10px;
}

a {
    text-decoration: none;
    color: #80adf6;
}
a:visited
{
    color: #80adf6;
}
a:hover
{
    color: #a8c5f4;
}


ul#todo_list {
    margin-top: 200px;
    float: right;
    list-style: none;
}

ul#todo_list a {
    display: block;
    margin-top: 10px;
    padding: 25px 0;
    text-align: center;
    font-weight: bold;
    background-color: #DBE4FC;
    border: 1px solid #93A6D1;
    width: 130px;
    padding: 25px 0;
    color: #E06887;
}

select#admin_input {
    width: 300px;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

input#admin_input {
    width: 300px;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

form#admin {
    padding: 20px;
    margin: 0 auto;
    background-color: #EEF1F1;
    border: 1px solid #4773BA;
    margin-top: 30px;
    direction: rtl;
    text-align: center;
    width: 700px;
}

div#work-area {
    padding-bottom: 200px;
    margin: 0 auto;
    text-align: center;
    background-color: #eaffff;
    border: 1px solid #90C666;
    margin-top: 10px;
    margin-bottom: 10px;
    direction: rtl;
    text-align: center;
    width: 960px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    border-top: 0px;
}

span#bold_warning {
    color: red;
    font-weight: bold;
}

span.success {
    color: blue;
    font-weight: bold;
}

div.spacer20 {
    width: 20px;
}

div#panel_toolbar {
    min-height: 40px;
    height: auto !important;
    height: 40px;
    margin: 0 auto;
    margin-top: -20px;
    width: 600px;
    background-color: #ffecea;
    border: 1px solid #983f30;
    border-top: 0px;
    padding: 0px;
}
ul#panel_toolbar li {
    list-style: none;
    float: right;
}
div.public_toolbar {
    width: 100%;
    min-height: 15px;
    height: auto !important;
    height: 15px;
    background-color: #72ac22;
    clear: both;
}

ul.public_toolbar {
    list-style-image:none;
    list-style-type:none;
    text-align: center;
    direction: rtl;
    margin: auto;
    padding: 20px;
    padding-top: 18px;
    background-color: #84af3c;
}

ul.public_toolbar li {
    display: inline;
}


ul.public_toolbar li a {
    padding: 5px 5px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 20px;
    color: white;
    border: 1px solid #84af3c;
}

ul.public_toolbar li a:hover {
    border-bottom: 2px solid white;
}

ul#panel_toolbar{
    list-style: none;
    width: 600px;
}
ul.footer_toolbar {
    margin: 0px;
    list-style: none;
    background-color: #66a4c6;
    text-align: center;
    padding-bottom:8px;
}

ul.footer_toolbar li {
    display: inline;
}

ul.footer_toolbar a {
    padding: 5px 5px;
    padding-bottom:8px;
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
    line-height: 0;
    color: #ffffff;
}

ul.footer_toolbar a:hover {
    background-color: #477a96;
}

ul#header_gallery {
    list-style: none;
    margin-top: 15px;
}

ul#header_gallery li {
    float: right;
    width: 60px;
    height: 60px;
    border: 1px solid #99993d;
    background-color: #ebebcc;
    margin: 5px;
}

ul#header_gallery a {
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 0;
    color: #ffffff;
}

ul#header_gallery a:hover {
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 0;
    color: #ffffff;
    background-color: #477a96;
}

/*PERSONAL TOOLBAR*/
div.personal_toolbar {
    width: 100%;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background: #e3ebc5;
    border-top: 1px solid #999A1D;
}

div.subpersonal_toolbar {
    width: 50%;
    margin: 0 auto;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background: #e3ebc5;
    border-top: 1px solid #999A1D;
}

ul.personal_toolbar {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.personal_toolbar li {
    float: right;
}

ul.personal_toolbar a {
    padding: 10px 10px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 0;
    color: #999a1d;
    background-color: #e3ebc5;
}

ul.personal_toolbar a:hover {
    padding: 10px 10px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 0;
    color: #999a1d;
    background-color: #eeffb8;
}

/*END PERSONAL TOOLBAR*/
ul#pagination {
    list-style: none;
}

ul#pagination li {
    float: right;
}

ul#pagination a {
    padding: 10px 5px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 0;
    color: #999a1d;
    background-color: #faffea;
    border: 1px solid #5c724b;
}

ul#pagination a:hover {
    padding: 10px 5px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 0;
    color: #999a1d;
    background-color: #eeffb8;
    border: 1px solid #5c724b;
}

input#button {
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #E5CE9E;
    border: 1px solid #637040;
    color: #8E8169;
}

ul#panel_toolbar li a {
    padding: 5px 10px;
    width: 100px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #ad2e4d;
}

ul#panel_toolbar li a:hover {
    background-color: yellow;
}

div#window {
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #4773BA;
    margin: 0 auto;
}

form#login-form {
    width: 300px;
    margin: 0 auto;
}

div#title {
    font-weight: bold;
    padding: 5px;
    background-color: #90C666;
    margin-bottom: 20px;
    color: white;
    border-top: 1px solid #90C666;
    background: url(../images/system/title.png);
}

input#submit {
    min-width: 100px;
    width: auto !important;
    width: 100px;
    background-color: #DBDDDD;
    border: 1px solid #4773BA;
    color: #682B2B;
    padding: 5px 10px;
}

table#login {
    margin: 0 auto;
    text-align: right;
}

table#login td {
    padding: 5px;
    vertical-align: top;
}

table#login td:first-child {
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

div#companies {
    width: 400px;
    height: 200px;
    margin: 0 auto;
    background-color: #E7F2E9;
    border: 2px solid #4773BA;
}

tr#input-mailto {
}

div.notice {
    width: 600px;
    height: 50px;
    background-color: #D1E89E;
    border: 2px solid #637040;
    padding: 5px;
    color: #5058A3;
    margin: 0 auto;
}

span.pink-square {
    width: 25px;
    color: #A55050;
    font-weight: bold;
    font-size: 20px;
    background-color: #E59E9E;
    border: 2px solid #A55050;
    float: right;
}

hr.sep {
    height: 4px;
    color: #A35050;
    background-color: #A35050;
    margin-bottom: 5px;
}

div.member-search {
    height: 70px;
    width: 600px;
    margin-bottom: 15px;
    border: 3px solid #AD9160;
    background-color: #E5CE9E;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 15px;
}

p#justify {
    text-align: justify;
    margin: 15px;
}

select.text {
    width: 200px;
    padding: 5px;
    font-size: 15px;
}

input#text {
    width: 200px;
    padding: 5px;
    font-size: 15px;
}

/*Shiraz thumb*/
ul#thumb-shiraz {
    list-style: none;
}

ul#thumb-shiraz li {
    float: right;
}

ul#thumb-shiraz li a {
    float: right;
    color: #C4A466;
    width: 210px;
    height: 180px;
    background-color: white;
    margin: 5px;
    padding: 5px;
    border: 1px solid #C4A466;
}

ul#thumb-shiraz li a:hover {
    float: right;
    color: #E06887;
    width: 210px;
    height: 180px;
    background-color: #f2ecdf;
    margin: 5px;
    padding: 5px;
    border: 1px solid #C4A466;
}

/* shadow */
.blur {
    background-color: #ccc; /*shadow color*/
    color: inherit;
    position: relative;
    z-index: 3;
}

.shadow, .content {
    position: relative;
    bottom: 2px;
}

.shadow {
    background-color: #666; /*shadow color*/
    color: inherit;
    bottom: 1px;
}

/*end shadow*/
p.normal-img {
    text-align: justify;
    margin: 50px;
    color: #6a6f86;
    line-height: 25px;
    margin-left: 250px;
    direction: rtl;
}

.normal {
    background:white url(../images/inside/backpack.gif) no-repeat scroll left bottom;
    border-color:#FFDDAA;
    border-style:solid;
    border-width:15px 3px 3px;
    color:#362D1A;
    direction:rtl;
    height:auto !important;
    line-height:25px;
    margin:50px auto;
    min-height:700px;
    padding:50px 50px 250px;
    text-align:justify;
    width:800px;
}

img.p-start {
    margin: 20px;
    margin-top: 50px;
    border: 3px solid #64bcbc;
    width: 200px;
    height: 135px;
    float: left;
}

/**/
div#interior {
    margin: 0 auto;
    width: 86px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    background-color: #FFECEA;
    border: 5px solid #983F30;
}

ul#interior {
    list-style: none;
    margin: auto;
}

ul#interior li {
    float: right;
}

ul#interior a {
    padding: 20px 15px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 0;
    color: #AD2E4D;
}

ul#interior a:hover {
    padding: 20px 15px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 0;
    color: #ffffff;
    background-color: #AD2E4D;
}

/**/
table {
    color: #6A6F86;
}

/**/
p.shiraz-title {
    color: #777899;
    padding: 20px 10px;
    width: 400px;
    margin: 0 auto;
    background: #f2ecdf;
    font-weight: bold;
    border-bottom: 3px solid #777899;
    border-top: 3px solid #777899;
    text-align: center;
}

/*Hotel Prices*/
table#hotel-prices {
    margin: 0 auto;
}

table#hotel-prices tr td {
    margin: 0 auto;
    padding: 15px 5px;
    width: 150px;
    border: 1px solid #64BCBC;
}

/*End Of Hotel Prices*/
a.register {
    background-color: #DFE0F2;
    border: 1px solid #777899;
    padding: 10px 20px;
    color: #6A6F86;
}

a.register:hover {
    background-color: #777899;
    border: 1px solid white;
    padding: 10px 20px;
    color: white;
}

/*ESSENTIAL*/
/*2D info*/
table.info2d {
    margin: 0 auto;
}

table.info2d td:first-child {
    font-weight: bold;
}

/*END 2D info*/
/*FORM2D*/
table.form2d {
    margin: 0 auto;
}

table.form2d td:first-child {
    font-weight: bold;
    text-align: left;
}

/*END FORM2D*/
/*horizental list*/
ul.hrz {
    list-style: none;
    clear: both;
}

ul.hrz li {
    display: inline;
}

/*END horizental list*/
/*alert */
.alert {
    color: red;
}

.bold-alert {
    color: red;
    font-weight: bold;
}

/*end alert*/
/*record*/
table.records {
    margin:0 auto;
    border-collapse:collapse;
    background:#eaeae2;
}

table.records tr {
}

table.records tr td{
    padding:5px 10px;
}

/*end record*/

/* page title */
p.page-title{
    color:#6c7aa1;
    text-align:center;
    padding:0px 0px;
    font-weight:bold;
    font-size:28px;
}
/* end page title */

/*interior-cubs bar*/
ul.interior-cubs
{
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
ul.interior-cubs li
{
    font-weight: bold;
    font-size:10px;
    display: inline;
    margin-left:0.1em;

}
ul.interior-cubs li a
{
    color:#312816;
    background:#e9d9b5;
    padding: 1em 0.5em;
    font-weight:bold;
    border: 1px solid #967d49;
    line-height: 4em;
}
ul.interior-cubs li a:hover
{
    background:#e8dec5;
    color:#7c6033;
}
/*end interior-cubs bar*/

/* special links */
div.special-links {
    margin: 0 auto;
    width: 86px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    background-color: #FFECEA;
    border: 5px solid #983F30;
}

ul.special-links {
    width: 200px;
    list-style: none;
    margin: auto;
}

ul.special-links li {
    float: right;
    text-align: center;
    margin-right: 10px;
}

ul.special-links a {
    padding: 20px 15px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 0;
    color: #AD2E4D;
    background-color: #FFECEA;
    border: 5px solid #983F30;
}

ul.special-links a:hover {
    padding: 20px 15px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 0;
    color: #ffffff;
    background-color: #AD2E4D;
    border: 5px solid #983F30;
}
/*end special links */
/* top-normal-menu */
ul.top-normal-menu
{
    list-style: none;
    text-align: center;
}
ul.top-normal-menu li
{
    display: inline;
}
ul.top-normal-menu li a
{
    font-weight: bold;
    background: #fbffaa;
    border: 2px solid #f6fc70;
    padding: 10px 10px;
}
ul.top-normal-menu li a:hover
{
    background: #f6fc70;
}
/* end top-normal-menu */