/* from general.css */

.userdata_popup {
	position: absolute;
	border: 1px solid black;
	background: white;
	border-radius: 3px;
	display: none;
	width: 300px;
	height: 150px;
}



.shopItem {
	float: left;
	width: 72px;
	height: 72px;
	background: burlywood;
	border: 1px solid black;
	margin: 2px;
}



.shopItem {
	float: left;
	width: 72px;
	height: 72px;
	background: burlywood;
	border: 1px solid black;
	margin: 2px;
}

a.shopItem {
	color: black !important;
}

a.shopItem div {
	position: absolute;
	height: 72px;
	width: 72px;
	text-align: center;
	/* Firefox */
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	/* Safari and Chrome */
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	/* W3C */
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	clip: rect(0, 72px, 72px, 0);
}

}
a.shopItem:hover {
	background: darkgoldenrod;
}

a.shopItem:active {
	background: red;
}

/** /from general.css */


#actionlog_create .row {
	display: block;
	clear: both;
}

#actionlog_create div, #actionlog_create h3 {
	display: block;
	float: left;
}

#actionlog_create h3 {
	margin-bottom: 2px;
}

#actionlog_create .header {
	font-weight: bold;
}

#actionlog_create .actionlog_create_role {
	width: 100px;
}

#actionlog_create .actionlog_create_role select {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
}

#actionlog_create .actionlog_create_message {
	margin-left: 10px;
	width: 420px;
}

#actionlog_create .actionlog_create_message input {
	width: 100%;
	margin: 0;
	border: 1px solid #aaa;
}

#actionlog_create .actionlog_create_istask {
	margin-left: 10px;
	width: 60px;
}

#actionlog_create .actionlog_create_istask input {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#actionlog_create input.sendbutton {
	border: 1px solid #aaa;
	margin-left: 10px;
}

#actionlog {
	
}

#actionlog table {
	width: 100%;
	border-collapse:collapse;
}

#actionlog tr {
}

#actionlog td {
}

#actionlog tr.roweven {
	background-color: #aeaeae;
}

#actionlog tr.rowodd {
	background-color: #9a9a9a;
}

.taskHeader {
	color: #7DAC0C;
	font-size: 120%;
	font-weight: bold;
}

.sendbutton2 {
	border: 1px solid #aaa;
	margin-left: 10px;
}
/* End of actionlog */


#actionlog .DONE {
	color: #006600;
}

#actionlog .NEW {
	color: #660000;
}

#actionlog .PENDING {
	color: #666600;
}

.expired, .closed {
	color: #c0c0c0;
}

.paid {
	color: #006600;
}

.error {
	color: red;
}

.notify {
	color: red;
}

.success {
	color: #006600;
}

.greenBackground {
	background-color: #00AA00;
	color: #000000;
}

.lectureCalendar,
.lectureCalendarParticipating,
.lectureCalendarDisabled,
.eventRunningCalendar,
.calendarEventStyle {
	border: 1px solid black;
	padding: 3px;
	font-size: 11px;
}

.eventRunningCalendar {
	background-color: #CC0000;
}

.lectureCalendarParticipating {
	background-color: green;
}

.lectureCalendarDisabled {
	background-color: gray;
}

.noBorders tr, .noBorders td {
    background: none !important;
    border: none !important;
}

.inlineRow > td {
    padding: 0 !important;
    margin: 0;
    padding-left: 40px !important;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.noborderTable tr,.noborderTable tr td {
	border: none;
	padding: 0 0 1px 0;
}


.usermultisearch {
	width: 400px;
}

.usermultisearch input {
	width: 390px;
}
