
@media print {
	div.grid_body_scroll{}
}
@media screen {
	div.grid_body_scroll{}
}
@media print {
	div.cellScrollOn {height:70px; overflow: auto; border:2px inset; background-color:#ffffff; padding: 2px; background-image:url(../images/formshadow.gif);}
	div.cellScrollOff{}
}
@media screen 
{
     /* appears on the source code as "<td><div class='cellScrollOff'>foo bar</div></td>" */
	div.cellScrollOn {height:70px; overflow: auto; border:2px inset; background-color:#ffffff; padding: 2px; background-image:url(../images/formshadow.gif);}
	div.cellScrollOff{height:100%; overflow: none; cursor:hand;cursor:pointer;padding:2px;} 
}

/* default grid (outermost) style */
.grid_css
{
	width:100%;
}

/* default grid table styles */
#grid_content table.table_css
{
	border:#D0D7E5 1pt solid;
	border-spacing:1px;
	border-collapse:collapse;
	width:100%;
}

/* create good looking border for cell */
#grid_content table tr td
{
	padding: 1px;	
	font-family: verdana,arial;
	border-bottom: 1px solid #D0D7E5;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #D0D7E5;
}

.th_css1 
{
	font-size:10pt;
	font-family:verdana,arial;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
   	BACKGROUND-IMAGE: url(../images/header_bg.gif); 
	backgroung-image: repeat-y;
	border-width:1px;
	border-style:solid;
	border-color:#dcdcdc #696969 #696969 #dcdcdc; 
}

/* default grid header styles 1 */
.th_css1 a   
{ 	
	padding-top:2px;
	padding-bottom:2px;
	color:#213952; 
	text-decoration: none; 
	display: block; 
	width: 100%; 

}
.th_css1 a:hover   
{ 
	background-color: #C0CAD9; 
}

/* default grid row styles */
.tr_css
{
	border:#D0D7E5 1pt solid;
	font-family:verdana,arial;
	font-size:7pt;
	padding:1px;
}

/* default grid toolbar styles*/

/* default grid toolbar styles*/
div.toolbar_css
{
	BACKGROUND-IMAGE: url(../images/toolbar_bg.gif);
	backgroung-image: repeat-x;
	margin-bottom:1px;
	font-size:8pt;
	font-family:verdana,arial;
	border:1px solid #A8BCCC;
	padding-top:2px;
	padding-left:2px
}

div.toolbar_css span.toolbar_align
{
	position:relative;top:-4px;
}

/* default header styles 2 */
#cssrollovers
{
	background-color: #b8860b; 
	text-align: center; 
	margin-top: 20px; 
	margin-right: 70%; 
	margin-left: 2%; 
	padding: 8px; 
	border: solid 1px #000; 
	width: auto;
}


.trigger
{
	cursor: pointer;
	cursor: hand;
}

.branch
{
	display: none;
	margin-left: 16px;
}

/* index column on the left */			
.index_css 
{
	color:gray;
	font-size:7pt;
}		

/* action column style */
.action_col_css 
{
	font-size:8pt;
	font-family:verdana;
}		

/* footer style */
.tfooter_css 
{
	padding:3px;
	border:1px #D0D7E5 solid;
}	

/* navigation button style */
.navbtn_css 
{
	font-size:8pt;
	font-family:verdana,arial;
}

/* page navigation dropdown style */
.pagenav_css 
{
	color:navy;
}
					
/* default grid button */ 

.btn_med 
{
	BACKGROUND-IMAGE: url(../images/button_bg.gif); 
	WIDTH: 100px; 
	backgroung-image: repeat-y;
	height:25px;
	font-size:8Pt;
	font-family:verdana,arial;
	border:1px solid #A8BCCC;
	cursor:hand;
	cursor:pointer;
}

li 
{
	list-style-image: url(../images/dot.gif);
	list-style-type: disc;
	line-height: 1.5em;
}
ul 
{
	margin-top: 8px;
}

/* Inline edit styles */
#grid_content div.cell
{
    height:100%;
    padding:0px;
    cursor:hand;
    cursor:pointer;
}

#grid_content div.cellText
{
    display:block;
    padding:2px;
    height:100%;
}

#grid_content div.cellDivTextarea
{
    display:none;padding:0px;
}

#grid_content .cellTextarea
{
    border:0px;
    overflow-x:auto;
    height:98%;
    padding:2px;
    width:100%;
    background-image:url(../images/formshadow.gif);
}

/* File:action.php - default form style */
#action_window table
{
	width:70%;
    padding:0pt;
    border:1pt solid #dddddd;
}

#action_window table tr
{
    height:25px;
}

#action_window td.field_name
{
	width:30%;
	padding:0px 3px 0 3px;
	font-size:8pt;
	font-family:verdana,arial;
    font-weight: bold;
    color:#213952;
    text-transform:capitalize;
    text-align: right;
    vertical-align: middle;
   	BACKGROUND-IMAGE: url(../images/header_bg.gif); 
	backgroung-image: repeat-y;
	border-width:1px;
	
	border-width:1px;
	border-style:solid;
	border-right:#696969;
	height:23px;
}
#action_window td.field_value
{
    background-color:#f8f8f8;
    text-align:left;
    font-size:8pt;
    font-family:verdana,arial;
    padding:0px 0px 0px 2px;
    BACKGROUND-IMAGE: url(../images/header_bg.gif); 
	backgroung-image: repeat-y;
	
	border-width:1px;
	border-style:solid;
	border-right:#696969;
	height:23px;
}

#action_window td input.form_text, textarea.form_textarea
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image:   url(../images/formshadow.gif);
	border: 1px solid #BBBCC5;
    padding:3px;
    height:21px;
}
#action_window .field_len_count
{
    font-size:5pt;
    font-family:arial;
    color:gray;
}