﻿body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,sans-serif;
	font-size: 11px;
	line-height: 1.45em;
	margin: 0px;
	padding: 0xp;
	color: #404040;
}


.red, .red a
{
	color: #C41230;
}

p
{
	line-height: 17px;
}

input
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,sans-serif;
}

a
{
	text-decoration: none;
	color: #C41230; 
}

.menuItem a, #menu .item a
{
	color: #404040;
}

img
{
 border:none;
}

#logo
{
	width: 170px;
	height: 55px;
	background-image: url(/shared/img/eirm_logo_big.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


.dot
{
	background-color: #C41230; /* light red from logout button: #ff7d7d; */
	width: 6px;
	height: 6px;
	float: left;
	font-size: 3px;
	line-height: 3px;
	margin: 5px 7px 0px 0px;
}

.selected .dot
{
	background-color: #C41230; /*#c7433c;*/
}


