﻿/* ---------------------------------- */
/* @Reset*/
	
html, body
{
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
padding: 0;
margin: 0;
border: 0;
vertical-align: baseline
}
	


body			{ font: 12px/1.7em "Open Sans", "trebuchet ms", arial, sans-serif; color: #444; }

body {
	height:100%;
	background-color: #595959;

}

html {
	height:100%;
}
	
h1,h2,h3,
h4,h5,h6		{ font-weight: 600; margin-bottom: .75em; }

h1 				{ font-size: 26px; font-weight: 600; line-height: 1em; margin-bottom: .75em; }
h2 				{ font-size: 22px; font-weight: 600; margin-bottom: .85em; }
h3 				{ font-size: 16px; line-height: 1; margin-bottom: 1em; }
h4 				{ font-size: 14px; line-height: 1.25; }
h5 				{ font-size: 12px; font-weight: bold; }
h6 				{ font-size: 11px; font-weight: bold; }

p           	{ margin: 0 0 1.75em }
p.last      	{ margin-bottom: 0 }


dl          	{ margin: 0 0 2em 0 }
dl dt       	{ font-weight: bold; margin-bottom: .75em; }
dd          	{ margin-left: 1.5em; margin-bottom: .75em; }

abbr, 
acronym     	{ border-bottom: 1px dotted #666 }
address     	{ margin-top: 1.5em; font-style: italic }
del         	{ color:#666 }
sup				{ font-size: 9px; vertical-align:top; }


blockquote  	{ margin: 1.5em; color: #666; font-style: italic }
strong      	{ font-weight: bold }
em,dfn      	{ font-style: italic; background: #ffc }
dfn         	{ font-weight: bold }
pre,code    	{ margin: 1.5em 0; white-space: pre }
pre,code,tt 	{ font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5 } 
tt         		{ display: block; margin: 1.5em 0; line-height: 1.5 }


hr { border: none; border-bottom: 1px dotted #999; margin-bottom: 2.5em; margin-top: 1em; }

.placeholder { color: #999; }




/* ---------------------------------- */
/* @Wrapper */

#wrapper {
	width: 100%;
	height: 100%;

}



/* ----------------------------------*/
/* @Header bar */

#HeaderBox {
position:absolute;
	top: 0px;
	left: 0px;
	height:41px;
	background-color: #211f1f;
	width:100%;
	z-index: 2;
  -webkit-box-shadow: 2px 2px 4px 0px #b5aeb5;
          box-shadow: 2px 2px 4px 0px #b5aeb5;

}

#HeaderImage {
	background-image:url('/Images/SMBLogoWhite.png');
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	height:41px;
	width:143px;
	z-index: 20;

}

#HeaderMenu {
	position:absolute;
	top:0px;
	left:160px;
}

.HeaderMenuItem {
	left:20px;
	height: 41px;
	position:relative;
	float:left;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16px;
	color: #6fc1c7;
	line-height: 38px;
	padding-left:16px;
	padding-right:16px;
}

.HeaderMenuFlash {

	height: 20px;
	float:right;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	color:white;
	line-height: 20px;
	padding-left:4px;
	padding-right:4px;
	background-color: #CC2222;
	text-align: center;
	border-radius: 100px;
	z-index: 100;
}


.HeaderMenuItemCurrent {
	left:20px;
	height: 41px;
	position:relative;
	float:left;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 38px;
	padding-left:16px;
	padding-right:16px;
	background-color: #464444;
	text-transform: uppercase;
}


.HeaderMenuItem a:link
{
	font-size: 14px;
	color: #6fc1c7;
	text-decoration:none;
	text-transform: uppercase;

}


.HeaderMenuItem a:visited
{
	color: #6fc1c7;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;

}

.HeaderMenuItem a:hover
{
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;

}


#HeaderLogOutBox
{
	text-align: right;
	float:right;
	height:41px;
	width:auto;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color:white;
	line-height: 38px;
}

#HeaderLogOutBox a {
	color: white;
}


#HeaderLogOutBox a:hover {
	color: red;
}


#HeaderLoggedInAs
{
	text-align: right;
	padding-right:10px;
	float:left;
}

#HeaderLogOut
{
	text-align: right;
	padding-right:10px;
	float:right;
}



/* Menu bar */
#MenuBar 
{
	position:absolute;
	width: 180px;
	background-color: #595959;
	height: 100%;
	top: 0px;
	float:left;
	z-index: 1;
}



.MenuHeaderItemFirst
{
	height:36px;
	border-top:1px #858585 solid;
	border-bottom: 1px #4a4a4a solid;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color:white;
	line-height: 36px;
	margin-top:41px;
	padding-left:20px;

}



.MenuHeaderItem
{
	height:36px;
	border-top:1px #858585 solid;
	border-bottom: 1px #4a4a4a solid;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color:white;
	line-height: 36px;
	padding-left:20px;
	margin-top: 0px;
	padding-top:0px;
}

.MenuHeaderItemSelected
{
	height:36px;
	border-top:1px #858585 solid;
	border-bottom: 1px #4a4a4a solid;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 15px;
	color:white;
	line-height: 36px;
	padding-left:20px;
	background-color: #6379d5;
}

.SubMenuHeaderItem
{
	position:relative;
	height:26px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color:black;
	line-height: 26px;
	padding-left:20px;
	background-color:#e3e3e3;
}

.SubMenuHeaderItem:hover
{
	position:relative;
	height:26px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color:black;
	line-height: 26px;
	padding-left:20px;
	background-color: #3333EE;
	cursor:pointer;cursor:hand
}




.MenuHeaderItem:hover 
{
	background-color:#8a8a8a;
	cursor:pointer;cursor:hand
}

.MenuHeaderItemFirst:hover 
{
	background-color:#8a8a8a;
}

.MenuHeaderItemFirst:link 
{
	color:white;
	text-decoration:none;
}

#Content
{
	padding-top:70px;
	padding-left:20px;
	margin-left: 180px;	
	min-height: 600px;
	background-color:White;
	}

#ContentHome
{
	padding-top:70px;
	padding-left:20px;
	min-height: 600px;
	background-color:White;
	}



.adminmessage
{
    position: relative;
    top: 10px;
    height:30px;
    line-height:30px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left:20px;
    background-color: #dff0d8;
    text-indent: 20px
      -webkit-box-shadow: ppx px 4px 0px #ccc;
          box-shadow: 5px 5px 4px 0px #ccc;
  -webkit-border-radius: 8px;
          border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

}

.adminmessagetext
{
    float:left;
    width:80%;
    font-family: Arial;
    font-size: 10pt;
    color: #5f9a5f;
}


.adminmessagehide
{
    float:right;
    width:100px;
    font-family: Arial;
    font-size: 10pt;
    color: #5f9a5f;
}



.helpmessage
{
    position: relative;
    top: 10px;
    min-height: 100px; 
    overflow: hidden; 
    line-height:30px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left:20px;
    background-color: #d9edf7;
    color: #3a87ad; 

    text-indent: 20px
      -webkit-box-shadow: ppx px 4px 0px #ccc;
          box-shadow: 5px 5px 4px 0px #ccc;
  -webkit-border-radius: 8px;
          border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  visibility: hidden;
  display: none;
  
}


.helpmessagetext
{
    float:left;
    width:80%;
    font-family: Arial;
    font-size: 10pt;
}


.helpmessagehide
{
    float:right;
    width:100px;
    font-family: Arial;
    font-size: 10pt;
    color: #5f9a5f;
}




input[type=submit]
{
   font-size:12px;
   font-family:Trebuchet MS,sans-serif;
   color:#FFFFFF;
   height:30px;
   background-color:#85bee4;
   border-style:solid;
   border-color:#FFFFFF;
}

.CustomBlueButton
{
   font-size:12px;
   font-family:Trebuchet MS,sans-serif;
   color:#FFFFFF;
   height:30px;
   background-color:#85bee4;
   border-style:solid;
   border-color:#FFFFFF;
}

/* Grid table - accounts */
.accGrid
{
    width:100%;
}



.accGrid td
{
    border: solid 3px #FFFFFF;
    margin: 3px 3px 3px 3px;
    font-family: Arial;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.accGridTasks td
{
    margin: 1px 1px 1px 1px;
    font-family: Arial;
    padding: 2px 2px 2px 2px;
    text-align: left;
}


.accGridHeader
{
    font-weight: bold;
    color: #ffffff;
    background-color: #85bee4;
}

.accGridItemBold
{
    font-weight: bold;
    font-size: smaller;
    background-color: #ffffff;
}
    
.accGridItemBoldRed
{
    font-weight: bold;
    font-size: smaller;
    background-color: #ffffff;
    color: #FF0000;
}
    
.accGridItemSummary
{
    font-weight: bold;
    font-size: smaller;
    background-color: #ebf6ff;
}

.accGridItemSummaryRed
{
    font-weight: bold;
    font-size: smaller;
    background-color: #ebf6ff;
    color: #FF0000;
}

.accGridItem
{
    background-color: #ebf6ff;
}

.accGridItemSuggested
{
    background-color: #d7d7d7;
}

.accGridItemMatched
{
    background-color: #b4dab2;
}

.accGridItemNotMatched
{
    background-color: #e3b2b2;
}

.accGridAltItem
{
    background-color: #ffffff;
}

.accWarningBox
{
    background-color: #e3b2b2;
    text-align:center;
    line-height: 30px;
    height:30px;
    border: 1px solid #460000;
}


/* Form table layout */
.FormTable 
{
    width:100%;
	background-color: #E1E1E1;

}

.FormTitleColumn
{
    width:160px;
    vertical-align:top;
}

.FormFormColumn
{
    width:220px;
    vertical-align:top;
}

.FormValidationColumn
{
    vertical-align:top;
}
/* End of form table */



/* Inputs */
.CustomInput
{
	font-family: "Open Sans", Verdana, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #424242;
	padding: 1px 2px;
	border: 1px solid #CCC;
	outline: none;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	
	-moz-transition: border .2s linear, box-shadow .2s linear;
	-webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
}


.CustomInput:focus
{
    border: 1px solid #80bfff;
    
    -moz-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
    -webkit-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
}

.CustomInputError
{
	font-family: "Open Sans", Verdana, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #FF0000;
	padding: 3px 6px;
	border: 1px solid #CCC;
	outline: none;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	
	-moz-transition: border .2s linear, box-shadow .2s linear;
	-webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
}

.ErrorText
{
    font-size: 12px;
    color: red;
    font-style: italic;
}
