@charset "UTF-8";

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our default style,
 * the CollapsiblePanel does not contribute to the "look" of the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanel {
	float: left;
	
	/*width: 400px;*/
	
	margin-bottom: 2px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanel .CollapsiblePanelTab {
	font: 14px Arial, Helvetica, sans-serif;
	cursor: pointer;
	color:#003D79;
	-moz-user-select: none;
	-khtml-user-select: none;
	/*padding-left: 10px;*/
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	/*font-weight: bold;*/
	width: 1px;
	float: left;
	height:1px;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanel .CollapsiblePanelContent {
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 516px;
	/*
	background-color: #FFFAFF;
	border: 1px dotted #A2173E;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	*/
}
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanel .CollapsiblePanelContent #conform_hold{
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	width: 504px;
	padding-left: 12px;
	/*
	margin-left: 30px;
		
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	*/
}
#thePage #ctFrame #content #conDetHold #conDetTop #tabber01 .CollapsiblePanelContent #conform_hold #conform_grid {
	float: left;
	width: 504px;
	padding-bottom: 16px;
}
#thePage #ctFrame #content #conDetHold #conDetTop #tabber01 .CollapsiblePanelContent #conform_hold #conform_grid .gridRow {
	float: left;
	width: 504px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#thePage #ctFrame #content #conDetHold #conDetTop #tabber01 .CollapsiblePanelContent #conform_hold #conform_grid .gridRow .rowLeft {
	float: left;
	width: 100px;
	padding-top: 5px;
}
#thePage #ctFrame #content #conDetHold #conDetTop #tabber01 .CollapsiblePanelContent #conform_hold #conform_grid .gridRow .rowRight {
	float: left;
	width: 396px;
	padding-left: 8px;
}



#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelContent .formBlue {
	float: left;
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;
	width: 440px;
	text-align: center;
}
#thePage #ctFrame #content #conDetHold #conDetTop #tabber01 .CollapsiblePanelContent #conform_hold #conForm #conform_grid .gridRowTop {
	float: left;
	font-size: 13px;
	color: #0066CC;
	font-weight: bold;
	width: 480px;
	padding-bottom: 8px;
}

#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelContent .formGreen {
	float: left;
	font-size: 16px;
	color:#3A6402;
	font-weight: bold;
	width: 300px;
	text-align: center;
}
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelContent .formRed {
	float: left;
	font-size: 16px;
	color:#910000;
	font-weight: bold;
	width: 300px;
	text-align: center;
}

#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelContent #horizDot{
	height:11px;
	background: url(auth/dot.gif) repeat-x;
	width: 513px;
	
}
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelContent_marg {
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	width: 488px;
	/*
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	*/
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelTab a {
	color: #2B3E52;
	text-decoration: none;
	font-weight: bold;
}
/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelOpen .CollapsiblePanelTab {
	/*background-color: #EEE;*/
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelTabHover,  #thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelOpen .CollapsiblePanelTabHover {
/*
	background-color: #CCC;
	*/
	text-decoration: underline;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
#thePage #ctFrame #content #conDetHold #conDetTop .CollapsiblePanelFocused .CollapsiblePanelTab {
/*
	background-color: #3399FF;
	*/
}
