html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

form
{
	margin: 0;
	padding: 0;
}

/* --- Basic Typography --- */

body
{
  font-size: 76%;
  font-family: "Lucida Grande", arial, helvetica, sans-serif;
  line-height: 140%;
}

h1 {
  margin-top: 1em; 
/*  font-size: 1.6em;*/
  line-height: 130%;
  margin-bottom: .5em;
}  
 

h2, h3 {
  line-height: 130%;
  margin-top: 2em;
  margin-bottom: .25em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1em;
}
h3,h4 {
  margin-top: 1em;
  margin-bottom: .25em;
}

p { 
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 140%;
}

h1 + p, h2 + p, h3 + p, h4 + p {
  margin-top: 0.5em;
}

.small { font-size: 0.92em; }
.tiny { font-size: 0.85em; }
.inactive { 
  color: #090;
}
a:link { color: #456793; }
a:visited { color: #7C9AC2; }
a:hover, a:active { color: #C54D30 }


/* --- / Basic Typography --- */


/* --- MAJOR PAGE SECTIONS --- */

/* RESET PAGE WIDTH FROM 750PX TO FIT THIS CONTENT */
#doc {
  width: 960px;
  border: 1px solid #999;
  border-top: 0;
}

#hd {
  position: relative; /* for absolutely positioned elements inside */
  background: url(/images/bg_header.gif) repeat-x bottom left;
  padding-top: 10px;
  margin: 0;
  height: 1%; /* IE hack */
}
#hd:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#hd #progress {
	right: 30px;
}


#logo
{
	float: left;
	margin-left: 30px;
}
	#logo a img {
		border: 0;
	}

#globalNav {
	display: none;
}

#hd #signIn {
  top: 1em;
  right: 1em;
  float: right;
  text-align: right;
  font-size: 85%;
  color: #666;	
  width: auto; 
  white-space: nowrap;

}

#breadcrumb {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: .85em;
  color: #666;
}

#bd {
  clear: both;
  margin-left: 30px;
  margin-right: 30px;
}

/* set fixed sidebar width */
.yui-t4 .module {
  width: 180px;
}

#tagline {
position: relative;
top: 80px;
color: #e54c2e;
}

#tagline h3 {
margin:5px 0;
}



#ft {
  margin-top: 2em;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 0.5em;
	padding-bottom: 1em;
	border-top: 1px dotted #999;
	font-size: 85%;
	color: #466894;
}

#samplestatus {
  margin-top: 0;
}

/* --- / MAJOR PAGE SECTIONS --- */


/* --- CONTAINERS --- */

.section {
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 2em;
}

.section > h1,
.section > h2,
.section > h3 {
    margin-top: 0
}

.sample {color:red;}

.section_divider {
  clear:both;
  margin: 2em 0 1em 0;
/*  color: #666; */
  border-bottom: 2px solid #C54D30;
  border-bottom: 1px solid #5C6D83;
  border-bottom: 1px solid #3C6399; /* logo blue */

}

.divider {
  clear:both;
  margin: .5em 0 1em 0;
  border-bottom: 1px dotted #999;
}


/* --- / CONTAINERS --- */



/* --- FORMS --- */

/*
.submitform
{
  background-color: #EAFF80;
	border: #cccccc solid 1px;
	font-weight: bold;
	font-size: 1em;
	color: #666666;
	padding: 2px 6px;
	margin: 3px;
}
.submitform:hover {
  border: 1px solid #999;
  color: #333;
}

.textform
{
    font-family: "Lucida Grande", Arial, sans-serif;
	border-top: #999 solid 2px;
	border-left: #999 solid 2px;	
	border-bottom: #ccc solid 1px;		
	border-right: #ccc solid 1px;			
	background: #efefef;
	font-size: 1em;
	color: #333;
	padding: 2px;
}

.formtitle
{
	width: 70px;
	padding: 7px 0 0 0;
	text-align: right;
	float: left;
	font-weight: bold;
	clear: left;
}

div.group, fieldset {
  margin-top: 2em;
  padding: 1.5em;
  border: 1px dotted #ccc;  
}

legend {
  font-weight: bold;
  font-size: 1.2em;
  color: #666;
  background: #fff;
  padding: 0 5px;
}

.lvPair {
  clear: both;
  margin-bottom: .5em;
}

.formtitlebig, .label {
	padding: 4px 0;
	margin-right: 5px;
	text-align: right;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 0.92em;
	color: #999;
	clear: left;

}


.formAction {
  clear: both;
  margin: 1em 0;
  padding: .5em 0;
}
  .formAction.noborder {
    border: 0;
    margin: 0;
  }
  .formAction.noBG {
    background: none;
  }
  

.formButton
{
	border-bottom: #999 solid 2px;
	border-right: #999 solid 2px;	
	border-top: #ccc solid 1px;		
	border-left: #ccc solid 1px;			
	background: #ffffee;
	font-weight: bold;
	font-size: 1em;
	color: #333;
	padding: 2px;
	margin: 3px;
}

.formButton:hover {
  color: #900;
  background: #fff;
}

.formHint {
  font-size: .85em;
  line-height: 120%;
  color: #666; 
  margin: 0; 
  border: 0; 
}

form.aligned .formAction, 
form.aligned .formHint
{
  padding-left: 145px;
}

.errorAlert
{
	font-weight: bold;
	color: #f33;
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
}

.messageAlert
{
	font-weight: bold;
	color: #00f;
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
}

*/

