﻿body { font: normal 1em Helvetica Neue, Verdana, Arial, Sans-Serif; }
body, table { font-size: 11px; }
body { background: #FFF; color: #000; }
.text {color:#000000; }
.hint {color:#202020; font-size:10px;}
.header {background-color:#E3E3F5;color:#666666; font-weight:bold;} 
.menu {color:#cc0000; font-size:13px; text-decoration:none; font-weight:bold;}
.menupass {color:#666; font-size:13px; text-decoration:none; font-weight:bold;} 
.secondmenu {color:#666; text-decoration:none; font-weight:bold;}  
.secondmenuact {color:#cc0000; text-decoration:none; font-weight:bold;}   
.link {color:#cc0000}
.second {color:#666; }
.ver {color:#C00; font-weight:bold;}
.copy {color:#669; text-decoration:none;} 
.error {background-color:#E3E3F5;color:#cc0000; font-weight:bold;} 
#container {position:relative; left:0; top:0;} 
#slider {position:relative; left:0; top:0;} 

/* Notify */
#notify
{
	z-index: 100;
	left: 0px; right: 0px; top: 0px;
	color: #d5d3ff;
	font-size: 130%;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-weight: bold;
	border-bottom: #d5d3ff 1px solid;
	text-align: center;
	padding-bottom: 6px;
	padding-top: 3px;
	background-color: #6251a0;
	display: none;
}

#notify-link
{
	color: #d5d3ff;
}

#notify a:hover
{
	color: white;
}

#notify-close
{
	position: absolute;
	top: 6px; right: 6px;
	background-color: #d5d3ff;
	color: #6251a0;
	text-decoration: none;
	border: solid 1px white;
	padding: 0 6px;
	font-size: 0.7em;
	
}
/* Alerts */
#crm-topmenu-alert {
	margin: 1px 1em;
	text-align: center;
	line-height: 1.6em;
}

#crm-topmenu-alert a {
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 1em;
	white-space: nowrap;
}

#crm-topmenu-alert a.red {
	background-color: #F66;
	color: white;
}
#crm-topmenu-alert a.red:hover {
	background-color: #F33;
	color: white;
}
#crm-topmenu-alert a.yellow {
	background-color: #FC0;
	color: black;
}
#crm-topmenu-alert a.yellow:hover {
	background-color: #FF9;
	color: black;
}
#crm-topmenu-right {
	float: right;
	padding: 1px 1ex 4px;
	line-height: 1.5em;
}
#crm-topmenu-right span {
	color: #888;
	font-size: 0.85em;
}

.crm-alert {
	margin: 0 10% 1ex;
	border: solid 1px #EEE;
}

i.crm-alert-date {
	float: right;
	padding-right: 4px;
}

h1.crm-alert-header {
	font-size: 1em;
	padding: 0 4px 4px;
	margin: 0;
}

div.crm-alert-content {
	padding: 4px;
	background: #FFF;
}

div.crm-alert-link {
	text-align: right;
	padding: 4px;
	background: #FFF;
}

.crm-alertprio-0 {
	border-color: #E3E3F5;
	background: #E3E3F5;
}

.crm-alertprio-5 {
	border-color: #FDCD02;
	background: #FDCD02;
}

.crm-alertprio-9 {
	border-color: #FF3333;
	background: #FF3333;
}

.crm-alertprio-9 h1.crm-alert-header,
.crm-alertprio-9 i.crm-alert-date {
	color: #FFF;
}

a.crm-alertprio-0,
a.crm-alertprio-5 {
	color: #CC0000;
	background: #F7F7FF;
	font-weight: bold;
}

a.crm-alertprio-9 {
	background: #CC0000;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 4px;
}
