

/*--------------------------------------------------------------------------ColouredButtons Style----------------------------------------------------------------------*/
.colouredButtonsPanel
{
    width:96%;
    margin-bottom:15px;
    margin-top:15px;
}

.colouredButton {
    padding: 5px 10px;
    display: inline;
    background: #777 url(../_img/icons/small/button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    height:18px;
    /*font-weight: bold;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
}
.colouredButton:hover {
    background-position: 0 center;
}
.colouredButton:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
}
.colouredButton.red { background-color: #e50000;color:white; }
.colouredButton.purple { background-color: #9400bf;color:white; }
.colouredButton.green { background-color: #58aa00;color:white; }
.colouredButton.orange { background-color: #ff9c00;color:white; }
.colouredButton.blue { background-color: #2c6da0;color:white; }
.colouredButton.black { background-color: #333;color:white; }
.colouredButton.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.colouredButton.small { font-size: 75%; padding: 3px 7px;color:white; }
.colouredButton.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.colouredButton.large { font-size: 125%; padding: 7px 12px; }
.colouredButton.large:active { padding: 8px 12px 6px; background-position: 0 top; }

/*--------------------------------------------------------------------------Buttons Style----------------------------------------------------------------------*/
.addButton {
    padding: 4px 15px;
    BORDER: #11ff11 1px solid;
    background-color: #99ff99;
    width: 180px;
    vertical-align: middle;
    margin-top: 4px;
    margin-bottom: 6px;
    position: absolute;
    left: 30px;
    display: block;
}
.addButton img {
    height: 16px;
}

.settingsButton {
    padding: 4px 15px;
    BORDER: #1111ff 1px solid;
    background-color: #ccccff;
    width: 180px;
    vertical-align: middle;
    margin-top: 4px;
    margin-bottom: 6px;
    position: absolute;
    left: 30px;
    display: block;
}
.settingsButton img {
    height: 16px;
}

.usual_button {
    background-image: url( '../_img/bg/buttonHover.png' );
    border:1px solid #999b9a;
    padding:1px 8px;
    margin-left: -1px;
    white-space: nowrap;
    font-family:tahoma,arial,sans-serif;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #000;
    height: 30px;
    text-align: center;
}

/*--------------------------------------------------------------------------Gray Table ----------------------------------------------------------------------*/
.grayTable {
    font-family: tahoma, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    /*width: 95%;*/
    border-collapse: collapse;
}
.grayTable th {
    font-size: 13px;
    text-align: center;
    direction: rtl;
    font-weight: normal;
    padding: 2px;
    background: #cccccc;
    border: 1px solid #fff;
    color: #039;
    height: 30px;
}
.grayTable td {
    font-family: tahoma, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    text-align: justify;
    direction: rtl;
    padding: 4px;
    background: #eeeeee;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #669;
    border-top: 1px solid transparent;
}
.grayTable tr:hover td {
    background: #e8e8e8;
    color: #339;
}
.grayTable tfoot td {
    background: #cccccc;
    color: #339;
}

/*-------------------------------------------------------------------------- Data Grid----------------------------------------------------------------------*/
.dataGrid {
    font-family: tahoma, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 8pt;
    width: 98%;
    border-collapse: collapse;
    margin-top:20px;
    margin-bottom:20px;
}
.dataGrid th {
    font-size: 10pt;
    text-align: center;
    direction: rtl;
    font-weight: normal;
    padding: 2px;
    background-color:#DFF4FF;
    border: 1px solid #fff;
    color: #039;
    height: 30px;
}
.dataGrid td {
    font-family: tahoma, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    text-align: justify;
    direction: rtl;
    padding: 4px;
    background: #e5e5e5;
    border: 1px solid #fff;
    color: #669;
}

/*--------------------------------------------------------------------------Content Table----------------------------------------------------------------------*/
.contentTable {
    width: 100%;
    height: auto;
    margin: 5px 0 10px 0;
    padding-bottom:10px;
    background-color: #f6f6f6;
    border: solid 1px #cdcdcd;
}
.headerBg
{
    width: 100%;
    height: 28px;
    background: transparent url(../_img/bg/contentHeaderBg.png) 0 0 repeat-x;
    border-bottom: solid 1px #cdcdcd;
}
.headerBg p
{
    font-size:13px;
    margin:0;
    padding:0;
    margin-right:10px;
    float:right;
    line-height:24px;
}
.icon
{
    /*float:right;*/
    width:24px;
    height:24px;
    margin-right:5px;
    margin-left:5px;
    margin-top:2px;
}

.settingsIcon
{
    float:left;
    width:24px;
    height:24px;
    margin-right:5px;
    margin-left:5px;
    margin-top:2px;
}

._returnLink{
    width:100%;
    text-align:center;
}
/*--------------------------------------------------------------------------Brief Panel----------------------------------------------------------------------*/
.briefPanel {
    margin-top:15px;
    border-collapse: collapse;
}

.briefPanel tr {
    min-height:25px;
    height:25px;
}
.briefPanel td {
    border: white 1px solid;
    padding:3px 8px;
    text-align:justify;
    direction:rtl;

}

.bullet
{
    height:12px;
    width:12px;
    float:left;
    margin-left:15px;
    margin-top:8px;
}
#menuItem ol,ul,p{margin:0;padding:0;list-style:none}


/*--------------------------------------------------------------------------Site Header & Footer---------------------------------------------------------------*/

/*--------------------------------------------------------------------------Search Panel----------------------------------------------------------------------*/
#searchesPanel
{
    float: right;
    width: 580px;
    height: 100px;
    background-color: #f5f5f5;
    border: solid 1px #bfbfbf;
    border-top:none;

    /*margin-right: 10px;*/
    margin-bottom: 10px;
    margin-top:-3px;
}
#searchesPanel .loginIcon
{
    float:right;
    margin-right:15px;
    width:28px;
    height:28px;
    margin-top:2px;
}
#searchesPanel a
{
    float: right;
    line-height: 28px;
    margin-right: 10px;}
#searchesPanel a:hover
{
    color:white;
}


/*--------------------------------------------------------------------------General Boxes----------------------------------------------------------------------*/
.searchBox {
    padding: 4px 15px;
    BORDER: #3399ff 1px solid;
    background-color: #ccccff;
    width: 250px;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 6px;
    position: absolute;
}
.commentBox {
    background: #efefff url( "../_img/icons/small/info.ico" ) no-repeat right top;
    BORDER: black 1px solid;
    width: auto;
    vertical-align: middle;
    line-height: 1.5em;
    margin: 5px;
    padding: 5px 25px 5px 25px;
}
.returnLink {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 10pt;
}

.deField{
    font-family:tahoma,sans-serif,serif,arial;
    font-size:12px;
    height:25px;
}

.titleBlock{
    background-color:#DFF4FF;
    border-color:black;
    border-style:solid;
    border-width:1px;
    vertical-align:middle;
    margin-bottom:35px;
    height:50px;
    text-align:center;
    font-weight:bold;
    font-family:tahoma,sans-serif;
}
.TipBox {
    BORDER: black 1px solid;
    BACKGROUND-COLOR: #b1cbef;
    padding: 5px;
    margin: 10px;
    line-height:1.5em;
}
.lightBox {
    BORDER: #cdcdcd 1px solid;
    BACKGROUND-COLOR: #99ff99;
    min-width:100px;
    padding: 5px;
    margin: 10px;
    line-height:1.5em;
}

.commonText{
    line-height:1.7em;
    font-family:tahoma;
    font-size:10pt;
    text-align:justify;
}

.bold_Links{height:30px;padding:1px 8px;FONT-SIZE: 12pt;}
.bold_Links A:link{text-decoration:none;}
.bold_Links A:visited{text-decoration:none;}
.bold_Links A:active {text-decoration:none;}
.bold_Links A:hover{font-size:13pt;font-weight:bold;color:blue;}
.celbg_blue{background-color:#DFF4FF ;}


/*--------------------------------------------------------------------Select Text Panel----------------------------------------------------------------------*/

/*--------------------------------------------------------------------------Main Container-----------------------------------------------------------------*/
#bodyPart{
    width:100%;
    min-width:780px;
    padding:8px 0 0 0 ;
    margin:-10px 0 0 0;
    border:0;
    min-height:425px;
    text-align:-moz-center;
}

/*--------------------------------------------------------------------------Home Page-----------------------------------------------------------------*/
.searchIcons {
    width:100%;
    overflow:hidden;
}
.searchIcons .searchIcon{
    float:right;
    text-align:center;
    width:23%;
    padding:10px 0 10px 0;
    border:solid 1px transparent;
}
.searchIcons .searchIcon:hover{
    border:solid 1px #cdffcd;
    background-color:#e9ffe9;
}
.searchIcons .searchIcon img{
    width:128px;
    height:128px;
}

#mainPagePanels{
    width:100%;
}
#mainPagePanels tr td{
    border:solid 1px #cdcdcd;
}



