/**
	Classes for pods
	
	Tested in IE6 and Firefox
*/
.pod350wrapper{
	width:350;

}

.pod350header {
	height: 15px; background-image:url(/Images/Pods/Pod-350_BKG_01.png); background-repeat:no-repeat; background-position: bottom left; 
	margin: -1px 0px;
}

.pod350title {
	padding: 5px 14px 5px 10px; background-image:url(/Images/Pods/Pod-350_BKG_02.png); background-repeat: repeat-y; background-position:left; 
}

.pod350content{
	padding: 5px 14px 5px 10px; background-image:url(/Images/Pods/Pod-350_BKG_02.png); background-repeat: repeat-y; background-position:left;
}

.pod350footer {
	height: 24px; background-image:url(/Images/Pods/Pod-350_BKG_03.png); background-repeat:no-repeat; background-position: top left;
	margin: -1px 0px;
}


.pod200wrapper{
	width:200;
}

.pod200header {
	height: 9px; 
	background-image:url(/Images/Pods/Pod-200_BKG_01.png); 
	background-repeat:no-repeat; 
	background-position: bottom left;
	margin: -2px 0px;
}

.pod200title {
	padding: 5px 14px 5px 10px; 
	background-image:url(/Images/Pods/Pod-200_BKG_02.png); 
	background-repeat: repeat-y; 
	background-position:left;
	margin-top: -5px; 
}

.pod200content {
	padding: 5px 14px 5px 10px; background-image:url(/Images/Pods/Pod-200_BKG_02.png); background-repeat: repeat-y; background-position:left;
}

.pod200footer {
	height: 14px; background-image:url(/Images/Pods/Pod-200_BKG_03.png); background-repeat:no-repeat; background-position: top left;
	margin-top: -3px; 
}

