
table#tblMembersCategory
{
	width:960px;
}

table#tblMembersCategory tr.Header td
{
	font-weight:bold;
	background-color:#CCC;
}

table#tblMembersCategory tr:hover
{
	background-color:#E5E5E5;
}

fieldset.sendEmail
{
	margin:0px;
	padding:0px;
}
	fieldset.sendEmail legend
	{
		font-weight:bold;
		font-size:15px;
	}
	
#MassMailingToolbar div.header_section
{
	background-color:#9EBEF5;
	color:#000;
	font-weight:bold;	
	height:15px;
	padding:5px;
	margin-bottom:5px;
	text-align:center;	
}

#MassMailingToolbar ul
{
	margin:0px;	padding:0px;
	list-style-type:none;
}
	#MassMailingToolbar ul li
	{
			
	}

		#MassMailingToolbar ul li a
		{
			text-decoration:none;
			padding-left:5px;
			width:220px;
			display:block;
			color:#000;
		}
		
		#MassMailingToolbar ul li a:hover
		{
			background-color:#CFCFCF;
		}
		
.txtEmail
{
	width:250px;
}

.txtDate
{
	width:70px;
	text-align:center;
}
/*--------------*/

.TABLE_REPORT_STD tr.Header td
{
	background-color:#AAD3EA;
	height:20px;	
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
}

.TABLE_REPORT_STD tr.Header td.center
{	
	padding-left:0px;
	text-align:center;
}


.TABLE_REPORT_STD tr.Body td
{	
	padding-left:5px;
}

.TABLE_REPORT_STD tr.Body td.center
{	
	padding-left:0px;
	text-align:center;
}

	.TABLE_REPORT_STD tr.Body td a:hover
	{
		text-decoration:underline;
		cursor:pointer;
	}
	.TABLE_REPORT_STD tr.Body td.ope a
	{
		text-decoration:none;
		color:#0000EE;
		display:block;
		float:right;
		padding:5px;
		-moz-border-radius: 5px;
	}
	
	.TABLE_REPORT_STD tr.Body td.ope a:hover
	{	
		background-color:#AAD3EA;	
		color:#000;
	}
	
.TABLE_REPORT_STD tr.Body:hover
{
	background-color:#E8F3F9;	
}

/* ------------- */

#TLM_adminMenu
{
	width:960px;	
	margin:0px auto;
}

#TLM_Content
{
}
.lblCategoryName{
font-size:10px !important;
}

.errorMsgContainer {
    border:1px solid #000;
    margin:5px;
    background:#FF9D99;
}

    .lblErrorMsg{
     font-size:10px;
    }

#instrucAssoCatContainer{
    border:1px solid #000;
    margin:5px;
}
    .lblInstrucAssoCat{
        font-size:10px;
    }

#associatedCategoriesTreeViewContainer{
    margin-left:5px;
    width:418px;
    height:500px;
    border:1px solid #000;
    overflow:auto;
    font-size:10px;
    float:left;
}

#currentAssociatedCategoriesContainer{
    margin-left:10px;
    width:445px;
    height:490px;
    border:1px solid #000;
    overflow:auto;
    font-size:10px;
    float:left;     
    padding:5px;
}
    #currentAssociatedCategories{
    list-style-type:none;
    margin:0; padding:0;
    }

        .associatedCategorySubContainer{
            clear:both;
        }

            .lblAssociatedCategoryContainer{
            float:left;
            width:370px;	
            }
                .btnDeleteAssociatedCategoryContainer{
                float:left;
                width:20px;
                }
                
                .btnUpAssociatedCategoryContainer {
                float:left;
                width:20px;
                }
                
                .btnDownAssociatedCategoryContainer{
                float:left;
                width:20px;
                }