﻿/* DEFAULTS
----------------------------------------------------------*/
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src:url('../Styles/Fonts/DroidKufi-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src:url('../Styles/Fonts/DroidKufi-Bold.ttf') format('truetype');
}

img
{
    border:0px;
}

html
{
    /*background-image:url('../Images/backg.png');*/
    /*background-image:url('../Images/Background.jpg');
    /*background-size:cover;*/
    font-family: Arial, Helvetica, Verdana, sans-serif;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/back.png', sizingMethod='scale');*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/back.png', sizingMethod='scale')";*/
}

body
{
    font-size: .80em;
    /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    color:#464646;
    /*background: url('../Images/body-tile.png') repeat-x scroll left top transparent;*/
}

a
{
    color: #1570a6;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -ms-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
}

a:focus, a:hover {
color: #083047;
text-decoration: underline;
}

#DIV_MainMenu
{
    /*width:100%;*/
    width:960px;
    padding-top:0px;
    /*-----background-color:#EBF3FC;*/
    /*background-color:#B3C6C7;*/
    background-color:#E1E1E1;
    /*-webkit-border-radius:5px 0px 0px 5px;
    -moz-border-radius:5px 0px 0px 5px;
    border-radius:0px 0px 5px 5px;*/
    border-bottom:1px solid #999;
}

#UL_MainMenu
{
    height:22px;
    list-style:none;
    margin-top:0px;
    margin-bottom:0px;
    text-align:left;
    padding-left:0px;
}

#UL_MainMenu li
{
    padding:0px 10px 4px 10px;
    /*border-right: 1px solid #99B0D0;*/
    display:inline;
    float:left;
    margin:0px;
    padding-top:3px;
}

#UL_MainMenu>li
{
    min-width:70px;
    text-align:center;
    /*border-right: 3px solid #E2E2D2;*/
    border-right:1px solid #CBCBCB;
}
#UL_MainMenu>li:last-child
{
    border:0px;
}

#UL_MainMenu a
{
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 15px;
    display:block;
    margin:0px 0px 0px 0px;
    text-decoration:none;
    /*color:#F5F5F5;*/
    /*color:Black;*/
    color:#444444;
    cursor:default;
    font-size:12px;
}

#UL_MainMenu li:hover
{
    /*background-color:#2F2F2F;*/
    /*background-color:#99B0D0;*/
    /*background-color:#4E4C4C;*/
    background-color:#CBCBCB;
}

#UL_MainMenu ul
{
    display:none;
    list-style:none;
    position:absolute;
    margin-left:-10px;
    margin-top:4px;
    min-width: 140px;
    padding:10px 2px 10px 3px;
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-radius:5px 0px 0px 5px;
    -o-border-radius:5px 0px 0px 5px;
    -ms-border-radius:5px 0px 0px 5px;
    border-radius:0px 0px 5px 5px;
    /*----background-color:#2F2F2F;*/
    /*background-color:#4E4C4C;*/
    /*---background-color:#99B0D0;*/
    background-color:#CBCBCB;
    color:White;
    z-index:1;
    /*color:Black;*/
}

#UL_MainMenu ul li
{
    float:none;
    display:list-item;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
    text-align:left;
    border:0px;
}

#UL_MainMenu li ul li
{
    padding:3px 3px 3px 3px;
    margin-right:0px;
    margin-left:0px;
}

#UL_MainMenu li ul li a
{
    /*color:White;*/
    color:#444444;
}

#UL_MainMenu li:hover ul
{
    display:block;
}

#UL_MainMenu li ul li:hover
{
    background-color:#F5F5F5;
}

#UL_MainMenu li ul li:hover a
{
    color:#000000;
}

#UL_MainMenu li ul li:active a, #UL_MainMenu li ul li a:active
{
    color:#FFA500;
}
#UL_MainMenu li ul
{
    z-index:1000;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-family: "Century Gothic";
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    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: #fff;
    margin: 0px auto 0px auto;
    /*border: 1px solid #496077;*/
}

.header
{
    /*position: relative;*/
    position:fixed;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
    height: auto;
    z-index:500;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    /*padding: 0px 12px;*/
    padding-top:120px;
    min-height: 420px;
    background-color:White;
    border-spacing:0px;
    padding-bottom:10px;
    z-index:1;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    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;
    /*background-color:#C0D6ED;*/
}

.title
{
    display: block;
    float: left;
    text-align: left;
    height: 80px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    height:80px;
    width:950px;
}

.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;
}


::-webkit-scrollbar-thumb
{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*background: rgba(255,0,0,0.8);*/
    background:rgba(43, 120, 190, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar {
width: 12px;
height:12px;
}


#langButton,#logOnButton
{
    background-color:#2C5DB6;
    color:White;
    font-size:11px;
    font-family:Droid Arabic Kufi,Sakkal Majalla,Tahoma;
    border:0px;
    width:50px;
    text-align:center;
    padding-bottom:2px;
    height:23px;
}
#logOnButton
{
    font-family:arial;
    font-size:12px;
}

#langButton:hover,#logOnButton:hover
{
    background-color:#1548A5;
}


.FooterTable
{
    border:0px;
    margin-left:35px;
}

.FooterTable th
{
    border:0px;
    padding:5px;
    text-align:left;
    vertical-align:middle;
    font-weight:bold;
    color:White;
}

.FooterTable td
{
    border:0px;
    padding:5px;
    text-align:left;
    vertical-align:middle;
}

.FooterTable hr
{
    margin-right:100px;
}

.FooterTable a
{
    color:White;
}

.SocialContainer
{
    height:30px;
    display:block;
}

.social-roll {
	height: 30px;
	width: 30px;
	margin: 10px;
	float: right;
	border:0px;
	border-radius: 50%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin-top:-10px;
}
.social-roll:hover {
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.FollowSpan
{
    float:right;
    margin-top: -2px;
    color: white;
    font-weight: bold;
}

/*.search { 
	padding:6px 15px 6px 30px;
	/*margin:3px; */
	/*background: url('../Images/search.png') no-repeat 8px 6px; 
	border:1px solid #2a2e31;
	/*background-color:#2d3035;*/
	/*background-color:#CBD6E9;
	color:#505358;
	margin-top: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 15px;
    margin-right: -5px;
}
/*.rounded { 
	border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
}*/


.search
{
    /*background: url('../Images/search.png') no-repeat 165px 2px;
    border: 1px solid #2a2e31;
    background-color: #2d3035;
    background-color: #fff;
    color: #505358;*/
    float:right;
    margin-top: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 30px;
    padding-left: 5px;
    margin-right: -25px;
    border-radius: 6px;
}

.Button
    {
        border:1px solid #CACACA;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:10px;
        padding-right:10px;
        width:75px;
        font-family:"Droid Arabic Kufi";
        font-size:12px;
    }
    
    .Button:hover
    {
        background-color:Gray;
    }
