﻿/*
################################
#Author: Eman F. Younis        #  
#Date:1 June, 2008			   #
################################
*/

#ContentPlaceHolder1
{
	width: 98%;
	float: right;
	text-align: right;
	padding-left: 1%;
	padding-right: 1%;
	border: 2px solid #000000;
	background-color: #00FFFF;
	
}
/* ------------ Wizard Style -----------------*/
.WizardSideBarStyle
{
	/*border: 2px solid #008000;*/
	font-family: 'Times New Roman' , Times, serif;
	font-size: 14pt;
	color: #000000; /*background-color: #1C5E55;*/
	vertical-align: top;
	text-align: center;
	background-image: url(images/wsidebar1.jpg);
	padding-top:70px;
	position: static;
	
}
.WizardHeaderStyle
{
	/*border-style: solid none solid solid;*/
	background-position: right;
	font-family: 'Arabic Transparent';
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center; /*background-color: #99CCFF;*/
	height: 68px;
	background-image: url(images/wheader.jpg);
	/*border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;*/
	background-repeat: repeat;
}
.SideBarButtonStyle
{
	width: 125px;
	color: #FFFFFF;
	position: static;
}

.NavigationStyle
{	/*border-style: solid none solid solid;*/
	background-position: right;
	height: 20px;
	background-image: url(images/wheader.jpg);
	/*border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;*/
	background-repeat: repeat;
	}
	.NavigationButtonStyle
{
	width: 50px;
	font-family: 'Times New Roman' , Times, serif;
	font-size: 14pt;
	background-color: #3F6089;
	color: #FFFFFF;
}

.StepStyle
{
	border: thin solid #000000;
	padding: 2px;
	background-color: #FFFFFF;
	position: static;
	vertical-align: top;
	text-align: right;
	float: right;
	width: 655px;
}

/* ------------- Table ------------------*/
P
{
	font-family: 'Times New Roman';
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	vertical-align: middle;
	text-align: justify;
	padding: 1px;
}
Table th
{	
	font-family: 'Times New Roman' , Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	text-align: right;
	padding: .5px;
}
.Dear
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	
	color: #3F6089;
}
.TextBox
{
	Width:250px;
	}
	

.SubTitle
{
	font-family: 'Arabic Transparent';
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #3F6089;
	text-decoration: underline;
	text-align: right;
	padding-right: 1px;
	
}
.Title
{
	
	}
.ValidationSummary
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	vertical-align: text-top;
	text-align: justify;
}

.UpdateProgress
{
	font-family: Tahoma;
	font-size: 12pt;
	color: #FF0000;
	font-weight: 400;
	font-style: italic;
	background-color: #FFFF99;
	text-align: right;
	padding-right: 2px;
}

.Button
{
	width: 100px;
	font-family: 'Times New Roman' , Times, serif;
	font-size: 12pt;
	background-color: #3F6089;
	color: #FFFFFF;
	height: 29px;
}
.LabelFeedBack
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	vertical-align: top;
	text-align: center;
}

.CardImage
{
	width:312px;
	height:157px;
	}
	
	.PrintButton
{
	background-image: url( images/printer.gif);
	width: 100px;
	height: 29px;
}


.PopupWindow
{
	position:absolute; 
	left:200px; 
	top:100;
	width:400px;
	border:solid 1px black;  
	background-color:White ; 
	display:none;
}
	