﻿.PageAlign
{
	text-align:center;
}
.bgNoRepeat
{
	background-repeat:no-repeat;
}
.bgRepeatY
{
	background-repeat:repeat-y;
}
.bgRepeatX
{
	background-repeat:repeat-x;
}


/* ----- Sections ----- */
.sections
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:18px;
	color:orange;
}


/* ----- FormTitle ----- */
.formTitle
{
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	color:black;
}


/* ----- SubTitle ----- */

.subTitle
{
	font-family:arial;
	font-weight:bold;
	font-size:15px;
	color:gray;
}


/* ------ Copyrights ----- */

.Copyrights
{
	font-family:Tahoma;
	font-size:11px;
	color:gray;
}


/* ------ Copyrights Link ----- */

.CopyrightsLink
{
font-family:Tahoma;
font-size:11px;
color:gray;
text-decoration:none;
}
a.CopyrightsLink
{
font-family:Tahoma;
font-size:11px;
color:gray;
text-decoration:none;
}
a.CopyrightsLink:hover
{
font-family:Tahoma;
font-size:11px;
color:navy;
text-decoration:none;
}
a.CopyrightsLink:active
{
font-family:Tahoma;
font-size:11px;
color:navy;
text-decoration:none;
}


/* ------ Arabic Navigation Bar Align ----- */

.AR_Menu
{
	border-bottom-width:thin;
	border-bottom-style:dotted;
	border-bottom-color:gray;
	text-align:right;
	vertical-align:middle;
}


/* ------ English Navigation Bar Align ----- */

.EN_Menu
{
	border-bottom-width:thin;
	border-bottom-style:dotted;
	border-bottom-color:gray;
	text-align:left;
	vertical-align:middle;
}



/* ------ Arabic Navigation Bar ----- */

.ArMenuLink
{
font-family:Tahoma;
font-weight:bold;
font-size:13px;
color:gray;
text-decoration:none;
}
a.ArMenuLink
{
font-family:Tahoma;
font-weight:bold;
font-size:13px;
color:gray;
text-decoration:none;
}
a.ArMenuLink:hover
{
font-family:Tahoma;
font-weight:bold;
font-size:13px;
color:orange;
text-decoration:none;
}
a.ArMenuLink:active
{
font-family:Tahoma;
font-weight:bold;
font-size:13px;
color:orange;
text-decoration:none;
}


/* ------ Top Menu ----- */

.TopMenuLink
{
font-family:Tahoma;
font-weight:bold;
font-size:12px;
color:white;
text-decoration:none;
}
a.TopMenuLink
{
font-family:Tahoma;
font-weight:bold;
font-size:12px;
color:white;
text-decoration:none;
}
a.TopMenuLink:hover
{
font-family:Tahoma;
font-weight:bold;
font-size:12px;
color:gray;
text-decoration:none;
}
a.TopMenuLink:active
{
font-family:Tahoma;
font-weight:bold;
font-size:12px;
color:gray;
text-decoration:none;
}


.CommaMenuLink
{
font-family:Tahoma;
font-weight:bold;
font-size:12px;
color:white;
text-decoration:none;
}


/* ----- Voting CSS ----- */

.VoteHead
{
font-family:Tahoma;
font-weight:bold;
font-size:14px;
color:orange;
text-decoration:none;
}
.VoteSubjectHead
{
font-family:Arial;
font-weight:bold;
font-size:14px;
color:black;
text-decoration:none;
}
.VoteSubject
{
font-family:Arial;
font-size:12px;
color:#666666;
font-weight:bold;
text-decoration:none;
}


/* ----- Headlines ----- */

.Headline
{
font-family:Tahoma;
font-weight:bold;
font-size:13px;
color:gray;
text-decoration:none;
}


/* ----- Normal Text ----- */

.NormailTxt
{
font-family:Tahoma;
font-size:13px;
color:gray;
text-decoration:none;
}


/* ----- Normal Justify Text ----- */

.NormailJustify
{
font-family:Tahoma;
font-size:13px;
color:gray;
text-align:justify;
}


/* ------ Head Links ----- */

.HeadLink
{
font-family:Tahoma;
font-weight:bold;
font-size:13px;
color:gray;
text-decoration:none;
}
a.HeadLink
{
font-family:Tahoma;
font-weight:bold;
font-size:13px;
color:gray;
text-decoration:none;
}
a.HeadLink:hover
{
font-family:Tahoma;
font-weight:bold;
font-size:13px;
color:orange;
text-decoration:none;
}
a.HeadLink:active
{
font-family:Tahoma;
font-weight:bold;
font-size:13px;
color:orange;
text-decoration:none;
}




/* ------ News Links ----- */

.newsLink
{
font-family:Tahoma;
font-size:12px;
color:navy;
text-decoration:none;
}
a.newsLink
{
font-family:Tahoma;
font-size:12px;
color:navy;
text-decoration:none;
}
a.newsLink:hover
{
font-family:Tahoma;
font-size:12px;
color:gray;
text-decoration:none;
}
a.newsLink:active
{
font-family:Tahoma;
font-size:12px;
color:gray;
text-decoration:none;
}
/* ----- Modal Popup ------ */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


/* ----- Buttons Styles ------ */
.button{
    background-color:#ffffff;
    border-color:#6a89a5;
    border-width:thin;
    font-family:Tahoma;
    font-weight:normal;
    font-size:12px;
    color:#013b59;
    height:23px;
}







