﻿.dialog
{
    font-family:Tahoma;
    font-size:11pt;
    color:#222;
    background-color:#fff;
}    

h3.error {
	color:#f00;
	text-transform:uppercase;
	font-weight: bold;
}

/* header styles */
.header
{
    position:relative;
    color:#fff;        
   /* cursor:move;  So the user knows they can drag the panel */
}
.header .outer
{
    background:url(../images/datagrid/top-right.png) right no-repeat;
    padding-right:40px;
}
.header .inner
{
    background:url(../images/datagrid/top-left.png) left no-repeat;
    padding-left:9px;
}
.header .content
{
    height:35px;
    background:url(../images/datagrid/top-mid.png) repeat-x;
}
.header .content H2
{
    font-size:12pt;
    font-weight:bold;
    color:#fff;
    padding-top:6px;
    margin:0;
}
.header .close
{
    /* the image is 35x35 pixels wide */
    height:25px;
    width:35px;	
    /* position the image */
    position:absolute;	
    top:4px;
    right:7px;	
    background:url(../images/datagrid/close.png) no-repeat;	
    cursor:pointer;
}
.header .close:hover
{
    /* set the hover image */
    background:url(../images/datagrid/close-hover.png) no-repeat;	
}        

/* dialog body styles */
.body
{
}
.body .outer
{
    background:url(../images/datagrid/right.png) right repeat-y;
    padding-right:7px;
}
.body .inner
{
    background:url(../images/datagrid/left.png) left repeat-y;
    padding-left:7px;
}
.body .content
{
}  
.body .content H2
{
    padding:10px;
    margin:0px;
    text-align:center;
    font-size:11pt;
    color:#222;            
    font-weight:normal;
}           
.body .content .footer
{
    /* footer image is 41 pixels tall */    
    background:url(../images/datagrid/footer.gif) repeat-x bottom;
    height:41px;
}
.body .content .footer .commands
{
    text-align:right;
    padding:8px;
}           
.body .content .footer .commands INPUT
{
    /* keep the buttons a consistent size */    
    width:75px;        
}                   

/* dialog footer styles */
.footer
{
}
.footer .outer
{
    background:url(../images/datagrid/bottom-right.png) right top no-repeat;
    padding-right:9px;
}
.footer .inner
{
    background:url(../images/datagrid/bottom-left.png) left top no-repeat;
    padding-left:9px;
}
.footer .content
{
    height:7px;
    background:url(../images/datagrid/bottom-mid.png) repeat-x;        
}   
        
.updating
{
    color:#808080;
    background:url(../images/datagrid/activity.gif) no-repeat center;
} 

td.ControlTextLabels{
	color:#666;
	font-size: 12px;
}

div.errorcontent {
	display:block; 
	width:536px; 
	margin:0; 
	padding:0 2px 0 8px; 
	background-color:#fff; 
	color:#c00;
}

.errorX {
	background-image:url(../images/ico/error_x.png);
}

div.errorcontent ul, div.errorcontent li 
{
	list-style-image:url(../images/ico/error_x.png);
	list-style-position:inside;
	margin:0;
	padding:1px 0 1px 5px;
	text-indent:-5px;
	font-size: 12px;
}

input, select, textarea, input.valid {
	border:1px solid #ccc;
	font-size:11px;
}

input.error, textarea.error, span.error input {
	border:2px solid #f00; 
}

select.error {
	background-color:#f00;
}

select.valid {
	background-color:#fff;
}

span.valid input {
	border:none;
}

img
{  border-style: none;
}

.ValidationSummaryControlStyle {
	width:545px;
	height:auto;
	margin: 0px 20px 0px 0px
}

table.quoteForm {
	margin:20px 0px 20px 0px;
}

p.returnbtn
{
	text-align: right;
}
