body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{margin: 0; padding: 0;}
 
table {border-collapse: 5px; border-spacing: 5px;}
 
fieldset,img {border : 0;} 

address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal; }
  
ol,ul {list-style: none;} 

caption,th {text-align: left;} 

h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
 
q:before,q:after {content: '';}
 
abbr,acronym {border:0;}

a {outline:none;}
 
body:focus, div:focus, fieldset:focus, span:focus, li:focus, p:focus {outline: 0;}

/* Here starts the HTML5 Boilerplate */

html, button, input, select, textarea {color:#222;}
body {font-size:1em; line-height:1.4;}

/*  Remove text shadow in selection highlight;
    Custom background color for selections   */

::-moz-selection {background: #3399FF; color:#FFF; text-shadow: none;}
::selection {background: #3399FF; color:#FFF; text-shadow: none;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

/*  Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */

img {vertical-align: middle;}

fieldset {border: 0; margin: 0; padding: 0;}

/*  Allow only vertical resizing of textareas. */

textarea {resize: vertical;}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0;}


/* Bootstrap */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
audio, canvas, video {display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) {display: none;}
[hidden] {display:none;}

html {font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

/*a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/

a:hover, a:active {outline: 0;}

sup, sub {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

img {width: auto\9; /*height: auto;*/ max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic;}

#map_canvas img, .google-maps img {max-width: none;}

button, input, select, textarea {margin: 0; font-size: 100%; vertical-align: middle;}

button, input { *overflow: visible; line-height: normal;}

button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}

button, html input[type=button], input[type=reset], input[type=submit] {cursor: pointer; -webkit-appearance: button;}

label, select, button, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {cursor: pointer;}

button[disabled], input[disabled] { cursor: default; }

input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button { -webkit-appearance: none;}

input[type=textarea] {overflow: auto; vertical-align: top;}

/* Colors for form validity AE: good for SF? */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* MAN helpers.css */
    /* For image replacement */
    .ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

    /* Hide from both screenreaders and browsers: h5bp.com/u */
    .hidden { display: none !important; visibility: hidden; }

    /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

    /* Hide visually and from screenreaders, but maintain layout */
    .invisible { visibility: hidden; }

    /* Contain floats: h5bp.com/q */
    .clearfix:before, .clearfix:after { content: ""; display: table; }
    .clearfix:after { clear: both; }
    .clearfix { *zoom: 1; }


    /* vi helpers */

     /* avoid inline elements new line gap */
    .fnull { font-size: 0; line-height: 0; }
/* endo of MAN helpers */

@media print {
  * {color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important;}

  a, a:visited {text-decoration: underline;}

  a[href]:after {content: " (" attr(href) ")";}
  .lt-ie9 a[href]:after {content: "";}

  abbr[title]:after {content: " (" attr(title) ")";}
  .lt-ie9 abbr[title]:after {content: "";}

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}

  pre, blockquote {border: 1px solid #999;  page-break-inside: avoid;}

  thead {display: table-header-group;}

  tr, img {page-break-inside: avoid;}

  img {max-width: 100% !important;}

  @page  {margin: 0.5cm;}

  p, h2, h3 {orphans: 3;  widows: 3;}

  h2, h3 {page-break-after: avoid;}
}

/* Pagination */
.pagination {
	margin-top:15px;
	text-align:center;
}
.pagination div {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
 	border-radius: 3px;
	padding:15px;
}
.pagination div a, .pagination div strong {
 	float: left;
 	padding: 0 13px;
	line-height: 32px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
	color: #909cae;
}
.pagination div a span {
	display:block;
	line-height: 32px;
	background:#4584c9;
	margin:-1px -14px;
	color:#fff;
	width:26px;
	text-align:center;
	border: 1px solid rgba(0,0,0,0.2);
}
.pagination div a:hover, .pagination div strong {
  	background-color: #f2f4f7; /* e9ecf1 */
  	color: #999999;
}

.pagination div a:first-child,
.pagination div strong:first-child,
.pagination div a:first-child span {
	border-left-width: 1px;
  	border-radius: 3px 0 0 3px;
}
.pagination div a:last-child,
.pagination div strong:last-child,
.pagination div a:last-child span {
  	border-radius: 0 3px 3px 0;
}	
.blue {
  color: #0560a6;
}
b {
  font-weight: bold;
}
