﻿/*Validation  */
.DivErrorMsg { border:solid 1px red; padding:2px; color:Red; font-size:12px;}
.DivConfirmationMsg { border:solid 1px blue; padding:2px; color:Blue; }
.ValidationSummary{}
SupportingInformationMenu{width:140px;}

.floatleft{ float:left;}

.vRequired{ color:Red;}

label{display:inline-block;}
 .DisplayNone{ display:none;}


.InformationIcon_Block {
    display: block;
    padding-bottom: 5px;
}

.InformationAction_Block {
    float: left;
    width: 24px;
    height: 30px;
}


.div_SideBarOneLink {
    float: left;
    display: block;
    padding-bottom: 5px;
}

.div_SideBarOneTable {
    float: left;
    display: block;
    padding-bottom: 30px;
}

/* */
.SaveButton {vertical-align:middle; padding-right:5px;}

/*CheckBoxList Control for EQF Levels */
.EqfCheckBoxList{ text-align:center; width:365px; font-size:10px;}

h1{ color:#5ea1bd;}
h2{ color:#5ea1bd;}
h3{ color:#5ea1bd;}


.FaqQuestion{ font-weight:bold;}
.FaqAnswer{ padding-bottom:15px; padding-left:30px;}

.current{ background-color:#ffff66;}




/*--------------------------
Hover over menu used on Tootips
----------------------------*/

.popupMenu{
    border:1px solid gray;
    padding:5px;
    background-color:#ffffcc;
    display:inline;
    border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align:left;
	margin:10px;
    }





/*--------------------------
Comments Box
----------------------------*/

#divComment{
    border:1px solid gray;
    width:430px;
    height:30px;
    padding:5px;
    background-color:#ffffcc;
    display:block;
    }

#spanCVName{float:left; width:250px; text-align:left;  font-size:10px;}
#spanCVType{float:left; width:175px; text-align:right; font-size:10px;}
#divCommentsDateCreated {float:left; width:175px; text-align:right; font-size:8.5px; }
#divCommentUserName     {float:left; width:250px; text-align:left;  font-size:8.5px; }
#divCommentFooter{display:block; }



/*--------------------------
Contacts Box
----------------------------*/
#divContact{
    border:1px solid gray;
    width:99%;
    padding:5px;
    background-color:#E0FFFF;
    display:block;
    border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
    }





.fieldsetHome {border: 1px solid gray; height:100%; min-height:400px;}
.fieldsetHome:hover {border: 2px solid red;}
legend {font-weight:bold; color:Blue;}

/* ************************ */
/* TextBox AutoComplete     */
/* ************************ */
 .SearchInputList
 {
   border-bottom:solid 1px black;
   border-left:solid 1px black;
   border-right:solid 1px black;
   margin:10px 0px 0px 0px ;
   padding:20px 0px 2px 0px;
   background-color:Black;
   width:350px;
 }
 
 .SearchInputListItem
        {
        text-align:left;
        color:gray;       
        background-color:CCFFFF;
        display:block;
        font-size:150%;
	    color:white;
	    width:350px;
	    background-color:Black;
        }
        
 .SearchInputListHighlightedItem
        {
        text-align:left;  
        background-color:Red;
        font-size:150%;
	    padding:4px;
	    color:white;
	    width:350px;
        }

/* ******************************************************** */
/* Scroll fix for iphone and ipad iframe height problem     */
/* ******************************************************** */
.scroll {
  height:100%;
  width:100%;
  overflow:auto;
  
}


* ************************ */
/* Validator Callout Styles */
/* ************************ */
.PostCustomValidatorHide{ display:none}



	.customCalloutStyle div, .customCalloutStyle td
        {
            border: solid 1px red;
            background-color: white;
            height:50px;
            
        }
        .customCalloutStyle .ajax__validatorcallout_popup_table
        {	
			display: none;
            border: none;
            background-color: transparent;
            padding: 0px;
            
            
        }
        .customCalloutStyle .ajax__validatorcallout_popup_table_row
        {
            vertical-align: top;
            height: 100%;
            background-color: transparent;
            padding: 0px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_cell
        {
            width: 20px;
            height: 100%;
            text-align: right;
            vertical-align: top;
            border: none;
            background-color: transparent;
            padding: 0px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_table
        {
            height: 100%;
            border: none;
            background-color: transparent;
            padding: 0px;
            
        }
        .customCalloutStyle .ajax__validatorcallout_callout_table_row
        {
            background-color: transparent;
            padding: 0px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
        {
            padding: 8px 0px 0px 0px;
            text-align: right;
            vertical-align: top;
            font-size: 1px;
            border: none;
            background-color: transparent;
            width:50px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
        {
            font-size: 1px;
            position: relative;
            left: 1px;
            border-bottom: none;
            border-right: none;
            border-left: none;
            width: 15px;
            background-color: transparent;
            padding: 0px;
        }
        .customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
        {
            height: 1px;
            overflow: hidden;
            border-top: none;
            border-bottom: none;
            border-right: none;
            padding: 0px;
            margin-left: auto;
        }
        .customCalloutStyle .ajax__validatorcallout_error_message_cell
        {
            font-family: Verdana;
            font-size: 13px;
            padding: 5px;
            border-right: none;
            border-left: none;
            width: 100%;
        }
        .customCalloutStyle .ajax__validatorcallout_icon_cell
        {
            width: 20px;
            padding: 5px;
            border-right: none;
        }
        .customCalloutStyle .ajax__validatorcallout_close_button_cell
        {
            vertical-align: top;
            padding: 0px 9px 20px 5px;
            text-align: right;
            border-left: none;
        }
        .customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
        {
            border: none;
            text-align: center;
            width: 10px;
            padding: 2px;
            cursor: pointer;
        }

.text
{
      /* font size, line height, face          
      font: 13px/1.5 "Trebuchet MS", Arial, Verdana, sans-serif;          
        */
      font-family:Arial;
      /* useful for supporting 100% width inclusive of padding and border */         
      /*box-sizing: border-box; */
     
      
    }
    
    .spanTextBox
    {
        padding-top:5px;
        vertical-align:top;
    }
    
    .instruction
    {
     color:Green;   
    }
        
    .AwaitingProjectManagerConfirmation{ background-image:url(../../images/icons/Warning.png); background-repeat:no-repeat; background-position:right top; min-height:20px; }