﻿/*--------------hamza---------------*/ 
Body{
font-family:Tahoma;
font-size:11px;
color:#404040;
background:url(../images/bg.jpg) repeat-x;
}
.PageTitle
{
font-family:Tahoma;
font-size:12px;
color:#ff5500;
font-weight:bold; 
}
.Link{
color:#2474e4;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
font-weight:normal;
}
.Link:hover{
color:#ff5500;
font-family:Tahoma;
font-size:11px;
text-decoration:underline;
font-weight:normal;
}
.CopyRight{
text-align:right;
font-family:Tahoma;
font-size:9px;
color:#dddddd;
}
.Slogan{
text-align:right;
font-family:Tahoma;
font-weight:bold;
font-style:italic;
font-size:15px;
color:#2f3193; 
padding-right:10px;
background-color:#FFFFFF;
}
.Slogan2{
text-align:left; 
line-height:25px;
font-family:Tahoma;
font-weight:bold;
font-style:italic;
font-size:15px;
color:#2f3193; 
padding-left:10px;
}

/*------------------FAQ------------------*/
.Question{ 
font-family:Tahoma;
font-size:12px;
color:#fafafa;
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid #ff8000;
background: #ff8000;
}
.Question:hover{ 
color:#dddddd;
}
.openQuestion{ 
background: #ff9a27;
color:#f5f5f5;
font-family:Tahoma;
}

.Answer
{
font-family:Tahoma;
font-size:12px;
}


/*--------------hamza---------------*/ 
.Anchor
{
	text-decoration:none;
	color : #2474e4;
}

.accountLink
{
	list-style-image : url('images/rightarrow.gif');
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color:Teal;
	cursor: hand;
}
.menu
{
    font-size: 8pt;
    font-weight: 700;
    color:#363636;
    font-family:Arial;
}

.menuItem
{
    font-size: 8pt;
    font-weight: 700;
    color:#363636;
    font-family:Arial;
}
.menuItem:hover
{
    color:#767676;
}

.panel
{
	background: #FFFFF;
	padding:5px 5px 5px 5px;
	border:solid 1px #ff8000;
    width:90%;
    text-align:left;
}

.formBox
{ 
	border-width : 1px;
	border-color : #999999;
	border:solid;
	color:#2474e4;
	font-family :Tahoma;
	font-size :small; 
	width : 70%; 
}

.formHeader
{
	background: #ff8000;
	color: #fafafa;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 100%;
}

.formItem
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
	white-space: nowrap;
}

.formInput
{
    text-align:center;
	font-family: Tahoma;
	font-size: 8pt;
	padding: 3px 3px 3px 3px;
	width:70%;
}

.text
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
}

.panelButton
{
	font-size: 8pt;
	font-weight :bold;
	background-color: #DBDBCC;
	border: 1px solid #363636;
	cursor: hand;
}

.content
{
	font-size:9pt;
	font-family:Arial;
	display: block;
	color:#000000;
}
.contentPanel
{
    width:100%;
    height:390px;
}


.error
{
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 7pt;
}

.Production
{
    color:#363636;
    font-family:Arial;
    font-size:9pt;
    text-align:left;
    border:solid 1px #ffdf6a;
    vertical-align:top;
    border-collapse:collapse;
}

.Production_Header
{
    text-align:center;
    font-weight:bold;
    font-size:10pt;
    padding-top:5px;
}