﻿/* Common across site */
img,a img {
    border:none;
}

a 
{
	color: #123876;
}

body 
{
    font-family: Verdana;
    /*color: #57626E;*/
    font-size: 11px;
    font-weight: normal;
}

a.SelectTravelerTypes
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-indent: 0px;
    text-decoration: none;
    color: #000000;
}
a.SelectTravelerTypes:hover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-indent: 0px;
    text-decoration: underline;
    color: #000000;
}
td.SelectTravelerTypes
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    text-indent: 0px;
    color: #000000;
}
.SelectBar
{
    background-image: url('../Images/BarBackground.gif');
    background-repeat: repeat-x;
    width: 32px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    /*text-transform: capitalize;*/
    text-indent: 6px;
    text-align: left;
    vertical-align: middle;
}
.TitleBar
{
    height: 26px;
    background: url('/images/nav-background.png') repeat-x;
    font-size: 12px;
    font-weight: bold;
    text-align: left; 
    padding-top:4px;  
    color: Black;
}
.GenericTitle
{
    font-family: verdana;
    height: 26px;
    font-size: 16px;
    text-align: left; 
    color: Black;    
    text-align: center;
}

.SimpleBorder
{
    border: 1px solid #8C959E;
}
.InstructionsBorder
{
    border: 1px solid #8C959E;
    padding: 0px 20px 20px 20px;
}
.VisaType
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    /*text-transform: uppercase;*/
    text-align: left;
    font-variant: normal;
    font-style: normal;
    height: 47px;
}
.NumberInstructions
{
    padding: 2px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: Black;
    vertical-align: top;
    text-align: left;
}
.Instructions
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    /*color: #57626E;*/
    text-align: justify;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: normal;
}
.RequirementBold
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}
.CountryNameTitle
{
    font-family: verdana;
    font-size: 44px;
    font-weight: bold;
}

.PurposeHeader
{
    font-family: Verdana;
    font-size: 11px;
    position:relative; 
	border:1px solid #0066cc; 
	border-left-width: 1px;
	border-right-width: 1px;
	background-color:#EBEBEB;
    width:100%; 
    padding:5px; 
    margin:0px 0px 10px 0px;
}
		
.alert 
{
    font-family: Verdana;
    font-size: 11px;
    position:relative; 
	border:1px solid #0066cc; 
	border-left-width: 1px;
	border-right-width: 1px;
	background-color:#ffffcc; 
        width:100%; 
        padding:5px; 
        margin:0px 0px 10px 0px;}
	/* for use when lining up icon to text outside of tables */
		.alertLeft {margin:0px 5px 0px 0px; float:left;}
		.alertMargin {margin:0px 0px 0px 29px;}

/* Application Selector styles */
.content-fxdBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
.content-fxd-lg {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 18px;}
.SystemWarningHeader {FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ff6600; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;} 
.FooterText {FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}

.BottomLinks a 
{
    text-decoration: none;
    color: Black;
}
                                                                   
.BottomLinks a:hover
{
    text-decoration: underline;
}
                      
