﻿/* Page Elements
----------------------------------------------------------*/
#doc3 {margin:auto}


/* Header Elements
----------------------------------------------------------*/
#sys {width: 100%; min-width:690px; background-color: #222222; height: 4.7692em;}
#sys1,#sys2, #sys3 {height: 4.7692em}
#sys1, #sys2 {float: left}
#sys3 {float:right}
#sys div div img {margin: 0 0 0 5.7692em;}

#masthead {width: 100%; min-width:624px; height: 118px; background-color:White;}
#mastheadBackground {width: 100%; height: 118px; background-color: White; float: left; display: inline; background-image: url(/Content/System/Images/Shared/masthead_sliver.png);background-repeat:repeat-x}

#mastheadBackground div div
{
	margin-left: 5.7692em;
}

#mastheadBackground div div h1
{
	margin: 0 0 0.5385em 0;
}

/* Vertical Centering: Note #outer height must be specified.  */
#vt_outer_hd { position: relative; height: 118px;}
#vt_inner_hd { position:absolute; top:50%; height:4.65em; margin-top:-2.325em;}


/* Footer Elements
------------------------------------*/
#ft
{
	background-color: #f3f3f3;
}

#footerContent
{
	height: 76px;
	overflow: hidden;
}
#footerContent p
{
	margin-left: 5.7692em;
	font-size: 93%;
	width: 80%;
}

#footerContent a
{
	color: #0083D7;
}

#logo_ft
{
	float: right;
	width: 117px;
	height: 76px;
	background-image: url(/Content/System/Images/Shared/neonbee_logo.png);
	background-position: right top;
	background-repeat: no-repeat;		
}

#vt_outer_ft { position: relative; height: 76px; width: 80%; float: left}
#vt_inner_ft { position:absolute; top:50%; height:1.25em; margin-top:-0.625em; width: 80%}


/*
Element Defaults
------------------------------------*/
html
{
	background-color: #f3f3f3;
}

input[type="text"], input[type="password"]
{
	width: 9.0769em;
	height: 1.5385em;
	border: 0.0769em solid #DCDCDC;
	padding: 0.0769em 0.3077em 0.0769em 0.3077em;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Sans-Serif";   
    font-style: normal;
    font-weight: lighter;
    letter-spacing: normal;
	color: #222222;
	background-color: #f3f3f3;	
}

input[type="submit"]
{
	padding: 0.1538em 0.3077em 0em 0.3077em;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Sans-Serif";   
    font-style: normal;
    font-weight: lighter;
    letter-spacing: normal;
	color: White;	
	background-color: #b6bd44;
}

h1,h2, h4
{
	font-family:Arial;
	font-weight: normal;	
}

h1, h2
{
	font-size: 182%;
	color: Black;
}

h4
{
	font-size: 116%;
	color: #7e7e7e;
}

a
{
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */	
	color: #383838;
}

a:link
{
}

a:visited
{
}

a:hover
{
    color: #686868;
}

a:active
{
    color: #080808;
}

/*----------------------------------------------------------
IMPORTANT: 
Using YUI-Fonts - do not modify base/body font size.
----------------------------------------------------------*/
body
{
    margin:0;
    padding:0;
    background-color: #f3f3f3;
}


/* Body Elements
   (Note: #bd MUST have overflow:hidden otherwise the 
    background pattern can split/scroll.)
----------------------------------------------------------*/
.shader {width: 100%; min-width: 624px; min-height: 40px; background-color: transparent; overflow: hidden; background-repeat:repeat-x; background-position: top left; background-image: url(/Content/System/images/shared/shade-default.png);}

#bd,#content { overflow: hidden;min-height: 425px;}
#bd {width: 100%; }
#content {width: 1900px; background-color:transparent; background-image: url(/Content/System/images/shared/MiximoBeta-Sign-up.png); background-repeat:no-repeat; background-position: right bottom}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/


/* MVC 2.0 Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{  
    border: 0.0769em solid #ff0000;
    background-color: #ffeeee    
}

.validation-summary-errors
{   
	padding-top: 0.0em;
	padding-bottom: 0em;
    background-color: #ffeeee;
    border:1px solid #cd0000;    
    font-size: 131%;
}

div.validation-summary-errors
{
	margin-bottom: 1em;
}

div.validation-summary-errors span
{
	line-height: 2.5em;
	font-weight: bold;
    display:block;
    color: #cd0000;
	background-image: url(/Content/System/images/Error/Error.png);
	background-position: 0.5em 0.5em;
	background-repeat: no-repeat;
	padding-left: 42px;   	    
    border-bottom-color: #ffeeee;
    display:block;
}

div.validation-summary-errors ul
{
	margin: 0 0 1em 0;
    border-top:none;
    padding-left: 2em;
    padding-bottom: 0;
}

.validation-summary-valid
{
    display: none;
}



/* Buttons, Widgets etc
-------------------------------------------*/
/* Static Buttons */
a.stbutton
{
    background: url('/Content/System/images/Shared/stButton_Blue/btn-normal.png') no-repeat;
    display: block;
    line-height: 39px;
    height: 39px;
    width: 120px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
}

a.stbutton:link
{
}

a.stbutton:visited
{
}

a.stbutton:hover
{
    background: url('/Content/System/images/Shared/stButton_Blue/btn-over.png') no-repeat;
}

a.stbutton:active {
    background: url('/Content/System/images/Shared/stButton_Blue/btn-down.png') no-repeat;
}

a.stbutton span
{
	color: White;
	font-family: Arial;
	font-size: 123.1%;
	font-weight: bold;
}