/* 
    Document   : main
    Created on : Sep 13, 2011, 2:12:40 PM
    Author     : HussBaq
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { display: block;}

body {
        font-family: tahoma;
	font-size:12px;
     }

a.ref
{ 
	color:#FFF;
	font-family: tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;

}

font#tableHeading
{
	font-family:calibri !important;
	color:#000 !important;
	font-size:15px;
}

font#ButtonCaption
{
	font-family: Tahoma!important;
	color:#FFF !important;
	font-size:12px;
	
}

tr#bimg {background-image:url(../images/table_botom.jpg);
height:5px;}

tr#Heading
{
	background-color:#b6ceea;
	font-family:calibri !important;
	color:#000 !important;
	font-size:14px;

}

tr#Std
{	height:30px; 
 	
 }

label.error { float: none; color: red !important; padding-left: .5em; vertical-align: top; }
/* * { font-family: Verdana; font-size: 96%; }
label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
*/

td#Email{ background-color:#953735; -moz-border-radius: 5px 5px 5px 5px; !important; height:20px; }
td#EmailButton{ background:url(../images/blue.png) repeat-x; -moz-border-radius: 5px 5px 5px 5px; !important; height:20px; }

tr#Customer{ background-color:#F2770E; font-family:calibri !important;	color:#000 !important;	font-size:14px; font-size:14px;	}
td#Customer{ background:url(images/bg-lightmayroon.jpg) repeat-x; border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; !important;line-height: 24px;}

tr#DashBoard{ background-color:#218EAF;	height:400;	}

tr#Price{ background-color:#F4B838;	height:400;	}
td#Price{background:url(../images/bg-yellow.jpg) repeat-x; -moz-border-radius: 10px 10px 10px 10px; !important;}
	
tr#Inquiry{ background-color:#CFBC0E;	font-family:calibri !important;	color:#000 !important;	font-size:14px; font-size:14px;	}
td#Inquiry{background:url(../images/bg-greyel.jpg) repeat-x; -moz-border-radius: 10px 10px 10px 10px; !important;}
	
tr#Quote{	background-color:#864A1C; font-family:calibri !important;	color:#000 !important;	font-size:14px; font-size:14px;	}	
	
tr#Leads {background-color:#A8C85D;	height:400;	}
td#Leads {background:url(../images/bg-green.jpg) repeat-x; -moz-border-radius: 10px 10px 10px 10px; !important;}
	
	