﻿html {
    /*min-width: 2500px;*/
    /*max-width: 2500px;*/
    width:auto;
    /*overflow-x: hidden;*/
}

body
{
    margin: 10px;
    font-family: Arial, Verdana, Sans-Serif;
    /*min-width: 2500px;*/
    /*background-image: url("/Images/numbers.png") !important;
    background-repeat: repeat-y;
    background-clip: padding-box;*/
}


.searchResultHeader 
{
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
    font-family: Arial;
    font-size: 14pt;
}

.searchResultItem 
{
    font-family: Arial;
    font-size: 11pt;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"], input[type="password"]
{
    /*width: 200px;*/
    border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
    font-weight: bold;
}

.sidebarBlock
{
    font-size:smaller;
    display:block;
    text-align:left;
    margin:5px;  
    color: #ffffff;
    padding-left: 10px;
    /*
    padding-bottom: 5px;
    border-bottom: solid 1px #ffffff;
    */
}

.leftNav a
{
    font-size: small;
    color: #ffffff;
    text-decoration: none;
}

.leftNav a:link
{
    text-decoration: underline;
}

.leftNav a:visited
{
    text-decoration: underline;
}

.leftNav a:hover
{
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    font-size: small;
}

.AdminSection
{
	font-size: small;
}

.dataLabel
{
	vertical-align: top;
	font-weight: bold;
}

.gridPager
{
	font-family: Courier New;
	font-size: smaller;
	color: #000000;
}

.gridPager a
{
	text-decoration: none;
	color: #0040ff;
}

 /* MISC Items from Mockup
----------------------------------------------------------*/
/*.header
{
    background-color: #ffffff;
}*/

.leftNav
{
    width: 200px;
    height: 300px;
    margin: 5px;
    vertical-align: top;
    background-color: #a41a48;
}

.contentSection
{
    vertical-align: top;
    background-color: #ffffff;
}

.mainContent
{
    padding: 10px;
    vertical-align: top; 
}

.mainContent li
{
	margin-left: 10px;
	padding-left: 10px;
}

/*.footer
{
    background-color: #c0c0c0;
    height: 10px;
    font-weight:bold;
    font-size:x-small;
    font-family:Arial, Helvetica, sans-serif;
}*/

.contentTable
{
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	width: 900px;
}

 /* Horizontal Menu
----------------------------------------------------------*/


.hMenuBack
{
    width:100%;
    background-image: url(../images/menu_back.gif);
    background-repeat: repeat-x;
    height: 22px;
}
nav .home {
    /*margin-left:25%;*/
    /*padding-top:5px;*/
    float:left;
    border-image:none;
    /*left:95px;*/
    display: inline-block;
}

nav .navCenter {
    width: 960px; 
    margin-left: auto; 
    margin-right: auto;
}

.horizontalMenu
{   
/*  background-image: url(../images/menu_back.gif); background-repeat: repeat-x;*/
    float: left;
    /*width: 50%;*/
    vertical-align: middle;
    margin-left:10px;
    height: 22px;
    position: relative;
    z-index:1000;
}

.horizontalMenu ul
{
    list-style: none;
    margin: 0px;
    padding-right: 10px;
    padding-left: 0px;
    vertical-align:middle;
    height:40px;
    position: absolute;    
}

.mainMenuUL 
{
    max-width:100%;
    min-width:1000px; 
}

.mainMenuA 
{
    top: -2px !important;
}

.horizontalMenu ul li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    position: relative;
    display: inline;
    float: left;
    width: auto;
    text-align: left;
    vertical-align:middle;
    padding: 0px 12px 0px 12px;
    margin-right: 5px; 
   
}

.horizontalMenu ul li a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-size: small;
    display:table-cell;
    color: white;/*#a41a48; #9e1b48;*/
    text-decoration: none;
    /*font-weight: bold;*/
    padding: 0;
    height:40px;
    vertical-align:middle;
    position: relative;
  
}

    .horizontalMenu ul li:hover, .horizontalMenu ul li.active {
        color: #FFFFFF;
        /*background-color: #6E1817;*/
        /*background-image:  url(/images/notch.png);*/
        /*background-color: #6E1817;*/
        background: url(../images/notch.png);
        background-repeat: no-repeat !important;
        -moz-background-origin: content-box;
        -webkit-background-origin: content-box;
        background-origin: content-box;
        background-position-x: center !important;
        background-position-y: bottom !important;
        background-position: center bottom;
        /*background-size: 95% 45px !important;*/
        background-size: cover cover !important;
        /*background-color: red;*/
    }
/*
 .ua-firefox .horizontalMenu ul li:hover {
        color: #FFFFFF;
        /*background-color: #6E1817;*/
        /*background-image:  url(/images/notch.png);*/
        /*background-color: #6E1817;*/ 
        /*background-repeat:no-repeat;
        background-position-x: 200%;
        background-position-y: 200%;
        background-size: 95% 45px !important;
       
    }*/

