/*
 * This CSS file is for customization purpose only
 *
 * To make it easier to update a YOOtheme template to the latest version use
 * this custom.css file for small CSS modifications.
 *
 */ 




/*
 * print.css
 */

p { color:#000; font-size:10px;}


#group26,
#left_container,
#toolbar, #headerbar, #menu {
	display: none;
}

.fabrikForm {clear:both;}

 p.websitelink {float:right; font-size: 1.2em;}



/* -------------------------------------------------------------- -
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
         
-------------------------------------------------------------- */
html {margin: 0;
}

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
	padding:25px 50px;
}
.container {
  background: none;
}

li {list-style-type:none;}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;font-size:14pt; }
code { font:14pt "Courier New", Monaco, Courier, monospace; } 

img { float:left; }
a img { border:none; }
p img.top { margin-top: 0; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a:link, a:visited {
        background: transparent;
        font-weight:700;
        text-decoration: underline;
}

.fabrikElementContainer {clear:both;}

.fabrikLabel {font-weight:bold;float:left;}

.fabrikElement {float:left;margin-left:15px;}

#apply_for_a_grant___time_date_ro, #apply_for_a_grant___verbiage_ro { display:none;}

.fabrikGroup { clear:both;margin:10px 0px; border: 1px solid #999;}

legend {margin:15px;background-color:#fff;}