/* Start of CMSMS style sheet 'PPCKD Forms' */
#pre-reg input {
	width: 120px;
	font-size: 10px;
	background-color: #f4f4f4;
	margin-right: 7px;
	margin-left: 7px;
	border: 1px solid #cccccc;
}
#reg-form input {
	width: 400px;
}
label {
	font-size: 10px;
	color: #333333;
	margin-right: 7px;
	margin-left: 7px;
}
#submit input {
	background-image: url(/images/templates/PPCKDMain/submitButton.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 17px;
	width: 88px;
}
#submit input:hover {
	background-image: url(/images/templates/PPCKDMain/submitButtonHover.gif);
}
/*Contact Us Form*/
.cu_name {
	text-align: left;
}
.cu_email {
	text-align: left;
}
.cu_tel {
	text-align: left;
}
.cu_message {
	text-align: left;
}
.cu_name input{
	width: 400px;
}
.cu_email input{
	width: 400px;
}
.cu_tel input{
	width: 400px;
}
.cu_message textarea{
	width: 400px;
}

/*Ask Instructor Form*/
#ask_instructor_form input {
	width: 400px;
	margin-bottom: 10px;
}
#ask_instructor_form textarea {
	width: 400px;
}

/*Registration Questions*/
#reg-questions textarea {
	width: 400px;
}


/*Login Form*/
#loginInput input{
	width: 125px;
	font-size: 10px;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}
#loginInput{
	font-size: 10px;
	color: #333333;
}
#loginForm form{
	margin: 15px 0px 0px;
	padding: 0px;
}
#loginSubmit input.signin_button {
	background-image: url(/images/templates/PPCKDMain/loginButton.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 17px;
	width: 88px;
	background-color: #ffffff;
}
#loginSubmit input.signin_button:hover {
	background-image: url(/images/templates/PPCKDMain/loginButtonHover.gif);
}
#loginSubmit a.registerButton {
	display: block;
	height: 17px;
	width: 88px;
	background-image: url(/images/templates/PPCKDMain/registerButton.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#loginSubmit a.registerButton:hover{
	background-image: url(/images/templates/PPCKDMain/registerButtonHover.gif);
}
#loginForgot a {
	font-size: 8px;
	color: #666666;
	text-decoration: none;
}
/*Resend Regsitration Email Form*/
.resendEmailInput input {
	width: 400px;
	margin-bottom: 10px;
}
/*Logout Form*/
#logout a {
	display: block;
	height: 17px;
	width: 88px;
	background-image: url(/images/templates/PPCKDMain/logoutButton.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#logout div {
	background-image: url(/images/templates/PPCKDMain/logoutButton.gif);
	background-repeat: no-repeat;
}
#logout a:hover{
	background-image: url(/images/templates/PPCKDMain/logoutButtonHover.gif);
}
#changeSettings a {
	display: block;
	height: 29px;
	width: 88px;
	background-image: url(/images/templates/PPCKDMain/changeSettingsButton.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#changeSettings div {
	background-image: url(/images/templates/PPCKDMain/changeSettingsButton.gif);
	background-repeat: no-repeat;
}
#changeSettings a:hover{
	background-image: url(/images/templates/PPCKDMain/changeSettingsButtonHover.gif);
}
/*Forgot password form*/
.forgotPassword input {
	width: 400px;
}
/*Change settings form*/
#changeSettings input {
	width: 400px;
}
#changeSettings td {
	padding-bottom: 10px;
}
/*Confirm Password form*/
#confirmPassword input {
	width: 400px;
	margin-bottom: 10px;
}
/*Verify Registration form*/
#verifyReg input {
	width: 400px;
	margin-bottom: 10px;
}
/* End of 'PPCKD Forms' */

/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
/*
 Default/example stylesheet for the CMSMS Guestbook module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	margin-bottom: 10px;
}

/* Style the message header */
.cms-guestbook-entry-header
{

	color: white;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	color: #333333;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	color: white;
}
img.button {
  vertical-align: middle;
}
/* End of 'Guestbook (default/example stylesheet)' */

/* Start of CMSMS style sheet 'PPCKD Bookmarks' */
/* CSS Document */
.cms-module-bookmarks-header {
	color: #FFFFFF;
	background-color: #01437f;
	display: block;
	margin-bottom: 1px;
	padding: 5px;
}
.cms-module-bookmarks-list {
	color: #333333;
	background-color: #f4f4f4;
	display: block;
	list-style-type: none;
	margin: 0px 0px 15px;
	padding: 5px;
}

.cms-module-bookmarks-summary {
	margin-bottom: 10px;
}
/* End of 'PPCKD Bookmarks' */

