﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
 .mobileBase { /* mobile page default settings */
	background-color: #404040;
	color: #eeeeee;
	font-family: 'PT Sans Narrow', Arial, Verdana, Georgia, sans-serif;
	font-size: 3.0em;
	width: 100%;
	}
.mobileHeader { /* mobile header area */
	background-color:  #404040;
	width: 100%;
	min-width:960;
	}
.mobileMenu { /* mobile vertical menu item */
	background-color:  #404040;
	font-family: Verdana;
	}
.mobileSubmenu { /* mobile menu item submenu */
	background-color: #404040;
	}
.mobileFilterArea { /* mobile header filter area */
	background-color:  #404040;
	}	
.mobileAccordionHeader { /* mobile accordion header area */ 
	background-color: #1a1918;
	}
.mobileFieldValueOnBottom { /* mobile record field value (below field label) */
	color: #000000;
	}
.mobileChildTableCell { /* mobile show child table cell */
	color: #000000;
	}
.mobileBodyText { /* mobile main content area default text styles */
	color: #000000;
	}
.mobileFieldLabelOnTop { /* mobile record field label (above field value) */
	color: #000000;
	}
.mobileTableCell { /* mobile show table cell */
	color: #000000;
	}
.mobileBody2 { /* mobile main content area   */
	padding-bottom: 4%;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 2%;
	width: 100%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}


a.mobileLink a.mobileLink:visited, .mobileLink { 
padding: 5px;
color: #FFFFFF;
vertical-align: middle;
font-family: Verdana, Geneva, ms sans serif;
font-size: 14px;
text-align: center;
}