﻿
#accordionPrefMenu 
{
    position:relative;
}

div.accordion h1, div.accordion h2, div.accordion h3, div.accordion h4 {
	margin: 0;
}

div.accordion div.outer {
	/*border: 1px solid #DADADA;*/
    margin-left: 20px;
}


div.new {
	margin-bottom: 0;
	padding: 3px 0px 0px 0px;
}

div.accordionItem 
{
    width: 100%;   
}

div.accordionItem ul {
	list-style-type: none;
	padding: 10px 0 5px 0;
	margin-left: 0px;
}

div.accordionItem ul li
{
    height: 25px;
}

 div.accordion a.trigger.open {
	border-color: #E0E0E0;
	background-color: #EEEEEE;
}

a.trigger.open {
	background-image: url(../../Images/minus.gif);
}

a.trigger {
	display: block;
	padding-left: 20px;
	background-image: url(../../Images/plus.gif);
	background-repeat: no-repeat;
	background-position: 1px 50%;
	/*font-weight: 700;*/
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}

div.accordion a.trigger {
	border: 1px solid #E0E0E0;
	background-color: #F0F0F0;
	text-decoration: none;
}

a.prefLink {
	text-decoration: none;
	font-size: 12px;
	float: left;
	padding-top: 3px; 
	color: #444 !important;
}

a.prefLink:hover {
	text-decoration: none;
	cursor: default !important;
}

li .toSet
{
    float:right;
    /*margin-right: 20px;*/
    margin-left: 20px;
}

#preferenceSubmit 
{
    margin-top: 30px;
    margin-right: 17px;
    float: right;
}

#preferenceNavContainer 
{
    margin-top: 15px;
}

#prefListOrderContainer ul
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#prefOrderList 
{
    margin: 0;
    padding: 0;
}

#prefOrderList li
{
    border: solid 1px #E0E0E0;
    background-color: #EEEEEE;
    text-align: left;
    font-size: 0.8em;
    /*font-weight: bold;*/
    list-style-type: none;
    padding: 3px 0 3px 20px;
    cursor: move;
    color: #444444;
}

#prefOrderList li a
{
    color: #444444 !important;
    cursor: move;
}

#prefOrderList li a:hover 
{
    text-decoration: none;
}

td.tdHeading 
{
    font-size: 14px;
    color: #05B;
    font-weight: bold;
}

input.dateInput 
{
    font-size: 12px;
    height: 18px;
    width: 100px;
    text-align: center;
    padding: 0;
    border: solid 1px gray !important;
    background-color: #FFF;
    vertical-align: middle;
}

tr.initialTableRow td
{
    padding-bottom: 5px;
}

 label.vacationModeLabel 
{
    font-size: 14px; 
    padding: 3px;
    background-color: #CCC;
    color: #444;
}

#vacationSettings tr td img
{
    vertical-align: middle;
} 

.listItem_0
{
    background-color: #F0F0F0;
}

.listItem_1
{
    background-color: #FFF;
}

div.Synch 
{
    text-align: left;
    margin-top: 5px !important;
    display: none !important;
}

label.synchHeading {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    font-size: 14px;
    color: #444;
}

#emailNewsheading 
{
    padding-bottom: 10px;
}

label.synchHeading input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

div.Synch 
{
    padding-left: 20px   
}

a.headingSelect
{
    z-index: 200000000;
    position: relative;
    font-size: 10px;
}

a.headingSelect:hover
{
    text-decoration: underline;
}

#emailNewsSubmit 
{
    margin-top: 10px;      
}

#tab-container-preferences .tabbedMenu
{
    margin-left:0;
    padding: 0px;
    zoom:1;
}

a.navAnchor
{
    cursor:pointer;   
}

#tab-container-preferences li.navListItem
{ 
    list-style:none; 
    float:left;
}

#tab-container-preferences ul.tabbedMenu .tab 
{
    display:block;
    padding:6px 10px 6px 10px !important;
    text-decoration:none!important;
    margin:0 !important;
    font-size: 0.8em;
    color:#444444;
    background:#E0E0E0;
    cursor:pointer;
    /*font-weight:bold;*/
}

#tab-container-preferences ul.tabbedMenu a.tab:hover 
{
    color:#FFF;
    background-color: #B0B0B0;
}

#tab-container-preferences ul a.selected 
{
    margin-bottom: 0 !important;
    color:#FFF !important;
    background: #006FBA !important;
}

#tab-container-preferences div.navContent 
{
    padding:10px 10px 8px 10px;
    clear:left;
    background:#FFF;
    border: 1px solid #DDDDDD;
    padding-bottom: 10px !important;

    width: 100%;
    height: 100%;
    margin: 0;
}

#tab-container-preferences div a.prefLink
{
    color: #444; 
}

div.tabDescription 
{
    margin-bottom: 10px;
    font-weight: bold;
}



/*NEW CLASSES*/
.sort-category-system 
{
    /*font-weight: bold;*/
    background-color: #006FBA;
    border: 1px solid #006FBA;
    color: #FFFFFF;
    width:100%; 
    padding:5px 5px 5px 10px;
    font-size: 0.8em;
}

.sort-category-item {
    
    background-image: none;
    background-color: #EEEEEE;
    border: 1px solid #E0E0E0;
    color: #006FBA;
    margin: 2px 0px 2px 0px;
}

.headingTitle {
    font-weight: normal;
}