body {
    margin: 0;
    font-family: Helvetica;
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: none;
}

ul	
{

	font-size:15px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	margin: 0;
	padding: 0;
		background-color: white;
}


li
{
	list-style-type: none;
	
	border-top-width:1px;                    /*	 Add a line at the top of every cell */
	border-top-color:rgb(217,217,217);
	border-top-style:solid;
	
	padding-top:10px;
	padding-right:10px;
	padding-bottom:14px;
	padding-left:10px;
	

}


li:first-child
{
	border-top:0;   /* Remove the line above the first item of the list */
}


a /* Handle the click/tap highlight. Fills the entire cell with the iPhone grey background when tapped */
{		
	display: block;  /* Set the href to be a block rather than inline */
	
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block */
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	  
	color: #555;
	text-decoration: none;
}

.articlelink {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:rgb(217,217,217);

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
}


.secondary	/* Used for secondary text (text that is less important) */
{
	font-size: 12px;
	font-weight:normal;      /* Regular font is used for secondary text */
	margin-left:5px;
}



.secondaryWLink	/* Used for secondary text that is a link */
{
	font-weight:normal;		
	float:right;		   
	margin-right:10px;	
	
	color: #324F85;		 /* sets the color of the link */
	line-height:20px;   /* Vertically center text on the row */
}
    
.panel {
    box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(../img/pinstripes.png);
}

fieldset {
    margin: 0;
    padding: 0 0 0 2px;
    height:45px;
    border: none;
    background: url(../img/iPhoneToolbar.png) #7388a5 repeat-x;
}

fieldset > h1 {
    margin: 0 auto;
    padding: 0 0 0 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
width: 210px;
white-space: nowrap;
overflow: hidden;
}
fieldset > h2 {
    margin: 0 auto;
    padding: 0 0 0 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
width: 300px;
white-space: nowrap;
overflow: hidden;
}

.roundedbox {
	padding: 10px;	   
	margin-top:0;
	margin-bottom:17px;
	
	font-size:15px;
	font-family: Helvetica;
	color:black;
	
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;	}
	
.roundedbox img {
	display:block;
	margin: 0 10px 10px 0;
	float: left;
	}

.roundedbox p {
	}
	
.roundedboxul {
	margin-top:0;
	margin-bottom:17px;
	
	font-size:15px;
	font-family: Helvetica;
	color:black;
	
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;	}
	
	
.roundedboxul li
{	
	list-style-type: none;	
	
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:rgb(217,217,217);

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
}


.roundedboxul li:first-child 
{
	border-top:0;    /* Remove border above the first item of the list */
}


.roundedboxul a  /* Handle the click/tap highlight. Highlight an entire cell with the iPhone grey background when tapped */ 
{
	display: block;   /* Sets the href to be a block rather than inline */	 
	
	text-decoration: none;
	color:black;
}


.showArrow /*	Add an arrow button to a link */
{  
	margin-right:10px;		
	padding-right:16px;	   /* Distance between the arrow button and a text */
	
	background-image: url(../img/chevron.png); 
	background-repeat: no-repeat;
	background-position: right; 
}

.date { margin: 0 5px 0 0; padding: 2px;float: left; height: 28px; background: url(../img/datesmall.png); width: 26px; text-align: center; font:10px/10px Arial, Helvetica, sans-serif; color:#fff; }

.date .number { font: 18px/18px Arial, Helvetica, sans-serif; }

.blackLeft 
{
	color: white;
	/* Put a 1 pixel blur black shadow below the button's text   */
	text-shadow: #000 0px 1px 1px;	 
	border-width: 0 5px 0 12px;
	
	
	/* -webkit-border-image divides the leftButton image into 2 corners and middle part.	*/
	/* The left corner is 12 pixels wide. The right corner is 5 pixels wide and the middle part is 1 pixel. */
	-webkit-border-image: url(../img/leftButton.png) 0 5 0 12;		
}

.button	
{	
	float: left;
	margin: 6px 0 0 0px;
   /* Set a button to be a block so its height and width can be adjusted */
	display:block;		    
	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 12px;	 
	
	/* A button will expand to the width of its parent cell if no width is specified */
	width:69px;			
	
	font-size: 11px;
	font-weight: bold;
	font-family:Helvetica;
	color: #FFFFFF;
	
	text-decoration: none;
	text-align:center;
}

h3, h4 {
	margin: 0;
	padding: 0;
}

.submenu {
	margin: 0;
	padding: 0;
	background: url(../img/iphonetab.png);
	height: 20px;	
}



