.info-left {
	float: left;
	width: 355px;
}

.info-right {
	float: left;
	width: 355px;
}

#l2c-right form table.form-table, #l2c-right form p {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

#l2c-right table.form-table td, #l2c-right form p {
	padding: 5px;
}

table.aligned-small-labels label {
	white-space: nowrap;
}

table.aligned-small-labels col.c1 {
	width: 10%;
}

table.aligned-small-labels col.c2 {
	width: 90%;
}

table.aligned-big-labels col.c1 {
	width: 90%;
}

table.aligned-big-labels col.c2 {
	width: 10%;
}

table.w4cols col.c1 {
	width: 10%;
}

table.w4cols col.c2 {
	width: 40%;
}

table.w4cols col.c3 {
	width: 10%;
}

table.w4cols col.c4 {
	width: 40%;
}

#l2c-right form input, #l2c-right form textarea, #l2c-right form select {
	border: 1px solid rgb(207, 194, 162);
	height: 16px;
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
}

#l2c-right form td.custom-date-container input {
	width: 80%;
}

td.custom-date-container img {
	vertical-align: middle;
	margin-left: 5px;
}

#l2c-right form textarea {
	height: 10em;
}

form td ul.errorlist {
	position: absolute;
	display: none;
    background-color: rgb(160, 50, 50);
    border: 1px solid white; 
    padding: 10px 15px; 
    width:200px; 
    color: white;
    font-weight: bold;
    text-align:left; 
    font-size:12px; 
 	z-index: 10;
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow: 0 0 5px #000; 
    -webkit-box-shadow: 0 0 5px #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    margin-top: 2px;
}

#l2c-right form input[type="checkbox"] {
	border: none;
}

#l2c-right form input[type="submit"] {
	background-color: rgb(207, 194, 162);
	padding: 1px 5px;
	color: white;
	width: auto;
	height: auto;
	line-height: 16px;
}

/* CALENDARS */

.calendarbox {
    margin: 5px auto;
    font-size: 11px;
    width: 16em;
    text-align: center;
    background: white;
    position: relative;
    z-index: 2;
    border: 1px solid #CCC;
}

.calendarbox a {
    text-decoration: none;
}

.calendar {
    margin: 0;
    padding: 0;
}

.calendar table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    background: white;
    width: 99%;
}

.calendar caption {
    margin: 0;
    font-size: 11px;
    text-align: center;
    border-top: none;
    background-color: rgb(43, 111, 65);
    padding: 2px 0 2px 0;
    color: white;
}

.calendar th {
    font-size: 10px;
    color: #666;
    padding: 2px 3px;
    text-align: center;
    background-color: #e1e1e1;
    border-bottom: 1px solid #ddd;
}

.calendar td {
    font-size: 11px;
    text-align: center;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: none;
}

.calendar td.selected a {
    background: #C9DBED;
}

.calendar td.nonday {
    background: #efefef;
}

.calendar td.today a {
    background: #ffc;
}

.calendar td a {
    display: block;
    font-weight: bold;
    padding: 4px;
    text-decoration: none;
    color: #444;
}

.calendar td a:hover {
    background: rgb(216, 203, 171);
    color: white;
}

.calendarnav {
    font-size: 10px;
    text-align: center;
    color: #ccc;
    margin: 0;
    padding: 1px 3px;
}

.calendar-shortcuts {
    background: white;
    font-size: 10px;
    line-height: 11px;
    border-top: 1px solid #eee;
    padding: 3px 0 4px;
    color: #ccc;
}

.calendar-shortcuts a {
    color: rgb(43, 111, 65);
}

.calendar-shortcuts a:hover {
    color: rgb(43, 111, 65);
}

.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next {
    display: block;
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    background-color: rgb(43, 111, 65);
    padding: 1px 4px 2px 4px;
    color: white;
}

.calendarnav-previous:hover, .calendarnav-next:hover {
    background: rgb(216, 203, 171);
}

.calendarnav-previous {
    top: 0;
    left: 0;
}

.calendarnav-next {
    top: 0;
    right: 0;
}

.calendar-cancel {
    margin: 0 !important;
    padding: 0;
    font-size: 10px;
    background-color: #e1e1e1;
    border-top: 1px solid #ddd;
}

.calendar-cancel a {
    padding: 2px;
    color: #999;
}

td.custom-date-container span {
	display: none;
}

