/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0px;
	height: 27px;

}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
    min-width: 50px; /* be nice to Opera */
	/*background-color: #7a7448;*/
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0px;
    background: url(/i/tab.png) no-repeat;
}
.tabs-nav a {
    top: 1px;
    z-index: 2;
    padding-left: 0;
	padding-right: 0;
    color:#003A6A;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap; /* required in IE 6 */
}

.tabs-nav .tabs-selected
{
	background: #AFCEEA;
	border: none;
}
.tabs-nav .tabs-selected a {
    color:#003A6A;
	font-size: 18px;
	padding-top: 0px;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
   /* background-position: 100% -150px;*/
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    /*background-position: 100% -100px;*/
}
.tabs-nav a span {
    width: 50px; /* IE 6 treats width as min-width */
    min-width: 50px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding: 7px 10px 0px 10px;
}

*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    /*padding-top: 7px;*/
	color:#003A6A;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    /*background-position: 0 -50px;*/
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    /*background-position: 0 0;*/
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
   	/*cursor: text;*/
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    /*opacity: .4;*/
}
.tabs-container {
    /*border-top: 1px solid #97a5b0;*/
    padding: 20px 10px;
    background: #fff;
	border-bottom: 1px solid #387DB9;
	border-left: 1px solid #387DB9;
	border-right: 1px solid #387DB9;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/*
#sectionMenuContainer {
	border:1px solid #387DB9;
}
#sectionMenuContainer ul
{
	list-style-type: none ;
	list-style-image: none;
	background: #D3E5F5;
	width: 100%;
}

#sectionMenuContainer ul li
{
	background-image: none;
	padding: 0px;
}
*/

.sectionMenuContainer {
	border:1px solid #387DB9;
}
.sectionMenuContainer ul
{
	list-style-type: none ;
	list-style-image: none;
	background: #D3E5F5;
	width: 100%;
}

.sectionMenuContainer ul li
{
	background-image: none;
	padding: 0px;
}

div.jqmDialog {
	display: none;
	width: 400px;
	overflow: hidden;
	border: 1px solid #005298;
	background-color: #ffffff;
	height: 150px;
}

div.jqmdT {
	background-color:#E8F2F9;
	padding: 5px;
	color:#2E66A4;
	font-weight:bold;
	border-bottom: 1px solid #005298
}
input.jqmdX {
	position: absolute;
	right: 7px;
	top: 4px;
}

.tabs-disabled	a span	{
						color: #aaaaaa;
					}
					
.tabs-disabled	a	{
						color: #aaaaaa;
					}

/* content management page: begin */
.pageTabContents
{
	border: 1px solid #387db9;
	padding: 5px;
	margin-right: 200px;
}
.pageTabBar
{
	float: right;
	width: 200px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.pageTabSelected
{
	background: #387db9 !important;
}
.pageTabSelected a
{
	color: #fff;
}
.pageTabBar li
{
	padding: 2px 8px;
	background: #d3e5f5;
}
.pageTabBar a
{
	text-decoration: none;
}

/* content management page: end */


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; 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); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { 
	background: #d3e5f5; 
	font-weight: normal; 
	color: #065ba6; 
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #065ba6; 
/*	color: #555555; 
	text-decoration: none; 
	outline: none; */ 
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	color: #065ba6; 
}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #065ba6;  
}

.ui-state-active, .ui-widget-content .ui-state-active { 
	background: #afceea; 
	font-weight: normal; 
	color: #003a6a; 
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color: #003a6a; 
}

/* Overlays */
.ui-tabs { 
	padding: 0em; 
	zoom: 1; 
}

.ui-tabs .ui-tabs-nav { 
	list-style: none; 
	position: relative; 
	padding: 0;
}

.ui-tabs .ui-tabs-nav li { 
	position: relative; 
	float: left; 
	border-bottom-width: 0 !important; 
	margin: 0 0em 0px 0; 
	padding: 0; 
	background: url(/i//i/Member/tabs/tabLeft.gif) 0 0 no-repeat; 
}

.ui-tabs .ui-tabs-nav li a { 
	float: left; 
	padding-top:4px;
	width:101px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	color: #ffffff;
	outline: 0px;
	font-weight:bold;
	background: url(/i//i/Member/tabs/tabRight.gif) 100% 0 no-repeat; 
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: url(/i//i/Member/tabs/tabLeftA.gif) 0% 0% no-repeat; 
	padding-bottom: 0px; 
	border-bottom-width: 0; 
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a
{
	background: url(/i//i/Member/tabs/tabRightA.gif) 100% 0 no-repeat;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled, .ui-tabs .ui-tabs-nav li.ui-state-processing {
	background: url(/i//i/Member/tabs/tabLeft.gif) 0% 0% no-repeat; 
}


.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	background: url(/i//i/Member/tabs/tabRight.gif) 100% 0% no-repeat;
	color:	#aaaaaa;
}


.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 { 
	padding: 17px 20px; 
	display: block; 
	border: 1px solid #333333;
	background: none; 
}

.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}

div.white-spacer {
	position: absolute;
	top: 29px;
	left: 0px;
	height: 1px;
	width: 99%;
	z-index: 1;
}

.ui-state-active div.white-spacer {
	background-color: white;	
}

.ui-tabs .ui-tabs-nav li {
	margin-left: 4px;
	margin-right: 4px;
	height:24px;
}