/*
 *  File:         common.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for the entire site
 *  Author:       Jimmmy Bai
 *  Created:      Friday May 28 2010
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      eConnect
 *  Version:      7 SP1
 *
 * *********************************************Description***************************************************
 * The styles given here are used for the entire site.They are divided into two part(themeable and structural).
 * *******************************************End Description*************************************************

 * ***********************************************Note********************************************************
 * Note that the path used for Images is relative.All images are by default located in /images/ - relative to 
 * this CSS file.And the size of images should map their width and height specified by the corresponding css.
.*.**********************************************End Note*****************************************************
 
 * ***********************************************Warnings****************************************************
.* Use extreme caution when making changes to the values in the CSS file especially for adjusting padding or 
.* margins or changing the position of items. These values have been determined to work for the various flow 
.*.settings. Changes to these attributes should be attempted only by merchants with advanced knowledge of CSS.
 * ********************************************End Warnings***************************************************

/*Override the default style*/ 
body, p, div, h1, h2, h3, span,form,li,lu,label,table,td
{
	margin: 0;
	padding: 0;	
	border:none;	
}

/*Allows for the customization of all text(color, size, font, alignment, etc)
 *located throughout the website as well as background colors in the margins surrounding 
 *website
 */

body
{
	text-align: center;
	margin: 10px;
	font-size: 10pt;
	font-family: Verdana;
	color: Black;
	background-color: White;
}  

/*Allows for the customization of all links(color, size, font, alignment, etc)
 *located throughout the website
 */

a
{
	text-decoration:underline;
	cursor: pointer !important;	
	color: #597391;
}

/*Allows for the customization of all links(color, size, font, alignment, etc)
 *located throughout the website when the mouse hovers over the link
 */

a:hover
{
	text-decoration: none;
}



hr
{
	border:none;	
	height:0;
	width: 96%;
	
	border-top:1px solid #bfcfe3;
}

fieldset
{
	border-style: none;
} 

legend
{
	color: #597391;
	font-size:1.3em;
	font-weight: bold;
}
  
label
{
	text-align: left;
}

/*Controls any text that are surrounded by the H1-H6 tag pertaining to font size, color, alignment, etc */


h1
{
	position:absolute;
	left:-1000px;	
}

.h1
{
	text-align:left;
	padding: 0;
	margin: 0;
	padding-bottom:2px;
	
	color: #597391;	
	font-size: 1.7em;
	font-weight: 600;
}


h2,.h2
{
	padding: 0 0 0 30px;
	margin: 0;
	font-size: 1.5em;
	
	color: #597391;
	font-weight: 600;
	text-align:left;
}

h3,.h3
{
	padding: 0;
	margin: 0;
	text-align: left;
	
	color: #597391;
	font-size: 1.3em;
	font-weight: 600;
}

.h3 a
{font-size: 10pt;}

h4,.h4
{
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: 10px;
	
	color: #597391;
	font-size: 1em;
	font-weight: 600;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
    background-color: #dcdcdc;
}

/*Controls the styles associated with all links and buttons*/   	 
 
.button-icon-left
{
	padding: 2px 5px 2px 25px;
	text-decoration: none;
	position: relative;
}

.button-icon-left span.ui-icon
{
	margin: 0;
	position: absolute;
	left: .3em;
	top: 50%;
	margin-top: -8px;
	display: inline;
	clear: both;
}

.button-icon-right
{
	padding: 2px 25px 2px 5px;
	text-decoration: none;
	position: relative;
}

.button-icon-right span.ui-icon, .button-icon-right label.ui-icon
{
	margin: 0;
	position: absolute;
	right: .2em;
	top: 50%;
	margin-top: -8px;
	display: inline;
	clear: both;
}

.link-button
{
	padding:2px 5px;
	width: auto;
}


a.ui-state-active,a.ui-state-default,a.button-icon-left,a.button-icon-right,#submenu a
{
	text-decoration:none;
	white-space:nowrap;
}

a.button-icon-left,a.button-icon-right
{
   zoom:1;
}

.treeview a
{
	text-decoration:none;
}

a.button-icon-left:hover,a.button-icon-right:hover,.treeview a:hover, #submenu a:hover
{
	text-decoration:underline;	
}

