/***********************************************************************
 * file:		css/committeeinformation.css
 * author:		toy
 * date:		25jan10
 * re:			css for page specifically
 * 
 * rev history
 * [toy 25jan10]	init rev 
 * 
 ************************************************************************/
.titleD {
    background: url("/images/greentitlebar.png") repeat-y; 
    height: 32px;
    color: #f2f8ef; 
    font-weight: bold; 
    margin: 0px 0 0 0px; 
    padding: 9px 0 0 160px; 
    border: solid 0px red;}

.contentD {
    font-size: .9em;
    width: 580px;
    margin: 40px 0 0 20px;
    float:left;
    border: solid 0px purple;
}
    .contentD img {
        border: solid 2px #abbe81;
    }
    .contentD a {
        color: Black;
        font-size: .9em;
        text-decoration: underline;
        cursor: hand;
        cursor: pointer;
    }
    .contentD table {
        margin: 20px 0 0px 0;
    }
    .content td div.viewTD{
        font-weight: bold;
        margin: 0px 0 10px 0;
        border: solid 1px red;
    }
    .contentD td .viewTD ul li {position: relative; font-size: 11pt; border-top: 0px;}
    .contentD td .viewTD ul a {display:block; text-decoration: none; padding: 3px; border: 1px solid #ccc; border-bottom: 0;}
    .contentD td .viewTD li ul {position: relative; left: 149; top: 0; display:none; border: solid 0px yellow;}
    .contentD td .viewTD li:hover ul, li.over ul {display:block;}
    .contentD td .viewTD li ul a:hover {color: green; background-color:#dddddd;}
    .contentD td .viewTD ul {font-size: 11pt; margin: 0; padding: 0; list-style: none; border-bottom: solid 1px #ccc;border-top: 0px;}


#centerWidget {
}
    #centerWidget .centerWidgetD {
        margin: 10px;
    }
        #centerWidget .centerWidgetD div {
            font-size: 0.8em;
        }
        #centerWidget .centerWidgetD .headerD{
            font-size: 0.9em;
            font-weight: bold;
        }
        #centerWidget .centerWidgetD .titleD{
            font-weight: bold;
            margin: 10px 0 0 0;
        }
    
