body {
	font-family: Arial;
	font-size: 12px;
	background: #2a2829 url(/partner/images/system/bg_brain.png) top center repeat-y;
}

.link {
	font-size: 12px;
	color: #f02040;
}

.input {
    font-size: 12px;
    color: #303030;
    border: 1px #91a7b4 solid;
    background-color: #ffffff;
}

.textarea {
    font-size: 12px;
    color: #303030;
    border: 1px #91a7b4 solid;
    background-color: #ffffff;
}

.selectbox {
    font-size: 12px;
    color: #303030;
    border: 1px #91a7b4 solid;
    background-color: #ffffff;
}

.checkbox {
    border: 0px;
}

.radio {
    border: 0px;
}

.label {
    font-size: 12px;
    color: #1f1f1f;
}

.protected {
    font-size: 12px;
    color: #9a9a9a;
}

.small {
    font-size: 10px;
    line-height: 1em;
    color: #1f1f1f;
}

.bold {
    font-size: 12px;
    font-weight: bold;
    color: #1f1f1f;
}

.group {
    font-size: 12px;
    font-weight: bold;
    color: #777777;
    background: #fcfcfc;
}

.standard {
    font-size: 13px;
    color: #eaeaea;
}

.tabStandard {
    font-size: 13px;
    color: #ffffff;
}

.title {
	font-size: 20px;
	font-weight: normal;
	color: #222222;
}

.modtitle {
	font-size: 20px;
	font-weight: normal;
	color: white;
}

.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #a4cd0c;
}

.header {
	font-size: 15px;
	font-weight: normal;
	color: #555555;
}

.menutitle {
	font-size: 12px;
	font-weight: normal;
	color: #222222;
}
.user {
	font-size: 14px;
	color: white;
}

.priv {
	font-size: 9px;
	color: white;
}

.copy {
	font-size: 9px;
	color: white;
}

.alert {
	font-size: 11px;
	color: #cc2222;
}

#dropmenudiv {
	position: absolute;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 26px;
	z-index: 100;
	text-align: left;
	background-color: #404040;
	margin-top: 1px;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: normal;
	background-color: #404040;
	color: white;
	clear: both;
}
#dropmenudiv a:hover {
	background-color: #505050;
}
#dropmenudiv img {
	margin: 0 5px 0 0;
	border: 0;
	float: left;
}

/* Calendar */
td.calendarDateInput {letter-spacing:normal;line-height:normal;font-family: Arial,Sans-Serif;font-size:11px;}
select.calendarDateInput {font-size: 12px; height: 20px; color: #303030; border: 1px #91a7b4 solid; background-color: #ffffff;}
input.calendarDateInput {font-size: 12px; height: 20px; color: #303030; border: 1px #91a7b4 solid; background-color: #ffffff;}