a.ui-state-active:hover,a.ui-state-default:hover
{
	text-decoration:none;	
}

.control-container
{
	display: block;	
	padding: 10px 0;
	text-align: center;
	zoom: 1;
}

.control-container input
{
	padding: 1px 10px;
	width: auto;
	_width: 0;
	overflow: visible!ie;
}

.control-container a
{
	font-size: 1em;
	font-weight: 600;
	display: block;
	float:left;
	margin: 1px 10px;
}

.focus-box
{ 
     /*outline-color: #5c9ccc!important;*/
     outline-color:invert!important;
     /*outline-style:groove!important;*/
     outline-style:dotted!important; 
     /*outline-width: 3px!important; */
     outline-width: 1px!important; 
}

.focus-parent
{
    outline-width: 0px!important; 
    outline-style:none!important;
}

/*Controls the styles associated with tables*/
table
{
	border-collapse: collapse;
	border-spacing: 0px;
	
	font-size:1em;
}

table td
{
	padding: 2px;
	zoom: 1;
	
    font-size:1em;
}

table thead th
{
	padding: 3px;
}

td li
{
	list-style: none;
	margin-left: 20px;
}

.data-table
{
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
}
.data-table thead th
{
	font-size: 1em;
	color: White;
	background-color: #5c9ccc;
	text-align: left;
	font-weight: 600;
}

.data-table tbody td, .data-table thead th, .data-table thead td
{
	border-style: none;	
	border-bottom: solid 1px #bfcfe3;
	padding: 2px 5px;
	margin: 0;
	height: 20px;
}

.data-table tbody td
{
	text-align: left;
} 

.data-table tbody td div
{
	padding: 5px;
} 

.table-with-border
{
	border:solid 1px #d0dceb;
	border-collapse:collapse;		
}
.table-with-border td
{
	border:solid 1px #d0dceb;
	border-collapse:collapse;	
}
.table-with-border table td
{
	border:none;
} 

tr.odd {
	background-color: #E2E4FF;
}

tr.even {
	background-color: white;
}

/*Controls the styles used for jquery.validate.js */
label.error
{
	color: red;
	display: block;
	font-style: italic;
	font-weight: normal;
}
input.error
{
	border: 1px solid red;
}

.error-container
{
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
	display: none;
	list-style-type: disc;
	list-style: none;	
}


.error-container li
{	  	
	padding: 2px 0 2px 20px;
	
	color: Red;
}

.error-container li label
{
	font-size: 1em;
	text-align: left;
}

/*util styles*/		
.print-popup-body
{
	color:Black;
	background-color: White;
}  

.hidden
{
	visibility: hidden;
	display: none;
}

.title
{
	color: #597391;
	font-weight: 600;
}

input.email
{
	width: 250px;
}

.text-bold
{
	font-weight: 600;
}

.text-underline
{
	text-decoration: underline;
}

.text-italic
{
	font-style: italic;
}

.align-left
{
	text-align: left !important;
}

.align-right
{
	text-align: right !important;
}

