/* Web */
.bgBody{ position:relative; width:100%; min-height:1200px; }
.bg1{ background:url(../img/alp1.png) repeat-x; /*1024*/ }
.bg2{ background:url(../img/alp2.png) repeat-x; /*394*/ }
.bg3{ background:url(../img/alp3.png) repeat-x; /*650*/ }

a.fntMore{ color:#FFF; }
a.fntMore:hover{ color:#F30; }

.fixedHead{ position:fixed; top:0px; left:0px; right:0px; margin:0 auto; width:100%; height:55px; min-width:1400px; max-width:1400px; background:url(../img/bg_head_center.png) center no-repeat; }
/*	.fixHLeft{ position : absolute; width:400%; top:0px; right:230px; background:url(../img/bg_head_left.png) right repeat-x; }
	.fixHRight{ position : absolute; width:400%; top:0px; left:230px; background:url(../img/bg_head_right.png) right repeat-x; } */


.fixedFooter{ position:fixed; bottom:0px; left:0px; right:0px; margin:0 auto; width:100%; height:55px; min-width:1400px; max-width:1400px; background:url(../img/bg_menu_center.png) center no-repeat; }
/*	.fixFLeft{ position:absolute; width:400%; top:0px; right:230px; background:url(../img/bg_head_left.png) right repeat-x; }
	.fixFRight{ position:absolute; width:400%; top:0px; left:230px; background:url(../img/bg_head_right.png) right repeat-x; }*/

.HightLight{
	position:relative;
/*	background:url(../img/bg_hilight.png) no-repeat;
    background-position: center center;	
    -o-background-size: 55% 55%;
    -webkit-background-size: 55% 55%;
    -khtml-background-size : 55% 55%;
    -moz-background-size: 55% 55%;*/
}

/* Box Content */
.columnBox { width: 250px; float: left;  margin:0px 15px 20px 0px; padding-bottom: 10px; }
.portlet { width: 240px; min-height:62px; margin: 0 1em 1em 0; border: solid 1px #cad3eb; /*background:url(../img/bg_box280.gif) no-repeat;*/ background:#FFF; }
.portlet-header { position:relative; margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; height:30px; background:none; border:0; color:#000000; }
.prt-icon{ position:absolute; top:-2px; left:2px; width:55px; height:55px;  }
.prt-likes{ position:absolute; top:12px; right:20px; display:none; }	
.prt-read{ position:absolute; top:-40px; right:14px; display:; }					  	  				  
.portlet-header .ui-icon { position:absolute; top:-6px; right:-6px; background:url(../img/corner_top_right.png) 0px 0px no-repeat; width:30px; height:30px; }
.portlet-content { position:relative; min-height:198px; }
.portlet-pic-box{ margin:22px 0 0 10px; }
.portlet-pic{ width:220px; height:165px; border:solid 1px #cad3eb; border:0;}
.portlet-title{ position:relative; margin:-5px 0 10px 10px; display:none; width:220px; height:40px; background:#2d3157; color:#FFF; font-size:14px; }
.portlet-title-wrap{ position:absolute; top:2px; left:4px; width:200px; overflow:hidden; }
.portlet-link{ position:absolute; left:0px; top:-40px; width:100%; height:120%; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }



.ui-widget-overlay{ background: #000000; filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; }
