﻿@font-face {
	font-family: CenturyGothic;
	src: url('../fonts/GOTHIC.ttf');
}
/*Textbox controls*/
.formFieldOff, .formFieldOn {
	font-size: 1.0em;
	font-family: CenturyGothic;
	background-color: #fff;
	color: #535353;
	border: solid 1px #CCC;
	height: 26px;
	padding: 4px 0px 1px 3px;
	vertical-align: middle;
	border-radius: 5px;
}
.formFieldOn {
    color: #000;
    border: solid 1px #253B77;
    background-color: #F0F0F0;
}
.qtyInput {
	border: none !important;
	border-radius: 0px;
	font-size: 1.0em;
	font-family: CenturyGothic;
	text-align: center;
}
.regformSelect {
	font-family: CenturyGothic, Helvetica, OpenSans, sans-serif;
	border-radius: 5px;
	padding: 5px 2px;
	border: solid 1px #999;
}
/* Validation Summary control*/
div.ValSummary {
    text-align:center;
    margin:0px auto;
}
.ValSummary
{
    padding:0px 0px 5px 0px;
    border:solid 1px #990000;
    margin: 0px 0px 10px 0px;
    background-color: #fff;
    width: 90%;
    font-size:13px;
    color:#990000;
    font-weight:normal;
    text-align:left;     
}
.ValSummary .header {background:#FFE8E8 url(images/ErrorIcon.gif) no-repeat 5px; text-align:left; color:#990000; height:30px; padding-left:40px !important; padding-top:10px !important; vertical-align:text-bottom;}
.ValSummary ul
{
padding:10px;
margin:0px;
margin-left:5px;
list-style-position:inside;
}
.ValSummary li
{
margin-left:14px;
color:#990000;
list-style-type:disc;
text-align:left;
}
/*###########  ASP.NET Server Control sytles ###########*/

/*###########  AJAX Control sytles ###########*/
.modalBackground {
	background-color:#000;  /* dedede*/
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*style of the modal popup itself*/
div.modalHeader
{
	padding:0px;
	margin:0px auto;
	background:transparent url(images/ModalHeader.png) no-repeat center top;
	height:37px;
	width:507px;
	overflow:hidden;
}
div.modalHeader div.Title
{
    float:left;
    width:450px;
    padding-left:20px;
    padding-top:10px;    
    font-weight:bold;
    font-style:italic;
    text-align:left;
}
div.modalHeader div.CloseIcon
{
	float:left;
	width:37px;
	background:transparent url(images/ModalClose.gif) no-repeat left top;
	height:20px;
	margin-top:10px;
	cursor:pointer;
}
div.modalPopup
{
	width:507px;
	background:transparent url(images/ModalBody.png) repeat-y center top;
	margin:0px auto;
	min-height:150px;	
}
div.modalPopup table {padding:10px; width:98%;}
div.modalPopup td {padding:5px 10px; text-align:left; font-size:13px;}
div.modalFooter
{
    padding:0px;
	margin:0px auto;
	background:transparent url(images/ModalFooter.png) no-repeat center bottom;
	height:32px;
	width:507px;
	overflow:hidden;
}
div.modalFooter div.closeLink
{
	text-align:right;
	position:relative;
	/*bottom:10px;*/
	right:15px;
	font-size:12px;
}
/*for the validatorcalloutextender*/
.HighlightExtender{background-color:#ffff00; font-size:12px;}
/*AutoComplete flyout */
.autocomplete_list
{  
    visibility:hidden;
    margin:0px!important;
    padding:0px;
    background-color:inherit;
    color:windowtext;
    border:buttonshadow;
    border-width:1px;
    border-style:solid;
    cursor:default;
    text-align:left; 
    list-style-type:none;
    overflow:auto;
    font-weight:normal;
    font-family:tahoma;
    font-size:12px;            
}

/* AutoComplete highlighted item */
.autocomplete_highlighted_listitem
{
    background-color:#ffffCC;
    color:#000;
    padding:3px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
    background-color:window;
    color:windowtext;
    padding:3px;
} 
/*HOVER MENU CONTROL*/
.popupMenu{background-color:#EFEFEF; visibility:hidden; padding:10px 5px 10px 5px; border:solid 1px #999; overflow:visible; min-width:150px;}   
.popupMenu a:link, .popupMenu a:visited, .popupMenu a:active {font-size:11px !important; color:#0000FF; text-decoration:none; padding:3px 6px 0px 6px !important; border-bottom:dotted 1px #0000FF; font-weight:normal; white-space:nowrap;}
.popupMenu a:hover{background-color:#fff; border:solid 1px #cc0000; padding:2px 5px 2px 5px !important; cursor:pointer; color:#CC0000; text-decoration:none; font-size:11px; font-weight:normal;}
/*UPDATEPROGRESS*/
#OuterTableCellOverlay
{
	top: 0px;
	left: 0px;
	margin:0px;
	padding:0px;
	width: 100%;
	height: 2000px;
	position: absolute;
	z-index: 998;	
	background-color:#000;  
	filter:alpha(opacity=70);
	opacity:0.7;
	text-align:left;
}
#InnerTableCellOverlay 
{
	position:relative;
	margin:0px auto;
	margin-top:400px;
	font-family:Arial;
	font-size:16px;
	text-align: center;
	width: 450px;
	color:#AD090E;
	border: 1px solid #AD090E;
	font-weight:normal;
	padding: 20px;
	background-color: #fff;
	z-index: 999;
	filter:alpha(opacity=100) !important; /*IE*/
	opacity:1 !important;/* All other browsers*/	
} 
#ManageUpdateProgress, #InlineUpdateProgress {color:#AD090E; position:relative; font-size:16px; text-align: center; width: 450px; border:none; padding: 10px; background-color: #fff; z-index: 1000; filter:alpha(opacity=100); -moz-opacity:1.00;}
#UpdateProgressLite{color:#AD090E; position:relative; font-size:14px; text-align: center; width: 450px; border: 1px solid #AD090E; padding: 10px; background-color: #fff; z-index: 1000; filter:alpha(opacity=100); -moz-opacity:1.00;}