﻿.popupdiv
{
    background-color:   #FBE3E4;
    border:             solid 2px red;
    width:              350px;
    display:            block
} 

.popupbg
{
    background-color:   gray; 
    filter:             alpha(opacity=60); 
    opacity:            0.60
} 

.hidelbl
{
    display:none;
} 

@font-face
{
  font-family:  		Sans-Serif;
  src:          		url('../fonts/NTA-Light-20130221.eot');
  src:          		url('../fonts/NTA-Light-20130221.eot?#iefix') format('embedded-opentype'),
						url('../fonts/NTA-Light-20130221.woff') format('woff');
}

@font-face
{
  font-family:  		Sans-SerifBold;
  src:          		url('../fonts/NTA-Bold-20130221.eot');
  src:          		url('../fonts/NTA-Bold-20130221.eot?#iefix') format('embedded-opentype'),
						url('../fonts/NTA-Bold-20130221.woff') format('woff');
}

.GovUK
{
    color:              White;   
    vertical-align:     bottom;
	font-family: 		Sans-Serif; 
}

.GovUKURLs
{
    color:              White;   
    text-decoration:    None;
    border-style:       None;
    font-family:        Sans-Serif;
}

.GovUKLink
{
    color:              White;   
    text-decoration:    None;
    border-style:       None;
    vertical-align:     bottom;
    font-family:        Sans-Serif;
}

.General
{
    color:              Black;
    font-size:          16px;
    font-family:        Sans-Serif;
    font-weight:        Normal;
}

.GeneralBold
{
    color:              Black;
    font-size:          16px;
    font-family:        Sans-Serif;
    font-weight:        bold;
}

.GeneralSmallBold
{
    color:              Black;
    font-size:          14px;
    font-family:        Sans-Serif;
    font-weight:        bold;
}

.GeneralSmall
{
    color:              Black;
    font-size:          14px;
    font-family:        Sans-Serif;
    font-weight:        Normal;
}

.GeneralRedBold
{
    color:              Black;
    font-size:          16px;
    font-family:        Sans-Serif;
    font-weight:        bold;
}

.GeneralSmallBold
{
    color:              Black;
    font-size:          14px;
    font-family:        Sans-Serif;
    font-weight:        bold;
}

.GeneralRedSmall
{
    color:              Black;
    font-size:          16px;
    font-family:        Sans-Serif;
}

.GeneralRed
{
    color:              Black;
    font-size:          16px;
    font-family:        Sans-Serif;
}

.BannerTitle
{
    color:              #0060C0;
    font-size:          24px;
    font-family:        Sans-Serif;
}

.Title1
{
    color:              Black;
    font-size:          18px;
    font-family:        Sans-Serif;
    font-weight:        bold;
}

.Title2
{
    color:              Black;
    font-size:          16px;
    font-family:        Sans-Serif;
    font-weight:        bold;
}

.Thanks
{
    color:              Black;
    font-size:          16px;
    font-family:        Sans-Serif;
}

.InfoItalics
{
    padding-left:       10px;
    color:              Black;
    font-size:          14px;
    font-family:        Sans-Serif;
    font-weight:        Normal;
    font-style:         Italic;
}

.Required
{
    padding-left:       10px;
    color:              Black;
    font-size:          18px;
    font-family:        Sans-Serif;
}

.RequiredDiv
{
    padding-left:       7px;
    color:              Black;
    font-size:          18px;
    font-family:        Sans-Serif;
}

hr 
{
    background-color:   #000080;
    height:             2px;
    width:              100%
}

a 
{
    color:              #0060C0;
    font-family:        Sans-Serif;
    font-size:          16px;
}

.ErrorControl
{
    background-color:   White;
    border:             solid 2px Red;
}

 .divError 
{
    background-color:   White;
    border:             solid 1px Red;
} 

 .radioButtonList label
 {    
    font-size:          14px;
    font-family:        Sans-Serif;
 }
 
  .radioButtonListError label
 {    
    font-size:          22px;
    font-family:        Sans-Serif;
 }
 
 .hasFocus
 {
     background-color:   White;
     border:             solid 1px #FFBF47;
     width:              284px;
 }
  
 .divSelect
 {
     background-color:   White;
     border:             solid 1px #FFFFFF;
     width:              284px;
 }
 
  .addressSpacer
 {
    height:             6px;
 }

  .halfSpace
 {
    height:             10px;
 }

 .quarterSpace
 {
    height:             5px;
 }