/*  




ALZ 2 shared overrides

	color: #65378e; purple
	color: #00539b; blue
	color: #7ac143; green

	
	
	Font sizes from YUI3
	px	 use %
	10	 77
	11	 85
	12	 93
	13	 100
	14	 108
	15	 116
	16	 123.1
	17	 131
	18	 138.5
	19	 146.5
	20	 153.9
	21	 161.6
	22	 167
	23	 174
	24	 182
	25	 189
	26	 197
*/


.lfs {
    color: #65378e;
    }
    
    h1 {
    color: #65378e;
    }
    
    h2 {
    color: #00539B;
    }

			/* Member Login Styles */



	#signin-form hr {
		color: #ffffff;
		background-color: #ffffff;
	}
	
	#signin-form h2 {
		color: #ffffff;

	}
	
	
#signin-form-content a:link, #signin-form-content a:visited {
	color: #ffffff;
}



.signin-button {
    background-color: #65378e;
    border: 1px solid #000000;
    border-top: none;
	color: #ffffff;
}

.signin-button.open {
    border: none;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #ffffff;

}

.signin-button a:link, .signin-button a:visited, .signin-button label {
    color: #ffffff;
}





a:link.signin-button-open {
	color: #ffffff;
}

#signin-form {
    background-color: #65378e;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #000000;
    border-top: none;
    

}
#signin-form a {
	color: #ffffff;
}


/******************************************
	FORM FORMATTING
******************************************/

label {
	display: block;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	color: #65378e;
}


.form-example {
	font-weight: normal;
	font-size: 92%;
	color: #555555;
}

	.formExampleUnder {
		background-image: url("/themes/standard/images/icons/bullet_arrow_up.gif");
		background-position: 2px 4px;
		background-repeat: no-repeat;
		color: #666666;
	}



.permission-table td {
	border: 1px solid #999999;
	background-color: #ffffff;
}


.progress-bar { 
	border: 1px solid #CCCCCC;
	font-size: 76%;
	margin: 20px auto 0;
	width: 50%;
}
		.progress-bar td {
			background-color: #FFFFFF;
			color: #333333;
			padding: 8px;
			text-align: center;
			line-height: 1.25em;
			vertical-align: top;
			font-size: 116%;
			
		}
		.progress-bar td.selected {
			background-color: #65378e;
			color: #FFFFFF;
		}

		.progress-bar td.n10 {
			width: 10%;
		}
		.progress-bar td.noselect {
			background-color: #FFFFFF;
			background-image: url("/themes/standard/images/progress-arrow-head.gif");
			background-position: right center;
			background-repeat: no-repeat;
			padding: 0 10px;
		}
		.progress-bar td.preselect {
			background-color: #65378e;
			background-image: url("/themes/standard/images/progress-arrow-head.gif");
			background-position: right center;
			background-repeat: no-repeat;
			padding: 0 10px;
		}
		.progress-bar td.postselect {
			background-color: #65378e;
			background-image: url("/themes/standard/images/progress-arrow-tail.gif");
			background-position: right center;
			background-repeat: no-repeat;
			padding: 0 10px;
		}



/* TinyTips Style */

.lotsaTip {  
	}

.lotsaTip .content { 
	border: 6px solid #65378e; 
	background: #EDECF2; 
	color: #020202; 
	}
	
.lotsaTip .bottom { 
	background: url("/themes/bimcc/images/notch-tooltip-blue-005984.png") top center no-repeat; 
	}

@media screen and (min-width: 640px) {

	
.having-trouble {
    color: #ffffff;
}

	.having-trouble a {
		background-color: #00539b;
		border: 1px solid #efebf3;
		color: #FFFFFF;
	}
	
	.having-trouble a:link, .having-trouble a:visited {
		color: #FFFFFF;
	}

#partner-box {
	border: 2px solid #65378e;
}
			
} /* end min-width 640 */



.error-message {
	background-color: #aa0000;
	color: #ffffff;
	border: 1px solid #440000;
}

.notice-message {
	background-color: #FFF1B1;
	color: #000000;
	border: 1px solid #ffcc00;
}

.onecolumn-primary-width .notice-message {
	margin-right: 200px; /* width of powered by logo */
}

.twocolumn-primary-width .notice-message {
	margin-right: 200px; /* width of powered by logo */
}


.button-style-link .ui-button-text {
	color: #ffffff;
}

/***** Arrow Styles *****/

/** Base Arrow Style **/

span.arrow {
	color: #65378e;
	background-color: #ffffff;
	font-family: "Arial", sans-serif; /* Arial has matching arrows */
}

/** Arrow Sizes **/


/** Arrow Inversions **/

span.arrow.inverse {
	color: #ffffff;
	background-color: #65378e;
}

/** Arrow Disabled Styles **/

span.arrow.disabled {
	color: #EDECF2;
	background-color: #ffffff;
}

span.arrow.disabled.inverse {
	color: #ffffff;
	background-color: #EDECF2;
}

.partnerInfoLabel p {
	margin-top: 1em;
	margin-bottom: 0em;
	
}

@media screen and (max-width: 639px) {


	#main-navigation-mobile {
		border-color: #65378e;
	}

		#main-navigation-mobile p {
			color: #65378e;
		}
		
		#main-navigation-mobile ul li a {
			color: #ffffff;
			background-color: #65378e; 
			border-color: #65378e; 
		}
		
		#main-navigation-mobile ul li.selected {
			border: 4px solid #65378e;
		}
		
		#main-navigation-mobile ul li.selected a {
			color: #65378e;
			background-color: #ffffff;
}		

#sub-navigation-mobile {
	border-color: #00539b;		
}
	
			#sub-navigation-mobile p {
				color: #00539b;
		}
				
		
		#sub-navigation-mobile ul li a {
			color: #ffffff;
			background-color: #00539b;
			border-color: #00539b;
		}
		
		#sub-navigation-mobile ul li.selected {
			border-color: #00539b;

		}
		
		#sub-navigation-mobile ul li.selected a {
			color: #00539b;
			background-color: #ffffff;
		}



}



/* Dialog Help */

.dialog-help-opener {
	border: 2px solid #65378e;
	background-color: #65378e;
	color: #ffffff;
}

/*  Calendar overrides */

/*********************************************
     GENERAL CALENDAR STYLES - ALL CALENDARS
     
     each calendar has a header table (.cal-header)
     and a content table (.cal)

	color: #005984; dark green
	color: #848f6e; light green
	color: #f5f6f3; very light green
	color: #677b8b; blue background
	color: #;




     
*/


.home-page-monthly-calendars .cal-wrapper {
    border: 4px solid #65378e;
}

.home-page-monthly-calendars .cal-wrapper table th {
    background-color: #65378e;
    border-color: #65378e;
}


@media screen and (max-width: 1000px) {

	#large-calendar .cal-header-days-full {
		display: none;
	}
	
	#large-calendar .cal-header-days {
		display: table-row;
	}

}

@media screen and (max-width: 639px) {

/************ Calendar Mobile *********/

#portal-home-calendar .calendar-legend .cal-legend-item {
}

}

#ad-frame-title-sponsor {

}