/* --- / FORMS --- */




/* --- LISTS AND TABS --- */

#tabs {
  margin: 0;
  padding: 0;
  border: 0;
  clear: both;
  position; relative;
  background: inherit;
  border-bottom: 1px solid #ccc;    
  padding-top: 5px;
}

#tabs ul {
font-size: 92%;
font-weight: bold;
list-style-type: none;
padding-bottom: 24px;
margin: 0;
position: relative;
top: 1px;
}

#tabs ul li {
  float: left;
  height: 21px;
  background-color: #3c6399;
  margin: 2px 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#tabs a {
  float: left;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;
}

#tabs a:hover, #tabs li.qsg a:hover {
  background: #fff;
  color: #C54D30;
}

#tabs li.qsg a {
  color: #FFEA75;
}

#tabs ul.tabs li.tabHeader
{
	color: #999;
	font-size: .85em;
	border: 0;	/* cancel other borders */
	border-bottom: 1px solid #ccc;
	background: transparent;
	float: none;
	text-align: center;
	font-weight: normal;
	height: auto;
	padding: 0;
	margin: 0 5px .5em 5px;
}

/*- Menu Tabs 1--------------------------- */ 

/*    #hd { 	  background:#F4F7FB; } */
    #tabs1 {
      float:left;
      width:100%;
	  background:#F4F7FB;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }




/* tab headers */
#tabs ul.tabs li.tabHeader span {
  position: relative;
  top: .5em;
  padding: 0 5px;
  background: #e5e5e5; /* needs to match background color of #hd */
}

ul#accountTabs {
  padding-bottom: 0;
  float: left;
  margin-bottom: 0;
  padding-left: 30px;
}

ul#howtoTabs {
  padding-bottom: 0;
  padding-right: 30px;
  float: right;
}

ul#howtoTabs li {
  background-color: #5C6D83;
}  



/* on states */
body#feeds #tabs li.feeds, 
body#account #tabs li.account, 
body#items #tabs li.items,
body#reports #tabs li.reports,
body#qsg #tabs li.qsg, 
body#customize #tabs li.customize, 
body#integration #tabs li.integration, 
body#support #tabs li.support, 
body#troubleshoot #tabs li.troubleshoot {
  border: 1px solid #999;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  z-index: 1000;
} 

body#feeds #tabs li.feeds a, 
body#account #tabs li.account a, 
body#items #tabs li.items a,
body#reports #tabs li.reports a,
body#qsg #tabs li.qsg a, 
body#customize #tabs li.customize a, 
body#integration #tabs li.integration a, 
body#support #tabs li.support a, 
body#troubleshoot #tabs li.troubleshoot a {
  color: #C54D30;
}

#subnav {
  padding: 0 25px;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;	
}
#subnav {
  background: #fff;
  border-bottom: 1px dotted #ccc;
} 
#subnav ul {
  list-style: none;
}
/* for yahoo style layouts */
#bd #subnav {
  margin: -20px -40px 20px -40px;
}
#subnav .subnav {
    font-size: 10px;
  }
#subnav .subnav a {
    text-decoration: none;
  }
#subnav .subnav a:hover, #subnav .subnav a:active {
    text-decoration: underline;
    color: #C54D30;    
  }
  
