﻿        
#demo
 {
            margin:10px;
            padding:10px;
            height:550px;         
        }  

.tablestyle{
    border: 1px solid #333333;
    font-family: arial;
    font-size: 10pt;
    width: 100%;
    color: #000000;
}
.tablestyle td, .tablestyle th{
	border-color: #333333;
}
.alternatingrowstyle{
    background-color: #F0E8C1;
}
.alternatingrowstyle:hover{
    background-color:#fffacd;
	color:#000;
}
.headerstyle 
{
    border-style: solid;
    border-width: 1px 1px 2px 1px;
    border-color: #000000;
    cursor: default;
    height: 25px;
    background-color: #d1bd87;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}
.headerstyle a{
	text-decoration:none;
    color:black;
	display:block;
}    
.rowstyle{
    background-color: #FFFFFF;
}
.rowstyle td, .alternatingrowstyle td {
	padding: 4px;
}
.sortascheaderstyle{
    background-image: url('../images/testing/sort_asc.gif');     
    background-color: #8dbdd8; 	
    background-repeat: no-repeat;
    background-position: center left;       
}
.sortdescheaderstyle{
    background-image: url('../images/testing/sort_desc.gif');     
    background-color: #8dbdd8; 	
    background-repeat: no-repeat;
    background-position: center left;       
}        
.rowstyle:hover
{
	background-color:#fffacd;
	color:#000;
}

.rowstyle:hover .first
{
    background-repeat:no-repeat;   
	background-image:url('../images/testing/bullet.gif');
}  
.alternatingrowstyle:hover .first
{
    background-repeat:no-repeat;   
	background-image:url('../images/testing/bullet.gif');
}  
.pagerstyle{
    border: 1px solid #000000;
    color: #000000;
    background-color: #F1F2F2;
    font-size: 12px;
    text-align: right;
}

.gotopage{
    font-size:x-small;
    width:20px;
}
  
.progress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.container
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.activityheader
{
    background: url('../images/testing/sprite.png') repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}
.activitybody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

 .gridpanel
{


    color:#222222;

}    

/* header styles */

.gridpanel .header
{
    color:#fff;        
}
.gridpanel .header .outer
{
    background:url(../images/testing/top-right.gif) right no-repeat;
    padding-right:6px;
}
.gridpanel .header .inner
{
    background:url(../images/testing/top-left.gif) left no-repeat;
    padding-left:6px;
}
       .gridpanel .header .content
{
    height: 12px;
           background: url(../images/testing/top-mid.gif) repeat-x;
       }

/* panel body styles */
.gridpanel .body
{
}
.gridpanel .body .outer
{
    background:url(../images/testing/right.gif) right repeat-y;
    padding-right:6px;
}
.gridpanel .body .inner
{
    background:url(../images/testing/left.gif) left repeat-y;
    padding-left:6px;
}

/* panel footer styles */
.gridpanel .footer .outer
{
    background:url(../images/testing/bottom-right.gif) right top no-repeat;
    padding-right:6px;
}
.gridpanel .footer .inner
{
    background:url(../images/testing/bottom-left.gif) left top no-repeat;
    padding-left:6px;
}
.gridpanel .footer .content
{
    height:6px;
    background:url(../images/testing/bottom-mid.gif) repeat-x;        
}   
/**********************************

Name: Testing Form Styles

***********************************/
form.testingForm {
	font-size: 1.0em;
}

form.testingForm legend {
	padding-left: 0;
}

form.testingForm legend, form.testingForm label {
}

form.testingForm fieldset {}

form.testingForm fieldset fieldset {
	background: none;
}

form.testingForm fieldset p, form.testingForm fieldset fieldset {
	padding: 5px 10px 7px; }

form.testingForm label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
form.testingForm fieldset input {	border: 1px solid black; }
form.testingForm fieldset input:focus { border: 1px solid blue; background-color: #ffffcc;
    color: #000000; }
input.error { border: 1px solid red; }
form.testingForm .gray * { color: gray; }

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
/* table style */
table.testsearchtable-theme
{
    font-family:arial;
	border:solid 1px #7f7f7f;
	color:#555555;
	
    
}

/* common cell styles */
.testsearchtable-theme th, .testsearchtable-theme td
{
	padding:3px 8px;	
    vertical-align:middle;
    cursor:default;
	color: #000;
	border-bottom:1px solid #ccc; border-right:1px solid #ccc; 
}

/* header cell style */
.testsearchtable-theme th
{
	cursor: default;
    height: 25px;
    background-color: #d1bd87;
	border-right:solid 1px #7f7f7f;
	border-bottom:solid 1px #7f7f7f;
    
    font-size: 12px;
    font-weight: bold;
    
}  

/* header cell hover style */
.testsearchtable-theme .header-over 
{ 
	
	text-decoration:underline;
}

/* regular cell style */
.testsearchtable-theme td
{
    border-bottom:solid 1px #d0d0d0;
}

/* mouseover/select row style */
.testsearchtable-theme .row-over
{ 
	background-color:#efefef; 
	color: #000;
}


