/*cancer australia mobile styles*/
/*tablet and phone common styles*/
@media only screen and (max-width: 960px){
  div.sfContentBlock h1{
	font-size:1.5em !important;
  }
  div.sfContentBlock h2{
	font-size:1.3em !important;
  }
  div.sfContentBlock h3{
	font-size:1.2em !important;
  }
  #content .CenterContent, #content .HomeCenter, #content .OtherPageCenter{
	border:none;
	background:none;
  }
  #header-inner{
	margin:0px !important;
	border:none;
	background: url('../Images/headerInnerMobile.png');
	background-repeat:no-repeat;
	min-height:60px;
  }
  .DefaultNavigationBorder{
	border:none;
	box-shadow:none;
  }
  div.Navigation{
	width:100%;
	background-color:#f67316;
  }
  div.Navigation a{
	color:#FFF;
  }
  div.MobileMenu{
	width:50%;
  }
  .MobileMenu a{
	width:100% !important;
  }
  div.DefaultNavigationBorder div.Navigation a.sfNavToggle.active, .MobileMenu a.active span{
	border-top: 4px solid #4d4d4d !important;
  }
  .MainNav.Mobile{
	border-bottom: 8px solid #4d4d4d !important;
  }
  div#TopWrapper div#TopWrapperInner div#page div.DefaultNavigationBorder div.Navigation a.sfNavToggle:hover, div.DefaultNavigationBorder div.MobileMenu a:hover span{
	background-color:#e66310 !important;
	border-top:4px solid #e66310 !important;
  }
  div.PageWrapper{
	margin:10px;
  }
  Table.MobileGridView1 tr td, table.GridView1.MobileGridView1 tr td{
	background-color:#4d4d4d !important;
  }
  Table.MobileGridView1 td div.Th{
	background-color:#4d4d4d !important;
  }
  div.caSpotlightInner div div.sfContentBlock h3{
	margin-top:10px;
  }
}
/*tablet styles
@media only screen and (max-width: 960px) and (min-width: 480px) {
  body {
    background: #FF0000;
  }
}
/*phone styles
@media only screen and (max-width: 480px) and (min-width: 320px) {
  body {
    background: #80FF00
  }
}*/
