/*  




UKY 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
*/




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

#partner-box {
	border: 2px solid #02338F;
}	

			
} /* end min-width 640 */




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



#partner-box {
	border: 1px solid #005daa;
}	



}




@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) {



}



