/*
** Intended for all pages using main base pages
*/

@media screen
{
    div.printonly, .printonly
    {
        display: none;
    }

    /* Added for skipping to main content for added accessibility
    		02/11/2009 by JPW */
    #skipnav, span.skip
    {
        position: absolute;
        left: -999px;
    }
    #header #accessibility
    {
        float: left;
        padding-left: 10px;
    }
    
     #search
	{
		clear: right;
		text-align: right;
		float: right;
		padding-right: 10px;
		vertical-align: top;
		white-space: nowrap;
	}

    .formLayout
    {
        background-color: InfoBackground;
        border: solid 1px #a1a1a1;
    }


    /* Partially from a Smoke and Glass sample */
    .GridView
    {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .GridView_Header, .GridView_Footer, .DetailsView_Header
    {
        background-image: none;
        border: none;
        font-weight: bold; /*font-size: medium; */
    }

    .GridView_AlternatingRow, .AlternatingRow
    {
        background-color: #e6e6e6;
    }

    .DataList_Footer
    {
        background-color: #CCCCCC;
    }

    .DataList
    {
        border: solid 1px gray;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .GridView_Row
    {
        border-bottom: 1px black solid;
    }

    .GridView_BarChartRow
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*
    	.GridView_EditRow
    	{
    		background-image: url( images/blueandwhitef.gif);
    		color: #585880;
    		border-width: 1pt;
    		border-style: solid;
    	}


    	.GridView_Pager
    	{
    		color: Blue;
    	}
    */
    .GridView_Pager td
    {
        padding: 4px;
    }

    .GridView_SelectedRow
    {
        background-color: #CDE6FF;
        color: #18467C;
        border-width: 1pt;
        border-style: solid;
        border-color: #585880;
    }

    .GridView_NestedRow
    {
        background-color: #CDE6FF;
        color: #18467C;
        border-style: none;
        padding: 4px;
    }

    .GridView_NestedSelectedRow
    {
        background-color: #CDE6FF;
        color: #18467C;
        border-width: 1pt;
        border-top-width: 0pt;
        border-style: solid;
        border-color: #585880;
    }

    .DetailsView
    {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .DetailsView td
    {
        width: 50%;
    }

    /* Self-supplied */

    textarea
    {
        width: 600px;
        font-family: verdana;
        font-size: small;
    }

    .ttbLabel
    {
        width: 450px;
        border: none;
        background-color: Transparent;
    }

    textarea.HalfWidth
    {
        width: 300;
    }

    textarea.QuarterWidth
    {
        width: 150px;
    }

    #NeedHelp, DIV.NeedHelp
    {
        float: right;
        font-size: small;
        text-align: right;
        margin-top: 0.5em;
        margin-right: 1em;
        font-weight: bolder;
    }

    .progress
    {
        cursor: progress;
        position: absolute;
        background-color: #F5F7F8;
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
        _filter: alpha(opacity=70); /* IE 6 and below */
        text-align: center;
        float: none;
        clear: both;
        width: 100%;
        height: 100%;
        overflow: auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        z-index: 1000;
        vertical-align: middle;
    }
    .progress img
    {
        padding-top: 30%;
    }
    .progress p
    {
        padding-top: 10px;
        font-weight: bold;
        font-size: large;
    }

    Input.Button
    {
        text-align: center;
        font-family: Arial, Verdana, "MS Sans Serif" , sans-serif;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        background-color: #f7921e;
        color: #ffffff;
    }
    Input.Button:disabled
    {
        color: ThreeDShadow;
    }

    .RowCount
    {
        float: right;
        font-size: medium;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 6px;
        padding-left: 15px;
    }

    .NavigationOnly
    {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .StatusMessage
    {
        visibility: hidden;
        display: none; /* DVR decided to not display ANY status messages         width: auto; 		text-align: center; 		font-size: large; 		font-weight: bold; 		border-style: double; 		padding: 5px; 		margin: 5px; 		background-color: ButtonFace; 		color: ButtonText; */
    }

    .UnderConstruction
    {
        background-color: #F0F562;
        color: #000000;
        border: dashed 1px #000000;
        margin: 20px;
        font-weight: bold;
        display: none; /* Hide when for demonstration purposes. */
    }

    .SpellCheck
    {
        border-bottom: #010101;
        border-left: #010101;
        padding-bottom: 4px;
        background-color: transparent;
        padding-left: 5px;
        padding-right: 5px;
        color: #010101;
        border-top: #010101;
        border-right: #010101;
        padding-top: 4px;
        vertical-align: middle;
    }
    .SpellCheck:hover
    {
        background-color: #ffffcc;
    }
    .SpellCheck:disabled
    {
        color: ThreeDShadow;
        display: none;
    }

    .LabelBoldItalic
    {
        font-weight: bold;
        font-style: italic;
    }

}



@media all
{
    /************ SIDEBAR ***********/
/*    #sidebarleft
    {
		display: table-cell;
		float: left;
		vertical-align: top;
		width: 60%;
		padding-top: 0px;
    }
	#sidebar
	{
        display: table-cell;
        table-layout:auto;
		float: right;
		vertical-align: top;
		width: 35%;
		padding-left:5px;
	}*/
    
    #content
    {
        padding-bottom: 30px;
    }
    
    /*	#content h1
    		{
    			color: #18467C;
    			font-size: larger;
    			font-weight: bold;
    			padding-top: 10px;
    			padding-bottom: 10px;
    			padding-left: 5px;
    		}
    	*/
    #content h2
    {
        font-size: medium;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 9px;
        padding-left: 10px;
    }
    #content h3, legend
    {
        font-size: small;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 8px;
        padding-left: 15px;
    }
    #content h4
    {
        font-size: smaller;
        font-weight: bold;
        padding-top: 6px;
        padding-bottom: 8px;
        padding-left: 20px;
    }
    #content ul
    {
        list-style: square;
        padding-left: 30px;
        padding-bottom: 10px;
    }
    #content li
    {
        list-style: disc;
        margin-bottom: 5px;
    }

    /*
    		#interior #main h1
    		{
    			color: #18467C;
    			padding-bottom: 10px;
    			font-size: larger;
    			font-weight: bold;
    			padding-top: 10px;
    			padding-left: 5px;
    		}

    	#interior #content p
    	{
    		color: #333;
    		padding-bottom: 10px;
    		padding-left: 5px;
    		padding-right: 20px;
    		font-size: small;
    	}
    	*/


    .formLayout
    {
        clear: both;
        padding: 10px;
        vertical-align: top;
    }

    .formCol
    {
        display: table-cell;
        float: left;
        vertical-align: top;
        width: 50%;
    }

    .formRow
    {
        clear: left;
        padding: 5px;
        vertical-align: top;
    }


    .formRow label
    {
        display: block;
        float: left;
        width: 20%;
        margin-right: 1em;
    }
    /* only used for 2 column row where text boxes should not wrap*/
    label.LabeWithOverride
    {
        width: 40%;
    }

    .formRow span
    {
        display: inline-block;
    }


    /* only used for read mode of the truncating text boxes */
    .formRow2
    {
        display: block;
        float: left;
        width: 60%;
        padding: 5px;
        border: 1pt solid #585880;
    }

    .formRight
    {
        display: block;
        float: Right;
    }

    .AccessibleRequiredField
    {
        display: none;
        vertical-align: top;
    }

    .hiddenField
    {
        visibility: hidden;
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .Warning
    {
        font-family: Arial , sans-serif;
        background-color: #efefef;
        color: #4d540e;
        cursor: help;
        font-size: small;
        border: 2px solid #F0F562;
        margin: 5px 0px;
        padding: 15px;
    }

    .ValidationSummary
    {
        font-family: Arial , sans-serif;
        color: red;
        cursor: help;
        font-size: small;
        border: 2px solid red;
        margin: 5px 0px;
        padding: 15px; /*background: #fff url(../../images/sad-pc.gif) no-repeat 5px 50%; */
    }
    /*
    	.ValidationSummary ul {
    	 margin: 0;
    	 padding: 0;
    	 margin-left: 80px;
    	 list-style: square;
    	}
    	*/

    .Validator
    {
        color: Red;
        vertical-align: top;
        text-align: left;
        float: left;
        display: block;
        font-weight: bold;
        font-size: large;
        font-family: Times New Roman, Sans-Serif;
        padding-right: 2px;
    }
    
    .ValidatorRight    {
        color: Red;
        vertical-align: top;
        text-align: left;
        font-weight: bold;
        font-size: large;
        font-family: Times New Roman, Sans-Serif;
        padding-right: 2px;
    }

    .ValidatorWarning
    {
        color: #4d540e;
        vertical-align: top;
        text-align: left;
        float: left;
        display: block;
        font-weight: bold;
        font-size: large;
        font-family: Times New Roman, Sans-Serif;
        background-color: #efefef;
        cursor: help;
        border: 2px solid #F0F562;
        padding: 5px;
    }

    .RadioButtonList td, .CheckBoxList td
    {
        padding-right: 15px;
        white-space: nowrap;
    }

    .RadioButtonList label, .CheckBoxList label
    {
        display: inline;
        float: none;
    }

    .ReadOnly
    {
        border: none;
        background-color: Transparent;
    }

    .InfoNote
    {
        font-size: x-small;
    }

    .alertlist
    {
        margin-left: 40px;
    }

    .borderOnly
    {
        border: solid 1px #a1a1a1;
        padding: 5px 5px 5px 5px;
    }

    .colorRed
    {
        color: Red;
    }

    .colorBlue
    {
        color: Blue;
    }

    .colorRedBoldItalics
    {
        color: Red;
        font-weight: bold;
        font-style: italic;
    }

    .colorBlueBold
    {
        color: Blue;
        font-weight: bold;
    }

    .modalpopup   
    {  
        background-color: White;  
        padding:6px 6px 6px 6px;  
        border-style: solid;
        border-width: 2px;
        min-width:200px;
        max-width:300px;
        min-height:150px;
        text-align: center;
    } 

    .timeout
	{
		cursor: progress;
		position: fixed; 
		left: 0px; 
		top: 0px; 
		text-align: center; 
		border-style: none; 
		background-color: #F5F7F8;  
		clear: both; 
		width: 100%; 
		height: 100%; 
		font-weight: bold; 
		font-size: large; 
        opacity: .7; 
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=70)';
        _filter: alpha(opacity=70);
	}

    /* From WebAIM for accessibility links */
    /*
    	a:link
    	{
    		color: #20399d;
    	}
    	a:visited
    	{
    		color: #663366;
    	}
    */
    /*
    	a:active, a:focus, a:hover
    	{
    		background-color: #ffffcc;
    		color: #bf1722;
    		text-decoration: underline;
    	}

    	a:active, a:focus, a:hover
    	{
    		background-color: #ffffcc;
    		color: #bf1722;
    		text-decoration: underline;
    	}
    */
    a.external:link
    {
        background-color: transparent;
        background-image: url("../../images/global/externallink.gif");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 100% 0pt;
        padding-right: 20px;
    }

    a.external:visited
    {
        background-color: transparent;
        background-image: url("../../images/global/externallink.gif");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 100% -100px;
        padding-right: 20px;
    }

    a.external:hover, a.external:focus
    {
        color: #bf1722;
        background-color: #ffffcc;
        background-image: url("../../images/global/externallink.gif");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 100% -200px;
        padding-right: 20px;
    }

    .Selected
    {
        background-color: #F0F562;
        color: #000000;
        font-weight: bold;
    }

    .TabBoxSelected
    {
        background-color: #f7921e;
        color: White;
        margin-left: 0em;
        margin-right: 0em;
        margin-top: 0em;
        clear: both;
        text-align: center;
        border-bottom-width: 0px;
        border: #6E87BF 1PX solid;
        width: 250px;
        height: 80px;
        text-align: center;
        font-weight: bold;
    }
    .TabBox
    {
        background-color: #f7921e;
        color: White;
        margin-left: 0em;
        margin-right: 0em;
        margin-top: 0em;
        clear: both;
        text-align: center;
        border-bottom-width: 0px;
        border: #6E87BF 1PX solid;
        width: 250px;
        height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .layoutTable
    {
        width: 100%;
    }

    .StateMap
    {
        width: 493px;
        text-align: right;
    }

    .barchartrow
    {
        background-color: #67CC32;
        color: White;
        text-align: right;
        height: 1px;
        font-size: xx-small;
        line-height: 5px;
    }

    .blueheader
    {
        padding: 5px 10px 5px 10px;
        display: inline-block;
        height: 20px;
        background: #1473c3;
        color: #ffffff;
        text-align: center;
    }

    .greyheader
    {
        padding: 5px 10px 5px 5px;
        display: inline-block;
        height: 20px;
        background: lightgray;
        color: Black;
        text-align: left;
    }

    .survey
    {
        position: relative;
        bottom: 75px;
        right: 10px;
        display: none; /* Show only for 'focus groups'. */
    }

    .hide
    {
        display: none;
    }
    .Special_Instructions
        {
        color:black;
        width:auto;	 
        height:auto;	
        background-color:#F0F562;       
        padding:0.6px;
        font-size:small;
        } 

    .tooltip-role
        {
        border:1px solid #fff;	 /*Border width */
        left:20px;	/* Same as border thickness */
        top:0px;
        position:absolute;
        width:auto;	/* Width of tooltip content */
        height:auto;	/* Height of tooltip content */
        background-color:#f7921e;	/* Background color */
        padding:5px;	/* Space between border and content */
        font-size:1.0em;	/* Font size of content */
        overflow:auto;	/* Hide overflow content */
        z-index:1000001;

         }     

    /* JQuery UI tool tips Begin */
    .ui-tooltip, .arrow:after
    {
        background: #000000;
        border: 2px solid black;
        opacity: .8; /*  Standards compliant browsers (FireFox, Chrome) */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /* IE 8 */
        _filter: alpha(opacity=80); /*  IE 6 and below */
    }
    .ui-tooltip
    {
        padding: 10px 20px;
        color: white;
        border-radius: 20px;
        font: inherit;
        box-shadow: 0 0 7px black;
        opacity: .8; /*  Standards compliant browsers (FireFox, Chrome) */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /* IE 8 */
        _filter: alpha(opacity=80); /*  IE 6 and below */
    }
    .arrow
    {
        width: 70px;
        height: 16px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        bottom: -16px;
    }
    .arrow.top
    {
        top: -16px;
        bottom: auto;
    }
    .arrow.left
    {
        left: 20%;
    }
    .arrow:after
    {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }
    .arrow.top:after
    {
        bottom: -20px;
        top: auto;
    }
    a#lnk
    {
        display: inline-block;
        margin-bottom: 5px;
    }
    /* JQuery UI tool tips End */

    #current_openings caption
    {
        display: none;
    }
    
    #reg, #mean, #avg, #mid
    {
        text-align: left;
        font-size: small;
    }
    
    #CorrespId
    {
        text-align: right;
        margin-right: 1em;
    }

}
