/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/tables.css';
@import 'lib/grid.css';
@import 'lib/forms.css';
@import 'lib/site-wide-other.css';
@import 'lib/ecare.css';
@import 'lib/enrolment.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

/* Homepages - inc Generic - needs sorting out into relevant style sheets */
#home-bar { background-image:url(../images/generic/logo-fade.png); background-repeat:repeat-x; width:638px; height:54px; }
#home-bar-content { color:#FFFFFF; position:relative; top:18px; left:18px; width:605px; text-align:right; }
#address-graphic { float:left; }
#logo { background-image:url(../images/generic/logo-fade.png); background-repeat:repeat-x; text-align:center; height: 166px; }
#logo img { position:relative; top:25px; }
#graphic-window { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }

/* personal window shizzle */
#g4y-graphic-window { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; height:242px; width:638px; }
#window-header { position:relative; top:28px; left:18px; }
#window-menu-box { width:600px; height:220px; position:relative; top:60px; left:18px; }
#window-menu-box span { margin-right:8px; }

#DobSpan { float:right; position:relative; right:1em; clear:right; }
.Step2Dob { padding:2px; width:4.5em; display:inline; }
.Step2joinSelect { display:inline; border:1px solid #bbb; background:#fff; width:197px; padding:2px; float:right; clear:both; position:relative; right: 1em; }