#subnav ul.subnav {
    margin: 0;
    padding: 0;
    display: inline;
    margin-bottom: 1em;
    }   
#subnav ul.subnav li {
      float: left;
      margin: 2px 2px 0 2px;
      padding: 3px 5px;
    }
#subnav ul.subnav li a {
    float: left;
    display: block;
    color: #666;
    padding: 0 2px;
  }
#subnav ul.subnav .active, #subnav ul.subnav .active a {
    font-weight: bold;
    color: #C54D30;
  }
  

#tabbedContent {
  position: relative;
  top: 0px;
  clear: both;
  background: #fff;
  border-left: 1px dotted #fff;
  border-right: 1px dotted #fff;
  border-bottom: 1px dotted #fff;  
  padding: 20px 10px;
}

/* Fix IE wierdness with contained floats */
* html #tabbedContent {
  height: 1%;
}

#tabbedContent .subnav { float: right; }

#tabbedContent p.clear { padding-top: 1.5em; }

#tabbedContent ul.subnav li {
  margin: 0 2px 0 0;
}
#tabbedContent ul.subnav li a {
  padding: 0;
}

#qsg ul.subnav, #integration ul.subnav, #troubleshoot ul.subnav, #support ul.subnav {
  float: right;
  margin-bottom: 0;
}


/* --- / LISTS AND TABS --- */


/* --- TABLES --- */

/* DEFAULT TABLE */
    table.default {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
      width: auto;  
    }
    
    table.default td, table.default th {
      padding: 4px 8px 4px 0;
    }
    table.default th {
      font-weight: bold;
      color: #666;
    }    

    table.default tr.rowheader td {
	padding-top: 20px;
    }


/* COLUMNAR TABLE */
    table.columnar {
      width: 100%;
      border: 0;
      margin: 0;
      padding: 0;
    }
    table.columnar td, table.columnar th {
        padding: 4px 8px; 
      	padding-left: 20px;   
      	font-size: 114%;
      	font-weight: normal;
    }
    table.columnar th {
        color: #999;    
        font-weight: bold;
        padding-left: 50px;
    }
    table.columnar th.first {
        padding-left: 0;
    }

    /* Item page overrides */
    #item table.columnar th {
        padding-left: 50px;
    }
    #item table.columnar th.first {
        padding-left: 0;
    }
    #item table.columnar td {
      	font-size: 120%;
    }
    #item table.grid tr.summary td {
      font-weight:bold;
      border-top: 1px solid #999;
      padding-bottom: 10px;
    }

    img.thumbnail {
      margin-bottom: 20px;
      margin-right: 20px;
    }



/* GRID TABLE */
table.grid {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 0.92em;
}

table.grid thead th {
    background: #eee;
    border-bottom: 1px solid #ccc;  
    color: #444;
    font-weight: bold;
}
    table.grid thead th.selected {
        background: #ccc url('/css/blue/asc.gif');
    	background-repeat: no-repeat;
	    background-position: center right;
	    cursor: pointer;
        padding-right: 16px;
        color: #fff;
    }
    table.grid thead tr .headerSortUp {
	    background-image: url('/css/blue/desc.gif');
    }
    table.grid thead tr .headerSortDown {
	    background-image: url('/css/blue/asc.gif');
    }



    table.grid td, table.grid th {
        padding: 4px 16px 4px 4px;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #eee;    
    }
    table.grid th {
        font-weight: bold;
        color: #666;
    }    
    table.grid tr.summary td {
      font-weight:bold; 
      border-top: 1px solid #999;
      padding-bottom: 10px;
    }        
    
table.grid td.right {
    float: none;
    text-align: right;
    padding-left: 40px;
}

table.grid .secondary {
    color: #999;
}

table.grid tr.spacer td,
table.grid tr.spacer th {
    padding-top: 15px;
}

table.grid tr.submetric th {
    padding-left: 20px;
    font-weight: normal;
}

table.grid tr.detailed {
    display: none;
}

div.controls {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 8px;
}

table.zebra tr.even td {
    background: #eff8ff;
}

table.wide {
    width: 100%;
}
table.auto {
    width: auto;
}


/* SCROLLING TABLE */

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: 1px solid #999;
	height: 250px;
	overflow: auto;
	width: 516px;
        margin-top: 8px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 516px
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 500px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 516px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #CCC;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
	font-weight: bold;
	padding: 4px 7px;
	text-align: left;
}

