﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #F5F5F5;/* لون الاطار الخارجي  */
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin:  2px 0px 2px 0px;
    padding: 0px;
    color: Black;
   
 }

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: 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;
}
td
{
   vertical-align: top;
 }

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1000px;/*  لون الصفحة  */
    background-color: #F5F5F5;
    margin: 5px auto 0px auto;
    direction:rtl;/*  اتجاه الصفحة*/
    
}

.header
{
    background-color:#EAEAE7;
    position: relative;
    margin: 2px 2px 2px 0px  ;
    padding: 0px 0px 0px oxp;
    width:  auto;
    border: 1px solid #496077;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}


#centercolcontent 
{
   padding:15px 10px 15px 10px ;
   width: auto;
   margin-top:5px;
   background-color:#FFFFFF;
   min-height:100px;
  border: 1px solid #496077; 
}

#centercol
{
   position: relative;
   background-color: #F0F0F0;
 }
 
#leftCol
{
	position: relative;
	width: 1000px;
	margin-top:5px;
    background-color:#B9C7D0;
    min-height:60px;
    border: 1px solid #496077;
 }

.footer
{
    background-color:#EAEAE7;
    color: #4e5766;
    padding:8px 0px 0px 0px;
    margin: 5px auto 0px auto;
    text-align: center;
    line-height: normal;
    height:40px;
    width:1000px;
    border: 1px solid #496077;
}
 #breadcrumb
{
   background-color: #E6E6E6;
   color:Green;
   padding:0px;
   font-size:14px;	
   padding-left:1px;
   font-weight:bold;
   margin-right:5px;
}

/* TAB MENU  
 relative=نسبي
static=ثابت
fixed=ساكن
absolute=مطلق
inherit= يرث
----------------------------------------------------------*/

div.hideSkiplink
{   
    padding-right:5px;
    list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:35px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url('images/OFF.gif') repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #555555;
	border-top:1px solid #919191;
}

div.menu
{
    padding:4px 0px 0px 0px ;
    max-height:30px;
}

div.menu ul
{ 
    list-style:none;
    margin:0px;
    padding:0px;
    width:auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    
    margin-right:2px;
    background:transparent url('images/DIVIDER.gif') no-repeat top left ;/* خلفية الاختيارات الثابت  */
    border:1px #333333 solid;/*اطار الايقونات */
    color:#8c3a3a;
    display:block;
    font-weight:bold;
    font-size:14px;
    padding:5px ;
    text-decoration:none;
    white-space:nowrap;
}

div.menu ul li a:hover
{
   
    background:transparent url('images/HOVER.gif') no-repeat top right;	/*     خلفية العنصر المختار*/
    color:#cb3e00;
    text-decoration: none;
}

div.menu ul li a:active
{
    color: #8c3a3a;
    text-decoration: none;
}

/* FORM  القائمة
----------------------------------------------------------*/

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%;
}

.clear
{
    clear: both;
}

.title
{
    
   background-image: url(images/Header.gif);
    width: 714px;
    height:144px;
    margin-left:310px;
   
}

#loginbox
{
   position: absolute;
   color: Black;
   top: 10px;
   width: 270px;
   height: 80px;
   padding:  2px 8px 2px 2px;    
   font-size: 13px;
   font-weight: bold;
   margin-right:716PX;
  
}
#LoginView1
{
   position: fixed;
    margin-right:700PX;
}

#loginbox input
{
   color:  Black;
   border-color: #D8D8D8;
   background-color: #FAFAFA;
   font-size: 13px;
   font-weight: bold;
   
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.highlight
{
   background-color: #E3FAB7;
   color:  Black;
}

.highlightcity
{
   background-color: #df2e05;
}

.highlightstate
{
   background-color: #E3FAB7;
}

.highlightcountry
{
   background-color: #AEAEAE;
}

.karticlebox
{
   background-color: #fefef0;
   color: #7FB133;
   border: dashed 1px #7FB133;
   padding: 6px 6px 6px 6px;
   font-size: 13px;
}
.articlebox
{
   background-color: #fefef0;
   color: #7FB233;
   border: dashed 1px #7FB133;
   padding: 6px 6px 6px 6px;
   font-size: 13px;
}
.karticletitle
{
   font-size: 18px;
   font-weight: bold;
   color: #80B432;
   text-decoration: none;
}
.articletitle
{
   font-size: 18px;
   font-weight: bold;
   color: #80B432;
   text-decoration: none;
}
.karticleabstract
{
   padding-top: 6px;
}
.articleabstract
{
   padding-top: 6px;
}

.kcomment
{
   padding: 4px 0px 4px 0px;
   font-size:13px;
   font-weight: bold;
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size:13px;
   font-weight: bold;
}

.pollbox
{
   font-size: 12px;
   font-weight: bold;
   color: #5DA804;
}

.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color:#cb3e00 ;
   font-size: 5px; 
     
}


.postinfo
{
   background-color: #f7f8f9; /*E7FBC2;*/
   font-weight: bold;
   text-align: center;
}

.posttitle
{
   padding: 3px;
   margin-bottom: 10px;
   background-color: #e0e0e0;/*7FB133;*/
   color: black;
   font-weight: bold;
}

.postbody
{
   padding: 3px;
}
.panContributor
{
	 font-weight: bold;
}
.panModerator
{
	font-weight: bold;
}
.panEditor
{
	font-weight: bold;
}
.panObserver
{
	font-weight: bold;
}
.panqasm
{
	font-weight: bold;
}
.panAdmin
{
	font-weight: bold;
}

