body
{
	margin: 0;    
    padding: 0;
	font-size: 10pt;
    font-family:  Verdana, Arial, sans-serif;
	text-align: left;	
    background-color: rgb(197,204,211); /*#000000;*/    
    -webkit-text-size-adjust:none;			/* Turn off font resizing */
    /*background-image: url('http://www.coolgorilla.com/iphone/media/background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    color: #000000;
}

a:link
{
    color: rgb(76,86,108);	 /* Set each label color */	
}

a:visited
{
    color: rgb(76,86,108);	 /* Set each label color */	
}

img
{
	border-style: none;
} 

#headerDiv
{
    padding:10px;
    text-align: center;   
    color: rgb(76,86,108);	 /* Set each label color */	
}

#headerDiv a:link
{
    color: rgb(76,86,108);	 /* Set each label color */	
}

#headerDiv a:visited
{
    color: rgb(76,86,108);	 /* Set each label color */	
}

.logoDiv
{
	text-align: center;
    margin: 0 auto;
	/*width: 140px;*/
}

#container	
{
    padding: 0px;
	width: 100%;
    margin: 0px;
	border: 0px;
    padding-bottom: 10px;
}

#content	
{	
    padding: 0px;
    margin: 0px;
    text-align: left;
	width: 100%;	
}

#content a
{
    text-decoration: underline;  
    font-weight: bold;
    display: inline;    
}

#contentWithNoIntro p
{
    padding-left: 10px;
    padding-right: 10px;
}

#topLinks
{
	text-align: center;
	margin-bottom: 10px;
}

#topLinks ul
{
	padding: 0;
	margin: 0;
}

#topLinks li
{
	display: inline;
	list-style-type: none;
	margin: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;	
}

#topLinks a
{

	padding: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

#topLinksImg a
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0;

}

#backButton, #homeButton
{
    padding: 10px; 
    padding-top: 0px;"	
}

#mainLinks
{
	padding: 0;
	margin: 0;
}

#mainLinks li
{
	list-style-type: none;
	margin: 5px;
	padding: 0;

}

h1
{
    text-align: center;    
	font-weight: bold;
	font-size: 14pt;    
    margin-bottom: 10px;    
}

h2
{
    text-align: center; 
	font-weight: bold;
	font-size: 12pt;
}

.subCategoryTitle
{
    margin:0;
	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;	
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(76,86,108);	 /* Set each label color */	  
}


ul.subCategoryLink
{
    font-size:20px;             /* All text content is 20 pixels */
    font-family: Helvetica;
    font-weight:bold;
    color:black;
  
    margin: 0;               /* The list fills the whole iPhone screen */
    padding: 0;
    /*margin-top: 20px;*/
    border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
    width: 300px;           /* Each cell is 320 pixels wide */
    
    margin-left:10px;
    margin-right:10px;
    background-color: white; 
    -webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */ 
}

.subCategoryLink 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:15px;
	padding-right:10px;	
    padding-bottom:15px;
	padding-left:10px;
	
	height:19px;       /* The total cell height includes the padding-top, padding-bottom, border and height values: 10+14+1+19=44 pixels */
	line-height:19px;  /* Ensure that the height of the cell includes the line at the top of the cell  */
    
}
.smallMenuItems li
{
    padding-top: 5px;
    padding-bottom: 25px;
}
.subCategoryLink li:first-child
{
  border-top:0;   /* Remove the line above the first item of the list */  
}

.subCategoryLinkWithIcon li
{    
    padding-left: 50px;
    background-image: none;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.smallMenuItems a, .smallMenuItems div
{
    font-size: 10pt;
}

#menu a
{
    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;	  
	
	text-decoration: none;
	color: black;
    
    margin-right:10px;		
	padding-right:16px;	   /* Distance between the arrow button and a text */
	
	background-image: url('http://www.coolgorilla.com/iphone/media/chevron.png'); 
	background-repeat: no-repeat;
	background-position: right; 
    
}

#footer
{
    margin-top:20px;
    text-align: center;
    color: rgb(76,86,108);	 /* Set each label color */	
}

#footerLinks, #footerLinks2
{
	text-align: center; 
    padding-top:10px;
	padding-bottom: 10px;  
 
}

#footerLinks ul, #footerLinks2 ul
{
	padding: 0;
	margin: 0;
}

#footerLinks li, #footerLinks2 li
{
	display: block;
    padding: 4px 0;
	list-style-type: none;
    color: white;
}

#footerLinks a, #footerLinks2 a
{
    color: rgb(76,86,108);	 /* Set each label color */	
}

.listWithoutBulletPoints
{
    margin-left: 0px;
    padding-left: 30px;
}

.listWithoutBulletPoints li
{
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	list-style-type: none;
}

.secondary  /* Used for secondary text (text that is less important) */
{
  font-weight:normal;      /* Regular font is used for secondary text */
  float:right;           /* Align secondary text to the right of its parent cell */
  margin-right:10px;    
  line-height:20px;    /* Vertically center text on the row */
}

.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 */
}

.button 
{
  display:block;
  
  padding:0;
  padding-right: 5px;        /* Indent text on the button */
  padding-left: 5px;
  
  height: 29px;            /* control is 29 pixels high */
  line-height: 29px;
  
  font-weight: bold;
  font-family:Heveltica;
  font-weight:bold;
  font-size: 12px;       /* Text displayed is 12 pixels */
  
  color: #FFFFFF;
  background-color:black;  

  text-align:center;
  text-shadow: #000 1px 1px 1px;
  border: solid gray 1px;           /* Creates a rectangle around a text */
  -webkit-border-radius: 5px;      /* Rounds each corner of the created rectangle */
  
  margin-top:-4px;
  float:right;                  /* Align button to the right */ 
  margin-right:10px;           
}

.links
{
	padding: 0;
	margin: 0;
}

.links li
{
	list-style-type: none;
}

.linksNoBullets
{
	padding: 0;
	margin: 0;
}

.linksNoBullets li
{
	list-style-type: none;
}

.linksInline
{
	padding: 0;
	margin: 0;
}

.linksInline li
{
	display: inline;	
}

#loginBox
{
    margin: 0 auto; 
    padding: 0; 
    text-align: center;
}

.pageItem		
{
	/*width: 100%;
    margin-top: 10px;	
    margin-left: 10px;
    margin-right: 10px;*/
    margin: 0;
    padding: 10px 0;        
    background-color: #ffffff;
    /*padding-left: 15px;*/
    /*float: left;
    position: relative; */
  
    border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
    width: 300px;           /* Each cell is 320 pixels wide */    
    margin-left:10px;
    margin-right:10px;   
    -webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */ 
    margin-bottom: 10px;
}

.pageItemTitle a
{
    font-size:9pt;
    font-weight: bold;       
}
.pageItemTitle a:hover
{
    font-size:9pt;
    font-weight: bold;    
}
.pageItemText
{
    /*padding-top:5px;*/
}
.pageItemLeftImage
{
    text-align: center;
    margin: 0 auto;
	/*float: left;	
    padding-right: 10px;*/
}

.pageItemRightImage
{
	/*float: right;	
    padding-left: 10px;*/
}

.appRowDiv
{
    margin: 0 auto; 
    padding-top: 5px;
    text-align: left;
}

.appInputLabelDiv
{
    text-align: left;
    padding: 0 10px;
}

.appInputLabelDiv label
{
    text-align: left;        
}

.appInputBoxDiv
{
    padding: 3px 10px;            
    text-align: left;
    
 
}
.appInputBoxDiv input, .appInputBoxDiv textarea
{
   width: 300px;
   margin: 0 10px;
}