tbody.scrollContent td {
    padding: 4px 8px;
    font-size: 10px;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 225px;
	overflow: auto;
	width: 100%
}
/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body thead.fixedHeader th {
	width: 140px
}

html>body thead.fixedHeader th + th {
	width: 360px
}
/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 140px
	overflow: hidden;
}

html>body tbody.scrollContent td + td {
	width: 360px;
	overflow: hidden;
}


/* --- / TABLES --- */


/* --- GRAPHS --- */
    dl.graph { 
        margin: 0; 
        padding: 0;                     
    }
    dl.graph dt { 
        position: relative; /* IE is dumb */
        clear: both;
        display: block; 
        /* float: left; 
        width: 104px; 
        height: 20px; 
        line-height: 20px;
        margin-right: 17px;              
        font-size: .75em;
        */ 
        text-align: center; 
    }
    dl.graph dd { 
        position: relative; /* IE is dumb */
        display: block;                 
        /* float: left;  */
        width: 197px; 
        height: 20px; 
        margin: 0 auto; 
        background: url("/images/g_colorbar.jpg"); 
     }
     * html dl.graph dd { float: none; } 
    /* IE is dumb; Quick IE hack, apply favorite filter methods for 
    wider browser compatibility */

     dl.graph dd div { 
        position: relative; 
        background: url("/images/g_colorbar2.jpg"); 
        height: 20px; 
        width: 75%; 
        text-align:right; 
     }
     dl.graph dd div strong { 
        position: absolute; 
        right: -5px; 
        top: -2px; 
        display: block; 
        background: url("/images/g_marker.gif"); 
        height: 24px; 
        width: 9px; 
        text-align: left;
        text-indent: -9999px; 
        overflow: hidden;
     }

/* --- / GRAPHS --- */






/* --- FONT STYLES --- */

div.caption {
  position: relative;
  top: -1em;
  text-align: center;
  color: #444;
  font-weight: bold;
  font-size: 0.9em;
}

#dashboardTitle {
  margin: 1em 0;
  color; #666; 
}

body.dashboard h2 {
  margin-top: 1.5em;
}

body.dashboard .pageTitle {
  margin-top: 0;
  font-size: 182%;
  color: #3C6399; /* logo blue */
  font-weight: normal;
}  

.code {
  margin: 1em 0;
  padding: 15px 7px;
  overflow: auto;
  background-color:#eee;
  color: #060;
  border: 1px solid #ccc;
  width: 99%;
  font-weight: normal;
}  

textarea.code {
  padding: 5px;
  border: 1px solid #ccc;
  font-family: courier, monospace;
  font-size: 100%;
}

/* syntax coloring for code */
.code .hi {
  color: #C00;
  font-weight: bold;
}
.code .comment {
  color: #666;
}
.code .kw {
  color: #009;
}
.code .txt {
  color: #333;
}


.nextStep
{
  height: 80px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding: 10px 0;
	text-align: right;
}
  .nextStep a {
    font-weight: bold;
  }
  .nextStep a.button {
    margin-right: 0;
  }

ol.nextSteps li {
  margin: 2em;
}


/* --- FONT STYLES --- */

/* POPUP STYLES */
    body.popup {
	background: #fff;
    }
    body.popup #doc {
	width: 600px;
	border: 0;
    }

    body.popup table.columnar {
	width: 520px;
	margin: 10px;
    }
    body.popup table.columnar td,
    body.popup table.columnar th {
	padding: 4px 10px 4px 0;
    }



/* --- Buttons --- */
a.button {
    float: left;
    height: 24px;
    background: url("/images/btn_bg_blue.png") no-repeat top right;
    padding: 4px 15px 0 0;
    margin-right: 8px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;  
    font: 900 14px "Arial", Helvetica, sans-serif; 
    cursor: default;
    position: relative;
}

a.button span {
    float: left;
    display: block;
    padding-right: 15px;  
    margin-top: -4px;
    height: 24px;   
    background: url("/images/btn_bg_blue.png") no-repeat top left;
}

a.primary {
/*  margin: 10px 0;
  padding: 5px 20px;
  font-size: 1.1em;
*/
}

a.button:link, a.button:visited {
  color: #1B516F;
}

