
.subbarbgandline {
		background-color: #66CCFF;
        height: 20px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000000;
}
.subbartopline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.mainactivetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/admin_images/main_tab_active_bg.gif);
	text-align: center;
	vertical-align: middle;
	height: 20px;
	border-top-style: none;
	border-bottom-style: none;
}
.subbartoplineactive {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
}
.maininactivetitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/admin_images/main_tab_inactive_bg.gif);
	text-align: center;
	vertical-align: middle;
	height: 20px;
	border-top-style: none;
	border-bottom-style: none;
}

.subactivetab {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/admin_images/sub_tab_active_bg.gif);
	text-align: center;
	vertical-align: middle;
	height: 20px;
	border-top-style: none;
	border-bottom-style: none;
}
.subinactivetab {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/admin_images/main_tab_inactive_bg.gif);
	text-align: center;
	vertical-align: middle;
	height: 20px;
	border-top-style: none;
	border-bottom-style: none;
}
.subbartoplineactive2 {


	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.subbartopline2 {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.subbarbgandline2 {
	background-color: #CCCCCC;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

/*/////////////////////////////////////////// Links CSS /////////////////////////////////////////////////*/


@media print {
  .noPrint{ display:none }
}
/*
class="DONTPrint" // to avoid printing via printer or pdf
*/

@media print
{
.pageBreak {page-break-after:always}
}
