/* 
 * ---------------------------------------------------------------------
 * Filename:            York.css
 * Description:         Design for the moveon 4 Form
 * Website:             moveon4.com
 * Author:  			Josh Ash
 * --------------------------------------------------------------------- 
 */
 
 
body {
     color: #000;
   font-family: Arial,sans-serif;
    background: none repeat scroll 0 0;
	font-size: 14px;
	}
.pageCover {
    background: url("https://www.yorku.ca/yorkweb/demos/test-header/images/yorku-logo-rgb-240-122.jpg") no-repeat scroll 0 35px rgba(0, 0, 0, 0);
	padding-top: 180px;

}
	
.blue span {
       background-color: #cc0000;
}

.pageContent {
    border: medium none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	width: 1000px;
	}
.wizardTitleBar {
    background: #fff none repeat scroll 0 0;
    border-top: medium none;
	}
	
.progress-bar {
    margin: 0 6px 0 0;
	 width: 220px;
}	
	

.wizardTitle {
		 color: #000000;
	   font-size: 25px;
}
.formHeader {
  border-bottom: 1px solid #c9c9c9;
    color: #000000;
	
}
.formContainer {
    float: right;
	 width: 740px;
}

.formContainer .statusContainer {
	width: 704px;
}
	
.formContainer fieldset > legend, .searchBox .searchHeader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    color: #000;
}

li.currentLanguage {
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #000000;
    padding: 2px 8px;
   font-weight: bold;
}
#languageButtons li a {
	background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #000000;
    padding: 2px 8px;
 font-weight: bold;
}
#languageButtons {
	  font-size: 13px;
}

	
.menuContainer {
   	    float: left;
		 margin: 60px 0 0;
		  background: #ffffff none repeat scroll 0 0;
	}
	
.vMenu {
    margin: 0;
	}
.vMenu > a {
	 background-color: #cc0000 !important;
    color: #fff;
}
.vMenu > a > li:hover {
    background-color: #ffffff;
	text-decoration: underline;
    color: #fff;
}
.vMenu > a > li.active {
    background-color: #ffffff;
    color: #fff;
}
.vMenu > a > li.complete:hover{
    background: #ffffff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px;
    color: #fff;
	text-decoration: underline;
}
.vMenu > a > li.complete.active {
  background: #ffffff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px;
    color: #fff;
}
.vMenu > a > li.complete {
    background: #ffffff url("https://static.moveon4.com/default/icons/completed_icon.png") no-repeat scroll 188px 8px;
    color: #fff;
}
.vMenu > a > li {
  border-bottom: 2px solid #fff;
}

.pageCover h1 {
 color: #000000;
}
.loginBar span {
    color: #000;
}

.loginBar a {
    color: #000;
}

.loginBar {
top: -18px;
}
a{
    color: #cc0000;
}
a:hover{
    color: #841911;
}

input[type="submit"], button, input[type="reset"], .button {
    background:#cc0000 none repeat scroll 0 0;
	 border-radius: 0;
}
input[type="submit"]:hover, button:hover, input[type="reset"]:hover, .button:hover {
    background: #841911  none repeat scroll 0 0;
	 border-radius: 0;
}


button[kind="save_button"], button[kind="submit_button"] {
    background: #cc0000  url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
}
button[kind="save_button"]:hover, button[kind="submit_button"]:hover {
    background: #841911  url("https://static.moveon4.com/default/icons/save_button_icon.png") no-repeat scroll left center;
}

button[kind="previous_button"] {
    background: #cc0000  url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
}
button[kind="previous_button"]:hover {
    background: #841911  url("https://static.moveon4.com/default/icons/prev_button_icon.png") no-repeat scroll left center;
}


button[kind="next_button"] {
    background: #cc0000  url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
}
button[kind="next_button"]:hover {
    background: #841911  url("https://static.moveon4.com/default/icons/next_button_icon.png") no-repeat scroll right center;
}

.addSection {
    background: #cc0000  url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
}
.addSection:hover {
    background: #841911  url("https://static.moveon4.com/default/icons/add_icon.png") no-repeat scroll 5px 4px;
}

.pageFooter {
    background: #cc0000 none repeat scroll 0 0;
    height: 150px;
    width: 100%;
}
.appDetails {
 
    color: #fff;
}

html {
    text-rendering: optimizelegibility;
}





