﻿.RightHandText {	
	width: 300px;
	line-height: 1.1em;
	font-size: 14pt;
	text-align: left;
	float: right;
    padding: 5px 0px 5px 40px;
	margin-top:220px;
	margin-right:-50px;
}
#BottomMessage {
	padding-top: 20px;
}
.ThankYouMessage {
	width: 500px; 
	padding: 5px;	
}
.ThankYou {
	height: 168px;
}
.ImportantText {
	color: Red;	
}
.MessageText {
	color: #888888;	
}
.ErrorText {
	color: #ff0000;
}
h1{
	padding-left: .25em;	
}
.Example {
	color: #888;
}
.Prompt{
	padding-left: 15px;	
	font-size:15px;
}

.Report TD {
	border: #CCCCCC 1px solid;
	padding: 2px;
}
.Report {
	border-collapse: collapse;
}
.Report .Outside, .Outside, .Report .Outside TD {
	border: none;
}

.Report TH {
	background: #FFFFFF;
	font-size: 8pt;
	border: none;
}

select {
	background-color: #fff;
	border: solid 1px #000;
	font-size: 11px;
	font-family: Tahoma;
	color: black;
}
.AlertBox {
    width: 550px;
    color: Red;
    border: 1px solid black;
    padding: .5em;
    margin: auto;
    font-weight: bold;
}
.Alert {
	color: #CC0000;
}

/********************************
       Register Schools
*********************************/
.RegWizard {
	background-color: #ddd;
	border: 1px solid #999;
	width: 700px;
}
.RegWizard .WizardStep {
	vertical-align: top;
 }
 .RegWizard .SideBar {
	background-color: #999;
	font-size: 9pt;
	vertical-align: top;
	width: 120px;
 }
 .RegWizard .SidebarButton {
	background-color: #999;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #fff;
	text-decoration: none;
 }
 .RegWizard a.SidebarButton:hover {
	text-decoration: underline;
 }
 .RegWizard .WizardHeader {
	background-color: #999;
	border: 2px solid #999;
	font-weight: bold;
	color: #fff;
	text-align: center;
 }

 /*** Multiple Register Pages ***/
 .Register p.Instructions {
    font-size: 14px;
    font-weight: bold;
}
#slideshow-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.Register {
    width: 768px;
    margin: auto;
}

.Register p span {
    color: #cd0000;
}

/********************************
       Register Portraits 
*********************************/
#RegisterPortraitsInner {
	width: 640px;
	text-align: left;
}
#RegisterPortraits .FormTable th {
	text-align: right;
	padding-right: 5px;
	font-weight:bold;
}
#RegisterPortraits .FormTable input[type=text] {
	width: 165px;
}
#RegisterPortraits .Notice {
	width: 500px; 
	padding: 5px;
}
#RegisterPortraits .ImageRight {
	float:right;
	padding: 5px 0px 5px 20px;
}
#RegisterPortraits .slideShow {
	padding-right:10em;	
}
#RegisterPortraits input.RegisterPortraitsButton {
    font-size:18px;
    padding-left:14px;
    padding-right:16px;
}
#RegisterPortraits td.Example {
    padding-left: 10px;
    color: #999;
    width: 225px;
}


/********************************
       Register Graduates 
*********************************/
#RegisterGraduates input[type=text] {
	width: 160px;
}
#RegisterGraduates div.GroupHeader {
    margin-top: .5em;
    font-family: Arial;
    font-size: 17px;
    color: #C00;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
}
#RegisterGraduates table {
    border-spacing: 2px 1px;
}
#RegisterGraduates th {
    text-align: right;
}
#RegisterGraduates th.AboveField {
    text-align: left;
}
#RegisterGraduates div.ImageRight {
	float: right;
	margin-right: 140px;
}

#RegisterGraduates #Left {
}
#RegisterGraduates #slideshow-wrapper {
	float: right;
    margin-top: 1em;
	width: 270px;
	height: 400px;
	margin-left: 2em;
}
#RegisterGraduates #Bottom {
    clear: both;
}

.ValidationSummary {
	color: #ee0000;
	border: solid 1px #ecdb1c;
	background-color: #feffd7;
	padding: 1em;
	width: 500px;
	border-radius: 8px;
}

/*** title styles from Modiphy ***/
.titleTable{
	border: 0;
	cellspacing:0;
	cellpadding:0;
	margin-bottom: 20px;
	margin-left:20px;
}
.titles {
    font-family: 'Signika Negative', sans-serif;
    color: #cd0000;
    font-size: 32px;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: capitalize;
    line-height: 32px;
}

.bracket{
	height: 54px;
	width: 20px;
}
.bracketImgLeft{
	background-image: url(/Apps/images/left_bracket.png);
	background-repeat: no-repeat;
}
.bracketImgRight{
	background-image: url(/Apps/images/right_bracket.png);
	background-repeat: no-repeat;
}

.Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ebebeb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ebebeb;
	box-shadow:inset 0px 1px 0px 0px #ebebeb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f2f2f2) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f2f2f2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #7a7a7a;
	display:inline-block;
	color:#303030;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}.Button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2f2f2), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f2f2f2 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff');
	background-color:#f2f2f2;
}.Button:active {
	position:relative;
	top:1px;
}

.MainDiv
{
            margin-left: auto;
            margin-right: auto;
            text-align: left;
            width: 775px;
            padding-top:15px;
            padding-left:15px;
            padding-bottom:15px;
            background-color: #ededed;
            height:100%;
}

body
{
    background-color: #999;
}
.header
{
    border:none;
}
    