/* Custom styles for non - APLAWS pages. */

/*Rounded DIV container*/
.t {background: url(/g_lib/corners/grey/dot.gif) 0 0 repeat-x;}
.b {background: url(/g_lib/corners/grey/dot.gif) 0 100% repeat-x}
.l {background: url(/g_lib/corners/grey/dot.gif) 0 0 repeat-y}
.r {background: url(/g_lib/corners/grey/dot.gif) 100% 0 repeat-y}
.bl {background: url(/g_lib/corners/grey/bl.gif) 0 100% no-repeat}
.br {background: url(/g_lib/corners/grey/br.gif) 100% 100% no-repeat}
.tl {background: url(/g_lib/corners/grey/tl.gif) 0 0 no-repeat}
.tr {background: url(/g_lib/corners/grey/tr.gif) 100% 0 no-repeat; padding:10px}

/*Table styling*/
.dotted_b {
border-bottom:#666666 dashed 1px;
}

.dotted_a {
border:#666666 dashed 1px;
}


/*Simple rounded div box - filled*/

/*DIV Holding Box*/
.round_F2F2ED {
	text-align:left;
	background-color:#F2F2ED;
	color: #000;
	margin:0 10px 10px 0;/*TRBL*/
}

.roundtop { 
	background: url(/g_lib/corners/F2F2ED/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/g_lib/corners/F2F2ED/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* +++END +++ Simple rounded div box - filled*/


