﻿body 
{
	font-family:Arial;
	font-size:11pt;
}
a:link
{
	color:#006699
}
a:hover
{
	color:Navy
}
a:visited
{
	color:#006699	
}
a:active
{
	color:#006699	
}

td.CQTableHeader
{
	background-repeat: repeat-x;
	background-image: url('Images/GradientSample4.gif');
	font-size: 10pt; 
	font-weight:bold;
	font-family: arial; 
	color: black;
}

td.SearchHeader
{
	background-repeat: repeat-x;
	background-image: url('http://www.citiquest.com/Images/CQGradient25.gif');
	font-size: 10pt; 
	font-weight: normal;
	font-family: arial; 
	color: #233259;
	border-right: #006699 1px solid; 
	border-top: #006699 1px solid; 
	border-left: #006699 1px solid; 
	border-bottom: #006699 1px solid; 
}

td.MembersHeader
{
	background-repeat: repeat-x;
	background-image: url('http://www.citiquest.com/Images/CQGradient25.gif');
	font-size: 10pt; 
	font-weight: normal;
	font-family: arial; 
	color: #233259;
	border-right: #006699 1px solid; 
	border-top: #006699 1px solid; 
	border-left: #006699 1px solid; 
	border-bottom: #006699 1px solid; 
}

td.MasterHeader
{
	background-image: url('Images/CQGradient42.gif');
	background-repeat: repeat-x;
	font-size: 10pt; 
	color: #330033;
	font-family: Arial, Sans-Serif;
	height: 43px;
}

table.PickerTable
{
	width: 200px; 
	border-right: #006699 1px solid; 
	border-top: #006699 1px solid; 
	border-left: #006699 1px solid; 
	border-bottom: #006699 1px solid; 
	padding-right: 0px; 
	padding-top: 0px;
}

table.ListingTable
{
	width: 98%; 
	border-right: #006699 1px solid; 
	border-top: #006699 1px solid; 
	border-left: #006699 1px solid; 
	border-bottom: #006699 1px solid; 
	padding-right: 0px; 
	padding-top: 0px;
}

table.WireTable
{
	border-right: #006699 1px solid; 
	border-top: #006699 1px solid; 
	border-left: #006699 1px solid; 
	border-bottom: #006699 1px solid; 
	padding-right: 0px; 
	padding-top: 0px;
}

input.SilverButton
{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:Silver;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}

.collapsePanel {
    overflow:hidden;
}

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("maskBG.png") !important;
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 0px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	font-weight: bold;
	height: 2px;
	padding: 1px;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls 
{
	float: right;
	cursor: pointer;
	cursor: hand;
	color: Red;
}