@charset "utf-8";
/* CSS Document */

div.center h2{
	background-image:url(../images/bbk.gif);
	background-repeat:repeat-x;

}

/*Rounded Title Bars Begins*/

/*Green Starts*/
.Greenalb{
background:url(../../images/bbk.gif) repeat-x;
background-color:#003333;
}
.Greentl{
background-color:#003333;
background: url(../../images/headerBoxAttr/tl-hg-green-vert.gif) 0 0 no-repeat;
}
.Greentr{
background: url(../../images/headerBoxAttr/tr-hd-green-vert.gif) 100% 0 no-repeat;
padding-left:10px;
color:white;
height:100%;
}
.Greenbl{
background:url(../../images/headerBoxAttr/bl-bg-green-vert.gif) 0 100% no-repeat;
}
.Greenbr{
background:url(../../images/headerBoxAttr/br-bs-green-vert.gif) 100% 100% no-repeat;
padding-left:10px;
color:white;
height:100%;
}

/*Green Ends*/
.fixHeight{
height:15px;
}
/*Rounded Title Bars Ends*/


/*outer edge lite green begins*/
.borderBoxGreen{
background-color:#e8f5f5;
}

div.borderBoxGreen{
border:solid 2px #e8f5f5;
background-color:#FFFFFF;
border-top:none;
padding:2px;
padding-top:0;
margin:0;
}
div.borderBoxGreenIn{
background-color:#e8f5f5;
padding-top:.3em;
padding-bottom:.3em;
}
/*outer edge lite green ends*/



/*list with small green arrow begins*/
div.right ul.listArrow li{
list-style: none;
background:url(../../images/li-blue.gif) no-repeat;
background-position:0 .55em;
margin-left:1em;
}
div.center ul.listArrow li{
list-style: none;
background:url(../../images/li-blue.gif) no-repeat;
background-position:5px .4em;
padding-left:1em;
}
/*green arrow list ends*/

div.center h2{
background-color:#f3f9f9;
border-top:solid 1px #033;
border-bottom:solid 1px #033;
}
div.center h3{
font-size:1em;
}

/*Table Styles Begins*/
table.classicTable{
border-collapse:collapse;
}

table.classicTable thead{
background-color:#f3f9f9;
}
table.classicTable tbody td{
border-bottom:solid 1px #999999;
padding-top:5px;
padding-bottom:5px;
}

table.classicTable thead th{
border-top:solid 1px #033;
border-bottom:solid 1px #033;
}
.textCentered{
text-align:center;
}
.other{
background-color:#f3f9f9;
}
/*Table Styles Ends*/

.bgColorPrp{
background-color:#9F9FDF;
}
.bgColorPnk{
background-color:#FAF7EB;
}
.txtctr{
text-align:center;
}