/* Edited by Santosh.patil 27/5/2011 created to add css to task table on task.aspx */


#BIContentMain_tblGroupElements
{

width:780px;display: block;overflow: scroll;

}


table.grid {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
	margin-bottom: 16px;
	
}

table.grid th {
	background-color: #E7E7D6;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

table.grid td {
	text-align: left;
}

table.grid td, table.grid th {
	border: 1px solid black;
}

table.grid td.c {
	text-align: center;
}

table.grid td.r {
	text-align: right;
}

table.grid td.small {
	font-size: 75%;
}

table.grid input.btn {
	padding: 0;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px outset #999999;
	background-color: #DDDDDD;
}

table.grid input.txt, table.grid select {
	border: 1px inset #999999;
}

.cmdbtn {
	width: 240px;
	border: 1px outset #999999;
	background-color: #DDDDDD;
	margin-bottom: 14px;
}

.btn
{
	border: 1px outset #999999;
}

/* Round corner for Center Table */

div.bubble {
	margin-bottom: 16px;
}

div.b_gray {
	background-color: #C0C0C0;
}

div.b_orange {
	background-color: #FF9933;
	margin: 15px 10px 0px 10px;
}

div.b_wino {
	background-color: white;
	margin: 10px 10px 5px 10px;
}

div.bubble div.bh {
	height: 14px;
}

div.b_gray div.bh, div.b_bordered div.bh {
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(img/dot-black.gif);
}

div.bubble div.bf {
	height: 14px;
}

div.b_gray div.bf, div.b_bordered div.bf {
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(img/dot-black.gif);
}

div.bubble img {
	display: block;
}

div.bubble img.nw {
	float: left;
}

div.bubble img.ne {
	float: right;
}

div.bubble img.sw {
	float: left;
}

div.bubble img.se {
	float: right;
}

div.bubble div.bc {
	text-align: left;
}

div.b_gray div.bc, div.b_bordered div.bc {
	border-left: 1px solid black;
	border-right: 1px solid black;
	height:100%; /* Santosh.Patil edited on 30/05/2011 to give 100% height to DIV with BC Css Class-- IT was not working if table having H! and other such elements */
}

div.b_wino div.bc {
	padding: 5px;
	min-height: 120px;
	_height: 120px;
}

.btn_withoutBorder
{
	padding: 0;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px outset #999999;
	background-color: #DDDDDD;
	border-bottom-style:none;
	border-bottom-width:0px;
	border-bottom-color:White; 
}

.tblnoborder
{
	border:none;
}

/*Tool Tip begin */

.tooltip {
	position: absolute;
	border: 1px solid #C3C370;
	background-color: #FFFFE0;
	padding: 3px;
	font-size: 11px;
}

/*Tool Tip Ends */
.width60{width:60px;}
.width120{width:120px;}
.width130{width:130px;}
.width150{width:150px;}
.width160{width:160px;}
.width240{width:240px;}
.wrd_wrp_imp{word-wrap:break-word !important;}
.txtalg_cnt_imp{text-align:center !important;}
.txtalg_lt_imp{text-align:left !important;}
.fnt_bld{font-weight:bold;}
.pad_lt_5{padding-left:5px;}
.pad_rt_5{padding-right:5px;}
.mrg_lt_10_imp{margin-left:10px !important;}
.tbl_pro_tlb{border-left: 2px solid black !important;border-top: 2px solid black !important;border-bottom: 2px solid black !important;}
.tbl_pro_tp{border-top: 2px solid black !important;}
.tbl_pro_tr{border-top: 2px solid black !important;border-right: 2px solid black !important;}
.tbl_pro_rb{border-right: 2px solid black !important;border-bottom: 2px solid black !important;}
.tbl_pro_lb{border-left: 2px solid black !important;border-bottom: 2px solid black !important;}
.tbl_pro_rg{border-right: 2px solid black !important;}
.tbl_body{border:0px solid black !important;}
.display_none{display:none;}