BODY {
	PADDING: 0px;
	MARGIN: 0px;
	font-family: 'Open Sans', sans-serif;
	FONT-SIZE: 15px;
	color: #424242;
	background-color: #9e9e9e;
	margin: 0px;
}
a:link {
	color: #005896;
	text-decoration: none;
}
a:visited {
	color: #005896;
	text-decoration: none;
}
a:hover {
	color: #005896;
	text-decoration: none;
	outline: none;
}
#container {
	width: 320px;
	background: #FFFFFF;
	margin: 0 auto;
}
.header {
	height: 72px;
	width: 320px;
    cursor:pointer;
}
.home {
	background-image: url(../images/mobile/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
    cursor:default;
}
.calendar {
	background-image: url(../images/mobile/header_cal.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.news {
	background-image: url(../images/mobile/header_news.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.agendas {
	background-image: url(../images/mobile/header_agendas.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.contact {
	background-image: url(../images/mobile/header_contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.search {
	background-image: url(../images/mobile/header_search.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.chamber {
	background-image: url(../images/mobile/header_chamber.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.feedback {
	background-image: url(../images/mobile/header_feedback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.quicklinks {
	background-image: url(../images/mobile/header_quicklinks.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#info { 
    width: 320px; 
    font-weight: bolder; 
    text-align: center; 
    padding: 10px 0 5px 0; 
} 
.bullet {
	padding: 0 8px 0 8px;
}
#iconset {
	margin: 0 0 20px 0;
}
#content {
	padding: 20px 15px 40px 15px;
	font-size: 14px;
	line-height: 24px;
}
#nav a {
	width: 305px;
	height: 36px;
	background-image: url(../images/mobile/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: 800;
	text-transform: uppercase;
	padding: 13px 0 0 15px;
	display: block;
	color: #424242;
}
#footer a:link {
	color: #424242;
}
#footer a:visited {
	color: #424242;
}
#footer a:hover {
	color: #424242;
}
#footer {
	text-align: center;
	height: 39px;
	width: 320px;
	background-image: url(../images/mobile/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #fff;
	font-size: 10px;
}
#footer {
	text-align: center;
	height: 35px;
	width: 320px;
	background-image: url(../images/mobile/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #fff;
	font-size: 10px;
	padding: 4px 0 0 0;
}
#footer a:link {
	color: #fff;
	text-decoration: underline;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}

.MobileTitle
{
     style="font-size:14px;padding:8px;margin-bottom:5px; border-radius:5px;"

}

.CalendarDays {
color: #FFFFFF;
background-color: #005896;
font-family: Tahoma, sans-serif;
font-size: 14px;
font-weight: bold;
padding:8px;
margin-bottom:5px;
border-radius:5px;
}

.button
{
    FONT-SIZE: 15px;
    BORDER-TOP: #dcdcdc 1px solid;
    FONT-FAMILY: arial;
    BORDER-RIGHT: #dcdcdc 1px solid;
    BORDER-BOTTOM: #dcdcdc 1px solid;
    FONT-WEIGHT: bold;
    COLOR: #777777;
    PADDING-BOTTOM: 6px;
    PADDING-TOP: 6px;
    PADDING-LEFT: 24px;
    TEXT-DECORATION: none;
    BORDER-LEFT: #dcdcdc 1px solid;
    DISPLAY: inline-block;
    PADDING-RIGHT: 24px;
    BACKGROUND-COLOR: #ededed;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 1px 1px 0px #ffffff
}
.button:active
{
    POSITION: relative;
    TOP: 1px
}

.ButtonSet
{
    FONT-SIZE: 15px;
    BORDER-TOP: #dcdcdc 1px solid;
    FONT-FAMILY: arial;
    BORDER-RIGHT: #dcdcdc 1px solid;
    BORDER-BOTTOM: #dcdcdc 1px solid;
    FONT-WEIGHT: bold;
    COLOR: #777777;
    PADDING-BOTTOM: 6px;
    PADDING-TOP: 6px;
    PADDING-LEFT: 8px;
    TEXT-DECORATION: none;
    BORDER-LEFT: #dcdcdc 1px solid;
    DISPLAY: inline-block;
    PADDING-RIGHT: 8px;
    BACKGROUND-COLOR: #ededed;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 1px 1px 0px #ffffff
}
.ButtonSet:active
{
    POSITION: relative;
    TOP: 1px
}