body,a,p,h1,h2,td,th,li,address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body,p,td,th,li {
	font-size: 12px;
	color: #333;
}

a {
	text-decoration : none;
	color : #369;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	color : #369;
}

a:hover {
	color : #FF6600;
	text-decoration: underline;
}	
	
h1 {
	font-size: 16px;
	color:#369;
	font-weight: bold;
background-color:#ecf9ff;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #369;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #369;
	text-decoration: italic;
}

address {
	color: #369;
	font-size: 10px;
}


th,td {
	padding-left: 0.5em; 
	padding-right: 0.5em;
}

hr
{
border-top:1px dotted #333; 
border-bottom:none;
border-left:none;
border-right:none;
}

.table-odd {
	background-color: #FFFFFF;
}

.table-even {
	background-color: #fafaf6;
}

.table-selected {
	background-color: #e9e9da;
}

.actionApplication {
	border-left-color:#666;
}

.actionManager{
	border-left-color:#f90;
}

.actionOwner {
	border-left-color:#9c0;
}

.actionInvited {
	border-left-color:#6cf;
}

.actionUser {
	border-left-color:green;
}

.actionManager,
.actionOwner,
.actionInvited ,
.actionUser
{
		border-left-style:solid;
		padding-left: 0.5em; 
		margin-left: 0.5em; 
}