@charset "UTF-8";
/* CSS Document */

/* 
DESCRIPTION: LIMS calendar_vol single CSS Document
VERSION: 1.0.0
LEAD DEVELOPER: Keith Savoie
CO-DEVELOPERS: Chris McCain
COPYRIGHT: Leopard Inc. Omaha, NE 402-422-0150
DIST: This code and all supporting content can not be 
DIST: redistributed without written permission from Leopard Inc.
*/

/*------------------------------------------*/
/* OBJECT WRAPPER                           */
/*------------------------------------------*/
.LIMScal_vol_wrapper_volunteer_standard {
	text-align: left;
}

.LIMScal_vol_wrapper_volunteer_standard a:link {
	text-decoration: none;
}

.LIMScal_vol_wrapper_volunteer_standard a:visited {
	text-decoration: none;
}

.LIMScal_vol_wrapper_volunteer_standard a:hover {
	text-decoration: none;
}

.LIMScal_vol_wrapper_volunteer_standard a:active {
	text-decoration: none;
}

.LIMScal_vol_wrapper_volunteer_standard .headline {
}

/*==========================================*/

/*------------------------------------------*/
/* login table                              */
/*------------------------------------------*/
.LIMScal_vol_wrapper_volunteer_standard .login {
	background-color: #ECC149;
	padding: 2px 4px;
	vertical-align: middle;
	margin-top: 4px;
}

.LIMScal_vol_wrapper_volunteer_standard .login .msg {
	font-weight: bold;
	color: #CC0000;
}

.LIMScal_vol_wrapper_volunteer_standard .login .status {
	float: left;
	text-align: left;
}

.LIMScal_vol_wrapper_volunteer_standard .login .content {
	float: right;
	text-align: right;
}

/*------------------------------------------*/
/* logout table                             */
/*------------------------------------------*/
.LIMScal_vol_wrapper_volunteer_standard .logout {
	background-color: #A0E594;
	padding: 2px 4px;
	vertical-align: middle;
	margin-top: 4px;
}

.LIMScal_vol_wrapper_volunteer_standard .logout .status {
	float: left;
	text-align: left;
}

.LIMScal_vol_wrapper_volunteer_standard .logout .content {
	float: right;
	text-align: right;
}

/*------------------------------------------*/
/* volunteer                                */
/*------------------------------------------*/
.LIMScal_vol_wrapper_volunteer_standard .signupMsg {
	padding-left: 4px;
	background-color: #36CE3F;
	font-weight: normal;
	margin-top: 4px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #000000;
}

.LIMScal_vol_wrapper_volunteer_standard .signupMsg_ERROR {
	padding-left: 4px;
	background-color: #F85E5F;
	font-weight: normal;
	margin-top: 4px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #000000;
}

.LIMScal_vol_wrapper_volunteer_standard .record  {
	margin-top: 4px;
	border-right: 1px solid #E4C092;
	border-bottom: 1px solid #E4C092;
	border-left: 1px solid #E4C092;
}

.LIMScal_vol_wrapper_volunteer_standard .record .opportunity {
	background-color: #E4C092;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.LIMScal_vol_wrapper_volunteer_standard .record .opportunity .decsription {
	font-style: italic;
}

.LIMScal_vol_wrapper_volunteer_standard .record .tasks {
	margin-bottom: 1px;
}

.LIMScal_vol_wrapper_volunteer_standard .record .tasks .info {
	background-color: #E6E6E6;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.LIMScal_vol_wrapper_volunteer_standard .record .tasks .info .decsription {
	font-style: italic;
}

.LIMScal_vol_wrapper_volunteer_standard .record .tasks .info .criteria {
	color: #9A8B80;
}

.LIMScal_vol_wrapper_volunteer_standard .record .tasks .timeslot {
	padding-left: 10px;
	padding-right: 2px;
}

.LIMScal_vol_wrapper_volunteer_standard .record .tasks .timeslotAlternate {
	padding-left: 10px;
	padding-right: 2px;
	font-style: italic;
	color: #9A8B80;
}

.LIMScal_vol_wrapper_volunteer_standard .record .tasks .times {
	float:left;
}

.LIMScal_vol_wrapper_volunteer_standard .record .tasks .slotsLeft {
	float:right;
	color: #999999;
	
}

.LIMScal_vol_wrapper_volunteer_standard .submit {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #E4C092;
	margin-top: 10px;
}