/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/*
 * jQuery UI Tabs 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap;padding:5px 10px 0 10px }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 5px 10px 4px 10px; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 10px 0 0 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs-nav{
    margin-bottom: 10px;
    background: #DFDBD5;
	background: #DFDBD5 url(/web/20121014024608oe_/http://www.usar.army.mil/Style%20Library/MRM/img/grad.png) repeat bottom;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFDBD5), to(#bfb8ab));
	background: -webkit-linear-gradient(#DFDBD5, #bfb8ab);
	background: -moz-linear-gradient(#DFDBD5, #bfb8ab);
	background: -ms-linear-gradient(#DFDBD5, #bfb8ab);
	background: -o-linear-gradient(#DFDBD5, #bfb8ab);
	background: linear-gradient(#DFDBD5, #bfb8ab);
	
    border-top: 1px solid #bfb8ab;
	border-left: 1px solid #bfb8ab;
	border-right: 1px solid #bfb8ab;
	border-bottom:none;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
    
}

.ui-widget-header { }
.ui-widget-header a { font-weight: bold}



.ui-state-default a{padding-top:7px}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {padding: 3px 10px 4px 10px;}

.ui-state-active{
border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:8px 8px 0 0;
	background:#ebe9e5;
	text-decoration:none
}

.ui-tabs label{ display: none;}
.ui-tabs-nav .filter{ float: right !important;position: relative;top: -2px !important;}
.ui-tabs-nav .search-input{ width: 140px;}

/* styles for the a-z list */


#tabs-AZ  .ui-tabs { position: relative; padding: .2em; zoom: 1;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
#tabs-AZ  .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
#tabs-AZ  .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 0 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap;padding:5px 2px 0 2px }
#tabs-AZ .ui-tabs .ui-tabs-nav li a { float: left; padding: 5px 1px 6px 1px; text-decoration: none; }


#tabs-AZ .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
#tabs-AZ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
#tabs-AZ .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#tabs-AZ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 10px 0 0 0; background: none; }
#tabs-AZ .ui-tabs .ui-tabs-hide { display: none !important; }

#tabs-AZ .ui-tabs-nav{
    margin-bottom: 10px;
    background: #DFDBD5;
	background: #DFDBD5 url(/web/20121014024608oe_/http://www.usar.army.mil/Style%20Library/MRM/img/grad.png) repeat bottom;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DFDBD5), to(#bfb8ab));
	background: -webkit-linear-gradient(#DFDBD5, #bfb8ab);
	background: -moz-linear-gradient(#DFDBD5, #bfb8ab);
	background: -ms-linear-gradient(#DFDBD5, #bfb8ab);
	background: -o-linear-gradient(#DFDBD5, #bfb8ab);
	background: linear-gradient(#DFDBD5, #bfb8ab);
	
    border-top: 1px solid #bfb8ab;
	border-left: 1px solid #bfb8ab;
	border-right: 1px solid #bfb8ab;
	border-bottom:none;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
    
}

.ui-widget-header { }
.ui-widget-header a { font-weight: bold}



.ui-state-default a{padding-top:7px}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {padding: 3px 6px 4px 6px;}

#tabs-AZ .ui-state-active{
border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
	background:#ebe9e5;
	text-decoration:none
}

.ui-tabs label{ display: none;}
.ui-tabs-nav .filter{ float: right !important;position: relative;top: -2px !important;}
.ui-tabs-nav .search-input{ width: 140px;}

#tabs-AZ .ui-tabs .ui-tabs-nav li a { float: left; padding: 5px 2px 7px 2px; text-decoration: none; }