.align-center
{
	text-align: center !important;
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

.border-top
{
	border-top: 1px solid #d0dceb;
}

.border-bottom
{
	border-bottom: 1px solid #d0dceb;
}

.border-left
{
	border-left: 1px solid #d0dceb;
}

.margin-medium
{
	margin:5px 0 5px 20px;		
}

.padding-small
{
	padding:0 0 5px 10px;
}

.padding-medium
{
	padding:10px 0 10px 20px;
}

.waiver-content
{
	border: 1px solid #bfcfe3;
	max-height: 400px;
	height: 200px;
	padding: 5px;
	background-color: White;
	font-size:1.2em;
	overflow:scroll;
}

.watermark
{
	color: #999999;
	font-style: italic;
}

.ajax-return
{
	display: none;
}

.script
{
	display: none;
}

.alert-info
{
	color: Red;
	text-align: center;
	padding: 5px;
}

.indicator-waiting {
  width: 16px;
  height: 16px;
  position: absolute;
  display:block;
  
  background: url(images/waiting.gif) no-repeat center;	    
}

.processing-box
{
    background-color : gray;
    text-align : center ;
    vertical-align :middle ; 
    filter:alpha(Opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
}

.focus-child
{
    outline-style:none;
}

.receipt-row
{
	padding: 10px;
	
	border:solid 1px #d0dceb;
}

.print-button-row
{
	padding: 10px 25px 10px 0;
	text-align: right;
	height:30px;
}

.printer-icon
{
	height: 32px;
	width: 32px; 	
	display: block; 	
	
	background: url('images/printer-blue.png') no-repeat;	
}

.search-icon
{
	background: url('images/search.gif') no-repeat center;
}

/*Controls the layout across the entire site*/

#skip-navigation
{
    color:White;
    font-size:9pt;
}

#wrapper
{
	width: 1024px;	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 0;	
	
	background: url(images/site-bg.png) repeat;
}

/* #wrapper size and alignment */
#header
{
	width: 944px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#submenu
{
	width: 944px;
	margin-left: auto;
	margin-right: auto;	
	
	font-size: 1em;
	background-color: White;	
}

#content
{
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: center;
	overflow: visible;			
	
	background-color: White;
}

#footer
{
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 10px 0 15px 0;
	clear: both;
	
	background-color: White;
}

/* #wrapper/#header */
#logo
{
	width: 944px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
}
#toolbar
{
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	z-index: 5;
	position: relative;
	text-align: right;
	
	background-color: White;
}
#tabs
{
	padding: 0 10px;
	background-color: White;
	position: relative;
	z-index: 2;
}

/********#wrapper/#submenu********/
#submenu div
{
	margin:0 10px;
	padding: 10px 4px;
	text-align: left;	
}

#submenu a
{
	padding-left: 10px;
	font-weight:normal;
}

#submenu .current a
{
	font-weight: 600;
}

/*#wrapper/#content*/
#optional-header
{
	 padding:5px 20px;
	 text-align:left;
}
.subcontent
{
	width: 98%;
	margin-left: auto;
	margin-right: auto;	
	padding: 10px 0;
	text-align: left;
	overflow: auto;
}

.subcontent div
{
	padding-bottom: 5px;
}

.left-nav-panel, .right-content-panel
{
	min-height: 500px;
	float: left;
}

.left-nav-panel
{
	width: 27%;
	overflow: visible;
	padding: 2px 10px 2px 0;
}

.left-nav-panel .ui-widget-header
{
	padding:2px 5px;
}
.left-nav-panel .ui-widget-content
{
	padding:2px 5px;
}

.left-nav-panel a.ui-accordion-header
{
	display: block;
	text-align: left;
	font-size: 10pt;
	padding: 2px 0 2px 25px;
}

.left-nav-panel div.ui-accordion-content
{
	margin: 0;
	padding: 0;
}

.right-content-panel
{
	width: 68%;
	min-height: 600px;
	zoom: 1;
	height: 100%;
	_height:600px;
	overflow-y:visible;
	padding: 2px 0 2px 10px;
}

#memberships-tab .left-nav-panel
{
	 width:25%;	
}

#memberships-tab .right-content-panel
{
	width:70%;
}

.right-content-panel .ui-widget-content
{
	padding: 10px;
}

.right-content-panel input.keyword
{
	width: 280px;
	margin-right: 5px;
	position: relative;
	overflow: hidden;
	clear: both;
}

.right-content-panel .quick-search
{
	zoom: 1;
	padding: 10px;
	height: 20px;
	display: block;
}

.right-content-panel .quick-search span
{
	zoom: 1;
}

.criteria-panel
{
	padding:0px;
	margin: 0;
	text-align: left;	
}

.criteria-panel p
{
	padding:2px 0;	
	display: block;
	clear: both;
}

.criteria-panel p label
{
	float: left;
	width: 80px;
	display: block;
	font-weight: 600;
	text-align: right;
	padding-right: 5px;
}
.criteria-panel p span
{
	float: left;
	text-align: left;
}

#optional-footer
{
   padding:0 30px;
   text-align:left;	
}

/*#wrapper/#header/#toolbar*/
#toolbar-selectlaguage-desc
{
	float: left;
	text-align: right;
	vertical-align: top;
	margin: 0 5px 0 10px;
}
#toolbar-selectlangauge
{
	float: left;
	text-align: left;
	vertical-align: top;
	height: 26px;
}
#toolbar-createuser, #toolbar-loggedclient
{
	float: left;
	text-align: right;
	vertical-align: top;
	width:300px;
}
#toolbar-createuser a
{
	text-decoration: underline;
	margin-right: 10px;
}

#toolbar-login, #toolbar-logout, #toolbar-myaccount
{
	float: left;
	text-align: center;
	margin: 0 2px 0 2px;
	line-height: 20px;
}

#toolbar-logout a
{
	text-decoration: underline;
}


#toolbar-help
{
	float: left;
	text-align: left;
	vertical-align: top;
	height: 20px;
	
	background: url('images/site-bg-help.png') no-repeat;
}

#toolbar-help a
{
	padding: 0 30px 0 30px;
}


#toolbar-help a:visited
{
	font-weight: normal;
}

/*#wrapper/#header/#toolbar/#toolbar-selectlangauge*/
#language-dropdown
{
	list-style: none;
	float:left;
}
#language-dropdown li
{
	float: left;
	height: 20px;
	position: relative;
}

#language-dropdown li ul
{
	position: absolute;
	margin: 0;
	padding: 5px 10px 10px 10px;
	list-style: none;
	display: none;
	width:auto; 
}

#language-dropdown ul .language-option
{
	position:static;
	display:list-item;
    float:left;
    width:100%;
}

#language-dropdown a
{	
	display: block;
	text-align: left;
	white-space:nowrap; 
}

/*cart preview in toolbar*/
#cart-preview
{
	list-style: none;	
	display: block;
	padding:0;
	margin:0;
}	

#cart-preview li ul
{
	list-style: none;
	display: none;
	position: absolute;
	padding:0;
	margin:0;	
	right:0;
}

#cart-preview-info-wrapper
{
	position: absolute;
	top: 32px;
	right: -10px;
	width: 400px;
	height: auto;
}

#cart-preview-info-wrapper .arrow-up
{
	height: 11px;
	width: 22px;
	position: absolute;
	right: 20px;	
	
	background: url(images/arrowup.png) no-repeat;	
}

#cart-preview-info-content
{
	padding: 10px 20px;
	margin-top: 10px;
}

#cart-preview-info-content a.ui-state-default
{
	float: right;
	padding: 0.1em 25px 0.1em 5px;	
}

#cart-preview-info
{
	display:none;
}

/*override the jquery-ui-1.7.2.custom.css style*/
.overlay-dialog.ui-widget-content
{
	background-color:White;
}

.ui-datepicker-calendar th
{
	background-color: White;
}

#ui-datepicker-div
{
	z-index:1200;
}

.treeviewLeagueDivisionInit
{
	background: url(images/treeview-close.png) 0 0 no-repeat;
	padding-left:15px;
	display:block;
}
.treeviewLeagueDivisionClick
{
	background: url(images/treeview-open.png) 0 0 no-repeat;
	padding-left:15px;
	display:block;
}
.treeviewLeagueCurrentInit
{
	background: url(images/treeview-close.png) 0 0 no-repeat;
	padding-left:15px;
	display:block;
}
.treeviewLeagueCurrentClick
{
	background: url(images/treeview-open.png) 0 0 no-repeat;
	padding-left:15px;
	display:block;
}
.treeviewLeagueGroupInit
{
	background: url(images/treeview-close.png) 0 0 no-repeat;
	padding-left:15px;
	display:block;
}
.treeviewLeagueGroupClick
{
	background: url(images/treeview-open.png) 0 0 no-repeat;
	padding-left:15px;
	display:block;
}

#global-header
{
	text-align:left; 
	margin: 2px 0px 0px 30px;
}

#global-footer
{
	text-align:left; 
	margin: 0px 0px 0px 40px;
}

.hover_hand
{
    cursor: pointer !important
}

.text_no_border_bg
{
	background: #ffffff !important;
	border: 0;
}

.footer_color_black_underline
{
	color: Black;
	text-decoration:underline;
}

.footer_color_black_noneunderline
{
	color: Black;
	text-decoration:none;
}

.footer_noneunerline
{
	text-decoration:none;
}

.footer_fontsize
{
	font-size: 8pt;
}