
/*TOOLTIP*/
.ui-tooltip 
{
    border: 1px solid rgb(192, 192, 154);
    background-color: #ffffcb !important;
    background-image: none;
    border-color: #c0c09a;
    border-radius: 0;
    box-shadow: none;
    cursor: default;
	color: rgb(51, 51, 51);
	font-size: 14.3px;
    height: 20px;
    line-height: 20px;
    max-width: 300px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    pointer-events:none;
    position: absolute;
    text-align: center;
    text-shadow: none;
    z-index: 9999;
    
}
.ui-tooltip:after, .ui-tooltip:before
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #ffffcb transparent transparent transparent;
    pointer-events:none;
    top: 26px;
    left: 10px;
    z-index: 9998;
}
.ui-tooltip:after 
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: #c0c09a transparent transparent transparent;
    top: 26px;
    left: 8px;
    z-index: 4;
}
.ui-tooltip div {
    background-color: #ffffcb;
}
.ui-tooltip span {
    background-color: #ffffcb;
}

/*
    Expand Collapse Utility
*/
.NYACKPrototyping_ExpandCollapseButton
{
        background-color: rgb(200,200,200);
        border: 2px dotted black;
        margin-top: 2px;
        margin-bottom: 5px;
        width: 400px;
        cursor: pointer;
}
.NYACKPrototyping_ExpandCollapseButton.lighter
{
        background-color: rgb(240,200,249);
        border: 2px dotted black;
        margin-top: 2px;
        margin-bottom: 5px;
        width: 400px;
        cursor: pointer;
}
.NYACKPrototyping_ExpandCollapseButton.lighter2
{
        background-color: rgb(240,173,186);
        border: 2px dotted black;
        margin-top: 2px;
        margin-bottom: 5px;
        width: 400px;
        cursor: pointer;
}

.NYACKPrototyping_container   
{
        background-image: url("../../images/Frame4_Thinner_NoArrow.png");
        background-repeat: no-repeat;
        border: none;
        color: #666666;
        font-family: Archivo, arialgeneva,helvetica,sans-serif;
        font-size: 12px;
        color: #444444;
        position: relative;
        overflow: hidden;
        height: 258px /*313px*/ ;
        left: 4px;
}
.NYACKPrototyping_subContainer
{
        position: absolute;
        left: 30px;
        top: 20px;
}
.NYACKPrototyping_container div
{
        margin: 0px;
}
/*BEGIN: Listview containing Divs*/
.NYACKPrototyping_DegreeLevels_Container
{
        width: 166px;
        height: 217px;
        position: relative;
        float:left;
        overflow: hidden;
}
.NYACKPrototyping_DegreeLevels_InnerResizableContainer
{
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
}
.NYACKPrototyping_StudentTypes_Container
{
        top: 0px;
        width: 135px;
        height: 217px;
        position: relative;
        float:left;
        overflow: hidden;
}
.NYACKPrototyping_StudentTypes_InnerResizableContainer
{
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        position: relative;
        white-space: nowrap;
}
.NYACKPrototyping_OfferedPrograms_Container
{
        width: 331px;
        height: 217px;
        position: relative;
        float:left;
        overflow: hidden;
}
.NYACKPrototyping_OfferedPrograms_InnerResizableContainer
{
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
}
/*END: Listview containing Divs*/

