﻿.page
{
    width: 960px;
    background-color: #fff;
    margin: 5px auto 5px auto;
    border: 1px solid #496077;
}

.popup
{
    width: 580px;
    height:580px;
    padding:10px;
    line-height:30px;
    background-color: #fff;
    margin: 5px auto 5px auto;
    border: 1px solid #496077;
}
/*Modal Popup*/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}

.modalPopup p {
    padding: 5px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}


.banHeader
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    color: #FFFFFF;
    border: none;
    line-height: 2em;
    font-size: 3em;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
}
.banner
{   height:75px;
    width:960px;
    background-color:#4b6c9e;
}
.main
{
    padding: 0;
    margin: 10px 10px 10px 10px;
    min-height: 300px;
}
.clear
{
    clear: both;
}
.ErrorMsg
{
    font-family: Arabic Transparent;
    font-size:medium;
    color:Red;
}
.Header
{
    font-family: Arabic Transparent;
    font-size: x-large;
    color: #660033;
    text-align: center;
}
.Title
{
    font-family: Arabic Transparent;
    font-size: 20px;
    color: #000080;
    text-align: right;
}
.btn
{
    font-family: Arabic Transparent;
    font-size: 20px;
    color: #000080;
    text-align: center;
}
.cntr
{
    font-family: Arabic Transparent;
    font-size: 18px;
    color: #000080;
    text-align: center;
}
.text
{
    font-family: Arabic Transparent;
    font-size: 18px;
    text-align: right;
    color: Black;
}
.Content
{
    font-family:Arabic Transparent;
    font-size:medium;
    color:Blue;
}
.mainTable
{
    padding: 10px;
    width: 940px;
    text-align: right;
    border: thin ridge #000000;
}
.subTable
{
    width:100%;          
    text-align:right;
}
.lognTable
{
    padding: 30px;
    margin:70px auto;
    width: 500px;
    line-height:50px;
    text-align: center;
    border: thin ridge #000000;
}
.Footer
{
    line-height:30px;
    font-family: Arabic Transparent;
    font-size: large;
    color: #660033;
    text-align: center;
    background-color:#C0C0C0;
}
.link
{
    text-align:right;
    text-decoration:none;
    font-size:20px;
    font-family:Arabic Transparent;
}
.hid
{
    display: none;
}
.aspNetHidden
    {
       width:100%;
    }
