@charset "UTF-8";
/* CSS Document */


#contentLeft {
	width: 30%;
	margin-left: 5px;
	padding: 20px;
	z-index: 0;
	float: left;
	color: #000000;
	 background-color: #66FF33;
}

#contentRight {
	width: 60%;
	margin-left: 0px;
	padding: 20px;
	z-index: 0;
	float: right;
	color: #000000;
	 background-color: #FF00CC;
	zoom: 1;
}

.roundCorners {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

.roundCorners-gradient {
	/* fallback */
  	background-color: #666666;
  
  	/* Safari 4-5, Chrome 1-9 */
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#666666));
  
  	/* Safari 5.1, Chrome 10+ */
  	background: -webkit-linear-gradient(top, #eeeeee, #666666);
  
  	/* Firefox 3.6+ */
  	background: -moz-linear-gradient(top, #eeeeee, #666666);
  
  	/* IE 10 */
  	background: -ms-linear-gradient(top, #eeeeee, #666666);
  
  	/* Opera 11.10+ */
  	background: -o-linear-gradient(top, #eeeeee, #666666);
  
  	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px; 
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
  }
  
.lineargradient {
  /* fallback */
  background-color: #666666;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#2F2727));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #eeeeee, #2F2727);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #eeeeee, #2F2727);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #eeeeee, #2F2727);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #eeeeee, #2F2727);
}
/*
.ui-page.ui-content-c {
    background: url(images/michael_MainMobile.jpg);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;  
}
*/
.ui-li-static.ui-collapsible > .ui-collapsible-heading {
    margin: 0;
}
.ui-li-static.ui-collapsible {
    padding: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-heading > .ui-btn {
    border-top-width: 0;
}
.ui-li-static.ui-collapsible > .ui-collapsible-heading.ui-collapsible-heading-collapsed > .ui-btn,
.ui-li-static.ui-collapsible > .ui-collapsible-content {
    border-bottom-width: 0;
}