/*BEGIN: Headers*/
.NYACKPrototyping_Header
{
        height:26px;
        width:100%;
        background-color: #f2f2f2;
        position: relative;
}
.NYACKPrototyping_DegreeLevels_InnerResizableContainer .NYACKPrototyping_Header
{
        background-image: url('../../images/DegreeLevelsHeader.png');
        background-repeat: no-repeat;
}
.NYACKPrototyping_StudentTypes_InnerResizableContainer .NYACKPrototyping_Header
{
        background-image: url('../../images/StudentTypesHeader.png');
        background-repeat: no-repeat;
}
.NYACKPrototyping_OfferedPrograms_InnerResizableContainer .NYACKPrototyping_Header
{
        background-image: url('../../images/OfferedProgramsHeader.png');
        background-repeat: no-repeat;
}
/*END: Headers*/
/*BEGIN: Content*/
.NYACKPrototyping_Content
{
        height: 187px;
        background-color: #ffffff;
        border-top: 2px solid #e0e0e0;
        border-bottom: 2px solid #e0e0e0;
        overflow: hidden;
        position: relative;
}
.NYACKPrototyping_DegreeLevels_InnerResizableContainer .NYACKPrototyping_Content
{
        
        width: 164px;
        border-left: 2px solid #e0e0e0;
        
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;

        overflow-x: hidden;
        overflow: -moz-scrollbars-vertical;
}
.NYACKPrototyping_Content_Scrollable {
    overflow-y: scroll;
}
.NYACKPrototyping_Content_NotScrollable {
    overflow-y: hidden;
}
.NYACKPrototyping_StudentTypes_InnerResizableContainer .NYACKPrototyping_Content
{
        border-left: 2px solid #e0e0e0;
        width: 131px;
        border-right: 2px solid #e0e0e0;
        overflow-x: hidden;
        overflow: -moz-scrollbars-vertical;
}
.NYACKPrototyping_OfferedPrograms_InnerResizableContainer .NYACKPrototyping_Content
{
        width: 329px;
        height: 154px;
        border-top-width: 1px;
        border-right: 2px solid #e0e0e0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        overflow-x: hidden;
        overflow: -moz-scrollbars-vertical;
}
/*END: Content*/

/* Search Input */
.NYACKPrototyping_SearchOfferedPrograms_Container
{
        position: relative;
        background-color: #f2f2f2;
        background-image: url("../../images/searchbox.png");
        background-repeat: no-repeat;
        height: 32px;
        border-top: 2px solid #e0e0e0;
        border-right: 2px solid #e0e0e0;
        overflow: hidden;
}
.NYACKPrototyping_SearchOfferedPrograms_Magnifier
{
        position: absolute;
        left: 13px;
        top: 12px;
        filter:alpha(opacity=0);
        width: 11px;
        height: 10px;
        z-index: 10;
}
.NYACKPrototyping_SearchOfferedPrograms_XButton
{
        position: absolute;
        right: 15px;
        top: 10px;
        filter:alpha(opacity=0);
        width: 15px;
        height: 13px;
        z-index: 10;
}
.NYACKPrototyping_SearchOfferedPrograms_InputContainer{
        position: absolute;
        left: 27px;
        top: 9px;
        height: 16px;
        width: 268px;
        z-index: 10;
}
.NYACKPrototyping_SearchOfferedPrograms_Input
{
        background: transparent;
        border: none;
        color: #444444;
        font-size: 12px;
        height: 16px;
        position: relative;
        width: 268px;
}



