/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }


body{
border: 0;
overflow-y:hidden; /** No sure, should this be just for ie ??? */
height: 100%;
max-height: 100%;
color:white;
}

body.printpage {
border: 0;
overflow-y:scroll; /** No sure, should this be just for ie ??? */
height: 100%;
max-height: 100%;
color:black;
background-color:white;
}
body.page-popup {
border: 0;
overflow-y:scroll; /** No sure, should this be just for ie ??? */
height: 100%;
max-height: 100%;
color:white;
background-color:black;
}
body.printpage .data-table .even, body.printpage .data-table .odd {
color:black;
background-color:white;
}
wrappera {
  min-width:954px !important;
  width:954px;

}
.framecontent{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 180px; /*Height of frame div*/
overflow: hide; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #cccccc;
min-width:970px;
}

.maincontent{
position: fixed;
top: 193px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
height=100%;
}


* html body { /*IE6 hack*/
padding: 189px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html body.page-popup { /*IE6 hack*/
padding: 0px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}


/** End split screen */

ol.questions li {
  list-style-type:decimal;
}
div.questionAnswer {
  padding-bottom:5px;
}
div.questionAnswer a.showHideQuestion {
  font-weight:bold;
  font-size:14px;
}
div.questionAnswer .answer{
  margin-left:15px;
  padding-bottom:8px;
}

p, li,dt,a,span,th,div,dd,td {
  font-size:12px;
}

body {
	background-color:#cccccc;
	font:12px/1.55em arial, helvetica, sans-serif;
	text-align:center;
	}

a { color:#ffffff; text-decoration:underline; }
a:hover { color:#c0c0c0; text-decoration:underline; }
a img { border:0;}

/* Heading */
h1, h2, h3, h4, h5, h6, .head {
	margin-bottom:4px;
	/* color:#0A263C; */
	}
h2 { font-size:15px; }
h3 { font-size:14px; }
h4 { 
  font-size:13px; 
  color:#400000; 
  background-color:#cccccc;
  padding-left:18px;
  margin-top:1px;
}
h5 { font-size:13px; }
h6 { font-size:13px; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:8px; }
address { margin-bottom:4px; }
address { font-style:normal; line-height:14px;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#FFFFFF; /*font-size:.95em;*/  /*font-weight:bold; */}
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
li { list-style:none; }

/* Size */
small { font-size:9px; }
big { font-size:12px; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
:focus { outline: 0; }
.bold { font-weight:bold; }
