﻿/* base table styles  */
table.grid
{    
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
	border:solid 1px #99aabd;
}

/* common header and data dell styles  */
.grid td, .grid th
{
    height:14px;
    /*border-right:solid 1px #fff; */
    vertical-align:middle;
}

/* header cell styles */
.grid th
{
    padding:4px;    
    text-align:center;
    background:url('img/img/sprite.gif') repeat-x 0px -1101px;	
}

/* header cell link styles */
.grid th a
{
    font-size:11px;
    color:#fff;
    font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:block;    
}

/* data cell styles */
.grid td
{
    padding:3px 25px 3px 10px;
    text-align:left;
    vertical-align:middle;
    cursor:default;
}

/* command cell styles */
.grid td.command
{
    padding:3px 6px;
    text-align:center;
    vertical-align:middle;
}

/* command input cursor styles */
.grid td.command input { cursor:hand; }

/* edit data cell styles */
.grid .editrowstyle{ background-color:#feffc5; }

/* alternating data cell styles ECF2F8 */
.grid .altrowstyle { background-color:#ECF2F8; }

/* sort asc header style */
.grid .sortascheader a { background:url('img/img/dt-arrow-up.png') no-repeat right 50%; } 

/* sort desc header style  */
.grid .sortdescheader a { background:url('img/img/dt-arrow-dn.png') no-repeat right 50%; } 

/* styles for the modal popup */

/* dialog frame */
.modal-dialog
{
    position:absolute;
}

/* dialog contents container */
.modal-dialog .container
{
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
    width:340px;
    border:solid 1px #99aabd;
    background-color:#F2F9FF;
} 

.modal-dialog .container2
{
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
    width:440px;
    border:solid 1px #99aabd;
    background-color:#F2F9FF;
} 

/* dialog header */
.modal-dialog .header
{
    background:url('img/img/sprite.gif') repeat-x 0px -1100px;	
    height:25px;
    padding-top:5px
}

/* dialog header message */
.modal-dialog .header .msg
{
    vertical-align:middle;
    padding-left:6px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}         

/* dialog body */
.modal-dialog .body
{
    height:40px;
    background-color:#F2F9FF;
} 

.modal-dialog .body2
{
    height:80px;
    background-color:#F2F9FF;
}
 
.modal-dialog .body2 h2
{
    padding-top:10px;
    background-color: #F2F9FF;
    font-size:11px;
    text-align:center;
    font-weight:normal;
}  

/* dialog body message */
.modal-dialog .body h2
{
    padding-top:10px;
    background-color: #F2F9FF;
    font-size:11px;
    text-align:center;
    font-weight:normal;
}  

/* dialog footer */
.modal-dialog .footer
{
    height:30px;
    background-color: #F2F9FF;
} 

/* dialog footer buttons */
.modal-dialog .footer .right
{
    background-color: #F2F9FF;
    float:right;
    text-align:right;
    padding-bottom:6px;
    padding-right:6px;
} 

/* dialog footer checkbox */
.modal-dialog .footer .left
{
    background-color: #F2F9FF;
    float:left;
    text-align:left;
    padding-bottom:6px;
    padding-left:6px;
} 

/* dialog close */
.modal-dialog .close
{
    right:4px;	
    background: url('img/img/icons.gif') no-repeat -732px 0px;	
    width:16px;	
    cursor:hand;	
    position:absolute;	
    top:5px;	
    height:16px
}

/* dialog close hover */
.modal-dialog .close:hover { background: url('img/img/icons.gif') no-repeat -749px 0px;	}

/* modal overlay */
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}  