.NYACKPrototyping_Email_Title
{
        background-color: #ffffff;
        color: #666666;
        font-family: Archivo, arialgeneva,helvetica,sans-serif;
        font-size: 16px;
        font-weight: bolder;
        height: 48px;
        overflow: hidden;
        position: relative;
}
.NYACKPrototyping_Email_Title_TextDiv
{
        left:4px;
        position: absolute;
        top: 19px;
}
.NYACKPrototyping_Email_Content
{
        background-color: #fafafa;
        color: #666666;
        font-family: Archivo, arialgeneva,helvetica,sans-serif;
        font-size: 10px;
        height: 84px;
        overflow: hidden;
        position: relative;
}
.NYACKPrototyping_Email_Content_InnerContainer
{
        top: 15px;
        left: 21px;
        position: relative;
        width: 748px;
}
.NYACKPrototyping_Email_Content_InnerContainer_Subtitle
{
        font-size: 12px;
        font-weight: bold;
        margin-top: 15px;
        margin-left: 21px;
        margin-bottom: 8px;
        width: 748px;
}
.NYACKPrototyping_Email_Content_InnerContainer_InputContainer
{
        margin-left:21px;
        overflow: hidden;
        width: 748px;
}
.NYACKPrototyping_Email_Content_InnerContainer_Input
{
        border: 1px solid #b6b6b6;
        color: #dedede;
        font-weight: normal;
        font-size: 10px;
        height: 19px;
        position:relative;
        width: 310px;
        
        box-shadow: -1px 1px 1px #eaeaea inset;
        -moz-box-shadow: -1px 1px 1px #eaeaea inset;
        -webkit-box-shadow: -1px 1px 1px #eaeaea inset;
}
.NYACKPrototyping_Email_Content_InnerContainer_Input:focus
{
        color: #666666;
}
.NYACKPrototyping_RedAsterisk
{
        color: #D23732;
}
.NYACKPrototyping_ThinContainerBorder_TopBottom
{
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
}
.NYACKPrototyping_ThinContainerBorder_Bottom {
    border-bottom: 1px solid #d3d3d3;
}
.NYACKPrototyping_ThinContainerBorder_Top
{
        border-top: 1px solid #d3d3d3;
}
.NYACKPrototyping_ThinContainerBorder_LeftRight
{
        border-left: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
}
.NYACKPrototyping_ThinContainerBorder_Left
{
        border-left: 1px solid #d3d3d3;
}
.NYACKPrototyping_ThinContainerBorder
{
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
}
.NYACKPrototyping_Buttons_Container
{
        background-color: #ffffff;
        overflow: hidden;
        padding-top: 30px;
}
.NYACKPrototyping_Buttons_BackButton
{
        background-image: url("../../images/BackButton.png");
        background-repeat: no-repeat;
        float: left;
        height: 36px;
        margin-left:1px;
        margin-top: 0px;
        width:119px;
}
.NYACKPrototyping_Buttons_ContinueButton
{
        background-image: url("../../images/ContinueButton.png");
        background-repeat: no-repeat;
        float: right;
        height: 36px;
        margin-right:1px;
        margin-top: 0px;
        cursor: pointer;
        width:119px;
}

.NYACKPrototyping_WhiteBackground {
    background-color: #ffffff;
}

.NYACKPrototyping_AnyOuterPanel {
    width: 748px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}
.NYACKPrototyping_AnyOuterPanel_NoBorder {
    width: 697px;
}
#DivNYACKPrototyping_BottomDiv {
    height: 105px;
}
.NYACKPrototyping_ContentBackground {
    background-color: #fafafa;
}
#DivNYACKPrototyping_TopDiv 
{
    border-top: 1px solid #d3d3d3;
    height: 100px;
    padding: 0;
    position: relative;
}
#DivCampusButton {
    background-image: url("../../images/CampusButton.png");
    width: 222px;
    height: 78px;
    bottom: 0px;
    left: 23px;
    position: absolute;
}
#DivNYACKPrototyping_ChooseYourProgram {
    background-color: #fdfdfd;
    height: 46px;
    position: relative;
}
#DivNYACKPrototyping_ChooseYourProgram_Text {
    bottom: 13px;
    left: 4px;
    position: absolute;
    
    color: #666666;
    font-family: Archivo, arialgeneva,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bolder;
}
#DivNYACKPrototyping_PageHeader {
    background-image: url("../../images/PageHeader.png");
    width: 1183px;
    height: 186px;
}
#NYACKPrototyping_MainBodyContainer {
    /*padding-left: 25px;
    padding-right: 25px;
    background-color: #ffffff;*/
    padding-left: 0;
    padding-right: 0;
    width: 706px;
    position: relative;
}
#NYACKPrototyping_Page {
    background-color: #380D36;
}