/*--------------------------------------------------------------------------Tabbed Panels----------------------------------------------------------------------*/
/* Horizontal Tabbed Panels */
.TabbedPanels {
    margin: 0;
    padding: 0;
    clear: both;
    width: 95%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
    margin: 0;
    padding: 0;
}
.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: right;
    padding: 4px 10px;
    margin: 0 1px 0 0;
    font: bold 10 tahoma,sans-serif;
    color:firebrick;
    background-color: #DDD;
    list-style: none;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
}
.TabbedPanelsTabHover {
    background-color: #CCC;
}
.TabbedPanelsTabSelected {
    background-color: #EEE;
    border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}
.TabbedPanelsContentGroup {
    clear: both;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    background-color: #EEE;
}
.TabbedPanelsContent {
    padding: 20px 0 20px 0;
}
.TabbedPanelsContentVisible {
}
/* Vertical Tabbed Panels */
.VTabbedPanels .TabbedPanelsTabGroup {
    float: left;
    width: 10em;
    height: 20em;
    background-color: #EEE;
    position: relative;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
    float: none;
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
    background-color: #EEE;
    border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0;
    width: 30em;
    height: 20em;
}

/*--------------------------------------------------------------------------Search Style----------------------------------------------------------------------*/
.searchTable
{
    font-family: tahoma , Sans-Serif;
    font-size: 12px;
    border-collapse: collapse;
}
.searchTable th
{
    border-collapse: collapse ;
    height:25px;
    text-align:center;
    background-color:#d8edf8;
    border-color:#fff;
    font-size:8pt ;
    font-weight:normal;
    font-family: Tahoma,sans-serif; ;
    color:#707070
}
.searchTable td
{
    /*height:24px ;*/
    background-color:#f8f8f8 ;
    padding:1px;
    border:1px solid white;
}
.searchTable td a
{
    width:100%;
    height:100% ;
    display:block;
    padding:1px;
    /*border:1px solid white;*/
}
.searchTable tfoot tr td
{
    background-color:#cccccc;
    font-size: 12px;
    color: #99c;
}

.searchTable tbody tr:hover td
{
    background: #d0dafd url('../_img/bg/gradhover.png') repeat-x;
    color: #339;
}


/*--------------------------------------------------------------------------Tooltip Style----------------------------------------------------------------------*/
.tooltipHeader {
    background: #F3F0E7;
    font-family: tahoma,sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #C8BA92;
    padding: 5px; /*width:250px;*/
}

.tooltipBody {
    background: #FFFFFF;
    font-family: tahoma,sans-serif;
    font-size: 12px;
    border-left: 1px solid #C8BA92;
    border-right: 1px solid #C8BA92;
    border-bottom: 1px solid #C8BA92;
    padding: 5px; /*width:250px;*/
}

/*--------------------------------------------------------------------------Detailes Forms Style----------------------------------------------------------------------*/
.detailesTable {
    margin:10px 10px 10px 10px ;
    border-width:0;
    border-collapse: collapse ;
    background-color:transparent;
    /*width:"100%";*/
    border:0 ;
}
.detailesTable td{
    padding:5px;
    /*background-color:#f2f2f2 ;*/
    border:1px solid white;
}
.detailesText{
    text-align:justify;
    line-height:1.9;
    font-size:10pt;
    background-color:beige;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------*/
