* {margin: 0px; padding: 0px; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
html {overflow: scroll;}
body {background-color: #fff;}
table {border-collapse: collapse;}
/** a, img {cursor: pointer;} */

#wrap {
    width: 1000px !important;
    height: 707px !important;
    margin-left: auto;
    margin-right: auto;
}

#header {
	width: 1000px !important;
	height: 111px !important;
	border-bottom: solid 2px #8c141a;
	padding-top: 10px;
}

#myGRPGWelcomeUserNameDIV {
	position: absolute;
	top: 80px;
}

#water {
	float: left;
	width: 128px !important;
	min-height: 550px !important;
	background: url(../images/jetdeau.gif) top left no-repeat;
}

#main {
	float: right;
	width: 842px !important;
	min-height: 520px !important;
	padding-left: 30px !important;
	padding-top: 30px !important;
}

#footer {
	clear: both;
	overflow: hidden;
	width: 100% !important;
	height: 100px !important;
	border-top: solid 1px #dcdbdb;
	background: url(../images/footer-gradient.gif) top left repeat-x;
	background-color: #fff;
	padding-top: 10px;
}

.topmenu-left-right {
	background: url(../images/top-header-menu-bg.gif) top left repeat-x;
}

div.mainPageContentDiv {
	
	background-color: olive;
}

/**
 * LOGIN & REGISTRATION PAGE
 */
a.whyregisterlink {
 	font-size: 12px;
 	color: #8c141a;
 	text-decoration: none;
}
 
a:hover.whyregisterlink {
 	text-decoration: underline;
}

td.contentHRSep {
	background: url(../images/hr_sep_point.gif) top left repeat-x;
	height: 3px !important;
}

#newToGRPGDIV {
	width: 300px !important;
	height: 200px !important;
	border: solid 1px #ddd;
}

#loginFormDIV {
	width: 250px !important;
	height: 200px !important;
	background-color: #efefef;
	border: solid 1px #ddd;
}

#forgotPasswordEmailFormDIV {
	width: 600px !important;
	height: 130px !important;
	background-color: #efefef;
	border: solid 1px #ccc;
	display: none;
}

.poolingForgotPasswordDIV {
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	
}

#newRegistrationFormDIV {
	width: 600px !important;
	height: 170px !important;
	background-color: #efefef;
	border: solid 1px #ccc;
	display: none;
	margin-bottom: 50px;
}

.poolingNewRegistrationDIV {
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
}

#newRegistrationRequestErrorDIV{
	height: 12px !important;
}

#newPasswordRequestErrorDIV {
	height: 12px !important;
}

#newregistrationemailvalidEmail {
	margin-top: 1px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
}

#loginusernamevalidEmail {
	margin-top: 1px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
}

#forgotPasswordemailvalidEmail {
	margin-top: 1px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
}

#loginFailedDIV {
	height: 12px !important;
}

.forgotPasswordLink {
	font-size: 9px;
	text-decoration: none;
	color: #8c141a;
}

.forgotPasswordLink:hover {
	text-decoration: underline;
}

.stdButton {
	font-size: 11px;
	background-color: #8c141a;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;	
	border: solid 1px #ccc;
	cursor: pointer;
}

.stdInputTextField {
	width: 150px;
	color: #666;
	border: solid 1px #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
}

.stdInputLongTextField {
	width: 300px;
	color: #666;
	border: solid 1px #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
}

.stdLoginField {
	width: 170px;
	color: #666;
	border: solid 1px #ccc;
}

.pointer {
	cursor: pointer;
}

/**
 * CONTACT PAGE 
 */
a.contactLink {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

a:hover.contactLink {
	color: #8c141a;
	text-decoration: underline;
}

#contactFormDIV {
	width: 280px !important;
	min-height: 300px !important;
	height: 430px !important;
	min-height: 430px !important;
	background-color: #efefef;
	/*border: solid 1px #ccc;*/
}

/*


#pageObjectDetailsContentDIV {
	margin-left: 30px !important;
	margin-top: 50px !important;
	width: 842px !important;
}

*/



