/* styles used in pods and pod layout */

/* get rid of the rounded corners on the pod */
b.corner {display:none}


div.podlayoutarea {
	padding:2px;
	float:left;
	border-style:none;
	}

ul.podlist { 
    position: relative;
	border-style:none;
    width: 185;
    list-style: none;
    margin:0;
    padding:0;
}

ul.podlistadmin { 
    position: relative;
    border: 1px solid gray;
    width:185;
    list-style: none;
    margin:0;
    padding:0;
}

li.podcontainer1 {
	padding-bottom:2;
}

li.podcontainer2 {
	padding-bottom:2;
}

li.podcontainer3 {
	padding-bottom:6;
}

div.ypod {
	overflow:hidden;
}
