/*
 * base_1.1.css
 */

/*
 * Eric Meyer's reset css
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset css */

body, div, p, table, caption, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, pre, form, fieldset, legend, input, textarea, blockquote, iframe {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}
a {
    color: #009;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
caption, th {
    text-align:left;
}
fieldset, img, abbr, acronym {
    border:0 none;
}
address, caption, cite, code, dfn, em, th, var {
    font-style:normal;
    font-weight:normal;
}
strong {
    font-weight:bold;
}
ol, ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
:focus {
    outline-style:none;
    outline-width:0;
}
.hasLayout, .contain {
}
.contain:after, .hasLayout:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
.capitalize {
    text-transform:capitalize;
}
.upperCase {
    text-transform:uppercase;
}
.lowerCase {
    text-transform:lowercase;
}
.clear {
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0px;
    margin:0;
    border:0;
    padding:0;
}
.inline {
    display: inline;
}
.italic {
    font-style: italic;
}
.fLeft, .fleft, .floatLeft, .floatleft {
    float: left;
/*    _display:inline; unknown to FBML */
}
.fRight, .fright, .floatRight, .floatright {
    float: right;
/*    _display:inline; unknown to FBML */
}
.displayNone, .none {
    display:none;
}

/* For the non-IE6, etc, supporting entity #8480; (SM)*/
.servicemarkSM {
    font-family: "Lucida Sans Unicode"; /* A rare sm-supporting font. */
    line-height: 0; /* keep the leading consistent in a paragraph */
}

.debug {
  display: none;
}

div.module {
/*  float: left; */
/*  background-color: #eee; */
}

.red {
    color: #D24140;
}
.green {
    color: #85A03C;
}
.blue {
    color: #3E647E;
}
.brown {
    color: #71604F;
}
.orange {
    color: #F58024;
}
.gray {
    color: #666;
}


#loaderMask {
    height: 0px;
    width: 0px;
    top: 0px;
    left: 0px;
    
    padding:0;
    position:absolute;
    z-index:2;
    
    opacity:.6;
    /* other opacity styles are not recognized by FBML */
    
    background:#FFFFFF url(http://lib/img/ajax-loader.gif) no-repeat scroll center center;
}

#overlay {
    display: none;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    z-index: 100;
    
    opacity: .75;
}

#lightBox {
	display: none;
	background-color: rgba(200, 200, 200, .75);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	z-index: 101;
}
#lightBox .content {
	position: relative;
	padding: 10px;
	background: #fff;
	width: 600px;
	margin: 50px auto;
}
.lightBox body {
	overflow: hidden;
	margin-right; 15px;
}
.lightBox #lightBox {
	display: block;
}

#Debug {
	width: 100%;
	position: relative;
}
#Debug .inner {
	position: relative;
	margin: 0px auto;
	width: 800px;
}

#VarDisplay {
	margin: 0px 0px 10px;
}
#VarDisplay .item {
	border: 1px dashed #666;
}
#VarDisplay .title {
	cursor: pointer;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}
#VarDisplay .var {
	padding: 3px;
	font-size: 11px;
}

#Performance {
	border: 1px solid black;
	border-collapse: separate;
	border-spacing: 1px;
	float: left;
	margin: 0px 10px;
}
#Performance caption {
	text-align: center;
}
#Performance th {
	border: 1px solid black;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
#Performance td {
	font-size: 11px;
	color: #666;
	border: 1px solid #666;
	padding: 3px;
}

#CompInfo {
	float: right;
	margin: 0px 10px;
	border: 1px solid black;
	border-collapse: separate;
	border-spacing: 1px;
}
#CompInfo h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#CompInfo caption {
	text-align: center;
}
#CompInfo td {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	border: 1px solid #666;
	padding: 3px;
}