/*
    Modal
*/
/*.ui-dialog .background{
    background-color: rgb(125, 225, 225);
    width: 400px;
    height: 300px;
}
.ui-dialog body { font-size: 62.5%; }
.ui-dialog label, input { display:block; }
.ui-dialog input.text { margin-bottom:12px; width:95%; padding: .4em; }
.ui-dialog fieldset { padding:0; border:0; margin-top:25px; }
.ui-dialog h1 { font-size: 1.2em; margin: .6em 0; }*/
div#users-contain { width: 350px; margin: 20px 0; }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
.ui-widget-overlay{
    background-image: none;
}
.ui-dialog-titlebar
{
    /*display:none;*/
    
}
.ui-widget-header
{
    border-bottom-color: #380D36 !important;
    border-top-color: #380D36 !important;
    border-left-color: #380D36 !important;
    border-right-color: #380D36 !important;
}
.ui-dialog-buttonpane{
    display: none
}
.ui-dialog-titlebar-close.ui-corner-all.ui-state-hover
{
    background-image: none;
    background-color: #f5f5f5 !important;
    border-bottom-color: #f5f5f5 !important;
    border-top-color: #f5f5f5 !important;
    border-left-color: #f5f5f5 !important;
    border-right-color: #f5f5f5 !important;
}
/*.ui-dialog.ui-widget.ui-widget-content
{
    width: 364px !important;
    height: 174px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    
    overflow: hidden;
}*/
.ui-dialog.ui-widget.ui-widget-content
{
/*    width: 765px !important;
    height: 406px !important;*/
    overflow: hidden;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable
{
    overflow: hidden;
}
.ui-dialog-content.ui-widget-content
{
    padding: 0 !important;
}
#dialog-form{
    width: 364px !important;
    height: 174px !important;
    margin: 0 !important;
    padding: 0 !important;
    
    overflow: hidden;
}
.NYACKPrototyping_Dialog_Container{
    height: 174px !important;
    
    overflow: hidden;
}
.NYACKPrototyping_Dialog_Title
{
    color: #666666;
    font-family: Archivo, arialgeneva,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bolder;
    
    height: 22px;
    margin-left: 28px;
    margin-bottom: 10px !important;
    margin-top: 21px !important;
    text-align: left;
    vertical-align: bottom;
}
.NYACKPrototyping_GenericInput
{
    border: 1px solid #b6b6b6;
    color: #dedede;
    font-family: Archivo, arialgeneva,helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding-left: 12px;
    padding-top: 0;
    padding-bottom: 0 !important;
    position:relative;
    
    box-shadow: -1px 1px 1px #eaeaea inset;
    -moz-box-shadow: -1px 1px 1px #eaeaea inset;
    -webkit-box-shadow: -1px 1px 1px #eaeaea inset;
}
.NYACKPrototyping_GenericInput:focus
{
    color: #666666;
}
.NYACKPrototyping_Email
{
    height: 36px !important;
    margin-left: 28px;
    margin-bottom: 14px;
    width: 290px !important;
}
.NYACKPrototyping_Password
{
    width: 172px !important;
    float: left;
    height: 36px !important;
    margin-left: 28px;
    margin-bottom: 29px;
}
#DivNYACKPrototyping_ConfirmEmailPassword
{
    width: 85px !important;
    height: 36px;
    background-image: url("../../images/SignInButton.png");
    float: right;
    margin-right: 37px !important;
    margin-bottom: 29px;
    padding: 0;
}




.VZAjaxListViewRegion  li
{
	background-color: rgb(200,180,190); /*Client-provided color*/
	/*transition: opacity 100ms linear;*/
}
.VZAjaxListViewRegion  li[disabled]
{
	/*background-color: rgb(40,36,38);*/
	/*opacity: .2;*/
	/*transition: opacity 100ms linear;*/
}
.VZAjaxListViewRegion  li:focus
{
	background-color: #f2f2f2;
	font-weight: bold;
}		
.VZAjaxListViewRegion  li:hover
{
	background-color: rgb(220,220,190);
}
.VZAjaxListViewRegion  li:hover:focus
{
	background-color: rgb(220,220,190);
}
.NYACKPrototyping_TestingPanel
{
	display: none;
}
		    
.VZAjaxListViewRegion li
{
    background-color: #ffffff;
	height: 20px;
	list-style-type: none;
	padding-left: 9px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-family: Archivo, arialgeneva,helvetica,sans-serif;
	font-size: 12px;
	color: #717379;
	line-height: 20px;
	cursor: default;
}
.VZAjaxListViewRegion .DegreeLevelsListView li
{
	width: 164px;
}
.VZAjaxListViewRegion .StudentTypesListView li
{
	width: 131px;
}
.VZAjaxListViewRegion .OfferedProgramsListView li
{
	/*width: 329px;*/
    width: 500px;
}
.VZAjaxListViewRegion li.VZAjaxListViewRegionSelectedItem
{
	background-color: #30424e; /*Client-provided color*/
	color: White;
	font-weight: bold;
}
/*.VZAjaxListViewRegion  li:focus.VZAjaxListViewRegionSelectedItem
{
	background-color: #f3f3f3;
	font-weight: bold;
}*/
.VZAjaxListViewRegion ul
{
	margin: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 4px;
	
}

