﻿body
{
 /*   background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
     background: #404040 url('../img/bageBackground.jpg') no-repeat center top;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px; 
     background-color: #404040;
    margin: 12px auto 0px auto;
    border: 1px solid #496077;
    border-radius: 15px;
   
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #000000;
    width: 100%;
    top: 0px;
    right: 0px;
    border-radius: 15px 15px 0px 0px;
    background-image: url('../img/bannar.JPG');
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 20px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.header h2
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 20px 15px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 1em;
    font-size: 1em;
}

.main
{
    background-position: center 100%;
    background-color: White;
    padding: 0px 12px;
    margin: 2px;
    min-height: 420px;
    /*background-image: url('../img/white-background4.jpg');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}




/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-position: center;
     width: 100%;
    color: #FF99FF;
    background-color:  #000000 ;
}

div.menu
{
    background-position: center;
    padding: 4px 0px 4px 8px;
    background-repeat: repeat-x;
    font-size: small;
    color: #FF99FF;
    position: relative;
    z-index: 1000;
    background-color:  #000000 ;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0;
    width: auto;
    color: #FF99FF;
    background-color:  #000000 ;
}

div.menu ul li a, div.menu ul li a:visited
{
    border: 1px dotted #8C8C8C;
     display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
     color: #FF99FF;
    background-color:  #000000 ;
}

div.menu ul li a:hover
{
    color: #000000;
    background-color: #FF99FF;
    text-decoration: none;
}

div.menu ul li a:active
{
     color: #FF99FF;
    background-color:  #000000 ;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: right;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    border-radius: 15px 15px 0px 0px;
    float: left;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.Footer
{
    background-position: center;
    padding: 2px;
    background-repeat: repeat-x;
    border-radius: 0px 0px 15px 15px;
    color: #FF99CC ;
    font-size: x-small;
    text-decoration: blink;
    font-style: oblique;
    vertical-align: middle;
    background-color: Black;
    height: 18px;
}

.button
{
    padding: 1px;
    border-radius: 7px;
    background-color: #1795C3;
    font-family: 'Courier New' , Courier, monospace;
    color: #FFFFFF;
}
.HeaderSeprater
{
    padding: 7px;
    background-image: url('../img/headerSeprateer.jpg');
    background-repeat: repeat-x;
    height: 5px;
}
img
{
    max-width: 100%;
    height: 78px;
    width: 153px;
}
.search
{
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    ease-in-out-webkit-transition: width 0.4s;
    transition: width 0.4s ease-in-out;
}
.search:focus
{
    width: 100%;
}

div.card
{
    padding: 5px;
    margin: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: table;
}


input[type=text], select
{
    padding: 2px 3px;
    margin: 0px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 700;
}

input[type=Password], 

input[type=Password], select
{
    padding: 2px 3px;
    margin: 4px 2px 0px 2px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
     
}


adding: 1px;
    background-color: #1795C3;
    color: #FFFFFF;
    border-width: medium;
    border-radius: 4px;
    cursor: pointer;
    font-size: small;
    height: 35px;
}





input[type=submit]:hover
{
    background-color: #1795C3;
}

.displaylable
{
    padding: 5px;
    color: White;
    background-color: #1795C3;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: large;
    font-family: Arabic Transparent;
    text-align: center;
}
.displaylable2
{
    padding: 5px;
    color: White;
    background-color: #1795C3;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: large;
    font-family: Arabic Transparent;
    text-align: center;
}
.about_header
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: large;
}
.about_body
{
    padding: 20px;
    margin: 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.Seprator
{
    background-color: #66CCFF;
    height: 11px;
}
