/*
/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a {
    /*font-family: Tahoma,Arial, Helvetica, sans-serif;*/
    /*font-size: 11px;*/
    font-weight: bold;
    color: #577B95;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

* {
    margin: 0;
   /* font-family: Tahoma;*/
}

body {
    /*font: 8pt Tahoma,Arial, Helvetica, sans-serif;*/
    color: #000000;
    line-height: 20px;
    background-color: #f8f8f8;
    /*background-color: #000000;*/
    direction: rtl;
    font-size: 0.75em;
}
.container
{
    width:75%;
    margin-right:auto;
    margin-left:auto;
}
footer {
    left: 0;
    bottom: 0;
    height: 262px;
    width: 100%;
    background-color: #dddddd;
    background-color: #006DB4;
    border-top: 5px solid #10147E;
}

fieldset {
    padding-top: 2px;
    padding: 5px;
    border-color: #0066CC;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    margin: 2px;
}

.blue fieldset {
    padding-top: 2px;
    padding: 5px;
    border-color: #0066CC;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    margin: 2px;
}

fieldset legend {
    font-weight: bold;
    color: white;
    /*border-radius: 3px;*/
    background-color: #006DB4;
    border-style: solid;
    border-width: 1px;
    border-color: #0066CC;
    padding-left: 5px;
    padding-right: 5px;
    width: 170px;
    text-align: center;
    /*background-image: url('../Images/icon/fieldset_legend.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: right;*/
    border-radius: 5px;
}

p {
    text-align: justify;
}

#mainbg {
    width: 1016px;
    margin: 0 auto;
}

.main {
    margin: 0 auto;
    padding-top: 1px;
    float:left;
    width:100%;
}

.header {
    background-position: top;
    width: 100%;
    background-image: url('banner3.jpeg');
    background-repeat: no-repeat;
    background-size:100%;
    background-position-x: center;
    height:0px;
    margin: 0 auto;
}

.content {
    direction: rtl;
}

.contentWithOutPadding {
    background-color: #FFFFFF;
    color: #4F4F4F;
    direction: rtl;
}

#logo {
    background-position: right;
    width: 1016px;
    margin: 0 auto;
    text-align: center;
    height: 70px;
    background-image: url('../images/logo64.png');
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#logo a {
    font-family: Tahoma,Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-style: italic;
    color: #FFFFFF;
}

#logo h1 {
    font-size: 26px;
}

#divAccess {
    float: left;
    height: 20px;
    margin-left: -7px;
    padding-top: 25px;
}

#divLoginStatus {
    float: left;
    width: 180px;
    left: -130px;
    font-family: Tahoma;
}

#LoginStatus1 {
    float: left;
    color: #FFFF00;
}

#divDate {
    text-align: left;
    width: 200px;
    float: left;
}

#buttons {
    width: 1016px;
    height: 57px;
    margin: 0 auto;
    padding-top: 15px;
    background: url(../images/menubg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

/*#buttons ul {
padding-left: 0px;
}

#buttons li {
display: inline;
}*/

#buttons a {
    font-family: Tahoma,Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    display: block;
    float: left;
    width: 20%;
    height: 37px;
    padding-top: 19px;
    margin-top: 1px;
}

#buttons a:hover, .active {
    background: url(../images/menu_h.png);
    background-repeat: no-repeat;
    background-position: center;
}

.header_back {
    background: url(../images/header_back.png) no-repeat;
    width: 1016px;
    height: 245px;
    padding-top: 7px;
}


#left {
    width: 249px;
    padding-left: 1px;
    float: left;
    margin-top: 3px;
}

#left h2 {
    font-family: Tahoma,Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    height: 27px;
    padding-top: 10px;
    background: url(../images/title_left.png);
    background-repeat: no-repeat;
    background-position: top left;
}

#left .company {
    padding-top: 10px;
}

.numleft {
    background: url(../images/numbg.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 37px;
    min-height: 37px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 0px 8px 0px 8px;
}

.numleft p {
    padding-top: 10px;
}

.newsright {
    padding-left: 10px;
    padding-right: 10px;
}

#left .read a {
    color: #577B95;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px dotted #577B95;
    margin-right: 10px;
}

.left_grad {
    background: url(../images/left_grad.png) no-repeat;
    background-position: top left;
    min-height: 154px;
}

.left_bg {
    background: url(../images/left_bg.png) repeat-y;
    background-position: left;
}

.left_bot {
    background: url(../images/left_bot.png) repeat-y;
    background-position: left top;
    height: 5px;
    margin-bottom: 3px;
}

.left_bg {
    background: url(../images/left_bg.png) repeat-y;
    background-position: left;
}

.left_bot {
    background: url(../images/left_bot.png) repeat-y;
    background-position: left top;
    height: 5px;
    margin-bottom: 3px;
}