/*Semesters*/
.NYACKPrototyping_Semesters_Container
{
	background-color: #fafafa;
	overflow: hidden; /*Otherwise the semesters container fails to expand when content is added inside of it.*/
	width: 748px;
}
.NYACKPrototyping_Semester_ItemShell
{
    float: left;
}
.NYACKPrototyping_Semester_Item
{
	color: #666666;
    font-family: Archivo, arialgeneva,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bolder;
            
    width: 172px;
    height: 78px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    
    cursor: pointer;
}
.NYACKPrototyping_Semester_Item_NotSelected
{
    background-image: url('../../../../Images/Icons/IconSemesterOffPrototype.png');  
    background-repeat: no-repeat;
}	
.NYACKPrototyping_Semesters_SelectedItem
{
    background-image: url('../../../../Images/Icons/IconSemesterOnPrototype.png');  
    background-repeat: no-repeat;
}	


#ImageIconSelectDegreeLevel
{
    float:right;
}
.style-VZTooltipStyle .ot-content{
    cursor: default;
	color: rgb(51, 51, 51);
	font-size: 14.3px;
}
/*
#DivNYACKPrototyping_Arrow
{
    background-image: url("../../images/Arrow.png");
    height: 41px;
    position: absolute;
    width: 43px;
}
*/
.NYACKPrototyping_Arrow_Campus1Position
{
    left: 91px;
}
.NYACKPrototyping_Arrow_Campus2Position
{
    left: 325px;
}
.NYACKPrototyping_Arrow_Campus3Position
{
    left: 567px;
}
/*2014-02-11*/
/*#ImageButtonCampus1
{
    background-image: url('../../../../Images/Icons/IconCampusOnlineOff.gif');
    cursor: pointer;
}
#ImageButtonCampus2
{
    background-image: url('../../../../Images/Icons/IconCampusResidentialOff.gif');
    cursor: pointer;
}
#ImageButtonCampus3
{
    background-image: url('../../../../Images/Icons/IconCampusResidentialOff.gif');
    cursor: pointer;
}
#ImageButtonCampus1.NYACKPrototyping_SelectedCampus
{
    background-image: url('../../../../Images/Icons/IconCampusOnlineOn.gif');
}
#ImageButtonCampus2.NYACKPrototyping_SelectedCampus
{
    background-image: url('../../../../Images/Icons/IconCampusResidentialOn.gif');
}
#ImageButtonCampus3.NYACKPrototyping_SelectedCampus
{
    background-image: url('../../../../Images/Icons/IconCampusResidentialOn.gif');
}*/

.NYACKPrototyping_WarningText
{
    color: #D23732;
    font-family: Archivo, arial geneva, helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    width: 100%;
}
.CampusButton {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
    background-image: -moz-linear-gradient(top, #ffffff, #ededed);
    background-image: -ms-linear-gradient(top, #ffffff, #ededed);
    background-image: -o-linear-gradient(top, #ffffff, #ededed);
    background-image: linear-gradient(to bottom, #ffffff, #ededed);
    border: solid #cacaca 3px;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #626262;
    font-size: 14px;
    text-decoration: none;
    width: 222px;
    height: 78px;
    float: left;
    
    margin-right: 9px;
    margin-bottom: 12px;
    cursor: pointer;
}
.CampusButtonTitle{
    font-weight: bold;
    width:100%;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 8px;
}
.CampusButtonDescription{
    width:100%;
    text-align: center;    
    font-style: italic;
    font-size: 12px;
}
.CampusButtonSelected {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
    background-image: -moz-linear-gradient(top, #ffffff, #ededed);
    background-image: -ms-linear-gradient(top, #ffffff, #ededed);
    background-image: -o-linear-gradient(top, #ffffff, #ededed);
    background-image: linear-gradient(to bottom, #ffffff, #ededed);
    border: solid 3px #30424e;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #626262;
    font-size: 14px;
    text-decoration: none;
    width: 222px;
    height: 78px;
    float: left;
    
    margin-right: 9px;
    margin-bottom: 12px;
}