* 
{
	margin: 0;
}
HTML, BODY {
	width: 100%;
	height: 100%;
	background: #fff;
	font:14px/1.5 Metric, Arial, Helvetica, sans-serif !important;
}
A
{
	color: #306da8;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
IMG
{
	border: 0;
}
INPUT {
	font:14px/1.5 Metric, Arial, Helvetica, sans-serif !important;
}
P
{
	margin: 10px 0;
}
.Blue {
	color: #166083;
}
.Red {
	color: #E41f35;
}

.Gray {
	background-color: #f9f9f9 !important;
	color: #000 !important;
}
/* *** EYEBROW *** */
#Eyebrow {
	/* position: relative;
	z-index: 3000;
	margin-bottom: 0px;
	width: 100%;
	height: 45px;
	background: url(../../Images/Eyebrow-Background.png) repeat-x ;*/
	position: relative;
	z-index: 10;
	margin-bottom: 0px;
	width: 100%;
	height: 75px;
}

#Eyebrow-Logo
{
	position: absolute;
	top: 4px;
	left: 3px;
}
#Eyebrow-ClientLogo
{
	position: absolute;
	top: 0;
	left: 321px;
}
#Eyebrow-TopRight
{
	position: absolute;
	top: 4px;
	right: 4px;
	clear: both;
}
.Eyebrow-TopRight-Float
{
	float: left;
}
.Eyebrow-TopRight-Middle
{
	float: left;
	height: 21px;
	padding: 4px 10px 0 10px;
	background: url(../../Images/Eyebrow-TopRight-Middle.png);
	color: #fff;
	font-size: 12px;
}
.Eyebrow-TopRight-Middle A
{
	color: #fff;
	text-decoration: none;
}
.Eyebrow-TopRight-Middle A:hover
{
	text-decoration: underline;
}
#Eyebrow-MainMenu
{
	position: absolute;
	top: 82px;
	left: 0;
}
#Eyebrow-FactorMap
{
	position: absolute;
	top: 82px;
	right: 0;
	width: 355px;
}
 
/* *** BREADCRUMB *** */
#Breadcrumb
{
	margin: 0 0 15px 10px;
	color: #bebebe;
	font-size: 11px;
}
 
/* *** MAIN *** */
#Main
{
	margin: 0px;
}
.Title
{
	margin-bottom: 10px;
	font-size: 17px;
}
.AdminFooter
{
	margin-left: 10px;
	font-size: 9px;
}
.AdminFooter A
{
	color: #ddd;
}
.AdminFooter A:hover
{
	color: #aaa;
	text-decoration: none;
}
 
/* *** BOXES *** */
.Box
{
	border: solid 1px #ccc;
}
.Box-Title
{
	position: relative;
	background: #f5f5f5;
	padding: 6px 5px;
	font-weight: bold;
}
.Box-Contents
{
	padding: 5px;
}
.Box-Contents p:first-child
{
	margin-top: 0;
}
.Box-Contents p:last-child
{
	margin-bottom: 0;
}
 
/* *** FORM *** */
/*FIELDSET
{
	margin: 0;
	border: 0;
	padding: 0;
}
FIELDSET .Required, FIELDSET .Optional
{
	clear: both;
	padding: 2px;
}
FIELDSET .Required LABEL
{
	font-weight: bold;
}
FIELDSET .Label
{
	float: left;
	width: 30%;
	padding-top: 2px;
}
FIELDSET INPUT
{
	font-size: 12px;
}
FIELDSET .Buttons
{
	margin-top: 5px;
	padding: 2px;
}
FIELDSET .ErrorSummary
{
	margin-bottom: 5px;
	border: solid 1px #ff6e6e;
	background: #ffbfbf;
	color: #ff0000;
	padding: 5px;
}
FIELDSET .ErrorMessage
{
	display: block;
	margin-top: 4px;
	border: solid 1px #ff6e6e;
	background: #ffbfbf;
	color: #fff;
	padding: 4px;
} */
 
/* *** PANELS *** */
.Panels
{
	clear: both;
}
.LeftPanel, .RightPanel
{
	float: left;
	margin: 5px 10px 5px 0;
	border: solid 1px #ccc;
	padding: 0 0 5px 5px;
}
.NoFloatPanel
{
	float: none;
}
.PanelTitle
{
	margin: 5px 0 10px 0;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.PanelMore
{
	margin: 5px 5px 0 0;
	text-align: right;
}
.PanelBody
{
	clear: both;
}
.Products
{
	clear: both;
}
.Product
{
	float: left;
	margin: 0 10px 10px 0;
}

.panelbar .rootGroup,
.panelbar .group,
.panelbar .item
{
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;
}


/* *** MODAL *** */
.modal {
    position: absolute;
    top: 200px;
    left: 25%;
    width: 50%;
    z-index: 1000;
    padding: 20px;
    box-shadow: -10px 10px 20px #8b8a8a;
    border: 1px solid #7a7979;
    background-color: White;
}
    
.modal input {
    width: 60px;
    height: 30px;
    border: solid 1px;
    background: white;
}

.modal input:hover {
    background-color: #F1F1F1;
}

.modal p 
{
    font-size: 1.5em;
    font: 12px Tahoma, Verdana, Sans-Serif;
}


.modalProj {
    position: absolute;
    top: 10px;
    left: 35%;
    width: 330px;
    z-index: 1000;
    padding: 20px;
    box-shadow: -10px 10px 20px #8b8a8a;
    border: 1px solid #7a7979;
    background-color: White;
}
    
.modalProj input 
{
    margin-left:50px;
    width: 70px;
    height: 22px;
    border: solid 1px;
    background: white;
}

.modalProj input:hover {
    background-color: #F1F1F1;
}


 
