@charset "UTF-8";
/*-----------------anything that changes here must be changed in default.css-----------------------------*/
img {
	border:none;
	/*fixes ie<7 png 24 transparency issues*/
	behavior: url(/Portals/iepngfix.htc);
}
* { 
	margin:0;
	padding:0;
	}

/*general structure*/
html{height: 100%;}
body {background: #8ea5c4 url(/Portals/0/skins/ye/bodybg20070109.gif) repeat-x top; text-align:center;} /*text-align:center; is ie fix for centering*/
    .back2{background:url(/Portals/0/skins/ye/lineart.png) no-repeat top; height: 957px; width:936px;  margin: auto; text-align:left; behavior: url(/Portals/iepngfix.htc); cursor:default;}
        .the-almighty-fixed-wrapper {background:transparent; width:800px; }/*text-align:left; compensates for above IE fix for centering*/
            .top{padding:5px 0 5px 0; text-align:right;}
                #dnn_dnnUSER_cmdRegister {color:#fff;}
                #dnn_dnnLOGIN_cmdLogin {color:#fff;}
                .search{}
                .date{color:#C00;}
            .menu{width:645px; float:right; margin:0 5px 10px 5px; display:inline;}
            .content-wrapper{width:800px;}
                /*-------backend content is placed in the contentpane------*/
                .leftcolumncontainer{float:left; width: 140px;  margin:0 5px 0 0; display:inline;}
                .contentpanecontainer{width:650px; margin:0 5px 0 0; float:right; display:inline;}
                .leftpanecontainer{width:150px; float:right; margin:0 5px 0 0; display:inline;}
                .midpanecontainer{width:340px; float:right; display:inline;}
                .rightpanecontainer{width:150px; float:right; margin:0 5px 0 5px; display:inline;}
                .lefthalfcontainer{width:320px; float:right; margin:0 10px 0 0; display:inline;}
                .righthalfcontainer{width:320px; float:right; margin:0 5px 0 0; display:inline;}
                .bottompanecontainer{width:650px; float:right; margin:0 5px 0 0; display:inline;}
    .footercontainer{padding:5px 0 5px 0; text-align:center; margin:auto; font-size:10px; clear:both;}