﻿/*
=====================================================================
	CSS Styles for use at new.prairielivestocksupply.com
	Global Skin Stylesheet
	Version 00.00.00
	Revision Date 2009.07.01
	Copyright ©2009, Prairie Livestock Supply, Inc. All Rights Reserved.
=====================================================================
*/
.containerBody {
	font:100% Calibri, Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	color:#333;
	margin:0;
	padding:0;
	text-align:left;
}

/*==== All Container Margin/Padding Controls ==========================*/
.defaultContainer, .defaultTDContainer, .defaultSmallText {
	margin:0 0 1em;
}

/*==== Default Container Styles =======================================*/
.defaultContainer .s, .defaultSmallText .s {
	margin:0;
	padding:0;
}

/*==== Default td Container Styles ====================================*/
.defaultTDContainer .s {
	margin:0;
	padding:0;
}

/*==== Default Small Text Styles ======================================*/
.defaultSmallText h1 {
	font-size:140%;
	font-weight:bold;
}
.defaultSmallText h2 {
	font-size:120%;
	font-weight:bold;
}
.defaultSmallText h3 {
	font-size:110%;
	font-weight:bold;
}
.defaultSmallText h4 {
	font-size:100%;
	font-weight:bold;
}

/*==== Head Right Callout Container Styles ============================*/
.headRightCO .hd, .headRightCO .hd .c, 
.headRightCO .ft, .headRightCO .ft .c {
	font-size:1px; /* ensure minimum height */
}
.headRightCO .hd, .headRightCO .bd, .headRightCO .ft {
	margin-right:10px; /* prevent transparency underlap */
}
.headRightCO .hd .c, .headRightCO .bd .c, .headRightCO .ft .c {
	margin-right:-10px; /* prevent transparency overlap */
}
.headRightCO .hd {
	background:transparent url(/portals/prlive/skins/prlive-v1-s/images/headRightCO-hd.png) no-repeat 0 0;
}
.headRightCO .hd .c {
	background:transparent url(/portals/prlive/skins/prlive-v1-s/images/headRightCO-hd-c.png) no-repeat 100% 0;
	height:62px;
}
.headRightCO .bd {
	background:transparent url(/portals/prlive/skins/prlive-v1-s/images/headRightCO-bd.png) repeat-y 0 0;
}
.headRightCO .bd .c {
	background:transparent url(/portals/prlive/skins/prlive-v1-s/images/headRightCO-bd-c.png) repeat-y 100% 0;
}
.headRightCO .bd .c .s {
	margin:-54px 0 -26px;
	padding:0 0.4em;
	position:relative;
	z-index:99;
}
.headRightCO .ft {
	background:transparent url(/portals/prlive/skins/prlive-v1-s/images/headRightCO-ft.png) no-repeat 0 0;
}
.headRightCO .ft .c {
	background:transparent url(/portals/prlive/skins/prlive-v1-s/images/headRightCO-ft-c.png) no-repeat 100% 0;
	height:32px;
}
/*==== Default Container Overrides ========*/
.headRightCO .defaultContainer {
	margin:0;
}
