﻿/*************** Green Box**********/
.tm
{
    line-height:26px;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;	
}
.greenbox
{
    margin-top:5px;
    margin-bottom:5px;
}

.greenbox .tl,.greenbox .tr
{
    width:6px;
	height:26px;
}

.greenbox .bl,.greenbox .br
{
    width:4px;
	height:6px;
}

.greenbox .tl{
	background:url(../images/tl-gr-new1.gif) no-repeat top left;
	width:1px;
	}
.greenbox .tm{
	background:url(../images/tm-gr-new1.gif) repeat-x left;	
	padding-left:6px;
	color:#fff;
	}
.greenbox .tr{
	background:url(../images/tr-gr-new1.gif) top no-repeat;
	width:1px;
	}
.greenbox .body
{
    border-left:solid 1px #9baf8e;
    border-right:solid 1px #9baf8e;
    padding:3px;
}	

.greenbox .bl{
	background:url(../images/bl-gr.gif) no-repeat top left;
	}
.greenbox .br{
	background:url(../images/br-gr.gif) no-repeat top left;
	float:right;
	}
.greenbox .bm{
    border-bottom:solid 1px #9baf8e;
}

.greenfill .body,.greenfill .bm
{
    background-color:#fafff0;
}

.greenbox .nohead .tm
{    
    background:none;
    border-top:solid 1px #9baf8e;       
}

.greenbox .nohead .tl
{
    background:url(../images/tlr-gr.gif) top no-repeat;
}

.greenbox .nohead .tr
{
}
/*************** Brown Box**********/

.brownbox
{
    margin-top:5px;
    margin-bottom:5px;
}

.brownbox .tl,.brownbox .tr
{
    width:6px;
	height:26px;
}

.brownbox .bl,.brownbox .br
{
    width:4px;
	height:6px;
}
.brownbox .tl{
	background:url(../images/tl-br-new.gif) no-repeat top left;
	}
.brownbox .tm{
	background:url(../images/tm-br-new.gif) repeat-x left;
	padding-left:6px;
	color:#ffffff;
	}
.brownbox .tr{
	background:url(../images/tr-br-new.gif) top no-repeat;
	}
.brownbox .body
{
    border-left:solid 1px #e8c46f;
	border-right:solid 1px #e8c46f;
    padding:3px;
}	

.brownbox .bl{
	background:url(../images/bl-br.gif) no-repeat top left;
	}
.brownbox .br{
	background:url(../images/br-br.gif) no-repeat top left;
	}
.brownbox .bm{
    border-bottom:solid 1px #e8c46f;
}

.brownfill .body,.brownfill .bm
{
    background-color:#f7f8f0;
}

/*************** Red Box**********/

.redbox
{
    margin-top:5px;
    margin-bottom:5px;
}

.redbox .tl,.redbox .tr
{
    width:4px;
	height:6px;
}

.redbox .bl,.redbox .br
{
    width:4px;
	height:6px;
}
.redbox .tl{
	background:url(../images/tl-red.gif) no-repeat top;
	}
.redbox .tm{
	border-top:solid 1px #f00;	
	
	}
.redbox .tr{
	background:url(../images/tr-red.gif) top no-repeat;
	}
.redbox .body
{
    border-left:solid 1px #f00;
	border-right:solid 1px #f00;
    padding:3px;
}	

.redbox .bl{
	background:url(../images/bl-red.gif) no-repeat top;
	}
.redbox .br{
	background:url(../images/br-red.gif) no-repeat top;
	}
.redbox .bm{
    border-bottom:solid 1px #f00;
}

.redfill .body,.redfill .bm,.redfill .tm
{
    background-color:#ffe4e1;
}

/********** New Addition***********/

.greenCurvetop
{
    background:url(../images/gr-top-curve.png) no-repeat;
    width:217px;
    height:32px;
}

.greenCurvebottom
{
    background:url(../images/gr-bottom-curve.png) no-repeat;
    width:217px;
    height:24px;
}

.greenCurvebg
{
    background:#bee4ca;

}
