﻿.Body
{
	font-family: 'Arial';
	font-size: 10pt;
	BACKGROUND-COLOR: #ffffff;
}

.hidden	{ display:none; }

.CheckBoxEdit
{
    font-family:Arial;
    font-size:8pt;
    vertical-align:middle;
    font-weight:bold;
    text-align:left;
}
.LabelEdit1
{
    font-family:'Arial';
    vertical-align:bottom;
    font-size:8pt;
    font-weight:bold;
    text-align:left;
    text-decoration:none;
}  
.LabelEdit
{
    font-family:'Arial';
    vertical-align:bottom;
    font-size:8pt;
    font-weight:bold;
    text-align:right;
}
.TDLabelEdit
{
	vertical-align:bottom;
    text-align:right;
}
.PlaneText
{
    font-family:'Arial';
    font-size:10pt;
}

.PlaneNumber
{
    font-family:'Verdana,Arial,Geneva';
    font-size:10pt;
    text-align:right 
}

.ErrorMessage
{
    font-family:'Arial';
    font-size:8pt;
    color:Red;
    font-weight:bold;
    text-align:left;
    vertical-align:bottom;
}  
 .Heading
{
	font-family:'Arial';
	font-weight:bold;
	font-size:10pt;
}
 
 
/*The portal.css style sheet*/
.HeadingLabel
{
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
}

.ErrorMessageLabel
{
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	color:Red;
 }
 
.SubHeadingLabel
{
	font-weight:bold;
}

.RegularLabel_I
{
	font-style:italic;
}
.NewsTitle {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.NewsDescription {
	font-family: Arial;
	font-size: 8pt;
}
.RegularLabelBox 
{
	font-family: Arial;
	font-size:8pt;
}
.RegularDisplayLabelBox 
{
	font-family: Arial;
	font-size:8pt;
	vertical-align:bottom;
}
.LinkTitle {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.LinkDescription {
	font-family: Arial;
	font-size: 10pt;
}


.FAQTitle {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.FAQDescription {
	font-family: Arial;
	font-size: 10pt;
}

.AdminLinkDisplay {
	font-family: Arial;
	font-size: 10pt;
}

.RegularDisplay {
	font-family: Arial;
	font-size: 10pt;
}
.DGridHead
{
background-color:#2d2fa0;
font-weight:bold;
color:White;
}

.DGridAltItem
{
background-color:white;
}

.DGridRegItem
{
background-color:#e8e8e8;
}

.LabelHeadPurple
{
	color:#2d2fa0;
	font-weight:bold;
}



.ListSearchExtenderPrompt
{ 
	font-style: italic;
	color: Gray;
	background-color: white;
	border-right: blue thin ridge; 
	border-top: blue thin ridge;
	 border-left: blue thin ridge; 
	 border-bottom: blue thin ridge; 
}

.grdStyle
{
   background-color :#e7e7ff;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
}

.grdaltStyle 
{
    background-color :#f7f7f7; 
}

.img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.form-control-polling {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}