
/* link styles */
a 
{
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover 
{
	text-decoration: none;
	border-bottom: 1px solid;
}

a.no-highlight
{
	background-color: transparent;
	text-decoration: none;
	border-bottom: 0px solid;
}

html body table.controls
{
	width:100%;
	background-color: #FFFFFF;
	border-width:0px;
	padding:4px;
}

html body table.main-content
{
	width:100%;
	background-color: #FFFFFF;
	border-color:#8784C6;
	border-width:1px;
	border-style:solid;
	padding:6px;
	border-spacing:2px;
}

html body table.applications-list-info
{
	width:100%;
	background-color: #FFFFFF;
	border-width:0px;
	padding:4px;
	border-spacing:2px;
}

html body table.applications-list-info a
{
	border-bottom: 0px;
}

html body table.applications-list
{
	width:100%;
	background-color: #FFFFFF;
	border-width:0px;
	padding:6px;
	border-spacing:0px;
}

html body table.applications-list th
{
	padding:6px;
	background-color:#CCCCCC;
}

html body table.applications-list td
{
	padding:6px;
}

html body table.applications-list tr.alt-row
{
	background-color:#F8F8FF;
}

html body table.applications-list tr:hover
{
	background-color:#FFFFCC;
}

html body table.applications-list tr:first-child:hover 
{
	background-color:#CCCCCC;
}

html body table.applications-list a
{
	border-bottom: 0px;
}

html body table.last-message
{
	width:100%;
	background-color:#FFFFFF;
	border-width:0px;
	padding:6px;
	border-spacing:2px;
}

html body table.page-title
{ 
   	font-size:16pt;
	background-color:#C1C1E8;
	border-style:solid;
	border-color:#8784C6!important;
	border-width:1px!important;
	padding:6px;
	width:100%;
	border-spacing:2px;
}

.main-logo
{
	vertical-align:middle;
	margin:0 6px 0 0;
}

hr
{ 
	height:1px;
	border-width:0;
	color:#D8D8D8;
	background-color:#D8D8D8;
}

.footer 
{
	font-size:8pt;
	text-align:center;
}

.footer-copyright
{
	margin-top:10px;
}

html body
{
	padding:10px;
	margin:5px;
	color:black;
	background-color:white;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:10px;
}

.disabled-separator 
{
	margin-left:8px;
	margin-right:8px;
	color:#b7becb;
}
