/* listings tables */
.listings TABLE {
	margin: 0;
	margin-bottom: 0.2em;
	border: 0px;
    font-family: Arial;
    font-size: 9pt;
}

.listings caption {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #D3DFE0;
	text-align: left;
	font-weight: bold;
	color: #333333;
	padding: 10px 3px 10px 10px;
	margin-top: 0.2em;
	
}

.listings th.colheading {
	background-color: #eaecec;
	font-weight: bold;
	padding: 0px;
	border-bottom: 1px dashed #CCCCCC;
}

.listings th {
    background-color: #eaecec;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dashed #CCCCCC;
    color: #333333;
}

.listings tr {
    color: #333333;
}

.listings td {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dashed #CCCCCC;
}

.listings td.alt {
	background-color: #F3F6F6;
}

.listings a:link, .listings a:visited {
    color: #186A8F;
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #186A8F;
}

.error, .error_message
{
	color: #FFFFFF;
	background-color: #990000;
	font-size: 1.4em;
	font-weight: bold;
	padding: 12px 6px 12px 42px;
	background-image: url("../img/error_message.gif");
	background-position: 6px 6px;
	background-repeat: no-repeat;
    margin-bottom: 1px;
    text-align: left;
}

.error_message a:link, .error_message a:visited {
    color: #FFFFFF;
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF;
}

.error_message a:hover {
    color: #D1DEDE;
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #D1DEDE;
}

.hover_trigger {
   color: green;
   font-weight:bold;
   cursor: help;
}

.hover_tip {
    width: 300px;
    border: 1px solid #999;
    color: #000;
    background-color: #FFFFCC;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 3px;
    font-family:  Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height:12px;
}

.resources TABLE {
	margin: 0;
	border-top: 1px dashed #CCCCCC;
}
.resources td {
    padding: 15px;
	border-bottom: 1px dashed #CCCCCC;
}

.resources_header TABLE {
	margin: 0;
}
.resources_header td {
    padding: 0px 15px 0px 15px;
}
/* end listings tables */

/*#listings {
    border-collapse: collapse;
}

#listings td {
	border-style: none none dashed;
	border-width: 1px;
}

#listings th {
    height: 28px;
    background-color: #eaecec;
	border-style: none none dashed;
	border-width: 1px;
}

#listings td#listingsheader {
    height: 32px;
    background-color: #d3dfe0;
    border-style: solid none;
    border-width: 1px;
}*/

a.h2link:link, a.h2link:visited, a.h2link:hover {
    border-width: 0px;
    color: #5F4585;
}

a.img:link, a.img:visited, a.img:hover {
    border-width: 0px;
}

#content a.img:link, #content a.img:visited, #content a.img:hover {
    border-width: 0px;
}

#imagelink a:link, #imagelink a:visited, #imagelink a:hover {
    border-width: 0px;
}

#content img, #partner_container img {
    border: none;
	float: none;
}

.highlight {
    color: #990099;
}

.deeppurple {
    color: #5F4585;
}

.failed {
    color: #FF2233;
}

/* This is for the please wait popup box */
.dialog {
    display: none;
}

.inside_dialog {
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border: solid 1px;
    font-weight: bold;
}

/* Popover styles */
.popover {
    display: block;
    position: fixed;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: 1;
}

.popover .ShadowCover {
    display: block;
    position: fixed;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    
    z-index: 1;
}

.popover .outer {
    display: block;
    position: fixed;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: 1;
}