/* 
================================
 Container Styles for DotNetNuke - XDMediaMadness Themes - dnn3@xd.com.au
 Updated March 2008 for DNN 4.5 and above 
 Copyright Nina Meiers - Credits must remain in file.
 http://www.xd.com.au
================================
*/  

/* Border Colour around the Container */
.Orange_Pill_Master {background-color: #FDF3E9; border: #FAB170 1px solid; padding: 5px;
      -moz-border-radius-bottomleft: 15px; 
	  -moz-border-radius-bottomright: 15px; 
	  -moz-border-radius-topleft: 1px; 
	  -moz-border-radius-topright: 1px; }

/* Container Title Formatting */
.Orange_Pill_Title {font-family: Tahoma;font-size: 12px; color: #000000;  /* Change Title Color HERE */ font-weight: bolder; }
.Orange_Pill01 {background-image: url(OrangePix/XDPill_01.gif); height: 20px; background-repeat: no-repeat; }

/* Change Class in ASCX file to get the rounded corners*/
.Orange_Pill02 {background: url(OrangePix/XDPill_04.gif) repeat-x; height: 30px; border-right: #FAB170 1px solid; border-top: #FCE1CA 1px solid; border-left: #FAB170 1px solid; }

/* Change Class in ASCX file to get the rounded corners*/
.Orange_Pill03 {background: url(OrangePix/XDPill_03.gif) no-repeat; height: 20px; }

/* End Custom Class */
