﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #eeeeee;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:0px,0px,0px,0px;
   
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-left: 30px;
	color: Blue;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration: underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.TextBoxMulti
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
	border: solid 1px #444;
}
	
.CheckBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}

.DropDownList
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
	border: solid 1px #444;
}	

.Heading
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-image: url(~/images/headingBG.gif);
	background-repeat: repeat;
	/*background-image: url(../Images/headingBG.gif); background-repeat:repeat; */
	color: white;
	width: 80%;	
	margin-bottom: 8px;
	/*margin-top: 2px;*/
	margin-left: 10%;
}
.HeadingSpanish
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-image: url(~/images/headingBG_Spanish.gif);
	background-repeat: repeat;
	/*background-image: url(../Images/headingBG.gif); background-repeat:repeat; */
	color: white;
	width: 80%;	
	margin-bottom: 2px;
	/*margin-top: 2px;*/
	/*height: 42px;*/
	margin-left: 10%;
}
.HeadingInside
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-image: url(~/images/headingBG.gif);
	background-repeat: repeat;
	/*background-image: url(../Images/headingBG.gif); background-repeat:repeat; */
	color: white;
	width: 80%;	
	margin-bottom: 10px;
	/*margin-left: 10%;*/
}

.IscHeading
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: LightGrey;
	border-color: Black;
	border-width: thin;
}

.Invisible
{
    display:none;
}

.ReferralInfoHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

.RadioButtonList 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
.RadioButtonListCentered 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

.SmallText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
}
.SmallTextStrong
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bold;
}

.StepCurrent
{
	background-color: white;
	border-style: outset;
	border-width: 1px;
	border-color:Yellow;
	color: Blue;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

span.MuleTime
{
    font: normal normal normal 10px/10px arial, helvetica, sans-serif;
    text-align: center;
	color: #dfe8f2;
}

.StepDone
{
	background-color:#999999;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.StepToDo
{
	
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.AddBottomMarginToPanel
{
	margin-bottom: 10px;
}

.TableMain
{
    border-width: 0px;
    width: 80%;
	margin-left: 10%;
}
.TableMainInside
{
    border-width: 0px;
    width: 100%;
	/*margin-left: 10%;*/
}
.MailingPanel
{
	margin-left: 10%;
}

.TD_Descriptor
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}

.TD_Descriptor_PI
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	width: 235px;
}
.TD_Descriptor_DI
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	width: 300px;
}
.TD_Descriptor_RI
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	width: 600px;
}

.TD_Descriptor_LI
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	width: 255px;
}

.TD_Input
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;

}

.Text
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}

.TextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
}

.HeaderLabelText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;	
	text-align: center;
	width: 99%;
}

.VerifyHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
.desheader{background-image: url(./Images/DesHeaderBkg.jpg); background-repeat:repeat }
.AzeipHeader{background-image: url(../images/AzeipHeaderBkg.jpg); background-repeat:repeat}





/* em=Email Style */

.em{ background-color:white; font-style: normal; text-align: left; }
.rem{ background-color:white; font-style: normal; text-align: right; margin-right: 2px; }
.emb{ font-weight:bold; background-color:white; font-style: normal; text-align: left; }
.embi{ font-size: 14px; font-weight: bold; color:Black; height: 20px; background-color: #ddd; border: 1px solid #d0d0d0; text-align: left; }
.emH{ font-weight:bold; color:Black; background-color:Silver; text-align: left; }

.Centered
{
	text-align: center;	
}
.CenteredDiv
{
	text-align: center;
	align-items: center;
	float: none;
}


#Content
{
	
	top: 130px;
	text-align:center;
	width: 95%;
}
#Error
{
	position: absolute;
	text-align: center;
	font-weight: bold;
	color: Red;
	top: 150px;
	left: 20px;
	width: 95%;
}
#container
{
	font-family:Tahoma;
	font-size:small;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	background-color:white;
	width:702px;
}
.containerClass
{
	padding-top: 0px;
	margin-top: 0px;
	font-family:Tahoma;
	font-size:small;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	background-color:white;
	width:702px;
}


