 
/******************************************
 * Dubaidir.net
 * Global Rounded Box CSS Rules
 *
 * ©2008 Nikpendar (www.nikpendar.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 ******************************************/
 
/* Rounded Box
   ----------- */
div.box{
	background:#fff;
	border:#ccc solid 1px;
	padding:1px;
	float:left;
	margin-bottom:10px;
}

/* Header
   ------ */
div.box .header{
	background:#000;
	height:25px;
	color:#fff;
	padding:0 7px;
	line-height:2.2em;
	background-repeat:repeat-x;
}

div.box .header a{
	color:#fff;
}

/* Header's text formating
   ----------------------- */
div.box .header h2{
	font-size:10pt;
	display:inline;
	float:left;
}

/* Header Sectional Overrides
   -------------------------- */
div.box .header.hdr_green{
	background-color:#6c3;
	background-image:url(../images/gradients/hdr-fade-green.gif);
}
div.box .header.hdr_blue{
	background-color:#36c;
	background-image:url(../images/gradients/hdr-fade-blue.gif);
}
div.box .header.hdr_red{
	background-color:#f33;
	background-image:url(../images/gradients/hdr-fade-red.gif);
}
div.box .header.hdr_pink{
	background-color:#f09;
	background-image:url(../images/gradients/hdr-fade-pink.gif);
}
div.box .header.hdr_black{
	background-color:#966;
	background-image:url(../images/gradients/hdr-fade-black.gif);
}

/* Header's anchors formating
   -------------------------- */
div.header .heading_anchors{
	display:inline;
	float:right;
}
div.header .heading_anchors li{
	display:inline;
}

div.header .heading_anchors li a{
	color:#fff;
	font-weight:normal;
}

/* Body
   ---- */
div.box .body{
	padding:7px;
}

/* Body color formating
   -------------------- */
div.box .body.bdy_white{
	background-color:#fff;
}
div.box div.body.bdy_yellowlit{
	background-color:#ffc;
}
div.box .body.bdy_cream{
	background-color:#eee;
}

/*********************************
 * Global Rounded Button CSS Rules
 *********************************/

/* Outside
   ------- */
a.button{
	background:url(../images/buttons/red-left.gif); /* just for default */
	background-repeat:no-repeat;
	background-position:top left;
	display:inline;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:3px 0 6px 3px;
}

/* Inside
   ------ */
a.button span{
	background:url(../images/buttons/red-main.gif); /* just for default */
	background-repeat:no-repeat;
	background-position:top right;
	display:inline;
	line-height:13px;
	height:23px;
	padding:3px 13px 6px 10px;
}

/* Sectional Overrides
   ------------------- */
a.red{
		background-image:url(../images/buttons/red-left.gif);
}
a.blue{
		background-image:url(../images/buttons/blue-left.gif);
}
a.green{
		background-image:url(../images/buttons/green-left.gif);
}

a.red span{
	background-image:url(../images/buttons/red-main.gif);
}
a.blue span{
	background-image:url(../images/buttons/blue-main.gif);
}
a.green span{
	background-image:url(../images/buttons/green-main.gif);
}
