
/* flag.css  								*/
/* Created: Nov 29, 2007  						*/
/* Last Updated: Nov 29, 2007 						*/
/* Used to setup the flag menu for the user to report abuses 	 	*/


    div.flagBox {
    font-size: 100%;
    color: #000000;
    border: 1px solid #000000;
    margin: 1em 0em 1em 1em; 
    padding: 1em;  
    background-color: #d6e0ec;
    }

    .flagTitle  {
    font-size: 150%;
    color: #0000dd;
    border-bottom: 1px solid #0000dd;
    padding-bottom: 0.1em; 
    margin-left: auto;
    margin-right: auto;
    min-width: 10em;
    text-align: left;
    }

    #dynamicMenuBox a.easyLink {
    color: #0000dd;
    background-color: transparent;
    padding: 1em 0em 0.15em 0em; 
    border-bottom: 1px dotted #0000dd;
    text-decoration: none;
    }

    .yellowBackground {
    background-color: #ffff00;
    }

    .blueText {
    font-size: 100%;
    color:rgb(0,51,153);
    }

