﻿/************************************************/
/* General Tag Styles*/
a
{
    cursor: pointer;
    text-decoration: none;
    color: #1B3849;
}
a:hover
{
    text-decoration: underline;
    color: #78ADCD;
}
a.disabled
{
    color: #999999;
    cursor: auto;
}
a.disabled:hover
{
    text-decoration: none;
}
img
{
    border: 0px;
}
body.main_body
{
    padding: 0 10px;
    margin: 0;
    height: 100%;
    overflow: auto;
    background: #DBDBDB;
}
div, td, p, input, select
{
    font-size: 11px;
    font-family: Tahoma;
    text-align: right;
}
.layout
{
    margin: 0px 5px 0px 5px;
    border: 1px solid #BCBCBC;
    border-width: 0 1px;
    background: #fff;
}
.layout .container
{
    margin: 10px 10px 0 10px;
    padding-bottom: 55px;
    min-height: 540px;
}
.spacer
{
    font-family: 0px;
    line-height: 0px;
    clear: both;
    display: inline;
    width: 100%;
    margin-top: -1px;
}
td
{
    vertical-align: top;
}
/************************************************/
/* Control Panel Styles*/
* html #AdminCP
{
    position: absolute;
}
#AdminCP
{
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    padding: 0px;
    text-align: center;
    color: #000;
    width: 100%;
    z-index: 100;
}
#AdminCP .taskbar
{
    margin-left: 20px;
    margin-right: 20px;
    height: 33px;
    position: relative;
    background: url(images/taskbar_bg.gif) repeat-x left 0;
    text-align: right;
}
#AdminCP .taskbar .ritem
{
    position: absolute;
    display: inline;
    right: 10px;
    height: 36px;
    padding-top: 7px;
}
#AdminCP .litem
{
    position: absolute;
    display: inline;
    left: 10px;
    height: 36px;
}
.litem a
{
    margin-top: 1px;
    display: block;
    float: left;
    width: 30px;
    padding-top: 7px;
    padding-right: 4px;
    height: 21px;
    text-align: center;
    background: url(images/sep_icon.gif) no-repeat right 6px;
}
.litem a:hover
{
    background: url(images/sep_icon.gif) no-repeat right 6px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.litem a.act
{
    background: #FFFFFF url(images/sep_icon.gif) no-repeat right 6px;
}
#AdminCP .appmenu_link
{
    position: absolute;
    display: inline;
    right: 10px;
    padding: 8px 10px 0px 9px;
    height: 19px;
    margin-top: -1px;
    font-weight: 600;
}
#AdminCP .appmenu_link_act
{
    position: absolute;
    display: inline;
    right: 10px;
    padding: 7px 9px 0px 9px;
    border: 1px solid #6A6A6A;
    background: #FFFFFF url(images/appmenu_bg.gif) right 0;
    height: 19px;
    margin-top: -1px;
    font-weight: 600;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius-bottomright: 3px;
    -webkit-border-radius-bottomleft: 3px;
}
#AdminCP .leftbar
{
    position: absolute;
    width: 3px;
    display: inline;
    background: url(images/box_all_bg.jpg) no-repeat left top;
    left: 0px;
    height: 36px;
}
#AdminCP .rightbar
{
    background: url(images/box_all_bg.jpg) no-repeat -3px top;
    position: absolute;
    display: inline;
    width: 3px;
    right: 0px;
    height: 36px;
}
#AdminCP a
{
    color: #3B5998;
    text-decoration: none;
}
#AdminCP a:hover
{
    color: #4A7E41;
    text-decoration: none;
}
#appmenu
{
    width: 230px;
    border: 1px solid #6A6A6A;
    position: absolute;
    bottom: 33px;
    right: 30px;
    background: #F8F8F8;
    visibility: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#appmenu .close
{
    display: inline;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(images/close.gif) no-repeat 0px 0px;
    width: 9px;
    height: 9px;
    cursor: pointer;
}
#appmenu .bg
{
    display: inline;
    position: absolute;
    bottom: -1px;
    right: 0px;
    width: 88px;
    text-align: center;
    color: #F5F5F5;
    height: 4px;
    background: #e3e3e3 url(images/border.gif) no-repeat 8px bottom;
}
#appmenu .head
{
    background: #95C48C;
    line-height: 17px;
    height: 20px;
    text-align: right;
    padding: 0px 5px 0px 5px;
    border-bottom: 1px solid #4F8745;
}
/************************************************/
/* Message Styles*/
#hi_message
{
    display: none;
    position: absolute;
    width: 300px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    bottom: 39px;
    left: 25px;
    min-height: 130px;
    background: #FFFFFF url(images/message_box_bg.jpg) repeat-x left bottom;
    direction: rtl;
    text-align: right;
    z-index: 500;
}
#hi_message .title
{
    display: block;
    height: 20px;
    line-height: 18px;
    padding: 0px 25px 3px 10px;
    background: url(images/border_dash.gif) repeat-x left bottom;
}
#hi_message .icon
{
    display: inline;
    position: absolute;
    right: 2px;
    top: 5px;
    height: 20px;
}
#hi_message .message
{
    margin: 5px;
    display: block;
}
#hi_message .min
{
    display: inline;
    position: absolute;
    left: 10px;
    top: 9px;
    height: 10px;
    width: 10px;
    background: url(images/min.gif) no-repeat left top;
    cursor: pointer;
}
.userBoxMessage
{
    background: url(images/alert.gif) no-repeat right 2px;
    display: inline;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: absolute;
}
/************************************************/
/* Header Styles*/
.admin_header
{
    background: url(images/header_bg.gif) repeat-x 0 0;
    height: 90px;
    width: 100%;
    position: relative;
    text-align: left;
}
/************************************************/
/* Form Styles*/
.rform
{
    width: 900px;
    position: relative;
    direction: ltr;
    overflow: visible;
    height: auto;
    border: solid 1px #CCD3D9; /*border-bottom:0px;*/
}
.module_container
{
    width: 98%;
    direction: ltr;
    position: relative;
    overflow: visible;
    height: 100%;
    border: solid 1px #D3D8DC;
    background: url(images/box_all_bg.jpg) repeat-x 0px -540px;
}
.module_container .ph
{
    margin: 10px;
    z-index: -1;
    text-align: right;
    direction: rtl;
}
.module_container .head
{
    clear: both;
    width: 100%;
    height: 40px;
    background: url(images/border_head.gif) repeat-x 0px bottom;
}
.module_container .lt
{
    position: absolute;
    display: inline;
    top: -1px;
    left: -1px;
    background: url(images/box_all_bg.jpg) repeat-x 0px -480px;
    height: 60px;
    width: 6px;
}
.module_container .rt
{
    position: absolute;
    display: inline;
    top: -1px;
    right: -1px;
    background: url(images/box_all_bg.jpg) repeat-x 6px -480px;
    height: 60px;
    width: 6px;
}

.head .help_icon
{
    position: absolute;
    display: inline;
    left: 9px;
    top: 14px;
}
.head .action_icon
{
    right: 10px;
    top: 14px;
    display: inline;
    position: absolute;
    cursor: pointer;
    background: url(images/actmenu_icon.gif) no-repeat;
    width: 15px;
    height: 11px;
}
.head .module_icon
{
    top: 12px;
    right: 30px;
    display: inline;
    position: absolute;
}
.head .title
{
    top: 7px;
    right: 50px;
    position: absolute;
    display: inline;
    line-height: 25px;
    color: #505F69;
}
/************************************************/
/* Actions Menu Styles*/
.action_menu
{
    display: none;
    position: absolute;
    right: 8px;
    top: 33px;
    background: #E3E7EA;
    color: #000000;
    width: 150px;
    font-size: 11px;
    border: 1px solid #8A95B3;
    z-index: 10000;
    text-align: right;
    direction: rtl;
}
.action_menu ul, .action_menu li
{
    margin: 0px;
    padding: 0px;
}
.action_menu ul
{
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #BEC5D6;
    padding: 5px;
    background: url(images/actmenu_bg.jpg) repeat-x left top;
}
.action_menu li
{
    list-style-type: none;
    list-style-position: outside;
    background: url(images/border_actmenu.gif) repeat-x left bottom;
    line-height: 20px;
    padding-bottom: 5px;
}
.action_menu li a
{
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    background: url(images/icon_event.gif) no-repeat right 4px;
    display: block;
    padding-right: 18px;
    color: #57636F;
}
.action_menu li a:hover
{
    color: #000000;
}
/************************************************/
/* ToolTip Styles*/
#tt
{
    position: absolute;
    display: block;
    z-index: 20000;
}
#tttop
{
    display: block;
    height: 25px;
    background: #FF0000 url(images/fhelp.gif) 98% 2px no-repeat;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    padding: 0px 32px 0px 20px;
    font-family: tahoma;
    font-size: 11px;
    line-height: 23px;
    color: #FFFFFF;
    border-bottom: 1px solid #FF6F6F;
}
#ttcont
{
    display: block;
    padding: 2px 7px 15px 7px;
    background: #666;
    color: #FFF;
    text-align: right;
    direction: rtl;
    border-top: 1px solid #000000;
}
/************************************************/
/* Form Styles*/
.mform
{
    direction: rtl;
    padding: 10px 10px 10px 10px;
    width: 700px;
    margin: 10px;
}
.mform .header
{
    color: #003366;
    width: 100%;
    padding-bottom: 8px;
    background: url(images/border_dash.gif) repeat-x left bottom;
}
.mform .subheader
{
    color: #003366;
    width: 100%;
    padding: 8px 0px 8px 0px;
    background: url(images/border_actmenu.gif) repeat-x left bottom;
}
.mform .map_path
{
    display: block;
    margin: 5px 0px 15px 0px;
    line-height: 18px;
    padding: 5px;
}
.mform .items
{
    clear: both;
    padding: 15px 5px 15px 5px;
}
.mform .footer
{
    clear: both;
    width: 100%;
    text-align: right;
    padding-top: 10px;
    background: url(images/border_dash.gif) repeat-x left top;
}
.mform .footer a
{
    text-decoration: underline;
}
.mform .header a
{
    text-decoration: underline;
}
.mform .item, .mform .item_nowrap
{
    width: 100%;
    overflow: visible;
    height: auto;
    margin-bottom: 10px;
}
.mform .item
{
    clear: both;
}
.mform .label
{
    float: right;
    width: 130px;
    text-align: right;
    padding-left: 10px;
    padding-top: 1px;
}
.mform .control
{
    margin-right: 130px;
}
.small .label
{
    width: 80px;
}
.small .control
{
    margin-right: 80px;
}
.mform .control input[type=text]
{
    width: 300px;
}
input.normal_input, textarea
{
    border: 1px solid #545454;
    border-bottom-color: #A1A1A1;
    border-right-color: #A1A1A1;
    background: #FFFFFF url(images/input_bg.gif) no-repeat left top;
}
input.normal_input
{
    width: 220px;
}
.mform .control select
{
    border: 1px solid #545454;
    border-bottom-color: #A1A1A1;
    border-right-color: #A1A1A1;
    background: #FFFFFF url(images/input_bg.gif) no-repeat left top;
    height: 20px;
    width: 152px;
}
.btn-cmd, .butt
{
    line-height: 13px;
    padding: 1px 10px 3px 10px;
    text-align: center;
    background: url(images/box_all_bg.jpg) repeat-x 0px -365px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    cursor: pointer;
    width: auto;
}
/************************************************/
/*Pager Styles*/
div.pager
{
    color: #FF6500;
    font-size: 10px;
    text-align: center;
    margin: auto;
    direction: ltr;
    padding: 6px 0;
    margin: 10px auto;
}
div.pager *
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.pager a
{
    border-right: #ff9600 1px solid;
    padding-right: 7px;
    background-position: 50% bottom;
    border-top: #ff9600 1px solid;
    padding-left: 7px;
    background-image: url(images/pager_bg.jpg);
    padding-bottom: 5px;
    border-left: #ff9600 1px solid;
    color: #ff6500;
    margin-right: 3px;
    padding-top: 5px;
    border-bottom: #ff9600 1px solid;
    text-decoration: none;
}
div.pager a:hover
{
    border-right: #ff9600 1px solid;
    border-top: #ff9600 1px solid;
    background-image: none;
    border-left: #ff9600 1px solid;
    color: #ff6500;
    border-bottom: #ff9600 1px solid;
    background-color: #ffc794;
}
div.pager a:active
{
    border-right: #ff9600 1px solid;
    border-top: #ff9600 1px solid;
    background-image: none;
    border-left: #ff9600 1px solid;
    color: #ff6500;
    border-bottom: #ff9600 1px solid;
    background-color: #ffc794;
}
div.pager span.current
{
    border-right: #ff6500 1px solid;
    padding-right: 7px;
    border-top: #ff6500 1px solid;
    padding-left: 7px;
    font-weight: bold;
    padding-bottom: 5px;
    border-left: #ff6500 1px solid;
    color: #ff6500;
    margin-right: 3px;
    padding-top: 5px;
    border-bottom: #ff6500 1px solid;
    background-color: #ffbe94;
}
div.pager span.disabled
{
    border-right: #ffe3c6 1px solid;
    padding-right: 7px;
    border-top: #ffe3c6 1px solid;
    padding-left: 7px;
    padding-bottom: 5px;
    border-left: #ffe3c6 1px solid;
    color: #ffe3c6;
    margin-right: 3px;
    padding-top: 5px;
    border-bottom: #ffe3c6 1px solid;
}
/***********************************************/
/* Tickets Management Styles */
.ticket
{
    border-bottom: 1px dotted #333;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 20px;
    position: relative;
    width: 500px;
    margin: 0 auto;
}
.ticket .email
{
    position: absolute;
    top: 2px;
    right: 0;
}
.ticket .date
{
    position: absolute;
    top: 2px;
    left: 0;
    color: #888;
}
.ticket .comment
{
    color: #444;
    padding: 3px;
    text-align: justify;
    direction: rtl;
    line-height: 17px;
}
/*****************Ghafari**********************/
.price_box
{
    border: 1px solid #666666;
    padding: 5px;
    width: 150px;
    background: #EEEEEE;
    direction: rtl;
    text-align: center;
    margin-left: 20px;
}
/* Top Menu Link */
#tnav
{
    font: 11px tahoma;
    z-index: 10000;
    position: relative;
    margin: auto;
    clear: both;
}

#tnav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    direction: rtl;
    background: #fff url(images/appmenu_bg.gif);
    width: 230px;
}
#tnav ul li
{
    position: relative;
    display: block;
    direction: rtl;
    font-size: 0;
    line-height: 0;
}
#tnav ul li a
{
    display: block;
    padding: 3px 5px 6px 5px;
    color: #555;
    text-decoration: none;
    text-align: right;
    direction: rtl;
    background: transparent;
    border-top: 1px solid #ccc;
    font-size: 11px;
    line-height: 14px;
}
#tnav ul li a:hover
{
    color: #333;
    background: #eee;
}
#tnav ul li ul
{
    position: absolute;
    right: 0;
    display: block;
    border: 1px solid #000;
    font-size: 0px;
    line-height: 0px;
    direction: rtl;
    width: 160px;
    visibility: hidden;
    z-index: 1000000;
    background: #eee;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius-topleft: 3px;
    -webkit-border-radius-bottomleft: 3px;
    -moz-box-shadow: 0 1px 2px #CCC;
    opacity: 0.9;
    filter: alpha(opacity:90);
}
#tnav ul li ul li ul
{
    border: 1px solid #CFF0FF;
}
#tnav ul li ul li
{
    display: list-item;
    float: none;
    font-size: 0px;
    line-height: 0px;
    width: 160px;
    padding: 0px;
    margin: 0px;
}
#tnav ul li ul li ul
{
    top: 0;
}
#tnav ul li ul li a
{
    font: normal 11px tahoma;
    color: #333;
    padding: 2px 5px 6px 5px;
    background: #fff;
    border: 0px;
    text-align: right;
    width: auto;
    border-bottom: 1px solid #222;
}
#tnav ul li ul li a:hover
{
    color: #000;
    background: #eee;
}
.arr_d
{
    position: absolute;
    top: 9px;
    left: 7px;
    height: 6px;
    width: 10px;
    background: url(images/arr_d.gif) no-repeat 0 0;
}
.arr_r
{
    position: absolute;
    top: 9px;
    left: 5px;
    width: 8px;
    height: 9px;
    background: url(images/arr_li.gif) no-repeat;
}
.tnav .icon
{
    text-align: center;
    width: 25px;
    float: right;
    padding: 2px 0;
}
/*****************Ghafari**********************/
/*Table Styles*/
.rec_list
{
    direction: rtl;
}
.icon
{
    text-align: center;
    width: 30px;
}
.rec_list th
{
    font-weight: normal;
    padding: 10px 2px 10px 2px;
    background: #666 url(images/grid-view-th-bg.jpg) repeat-x left bottom;
    color: #000;
    text-align: right;
    border-bottom: 2px solid #fff;
}
.rec_list td
{
    padding: 5px 2px 5px 2px;
    text-align: right;
    vertical-align: middle;
    background: #F7F7F7 url(images/grid-view-item-bg.jpg) repeat-x;
    border-bottom: 2px solid #fff;
}
div.chk_checked
{
    background: url(images/checked.gif) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}
div.chk_unchecked
{
    background: url(images/unchecked.gif) repeat-x;
    width: 16px;
    height: 16px;
    display: block;
}
.price_box
{
    border: 1px solid #666666;
    padding: 5px;
    width: 150px;
    background: #EEEEEE;
    direction: rtl;
    text-align: center;
    margin-left: 20px;
}

.flag_selector
{
    clear: both;
    display: inline;
}
.flag_selector div
{
    float: right;
    margin-left: 15px;
}
.flag_selector .check
{
    margin: 0px;
}
.grid-view-item
{
    float: right;
    width: 130px;
    height: 150px;
    text-align: center;
}
.grid-view-item img
{
    max-width: 100px;
    max-height: 100px;
}
.grid-view-item .image
{
    width: 100px;
    height: 100px;
    border: 1px solid #aaa;
    padding: 2px;
    display: block;
    margin: 0 auto;
}
.grid-view-item .name
{
    color: #888;
    display: block;
    text-align: center;
}
/****************************/
/* Tabs */
.grtabs
{
}
.grtabs .tbbar ul
{
    border-bottom: 1px solid #95A8BF;
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
    clear: both;
}
.tbbar *
{
    font-family: tahoma;
}
.tbbar li
{
    list-style-type: none;
}
.tbbar li.first a
{
    border-left-width: 0;
}
.tbbar li.last a
{
    border-right-width: 0;
}
.tbbar li
{
    float: right;
}
.tbbar span
{
    float: left;
}
.tbbar li
{
    display: inline;
}
.tbbar li .box
{
    display: none;
}
.tbbar span.hover
{
    display: none;
    background: #F9F9F9;
    border-style: solid;
    border-color: #95A8BF;
    border-width: 4px 1px 1px 1px;
    position: relative;
    margin-left: -1px;
    margin-top: -4px;
    padding: 4px 12px 6px 12px;
    border-bottom-color: #F9F9F9;
    bottom: -1px;
}
.tbbar span.default
{
    padding: 5px 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 1px;
    background: #F1F1F1;
    color: #666;
    cursor: pointer;
}
.tbbar a:hover
{
    color: #000;
    text-decoration: none;
}
.tbbar li.act span.hover
{
    display: block;
}
.tbbar li.act span.default
{
    display: none;
}
.grtabs .slider
{
    min-height: 150px;
    clear: both;
    padding: 10px 5px;
    direction: rtl;
    display: none;
    background: #F9F9F9;
    border: 1px solid #95A8BF;
    border-top: 0;
    display: none;
}
.grtabs .tabbox.act
{
    display: block;
}
/****************************/
#sfList
{
    border: 2px dotted #bbb;
    padding: 2px;
    overflow: auto;
    height: 130px;
    display: block;
    width: 200px;
}
#sfList select
{
    border: 0px;
    direction: rtl;
    background: transparent;
    height: 130px;
    width: 200px;
    padding: 2px;
}
#sfList select option
{
    padding: 3px;
}
.sf_cmd
{
    float: right;
    width: 20px;
    height: 20px;
    background: url(/images/ef_icons.gif) no-repeat;
    overflow: hidden;
    margin: 3px 1px;
    cursor: pointer;
}
.fs_commands
{
    clear: both;
    width: 100%;
    overflow: auto;
    display: block;
}
.remove
{
    background-position: -20px 0;
}
.down
{
    background-position: -40px 0;
}
.up
{
    background-position: -60px 0;
}
.sf_manage
{
    width: 210px;
}
.sf_manage input
{
    margin: 3px 2px;
    width: 203px;
    border: 1px solid #bbb;
}
ul.enum
{
    overflow: auto;
    padding: 4px;
    direction: ltr;
}
.enum li
{
    list-style-type: none;
    background: url(images/ef_checked.gif) no-repeat right -1px;
    height: 16px;
    padding-right: 18px;
    float: right;
    margin: 3px;
    border-right: 1px dotted #555;
}
.td-center table td
{
    text-align: center;
}
/**********************************/
.tmb_item
{
    width: 110px;
    margin: 5px;
    min-height: 130px;
}
.tmb_item .thumb
{
    width: 105px;
    height: 105px;
    border: 1px dotted #888;
}
.tmb_item .thumb img
{
    padding: 1px;
    border: 1px solid #666;
    background: gray;
    max-width: 100px;
    max-height: 100px;
}
.loc-man label
{
    color: #006699;
    display: block;
}
.loc-man input
{
    margin: 4px 2px;
}
/**************/
.flup
{
    position: relative;
    direction: ltr;
    width: 300px;
    margin-right: 8px;
}
.fakefile input
{
    margin: 0;
    padding-top: 3px;
    width: 290px;
    height: 20px;
    text-align: left;
    direction: ltr;
}
.flup .link
{
    display: block;
    padding-right: 20px;
    text-align: right;
    color: #006699;
    font: 11px tahoma;
    line-height: 18px;
    text-decoration: none;
}
.flup .link:hover
{
    text-decoration: underline;
}
.flup .fm
{
    background: url(/App_Themes/Admin/images/search.gif) no-repeat right 0;
}
.flup .url
{
    background: url(/App_Themes/Admin/images/doc.gif) no-repeat right 1px;
}
/***********************************/
.tmb_item
{
	width:110px;
	margin:5px;
	min-height:130px;
}
.tmb_item .thumb
{
	width:105px;
	height:105px;
	border:1px dotted #888;
}
.tmb_item .thumb img
{
	padding:1px;
	border:1px solid #666;
	background:gray;
	max-width:100px;
	max-height:100px;
}
.loc-man label
{
	color:#006699;
	display:block;
}
.loc-man input
{
	margin:4px 2px; 
}
.grid-item
{
	margin:5px;
	float:right;
	min-width:120px;
	min-height:120px;
	border:1px solid #555;
	padding:1px;
}
.grid-item img
{
	margin-bottom:3px;
	max-width:120px;
	max-height:120px;
}
/**************/
