@charset "utf-8";
/* Revision: By Kevin Knipe */
/* Copyright (c) 2008. Vital Signs. All rights reserved. */
/* This section controls the look, feel and function of all of the application buttons for all of the pages */

/*********************************************************************************/

ul.buttons_list 
{
	text-align:left;
	list-style-position:outside;
	list-style-type: none;
	margin:0;
	width:330px;
}

ul.buttons_list#small {width:250px; padding:0; margin:0;}
ul.buttons_list#medium{width:370px; padding:0; margin:0;}
ul.buttons_list#large {width:400px; padding:0; margin:0;}

ul.buttons_list li a
{
	display: block;
	margin:5px;
	height:24px;
	cursor: pointer;
	padding:12px 8px 4px 8px;
	color: #000;
	font-size:11px;
	text-decoration: none;
	background:#ffffff url(../images/bkgd/bkgd_button.png);
	background-repeat:repeat-x;
	background-position: top;
	border:1px solid #7fafda;
		
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.buttons_list a:hover{
	background-image:url(../images/bkgd/bkgd_button-hover.png);
	background-repeat:repeat-x;
	background-position: top;
	border-color:#c1a212;
	color:#107ef4;
}

ul.buttons_menu#large {width:265px;}
ul.buttons_menu#medium {width:200px;}
ul.buttons_menu#medium2{width:220px;}
ul.buttons_menu#medium250{width:250px;}

ul.buttons_menu
{
	text-align:left;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0;
	width:194px;
	font-size:9pt;
	font-weight:700;
	letter-spacing:1px;	
	vertical-align:text-top;
}


.buttons_menu li a
{
	display: block;
	margin:5px;
	cursor: pointer;
	padding:10px 8px 8px 8px;
	color: #000;
	text-decoration: none;
	background:#ffffff url(../images/bkgd/bkgd_button.png);
	background-repeat:repeat-x;
	background-position: top;
	border:1px solid #7fafda;
	height:16px;	
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.buttons_menu a:hover{
	background-image:url(../images/bkgd/bkgd_button-hover.png);
	background-repeat:repeat-x;
	background-position: top;
	border-color:#c1a212;
	color:#107ef4;
}


/* Had to create these styles for the smaller columns and for explorer 6.0 displaying issues */
ul.buttons_menu-small
{
	text-align:left;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0 0 0 2px;
	width:184px;
	font-size:9pt;
	font-weight:700;
	letter-spacing:1px;	
	vertical-align:text-top;
}

.buttons_menu-small li a
{
	display: block;
	margin:5px;
	cursor: pointer;
	padding:10px 8px 8px 8px;
	color: #000;
	text-decoration: none;
	background:#ffffff url(../images/bkgd/bkgd_button.png);
	background-repeat:repeat-x;
	background-position: top;
	border:1px solid #7fafda;
	height:16px;	
}


ul.buttons_menu-small a:hover{
	background-image:url(../images/bkgd/bkgd_button-hover.png);
	background-repeat:repeat-x;
	background-position: top;
	border-color:#c1a212;
	color:#107ef4;
}


ul.buttons_menu-medium
{
	text-align:left;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0 0 0 2px;
	width:208px;
	font-size:9pt;
	font-weight:700;
	letter-spacing:1px;	
	vertical-align:text-top;
}


.buttons_menu-medium li a
{
	display: block;
	margin:5px;
	cursor: pointer;
	padding:10px 8px 8px 8px;
	color: #000;
	text-decoration: none;
	background:#ffffff url(../images/bkgd/bkgd_button.png);
	background-repeat:repeat-x;
	background-position: top;
	border:1px solid #7fafda;
	height:16px;	
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.buttons_menu-medium a:hover{
	background-image:url(../images/bkgd/bkgd_button-hover.png);
	background-repeat:repeat-x;
	background-position: top;
	border-color:#c1a212;
	color:#107ef4;
}


ul.buttons_menu-large
{
	text-align:center;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0;
	font-size:9pt;
	font-weight:700;
	letter-spacing:1px;	
	vertical-align:text-top;
	
}

.buttons_menu-large li a
{
	display: block;
	margin:5px;
	cursor: pointer;
	padding:10px 8px 8px 8px;
	color: #000;
	text-decoration: none;
	background:#ffffff url(../images/bkgd/bkgd_button.png);
	background-repeat:repeat-x;
	background-position: top;
	border:1px solid #7fafda;
	height:32px;	
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.buttons_menu-large a:hover{
	background-image:url(../images/bkgd/bkgd_button-hover.png);
	background-repeat:repeat-x;
	background-position: top;
	border-color:#c1a212;
	color:#107ef4;
}
	
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */

ul.buttons_menu-wide
{
	text-align:center;
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0;
	font-size:9pt;
	font-weight:700;
	letter-spacing:1px;	
	vertical-align:text-top;
	
}

.buttons_menu-wide li a
{
	display: block;
	margin:5px 8px 5px 5px;
	cursor: pointer;
	padding:10px 8px 8px 8px;
	color: #000;
	text-decoration: none;
	background:#ffffff url(../images/bkgd/bkgd_button.png);
	background-repeat:repeat-x;
	background-position: top;
	border:1px solid #7fafda;
	height:16px;	
}

ul.buttons_menu-wide a:hover{
	background-image:url(../images/bkgd/bkgd_button-hover.png);
	background-repeat:repeat-x;
	background-position: top;
	border-color:#c1a212;
	color:#107ef4;
}

/* This style style is used to make the buttons larger for longer names */

ul.buttons_menu#larger {
	width:230px;
	display:block;
	list-style-type: none;
	vertical-align: text-top;
	display:inline;
	text-align:center;
}


/* This controls the RED higlighted borders for the RSI section */

.buttons_menu-large li a#border-red {border:2px solid #ec797f;}
.buttons_menu-medium li a#border-red {border:2px solid #ec797f;}
.buttons_menu-small li a#border-red {border:2px solid #ec797f;}

.btn-header {font-size:10pt;}

.btn-warning {
	background-color:#fdf8ef;
	border:1px solid #804000; 
	padding:8px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	width:94%;
	margin:8px 0 4px 0;
}
.btn-warning strong{color:#FF0000;}

/* *******************************************************************************/

.menu-box { 
	background:#e2e8ee; 
	background-repeat:repeat-x;
	border:1px solid #0862c3; 
	padding:0;
	margin:8px 10px;
	width:200px;
	clear:both;	
}
.menu-box#medium {width:200px;}
.menu-box#medium2 {width:226px;}
.menu-box#medium250 {width:256px;}
.menu-box#large {width:300px;}
.menu-box ul {padding:1px 0 3px 3px; vertical-align:top;}

.menu-box-medium { 
	background:#e2e8ee; 
	background-repeat:repeat-x;
	border:1px solid #0862c3; 
	padding:0;
	margin:5px 10px 10px 10px;
	width:212px;
	clear:both;	
}

.menu-box-small { 
	background:#e2e8ee; 
	background-repeat:repeat-x;
	border:1px solid #0862c3; 
	padding:0;
	margin:5px 10px 10px 10px;
	width:190px;
	clear:both;	
}
.menu-box-small ul {padding:1px 0 3px 3px; vertical-align:top;}

.menu-box-wide { 
	background:#e2e8ee; 
	background-repeat:repeat-x;
	border:1px solid #0862c3; 
	padding:0;
	margin:5px 10px;
	width:300px;
	clear:both;	
}
.menu-box-wide ul {padding:1px 0 3px 3px; vertical-align:top;}

.note-txt {
	padding:0 5px 3px 9px;
	font-size:11px;
	font-weight:500;
	line-height:14px;
	background-color:#ffffff;
	border-bottom:1px solid #0033CC;
}
.note-txt strong {font-weight:bold; font-size:11px; color:#0033CC;}

.note-txt-red {
	padding:0 5px 0 9px;
	color:#e21e27;
	font-size:10px;
	line-height:14px;
	background-color:#ffffff;
}
.red-txt {
	color:#e21e27;
	font-size:13pt;
}

.txt-pos {font-size:13pt; padding:5px; vertical-align:middle; display:block;}