/* bb-celebrity - CSS Document */
html {
	height: 100%;
}
body {
	height: 100%;
	font-size:11px;
}

/* my styles */
.topmenu_bg{
	background-image:url(../images/link-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:21px;
	width:750px;

}

.font-size {
	font-size:11px;
	text-align:justify;
}
.white-txt {
	font-size:10px;
	text-align:justify;
	color:#A8A7A6;
}
.bottom_rpt{
	background-image:url(../images/line.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.horz_rpt{
	background-image:url(../images/vertical-line.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.ihorz_rpt{
	background-image:url(../images/line-rpt.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.ivert_rpt{
	background-image:url(../images/iline.jpg);
	background-repeat:repeat-x;
	height:1px;
	font-size:1px;
}

table.bodytable_outer td{
	border:1px solid #232221;
	padding:1px 1px 1px 2px;
}

.noborder{
	border:none;
}

table.bodytable td{
	border:1px solid #232221;
	padding:0px 0px 0px 0px;
}

table.bodytable2 td{
	border-right:1px solid #232221;
	border-bottom:none;
	border-left:none;
	border-top:none;
	padding:1px 1px 1px 1px;
} 

.bodytable_hdr1{
	background-color:#E5E5E5;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.bodytable_hdr2{
	background-color:#AA21FF;
	color:#FFFFFF;
	font-weight:bold;
}

/* my sytles end */
.clr {
	clear: both;
}
.outline {
	font-size:12px;
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 0px;
}

table.content_table {
	font-size:12px;
	width: 90%;
	padding: 2px;
	margin: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
	font-size:11px;
}


ul
{
	margin: 0px;
	padding: 0px;
	list-style-type:circle;
	list-style-position:inside;
}

li
{
	line-height: 15px;
	padding-left: 5px;
	padding-top: 0px;
	font-size:12px;
}
td {
	text-align: left;
	font-size: 11px;
}

body {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	height: 100%;
	font-family: Verdana,Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #A8A7A6;
	background-color:#000000;
	
}

a:link, a:visited {
	color: #A8A7A6; 
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
}

a:link:hover,a:visited:hover {
	color: #A8A7A6;	
	text-decoration:underline;
	font-weight: bold;
	font-size:10px;
}



.componentheading { /* heading */
	background: url(../images/subhead_bg.png) repeat-x;
	color: #ffffff;
	text-align: left;
	padding: 4px 4px 4px 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	color: #A8A7A6;
	font-weight: bold;
	font-size: 18px;
	font-weight:bold;
	white-space: nowrap;
}
.contentheading2 {
	height: 30px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-weight:bold;
	white-space: nowrap;
}
.contentheading3 {
	height: 30px;
	color: #A8A7A6;
	font-weight: bold;
	font-size: 12px;
	font-weight:bold;
	white-space: nowrap;
}

.contentheadingT {
	color: #A8A7A6;
	font-weight: bold;
	font-size: 12px;
	font-weight:bold;
	white-space: nowrap;
}

.captiontxt{
	font-weight: bold;
	font-size: 13px;
}