#center1Col {
    width: 1015px;
    float: left;
    font-family: Tahoma, arial;
    font-size: 11px;
    color: #000000;
    text-align: justify;
    table-layout: fixed;
    margin-left: 2px;
}

#center2Col {
    width: 800px;
    float: left;
    background-color: #FFFFFF;
    font-family: Tahoma, arial;
    font-size: 11px;
    color: #000000;
    text-align: justify;
    table-layout: fixed;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 2px;
    margin-top: 5px;
}

#center3Col {
    width: 553px;
    float: left;
    background-color: #FFFFFF;
    font-family: Tahoma, arial;
    font-size: 11px;
    color: #000000;
    text-align: justify;
    table-layout: fixed;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 2px;
    margin-top: 5px;
}

#center p {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-align: justify;
}


.text {
    padding: 10px;
    background: #ffffff url(../images/text_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    min-height: 64px;
}


.read {
    text-align: right;
    padding-bottom: 5px;
    padding-right: 5px;
}

#center .read {
    height: 26px;
    padding-top: 3px;
    background: url(../images/read.png);
    background-repeat: no-repeat;
    background-position: top;
}

#center .read a {
    color: #ffffff;
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    padding-right: 15px;
    text-decoration: none;
}

.read a:hover {
    text-decoration: underline;
}

#right {
    width: 15%;
    float: right;
    margin-top: 3px;
}

#right h2 {
    font-family: Tahoma,Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    background: url(../images/Pub_Images/title_right.png);
    background-repeat: no-repeat;
    background-size:contain;
    height:26px;
    background-position: center;
    background-size: 100%;
}

.right_grad {
    background: url(../images/right_grad.png) no-repeat;
    background-position: top left;
    min-height: 40px;
}

.right_bg {
    background: url(../images/right_bg.png) repeat-y;
    background-position: left;
}

.right_bot {
    background: url(../images/right_bot.png) repeat-y;
    background-position: left top;
    height: 4px;
    margin-bottom: 3px;
}

.categories {
}

.categories a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.categories a:hover {
    font-weight: normal;
    color: #ff0000;
    text-decoration: none;
}

.categories ul {
    padding-left: 5px;
    padding-right: 5px;
}

.categories ul li {
    list-style: none;
    padding: 3px 5px 3px 5px;
    border-bottom: 1px dotted #979797;
}

.recent a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.recent ul {
    padding-left: 10px;
    padding-right: 10px;
}

.recent ul li {
    list-style: none;
    padding: 3px 5px 3px 13px;
    background: url(../images/ls1.png);
    background-repeat: no-repeat;
    background-position: right 11px;
}

.banneritem {
    text-align: center;
}

#footer {
    height: 40px;
    font-size: 10px;
    color: #ffffff;
    padding-top: 10px;
    text-align: center;
    clear: both;
    background: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 1px;
    padding-bottom: 5px;
}

#footer p {
    text-align: center;
}

#footer a {
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.padding {
    padding: 10px;
    color: #FF0000;
    font-weight: bold;
}


/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
    background: url(../images/top.jpg) no-repeat;
    width: 1000px;
    height: 236px;
    margin: 0 auto;
}

#slider {
    position: relative;
    width: 1000px;
    height: 236px;
    background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#slider a {
    border: 0;
    display: block;
}

.nivo-controlNav {
    position: absolute;
    left: 260px;
    bottom: -42px;
    display: none;
}

.nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}

.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}

#divMarque {
    height: 25px;
    background: url(../images/main-bg.png) repeat-x;
    color: #FFFF00;
    font-size: 12px;
    vertical-align: bottom;
    padding-top: 10px;
}


/*-------------------------------GridView-------------------------*/
.GridView {
    font-family: Tahoma;
    padding: 5px;
    margin: 0px;
    text-align: right;
    border-spacing: 10px;
    word-spacing: 1px;
    text-indent: 5px;
    line-height: 20px;
}

.GridView th {
    font-size: 11px;
    height: 21px;
}

GridView td {
    width: 21px;
}

.GridView tr:hover td {
}

.Gvw_AltRow {
    background-color: #E9E9E9;
}

/*.Gvw_ContainerDiv {
    border: 1px groove #000000;
    width: 400px;
    height: 170px;
    overflow: scroll;
    padding-left: 20px;
}*/

.Gvw_Div {
    width: 98%;
    height: 170px;
    overflow: scroll;
    padding-left: 20px;
}
/*-------------------------------------------------------*/
.textBox {
    font-family: Tahoma, Arial;
    font-size: 11px;
    text-align: right;
    vertical-align: middle;
    width: 130px;
    height: 16px;
}

.dropDownList {
    font-family: Tahoma, Arial;
    font-size: 11px;
    text-align: right;
    vertical-align: middle;
    width: 100px;
    height: 21px;
    background-color: #FFFF99;
}

.button {
    font-family: Tahoma, Arial;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    width: 85px;
    height: 25px;
}
