
/************************/
/* Embed Module 		*/
/************************/

.embed-module
{
    font-family:Arial;
    font-size:12px;
    margin:0;
    padding:0;
    background-color:White;
    width:100%; 
    text-transform:none;
    text-align:left;
    letter-spacing:normal;
    line-height:normal;
}

.embed-module * { font-family:Arial; }
.embed-module img { border:0; }
    .embed-module .clear
    {
	    clear:both;
	    line-height:0px;
	    font-size:0px;
	    height:0px;
    }
    .embed-module .fleft { float:left; }
    .embed-module .bluedot
    {
	    color:#3b3b3b;
	    padding:0 0 0 15px;
	    background: url(/netroots/images/list_dot.gif) 0 6px no-repeat;
    }

    .embed-module .word-wrap
    {
	    white-space: pre-wrap; /* css-3 */
	    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	    white-space: -pre-wrap; /* Opera 4-6 */
	    white-space: -o-pre-wrap; /* Opera 7 */
	    word-wrap: break-word; /* Internet Explorer 5.5+ */
	    white-space: pre;
	    white-space: -hp-pre-wrap; /* HP Printers */
	    white-space: pre-line;
    }
    .embed-module .tag-cloud { text-align:center; line-height:normal; }
    .embed-module .tag-cloud a {color:Black; padding:0 5px 0 0;}
    .embed-module .tag-cloud a.red {color:#ec2a42;}
    .embed-module .tag-cloud a.green {color:#13ccc7;}
    .embed-module .embed-module a.arrow
    {
	    background: url(/netroots/images/icon_link_arrowRIGHT.gif) 0 2px no-repeat;
	    padding:0 0 0 15px;
	    font-weight:bold;
	    font-size:12px;
	    color:#555555;
    }
    .embed-module a, .embed-module a:visited { text-decoration:none; cursor:pointer;}
    .embed-module a:hover{ text-decoration:underline;}
    .embed-module .header
    {
        height:31px;
        display:block;
        width:100%;
    }
        .embed-module .header .header-left
        {
            height:31px;
            background: url(/netroots/images/embed_header_left.gif) 0 0 no-repeat;
        }
        .embed-module .header .header-mid
        {
            height:31px;
            margin:0 3px;
            background: url(/netroots/images/embed_header_mid.gif) 3px 0 repeat-x;
        }
            .embed-module .header .header-mid a { color:White; }
            .embed-module .header .header-mid h3
            {
                color:White;
                margin:0;
			    padding:0;
			    font-size:12px;
                float:left;
            }  
        .embed-module .header .header-right
        {
            height:31px;
            background: url(/netroots/images/embed_header_right.gif) 100% 0 no-repeat;
        }
        .embed-module .body
        {
            border:1px solid #b4b4b4;
            border-top:0;
        }
		    .embed-module .body p
		    {
			    padding:0;
			    margin:0 0 8px 0;
		    }
		    
		    .embed-module .body ul
		    {
			    list-style:none;
			    padding:0;
			    margin:0 0 0px 0;
		    }
		        .embed-module .body ul h4 
		        {
		            font-size:16px;
		            margin:0 0 5px 0;
		            padding:0;
		        }
		            .embed-module .body ul h4 a,
		            .embed-module .body ul h4 a:visited
		            {
		                color:#414141;
		            } 
			    .embed-module .body ul li.dot
			    {
				    background: url(/netroots/images/list_dot.gif) 0 6px no-repeat;
				    padding:0 0 0 10px;
				    margin:0 0 10px 0;
				    overflow:hidden;
				    line-height:normal;
				    text-indent:0;
			    }
				    .embed-module .body ul li.dot a, .embed-module .body ul li.dot a:visited, embed-module .body ul li.dot a:active { color:Black;}
				    .embed-module .body ul li.dot span.datetime
				    {
				        display:block;
					    font-size:10px;
					    color:#707070;
				    }
				    .embed-module .body ul li.dot span.head
				    {
				        display:block;
				        float:none;
					    font-size:12px;
				    }
				    .embed-module .body ul li.dot span.author
				    {
				        display:block;
					    font-size:11px;
					    color:#707070;
				    }
				    .embed-module .body ul li.dot span.bold
				    {
				        font-weight:bold;
				        display:block;
				        float:none;
					    font-size:12px;
				    }

