/* ================================
    Default styles for skins
	Designed by 3guys
   ================================

*/
.top3padding{padding:0px 0px 0px 3px;}
.bottompadding{padding:0px 2px 0px 2px;}
.contentpadding{padding:3px 6px 0px 6px;}
.cntpadding{padding:0px 6px 0px 6px;}



.YellowGreen_Head{color:#aad55b;font-weight:bold;font-size:12px;font-family:Arial;}
.Blue_Head{color:#4ea3d7;font-weight:bold;font-size:12px;font-family:Arial;}
.Red_Head{color:#d11c1c;font-weight:bold;font-size:12px;font-family:Arial;}
.white_Head{color:#ffffff;font-weight:bold;font-size:12px;font-family:Arial;}

.bgw{background:#ffffff;}
.bggf1{background:#f1f1f1;}
.bggf5{background:#f5f5f5;}
.bg-Green{background:#aad55b;}
.bg-Blue{background:#5fc2ff;}
.bg-Red{background:#f95e5e;}

/* yellowGreen */
.YellowGreen1topbg{background:url(images/YellowGreen-c1-t-bg.gif) repeat-x top left}
.YellowGreen1bottombg{background:url(images/YellowGreen-c1-b-bg.gif) repeat-x top left}

.YellowGreen2topbg{background:url(images/YellowGreen-c2-t-bg.gif) repeat-x top left}
.YellowGreen2bottombg{background:url(images/YellowGreen-c2-b-bg.gif) repeat-x top left}

.Green3topbg{background:url(images/Green-top-middle-2.gif) repeat-x top left}
.YellowGreen3bottombg{background:url(images/YellowGreen-c3-b-bg.gif) repeat-x top left}

.YellowGreen4topbg{background:url(images/green-top-middle.gif) repeat-x top left}
.YellowGreen4cntbg{background:url(images/YellowGreen-c4-cnt-bg.gif) repeat-x top left}
.YellowGreen4bottombg{background:url(images/YellowGreen-c4-b-bg.gif) repeat-x top left}


/* Blue */
.blue1topbg{background:url(images/blue-top-middle-1.gif) repeat-x top left}
.Blue1bottombg{background:url(images/Blue-bottom-Middle-1.gif) repeat-x top left}

.Blue3topbg{background:url(images/Blue-top-middle-2.gif) repeat-x top left}

.Blue4topbg{background:url(images/Blue-top-middle.gif) repeat-x top left}

/* Red */
.Red1topbg{background:url(images/Red-top-middle-1.gif) repeat-x top left}
.Red1bottombg{background:url(images/Red-bottom-Middle-1.gif) repeat-x top left}

.Red3topbg{background:url(images/Red-top-middle-2.gif) repeat-x top left}

.Red4topbg{background:url(images/Red-top-middle.gif) repeat-x top left}

/* Styles for Rounded  Container */

#RoundedCornersTable {
	padding: 0;
	margin: 4px 0 4px 0;
	width: 100%;
}
#RoundedCornersTable .RCTopLeft {
	padding-left: 8px;
	width: 6px;
	height: 6px;
	background: url(images/ul.gif) no-repeat bottom right;
}
#RoundedCornersTable .RCTop {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .RCTopRight {
	width: 6px;
	height: 6px;
	background: url(images/ur.gif) no-repeat bottom left;
}
#RoundedCornersTable .RCLeft {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
	height: 100%;
}
#RoundedCornersTable .RCCenter {
	background-image: url(images/bk_container_grn.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 100%;
}
#RoundedCornersTable .RCCenterRed {
	background-image: url(images/bk_container_Red.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 100%;
}#RoundedCornersTable .RCCenterBlue {
	background-image: url(images/bk_container_Blue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 100%;
}#RoundedCornersTable .RCCenterGreen {
	background-image: url(images/bk_container_green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 100%;
}
#RoundedCornersTable .RCRight {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	height: 100%;
}
#RoundedCornersTable .RCBottomLeft {
	width: 6px;
	height: 6px;
	background: url(images/ll.gif) no-repeat top right;
}
#RoundedCornersTable .RCBottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 6px;
}
#RoundedCornersTable .RCBottomRight {
	width: 6px;
	height: 6px;
	background: url(images/lr.gif) no-repeat top left;
}
.RoundedCornersHeader {
	border-bottom: 1px solid #e2e2e2;
}
.RoundedCornersTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px; font-weight:bold;
	color:#666666;
	padding: 0 0 0 5px;
	line-height: 28px;
}
.RoundedCornersContent {
	padding: 5px 0 0 5px;
	background: transparent;
}
