﻿body
{
    font-family:Arial;
    font-size:12px;
    color:#ECE8DD;
    background-color:#3E3E40;
    margin:0px;
    /* the following line turns off the auto adjust*/
    -webkit-text-size-adjust:none;
}

img
{
    border:0px;    
}

.Content
{
    background-color:#222224;
    color:#ECE8DD;
    min-width:1040px;
}
.MainContentWMargins
{
    margin:40px 230px 40px 230px;
    line-height:20px;
}
.Footer
{
    font-size:10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.BlueLinkText, a
{
    color:#188CB2;  
    text-decoration:none;
}
.GreenLinkText
{
    color:#A3AB38;  
    text-decoration:none;

}
.PurpleLinkText
{
        color:#804AAC;  
    text-decoration:none;

}
.OrangeLinkText
{
        color:#B2510A;  
    text-decoration:none;

}
.BoldFont
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#ECE8DD;

}
.Textbox
{ 
    outline:none !important;
    border:1px solid white;  
    background-color: #222224;
    font-family:Arial;
    font-size:14px;
    color:#ECE8DD;
    resize:none;
    overflow:hidden;
    height:25;
}
.ContactUsTextBox
{   
    outline:none !important; 
    border:none !important;  
    background-color: #222224;
    font-family:Arial;
    font-size:14px;
    color:#ECE8DD;
    resize:none;
    overflow:hidden;
}
.modalBackground 
{  z-index:10000;
   background-color:Gray; 
   filter:alpha(opacity=90);
   opacity:.9; 

}
.NoOverflow
{
    overflow:hidden;   
}

.JobTitle
{
    color:#79509E !important; 
    font-size:large; 
    font-weight:bold;
}
.SupportTitle
{
    color:#A1AC34 !important; 
    font-size:large; 
    font-weight:bold;

}
.Error
{
    color: #CC0000;
    font-size:12px;      
}

ul 
{
     list-style-type:none; 
     margin:0px; 
     padding-left:0px; 
}
.WorkDetails
{
    font-family:Arial;
    font-size:12px;
    color:#222224;
    margin: 5px 0px 20px 0px;
}

.HideH2
{
    height:0px;   
    font-size:0px;
}

/* vertical orientation */
@media screen and (max-device-width: 480px)
{ }
/* horizontal orientation */
@media screen and (min-width: 321px)
{ }
