@import url(http://www2.ayso605.com/styles/Ayso605.css);

/* home page styles */

a img {border: none;}

/*Begin field status styles */
#field-status-605 {
	background:#CCCCCC url(http://www2.ayso605.com/images/FieldStatusGradient.png) repeat-x scroll 50% 50%;
	border:1px solid #AAAAAA;
	color:#222222;
	font-weight:bold;
	display:inline-block;
	
	list-style: none; 
	position: relative; 
	padding: .1em .1em 0; 
	width: 650px;
	
	/*needed to center correctly in IE7*/
	margin-left:  0px;

	-moz-border-radius: 14px; 
	-webkit-border-radius: 14px; s
}

#field-status-605 li { position: relative; float: left; padding: 0px; height: 50px;}
#field-status-605 li span { padding: .25em 1em; color:white; text-shadow: #222222 1px 1px 1px;}
#field-status-605 li a { color: #222222; font-weight: normal;font-size: 80%}

#field-status-605 li.open {	background: transparent url(http://www2.ayso605.com/images/open.png) no-repeat bottom; }
#field-status-605 li.closed { background: transparent url(http://www2.ayso605.com/images/closed.png) no-repeat bottom; }
#field-status-605 li.seeNotes { background: transparent url(http://www2.ayso605.com/images/seeNotes.png) no-repeat bottom; }
#field-status-605 li.today { border-left:1px dashed #222222; border-right:1px dashed #222222; }
#field-status-605 li.today span { color: #222222; text-shadow: none;}
/*End field status styles */


/*Begin banner headline styles*/
#mainContent_605 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#tabs-headlines { width: 650px; padding: 0em;}    
#tabs-headlines .ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
#tabs-headlines .ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }
#tabs-headlines .ui-tabs-panel { height:250px; padding: 0em 0em;}
#tabs-headlines .ui-tabs-nav { border-left: none; border-right: none;border-bottom: none;}
#tabs-headlines .ui-tabs-nav li { margin: 2px 2px 4px 2px; }
#tabs-headlines .ui-tabs-nav li a {padding: .25em .5em; font-size: 70%; }
/*End banner headline styles */

/*Begin Link Box styles*/
#boxes {
	margin: 0px auto;
	width:650px;
}

#boxes div {
	float: left;
	width:150px;
	height: 95px;
	margin:5px;
	border: 1px #E8EAD7 solid;
}

#boxes div ul {
	padding:2px;
	margin:0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
}

#boxes li {
	padding: 1px;
}
#boxes h4 {
	color: #000;
	background-color: #E8EAD7;
	border-bottom:1px #E8EAD7 solid;
	padding:2px;
	margin:0px;
	text-align: center;
}

/*End Link Box styles*/


/*Style for about Ayso section of home page*/
div#aboutAyso605 {	
	margin-top: 25px;
	font-family: Comic Sans MS;
	font-size: 12pt; 
	text-align: center;
	clear: both;
}