a.button:hover, a.button:active {
  color: #EFF9FF;
}
a.button:active {
  top: 1px;
  left: 1px;
}


a.button.secondary:link, a.button.secondary:visited {
  color: #444;
  background: #eee;
  border: 1px solid #ccc;
  font-weight: bold;
}
a.button.secondary:hover, a.button.secondary:active {
  text-decoration: underline;
  color: #000;
  background: #EAFF80;
  border: 1px solid #666;  
}

/* Wrap button in this div to move it to the top-right */
div.main_button { 
    float: right; 
    width: 200px; 
    position: relative; 
    top: -2.5em;
    overflow: hidden; /* auto clear */
}


/* --- Feeds --- */
#feeds ol {
	clear: both;
	margin-top: 1em;
	list-style-type: default;
	list-style-position: outside;
}

/* IE is so stupid it can't count the ordered list items correctly so let's turn them off */
* html #feeds ol li.feed {
  list-style: none;
}

#feeds li.feed {
  background: #fafafa;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 2px 5px;  
}
* html #feeds li.feed {
  height: 1%;
}
#feeds li.feed h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.actions { padding: 2px 0; }
.actions .button { 
  margin: 5px 0; 
  font-size: .85em;
  padding: 2px 6px;
  display: block;
}
.crawlfeed { float: left; }
.deletefeed { float: right; }


.morehelp {
  float: right;
  width: 150px;
  border: 1px solid #666;
  margin: 0 0 10px 25px;
  padding-bottom: 10px;
  font-size: 0.92em;
}
  .morehelp h4 {
  	margin-top: 0;
    background: #999;
    border-bottom: 1px solid #666;
    color: #fff;
    padding: 4px;
    font-size: 1em;
  }
  .morehelp ul, .morehelp p {
    margin: .5em 0;
    padding: 0 10px;
    line-height: 120%;
  }
  .morehelp ul
  {
  	list-style-type: none;
  }
  .morehelp ul li {
    padding: .5em 0;
  }

/* --- Components --- */
table#customizeRatings {
  width: 100%;
  margin-top: 1em;
}
table#customizeRatings td {
  text-align: center;
  font-size: 0.85em;
  color: #999;
  width: 25%;
}
.component_illus_right
{
  float: right;
	margin: 5px 0 10px 20px;
}


/* --- Integration --- */
#integration iframe {
  width: 90%;
  height: 600px;
  border: 0;
}


/* --- FAQ --- */

dt {
  font-weight: bold;
  margin: 1em 0;
}

/* --- IMPORT --- */
/*
#RSSYes, #RSSNo {
  margin: 2em 0;
  border: 2px solid #ccc;
	height: 24em;
  width: 230px;	
}

#RSSYes {
  background: #F2FAE8;  
  float: left;
  padding: 10px;
}

#RSSNo {
  background: #F5F9FC;
  float: left;
  padding: 10px;
  margin-left: 10px;
}
#RSSYes h2, #RSSNo h2 {
  font-size: 1.2em;
}
#RSSYes textarea, #RSSNo textarea {
  width: 220px;
  margin-bottom: 4px;
}
#RSSYes button, #RSSNo button {
  margin-top: 1em;
}
*/



/* --- QuickStart Guide --- */
#qsg #tabbedContent {
  margin: 0 250px 0 0;
  float: left;
}
#qsg #sidebar {
  width: 180px;
  float: right;
}

/* --- UTILITIES --- */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.centered { text-align: center; }
.noborder { border: 0; }
.margin-top { margin-top: 1em; }
.margin-top-0 { margin-top: 0; }
.margin-top-double { margin-top: 2em; }

/* See http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* --- / UTILITIES --- */


/* ********************************       IE HACKS       *********************************** */

.clearfix { display: inline-block; } /* reset for IE Mac */

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; } /* this is for IE PC */
.clearfix {display: block;} /* this is the real value used by all other browsers except IE mac */
/* End hide from IE-mac */

/* And this is for IE6 -- goodness! */
* html .clearfix {height:1px;}


/* use this to fix three pixel job in IE or any other IE weirdness */
* html .jogfix, * html .haslayout {
  height: 1%;
}

/* If a div's style attributes (bg, border) don't appear until you scroll */
/* off the page and back again, try appying this style */
* html .ieBGFix {
	background: url(null) fixed no-repeat;
}

/* ********************************       / IE HACKS       *********************************** */

