﻿body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

body {
	padding-top: 0.5%;
	height: 98%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 75.0%;	/*62.5%;*/
	line-height: 1.0em;
	text-align: center;
}

#pagewrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000000;
}

#header {
	position: relative;
	clear: both;
	float: none;
	background-image: url(../Images/CoreImage-small.jpg);
	background-position: center center;
	background-color: #eabf69;
	background-repeat: no-repeat;
	height: 100px;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

img.ct-logo {
	float: left;
	margin: 4px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 0px;
/*	padding: 2px;*/
/*	border: dotted 1px #000000;*/
/*	width: 350px;
	height: 112px;*/
}

#iGPR_Welcome_Header {
	position: absolute;
	top: 50px;
	left: 160px;
	display: inline-block;
	font-family: Arial, Helvetic, Sans-Serif;
	font-size: 2.9em;
	color: Maroon;
	text-align: left;
	width: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: solid 0px black;
	margin-left: 0px;
	margin-bottom: 0px;
}

img.logo {
	float: right;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 2px;
	padding: 2px;
/*	border: dotted 1px #000000;*/
	border: 1px solid #888;
/*	width: 350px;
	height: 112px;*/
}

#bodywrapper1 {
	margin-top: 0px;
	margin-bottom: 0px;
/*	background-color: #e6e6e6;*/
/*	overflow: auto;*/
/*	float: left;*/
	text-align: center;
	border: 0px solid #000000;
	/*background: url(../Images/sidebar_left.jpg) repeat-y left top;	this graphic is brought in via the impport directive in the Master Page*/
}

#bodywrapper2 {
	margin-top: 0px;
	margin-bottom: 0px;
/*	overflow: auto;*/
	/*float: left;*/
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
/*	background: url(Images/sidebar_left.jpg) repeat-y left top;*/
	border: 0px solid #000000;
}

#sidebarleft {
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #000000;
/*	background-color: #e6e6e6;*/
}

#UsefulLinks {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #aabbcc;
	border: 1px solid #000000;
}

#sidebarleft h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #789e91;
}

#sidebarleft ul {
	list-style: square;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 10px;
	text-align: left;
	font-size: 1.0em;
	line-height: 200%;
}



#bodyMain {
	float: none;
/*	width: 460px;*/
	height: 670px;
	margin-left: 180px;
	background-color: #e6e6e6;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	/*line-height: 1.4em;*/
	border-top: 1px solid #000000;
}

#iGPR_Welcome {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.2em;
	/*background-color: #e6e6e6;*/
}

#iGPR_Images {
	border: 2px solid #888;
	padding: 5px;
	margin: 10px;
	margin-top: 0px;
}

#iGPR_Welcome p {
	line-height: 150%;
	margin-bottom: 1.0em;
}

#footer {
	clear: both;
	background-color: #82a3ba;
	font-size: 1.0em;
	text-align: center;
	color: #ffffff;
	/*border: 1px solid #000000;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0.50em;
	padding-bottom: 0.50em;
	vertical-align: middle;
}

.bullet {
	color: #ffffff;
	margin: 0 5px 0 5px;
}

/* Login View */
#SiteLoginWrapper {
	position: relative;
    width: 170px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: 1px #800000 dotted;
    text-align: center;
	background: #c2c2c2;
}

#login {
}

#SiteLoginTitle {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
    color: Black;
}

#login .label {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
}

#login .textbox {
	border: 1px solid #000000;
	width: 145px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0px 0px 5px;
}

#login .button {
/*    display: block;*/
    margin-top: 8px;
    margin-bottom: 0px;
}

.loggedIn h3 {
    margin-top: 20px;
    margin-bottom:0px;
}

.PasswordRecoveryLink {
    display: block;
	margin-top: 5px;
	font-size: 0.8em;
}

.UserMsg {
    display: block;
	margin-top: 10px;
	font-size: 0.9em;
}

.LogoutButton {
	margin-top: 10px;
}

.SiteMgmtHLink {
	display: block;
	margin-top: 10px;
}

#LoginErrorMsg {
    display: block;
	margin-top: 10px;
	font-size: 0.9em;
	color: Red;
}




#SiteRegistrationWrapper {
	position: relative;
    float: left;
    width: 312px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
/*    margin-left: auto;*/
/*    margin-right: auto;*/
    padding: 0px;
    border: 1px #000000 dotted;
    text-align: left;
	background: #c2c2c2;
}

#SiteRegistrationFieldset {
	width: 300px;
}

.SiteRegistrationTitle {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 0px solid #000000;
}

.CreateUserWizard .label {
    float: left;
    width: 130px;
    text-align: right;
	font-weight: bold;
	border: 0px solid #000000;
    margin-top: 14px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.CreateUserWizard .textbox {
	border: 0px solid #000000;
	width: 145px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
}

.RegCancelButton {
	position: absolute;
	top: 336px;
	left: 115px;
	width: 95px;
	height: 23px;
}

.ErrorMessage {
	border: 1px solid #000000;
	margin-top: 10px;
	color: Red;
}

#RegistrationFormNotes {
	float: right;
	width: 550px;
	text-align: left;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 10px;
    border: 1px #800000 dotted;
	background: #aba594;
}

#RegistrationFormNoteTitle {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

#RegistrationFormNotes ol {
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 100%;
	margin-left: 20px;
	padding-left: 0px;
}

#RegistrationFormNotes ol ol {
	list-style-type: circle;
	list-style-position: outside;
	line-height: 150%;
	margin-left: 20px;
	padding-left: 0px;
}

#RegistrationFormNotes ul {
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 150%;
	margin-left: 20px;
	padding-left: 0px;
}

#RegistrationFormNotes ol li {
	padding-left: 0px;
	margin-top: 20px;
	margin-left: 0px;
	line-height: 150%;
}

#RegistrationFormNotes ol ol li {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 120%;
}

#SiteRegistrationCompletionNoteWrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 150%;
	padding-left: 5px;
}

#SiteRegistrationCompletionNoteTitle {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center
}

.ContinueButton {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
}

#MembershipPendingWrapper {
	position: relative;
    width: 320px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
/*    margin-left: auto;*/
/*    margin-right: auto;*/
    padding: 5px;
    border: 1px #000000 dotted;
    text-align: left;
	background: #c2c2c2;
	line-height: 1.2em;
	text-align: center;
}

#MembershipPendingWrapper p {
	margin-top: 15px;
}

#UnhandledErrorWrapper {
	margin-top: 50px;
}

.UnhandledErrorTitle { 
  color: red;
  font-family: 'Trebuchet MS', Comic Sans MS, Arial;
  font-size: 24px;
  font-weight: bold;
}

.UnhandledErrorDescription { 
  color: Black; 
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;	
}