/*.horizontalMenu ul li a:active
{
    *color: #FFFFFF;
    background-image:  url(/images/notch.png);    /*#9e1b48;*/
    /*background-repeat:no-repeat;
}*//*/*/

    /*.horizontalMenu ul li:active {
            background-image:  url(/images/menunotch.png); 
            background-repeat:no-repeat;
    }*/

    .horizontalMenu ul li a:active + a {
    color: #FFFFFF;
    background-image:  url(../images/menunotch.png);    /*#9e1b48;*/
    background-repeat:no-repeat;
}
.horizontalMenu ul ul
{
    left: 0px;
    position: absolute;
    z-index: 500;
    float: left;
    padding: 0.2em .1em .4em .1em; /* fix padding for submenus */ 
}

.horizontalMenu ul ul li
{
    margin-top:0px;
    width: 150px;
    background-image: none;
    background-color: #6E1817;
    border-right: none;
    clear: left;
    cursor:pointer;
}

.horizontalMenu ul ul ul
{
    position: absolute;
    top: 0;
    left: 100%;
    float: left;
}

.horizontalMenu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul
{
    display: none;
}

.horizontalMenu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul
{
    display: block;
}

.horizontalMenu ul li:hover ul li a:hover, .horizontalMenu ul li:hover ul li:hover {
        background: #606060;
        background-image:none;
    }

 .horizontalMenu ul li .horizontalMenu ul li:hover ul li a:hover, .horizontalMenu ul li:hover ul li:hover ~ .horizontalMenu ul li  {
    color: #FFFFFF;
    background-image:  url(../images/menunotch.png);    /*#9e1b48;*/
    background-repeat:no-repeat;
    }

 
 .horizontalMenu ul li a:visited ~  .horizontalMenu ul li , .horizontalMenu  ul li:visited ~ .horizontalMenu ul li  {
    color: #FFFFFF;
    background-image:  url(../images/menunotch.png);    /*#9e1b48;*/
    background-repeat:no-repeat;
    }

 
/* Verification Of Experience */
.veSectionHeader, .veColumnHeader, .veColumn
{
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #ffffff;
	color: #000000;
	font-size: 9pt;
	text-align: center;
}

.veColumnHeader, .veColumn
{
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
}

.veSectionHeader
{
	background-color: #404040;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}

.veColumnHeader
{
	font-weight: bold;
	font-style: italic;
}

.veColumnMask
{
	background-color: #000000;
	color: #000000;
}

.veColumnHeaderState, .veColumnState
{
	width: 30px;
}

.veColumnCheck, .veColumnHeaderCheck
{
	width: 60px;
}
	    
.veColumnHalfCheck
{
	width: 30px;
}

.veColumnHighlight
{
	background-color: #ffff00;
}

.veCheckboxLabel
{
	margin: 0px 0px 0px 0px;
}

.veChecboxLabel td
{
	vertical-align: top;
}

.veSaveProgress
{
	color: Green;
	font-weight: bold;
	font-size: x-small;
}

/*** Vertical Menu ***/
.verticalMenu
{
    margin: 0px;
}

.verticalMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.verticalMenu ul li
{
    /*position: relative;*/
    display: block;
    width: auto;
    text-align: left;
}

.verticalMenu ul li a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 10px 1px 10px;
}

.verticalMenu ul li a:hover
{
    color: #ffffff;
    background-color: #a41a48; /*#9e1b48;*/
}

.verticalMenu ul ul
{
	top: 0px;
    left: 100%;
    position: absolute;
    z-index: 500;
    float: left;
}

.verticalMenu ul ul li
{
    width: 150px;
    background-image: none;
    background-color: #e0e0e0;
    border-right: none;
    border-top: solid 1px #ffffff;
}

.verticalMenu ul ul ul
{
    position: absolute;
    top: 0px;
    left: 100%;
    float: left;
}

.verticalMenu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul
{
    display: none;
}

.verticalMenu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul
{
    display: block;
}

#veTable_wrapper, #veTable, tbody,tr  {
    background-color: #EAE5E5 !important;
}

.sidebarMenuTitle
{
	font-weight: bold;
	font-size: smaller;
	color: #ffffff;
	font-style: italic;
}

/* AdRotator controls */
.rotatorBackButton, .rotatorPlayButton, .rotatorFwdButton
{
	height: 15px;
	width: 15px;
	margin-right: 1px;
}

/* Warning panel when user is in IE Compatibility View */
#CompatibilityModeWarning
{
    background-color: #ffffaa;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    font-size: 10pt;
}

.faq >:first-child
{
    text-decoration: underline;
    cursor:  pointer;
    color: Blue;
}

input {
    font-style: normal;
    font-weight:normal;
    color: black;
}
::-webkit-input-placeholder {
    font-style: italic;
    font-weight: lighter;
    color: grey;
    font: small;
}
::-moz-placeholder { /* firefox 19+ */
    font-style: italic;
    font-weight: lighter;    
    color: grey;
    font: small;
}
:-ms-input-placeholder { /* ie */
    font-style: italic;
    font-weight: lighter;    
    color: grey;
    font: small;
} 
input:-moz-placeholder {
    font-style: italic;
    font-weight: lighter;    
    color: grey;
    font: small;
}

.emailFormButton {
    background-color: #8E3432;
    border-color: #8E3432;
    color: #FFFFFF;
    border-radius:5px;
    padding: 0px 15px 0px 15px; 
    margin-left: 30px; 
    position: relative;
}

.emailInput {
    width:180px;
    padding-left: 5px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    font-size: 0;
    margin-right: 7px;
}