html, body {
	height:100%;
}

body {
	font-family:Arial;
	margin:0px; padding:0px;
	background-color:white;
	font-size:1em;
}
.outerwrapper, .innerwrapper {
	
}
h1 {
	margin:0px;
	font-family:Tahoma, Verdana, Geneva, sans-serif; 
	border-top: 5px solid transparent;
	border-bottom:5px solid #D05800; /*#441B21 */
	background-color:white
	color:black;
	padding-left:10px;
	padding-top:10px;
}
h1 .part1, h1 i {
	color:#D05800;
}
h1 a {
	color:inherit; 
	text-decoration:none;
}

.WhoYouName {
	font-weight:bold;
}
.WhoYouName .part1 {
	color:#D05800;
}

#Navigation {
    background: none repeat scroll 0 0 silver;
    width: 205px;
    float:left;
}
#Navigation ul, .NavigationClone ul {
    list-style: none outside none;
    margin-left: 0px;
    padding-left: 10px;
    margin-top:0px;
}
#Navigation li, .NavigationClone li {
	padding-bottom:10px;
	padding-top:10px; padding-left:5px;
	display:block;
	font-size:1.2em;
	border-bottom:grey 1px solid;
	color:black;
	text-decoration:none;
	cursor:pointer;
}
#Navigation li a {
	color:black;
	text-decoration:none;
}
#Navigation #NavTop {
	cursor:pointer;
}

.innerwrapper {
    
}
#content {
	margin-left:200px;
	padding:10px;
}
.Footer {
	padding:20px;
	border-top:3px solid black;
	clear:both;
}
.Footer .LogoutBox {
	float:right;
	font-size:150%;
}
.Footer .LogoutBox a {
	color:black;
	text-decoration:none;
}
.SaveButton {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.CancelButton {
    background-color: #DA4F49;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.GenericButton.SaveButton, .GenericButton.CancelButton {
	color:white;
	padding:5px;
}

a.CancelButton, a.SaveButton {
	padding: 6px 12px;
	font-size: .9em;
	border-radius: 10px;
	text-decoration: none;
}

.GenericButton {
    background-color: #EFEFEF;
    border: 1px solid black;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    display: block;
    font-size: 0.8em;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.ChildList th {
	text-align:left;
}
input, select, textarea {
    border: 1px solid #D0D3D6;
    border-radius: 5px 5px 5px 5px;
    margin: 5px;
    padding: 5px;
}
#EditForm textarea {
	width:260px;
	height:60px;
}

body.ARPoints #Navigation .ARPoints,
body.Directory #Navigation .Directory,
body.LunchBalance #Navigation .LunchBalance,
body.Account #Navigation .Account,
body.LunchMenu #Navigation .LunchMenu {
	background-color:#EFEFEF;
	color:black;
}

.BubbleBox {
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
}
.BubbleBox:after {
    content: "";
    position: absolute;
   top: 100%;
   left: 20px;
   border-top: 20px solid blue;
   border-top-color: inherit; 
   border-left: 20px solid transparent;
   border-right: 20px solid transparent; 
}

.BubbleBox2:after {
    background-color: #FF9900;
    border-bottom: 2px solid red;
    border-right: 2px solid #FF0000;
    box-shadow: 2px 2px 2px 0 rgba(178, 178, 178, 0.4);
    content: " ";
    display: block;
    height: 16px;
    left: 49px;
    position: absolute;
    top: 92px;
    transform: rotate(34deg) skew(-18deg);
    width: 19px;
}
.BubbleBox2 {
    background-color: #FF9900;
    border: 2px solid red;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    float: left;
    margin: 5px 10px 5px 0;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}

.ReturnHome {
	padding-bottom:10px;
}
.ReturnHome img {
	margin-bottom:-10px;
}


/*
 * Admin
 */
.icon-fire-extinguisher {
	color:#800000;
}

/*
 * Admin Pages
 */
.ReportData th {
	text-align:left;
}
.ReportData td {
	padding-right:10px;
}
.FalseLink {
	color:blue;
	cursor:pointer;
	text-decoration:underline;
}

/* Quick Entry */
#QuickEntry table thead th, #SearchResults table thead th {
		text-align:left;
}
#QuickEntryForm .InputDuo {
	float:left;
}
#QuickEntryForm label {
	width: 100px;
	float:left;
	text-align: right;
	margin-top: 9px;
}
/* Contact View */
#ContactView h2, .QuizResults h2 {
	font-size:220%;
	margin-bottom:0px;
}
#ContactView h3, #ContactView h4, #ContactView h5, .QuizResults h3, .QuizResults h4, .QuizResults h5 {
	margin-top:5px;
	margin-bottom:5px;
}
#ContactView img {
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
#ContactView>.InfoContainer {
	min-height:210px;
}
#ContactView .EditButton {
	float:right;
	margin-right:20px;
}
.InfoSection {
	border: 1px solid black;
	padding: 10px;
	margin-right:10px;
	margin-bottom:30px;
}
.SectionTitle {
	background: black;
	color: white;
	float: left;
	margin-top: -10px;
	margin-left: -10px;
	padding: 2px;
	padding-right: 10px;
}
/* Contact Search */
#SearchResults .ContactName {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}
/* Contact Edit */
.DataRow label {
	display: block;
	font-weight: bold;
}
#PhotoRow {
	margin-bottom: 10px;
}
#EditForm imageContainer {
	margin:5px;
}
.imageBox {
    position: relative;
    height: 400px;
    width: 400px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}
#imagePickBox {
	display:none;
	position: absolute;
	background-color: #EEE;
	padding: 10px;
	border: 1px solid black;
}
.MobilePhone {
	clear:left;
}
/* Quiz */
#QuizDisplay {
	margin-left:30px;
}
.QuizCandidate {
	font-size: 150%;
	color: #D05800;
	font-weight: bold;
}
.QuizResults img, .QuizCandidate img {
	border-radius:100px; overflow: hidden; box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.QuizOptions {
	margin-top: 20px;
	max-width:430px;
}
.QuizOptions li.Photo {
	float: left;
}
.QuizOptions li {
	list-style: none;
	padding: 7px;
	font-size: 120%;
	margin-bottom: 10px;
	border: 1px solid #EEE;
	max-width: 300px;
	cursor:pointer;
}
.QuizResults {
	position: absolute;
	background: #EEE;
	border: 1px solid black;
	padding: 15px;
	margin-right:20px;
}
.QuizIncorrect {
	color:red;
	background-color:pink;
	border:2px solid red;
	padding:8px;
	font-size:220%;
	text-align:center;
}
.QuizCorrect {
	color:green;
	background:#99FF66;
	border:2px solid green;
	padding:8px;
	font-size:220%;
	text-align:center;
}
.QuizResults button {
	display:inline;
	margin-top:10px;
	margin-right:10px;
	cursor:pointer;
}
.QuizResults .InfoContainer img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
} 

.NextQuestionButton {
	float:right;
}
.ButtonRow {
	margin-bottom:8px;
}
#ScreenButton {
	float: right;
	padding: 5px;
	margin: 10px;
}

/*
 * Upload Styles
 */
#CSVHelp {
	float: right;
	padding: 10px;
	background: #DDD;
	margin: 15px;
	margin-top:0px;
}

.Emphasis {
	font-style: italic;
	color: #D05800;
	font-family: Arial;
	font-weight: bold;
	margin-right: 6px;
	vertical-align: baseline;
	font-size: 180%;
}
