﻿/* Main CSS - Post Oak Bank */
/******************************/

/* Map API */
#mapContainer {
  height: 341px;
  width: 400px;
	border:1px solid #660000;
}

/* Standand Tag Definitions */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color: #000000;
	background-image: url(images/page_bkgd_lines.gif);
	background-repeat: repeat-x;
}
li, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	/*color:#B67B39*/
	color:#7C0000;
}
h2 {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#B67B39;
}
p, span {
	font-size:12px;
	text-align:left;
}
a:hover {
	color:#999999;
}


/**/
/* Class Definitions */

.border_k {
	border: 1px solid #000000;
}
.border_tan {
	border: 2px solid #D1C19D;
}
.border_tan {
	border: 2px solid #D1C19D;
}
.border_link_tan {
	border: 2px solid #D1C19D;
}
.border_link_tan:hover {
	border: 2px solid #FFFFFF;
}
.decimal {
	text-align: ".";
}
.link {
	color:#7C5D44;
}
.link:hover {
	color:#7C0000;
}
.link_sm {
	font-size:11px;
	color:#7C5D44;
}
.link_sm:hover {
	color:#7C0000;
}
.link_sm_footer {
	font-size:11px;
	color:#D1C19D;
}
.link_sm_footer:hover {
	color:#FFFFFF;
}
.link_bodysubhead {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#7C0000;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#7C5D44;
}
.login:hover {
	color:#7C0000;
}
.login_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.login_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.name p{
	display:inline;
}
.nav_pipe {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.subhead {
	font-size:14px;
	color:#666666;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.wh {
	color:#FFFFFF;
}
.blu {
	color:#0000FF;
}
.tan {
	color:#D1C19D;
}
.gold {
	color:#B67B39;
}
.dkred {
	color:#660000;
}
.dk_gr {
	color:#666666;
}
.title_dkred {
	font-family:Arial, Helvetica, sans-serif;
	color:#660000;
	font-size:9px;
	text-transform:uppercase;
	line-height: 11px;
	font-weight:normal;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	text-transform:uppercase;
	line-height: 11px;
	font-weight:normal;
}
a.title {
	font-family:Arial, Helvetica, sans-serif;
	color:#7C5D44;
	font-size:9px;
	text-transform:uppercase;
	line-height: 11px;
	font-weight:normal;
}
.mgmt_name {
	line-height:19px;
	margin-top:4px;
	font-weight:bold;
}
/**/

/* ID Definitions */

#main_container {
	text-align:center;
	margin-top:18px;
}
#inside_container {
	background-color:#FFFFFF; 
	border:1px solid #000000;
}
#main_header {
}

#top_nav {
}
#page_header {
	text-align:left;
	padding:6px 6px 6px 6px;
}
#page_content {
	text-align:left;
	padding:6px 6px 6px 36px;
}
#page_bottom {
	margin-top:6px;
}
#page_footer {
	text-align:center;
	margin:0 auto;
}

/**/

@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.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	width: 400px;
	font-size: 11px;
}

/* 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.
 */
.CollapsiblePanelTab {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	cursor: hand;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, sans-serif;
	color:#666666;
	font-size:10px;
	text-transform:uppercase;
	line-height: 13px;
}

/* 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.
 */
.CollapsiblePanelContent {
	margin: 6px;
	padding: 12px 6px 0px 6px;
	background-color: #EBEBEB;
}

/* 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.
 */
.CollapsiblePanelTab a {
	/*color:#660000;
	text-decoration:none;*/
}

/* 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.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	/*background-color: #CCC;*/
}

/* 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.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	/*background-color: #CCC;*/
}

/* 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.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}


