﻿@charset "utf-8";
/* CSS Document
   Author: Sammer Bashir
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background: #cecece url(../Images/NewQA/mainBgDARCARS.png) left top repeat-x;
}

/*-----------------------------------------------------------*/
td.roundCorners
{
	border-collapse:separate;
	border:solid #868686 1px;
	border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;

	-webkit-box-shadow: 0 8px 6px -6px #999999;
	   -moz-box-shadow: 0 8px 6px -6px #999999;
			box-shadow: 0 8px 6px -6px #999999;
}

td.roundCornersTop
{
	border-collapse:separate;
	border:solid #06427C 1px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}
td.roundCornersBot
{
	border-collapse:separate;
	border:solid #06427C 1px;
	border-radius: 0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;

	-webkit-box-shadow: 0 8px 6px -6px #999999;
	   -moz-box-shadow: 0 8px 6px -6px #999999;
			box-shadow: 0 8px 6px -6px #999999;
}
td.roundCornersTopL
{
	border-collapse:separate;
	border:solid #868686 1px;
	border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-shadow: 2px 2px 2px #3a3737;
	font-weight:bold;
	margin-top: 7px;
}

td.roundCornersTopR {
	border-collapse: separate;
	border: solid #868686 1px;
	border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
}

td.roundCornersBotLNR {
	border-collapse: separate;
	border: solid #868686 1px;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}

#grad1 
{
	height: auto;
	background: -webkit-linear-gradient(#989898, #676767); /* For Safari */
	background: -o-linear-gradient(#989898, #676767); /* For Opera */
	background: -moz-linear-gradient(#989898, #676767); /* For Firefox */
	background: linear-gradient(#989898, #676767); /* Standard */
}

#grad2
{
	height: auto;
	background: -webkit-linear-gradient(#868686, #676767); /* For Safari */
	background: -o-linear-gradient(#868686, #676767); /* For Opera */
	background: -moz-linear-gradient(#868686, #676767); /* For Firefox */
	background: linear-gradient(#868686, #676767); /* Standard */
}

.txtbox
{
	border: #CCCCCC;
	padding: 7px;
	border-radius:4px;   
	-moz-box-shadow:    inset 1px 1px 1px #606060 ;
	-webkit-box-shadow: inset 1px 1px 1px #606060 ; 
	box-shadow:         inset 1px 1px 1px #606060 ;
}
td.textH
{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-shadow: 2px 2px 2px #3a3737;
	font-weight:bold;
	margin-top: 7px;
}

	
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body { 
		width: 495px; 
	}
}
	
