﻿.RoundedCorners_TopLeft_Grey {
    width: 10px;
	height: 11px;
	background-image:url(../../Images/UI/RoundedCorners/RC_TL_Grey.gif);
	background-repeat:no-repeat;
}

.RoundedCorners_TopRight_Grey {
    width: 10px;
	height: 11px;
	background-image:url(../../Images/UI/RoundedCorners/RC_TR_Grey.gif);
	background-repeat:no-repeat;
}

.RoundedCorners_TopMiddle_Grey {
	height: 11px;
	background-image:url(../../Images/UI/RoundedCorners/RC_TM_Grey.gif);
	background-repeat:repeat-x
}

.RoundedCorners_BottomLeft_Grey {
    width: 10px;
	height: 11px;
	background-image:url(../../Images/UI/RoundedCorners/RC_BL_Grey.gif);
	background-repeat:no-repeat;
}

.RoundedCorners_BottomRight_Grey {
    width: 10px;
	height: 11px;
	background-image:url(../../Images/UI/RoundedCorners/RC_BR_Grey.gif);
	background-repeat:no-repeat;
}

.RoundedCorners_BottomMiddle_Grey {
	height: 11px;
	background-image:url(../../Images/UI/RoundedCorners/RC_BM_Grey.gif);
	background-repeat:repeat-x
}

.RoundedCorners_Content_Left_Grey {
	background-image: url(../../Images/UI/RoundedCorners/RC_MCL_Grey.gif);
	background-repeat: repeat-y;
}

.RoundedCorners_Content_Right_Grey {
	background-image: url(../../Images/UI/RoundedCorners/RC_MCR_Grey.gif);
	background-repeat: repeat-y;
}

/*
.RoundedCorners_Content_Grey {
	border-color: #c8c8c8;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	background-color: #f1f1f1;
}
*/
