﻿body
{
	font-family: Verdana;
	font-size: 9pt;
}
.DivImage
{
	/*background-image: url('../Images/YellowMellow1000_2000.jpg');
	background-repeat:inherit;*/
	
}
.CS
{
background-color:#abcdef;
color: #F04B24;
border: 1px solid #F04B24;
font: Verdana 10px;
border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
input
{
	/*width: 200px;*/
}
table
{
    border: 1px solid #CCCCCC;
    text-align: left;
}

table th
{
	background-color: #F04B24;
	color: #000;
	font-weight: bold;
	font-size: 18pt;
	vertical-align: middle;
}
table th, table td
{
	padding: 4px;
	border-color: #ccc;
}
.style1
{
	width: 486px;
	text-align: right;
}
.style2
{
	width: 730px;
}
input[type="button"]
{
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #CCC;
	color: #FFF;
	height: 25px;
	width: 60px;
	font-family: Verdana;
	font-size: 13px;
}
input[type="button"]:Hover
{
	background-color: #F04B24;
	color: #FFF;
	font-weight:bold;
}
input[type="submit"]
{
	background-color: #CCC;
	color: #000;
	height: 30px;
	width: 210px;
	font-family: Verdana;
	font-size: 13px;
}
input[type="submit"]:Hover
{
	background-color: #F04B24;
	color: #FFF;
	font-weight:bold;
}
input[type=text]
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
input[type=text]:focus, textarea:focus
{
	background-color: #ffff99;
	border: 2px solid #F04B24;
	color:Black;
}
.ListControl input[type=checkbox], input[type=radio]
{
	color: #F04B24;
	display: inherit;
	width: 0.9em;
	height: 0.9em;
	margin-right: 6px;
	margin-left: -5px;
	border-width: medium;
	border: 12e;
}
.label_color
{
	background-color: #000;
	color: White;
	padding:5px;
	overflow:auto;
}
.ddl
{
	border: 2px solid #F04B24;
	border-radius: 5px;
	padding: 3px;
	-webkit-appearance: none;
	background-image: url('../Images/Expand.png');
	background-position: 88px;
	background-repeat: no-repeat;
	text-indent: 0.01px; /*In Firefox*/
	text-overflow: ''; /*In Firefox*/
	color:White;
}
.selectbox
{
	width: 98%;
	height: 32px;
	background-color: #F04B24;
	font: 400 16px/20px 'Calibri' , Calibri;
	color: #FFF;
	font-weight: normal;
	border: 1px solid #F04B24;
	margin: 5px 0 0 0;
	padding: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.button
{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #CCC;
}
.button:Hover
{
	border-color: #759633;
	background: #759633;
	color: Black;
	font-weight: bold;
	cursor: hand;
}
.HeadTd
{
	/*background-color: #F04B24;*/
	font-family: Verdana;
	font-size: 28px;
	height: 100px;
	color: Black;
	padding-left: 5px;
}
.centered
{
	margin: 0 auto;
	text-align: center;
	padding-top: 8px;
}
.ThankYou
{
	border: 1px solid #F04B24;
}
.ReqErr
{
	font-family: Calibri;
	font-size: 14px;
}
.SpecialTd
{
	width: 35%;
}

.SpecialTdControl
{
	width: 25%;
}

.tableSpecial
{
	border: 0px;
}
.tableTermsCond
{
	border: 0px;
	font-family: Calibri;
	font-size: 16px;
	padding: 2 2 2 2;
	line-height: 25px;
	text-align: justify;
}
.ReqErrMain
{
	width: 100%;
	color: White;
	background: Red;
}
.panel
{
	width: 455px;
}
.ImageCtrl
{
	width: 15%;
}
.BulletedFont
{
	font-family: Calibri;
	font-size: 16px;
	padding: 1 1 1 1;
	line-height: 20px;
	text-align: justify;
}
.ulList
{
	font-family: Calibri;
	font-size: 16px;
}

.imgDimenson
{
	height: 45px;
	width: 388px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.checkbox.checked
{
	color: red;
}

.mydatagrid
{
	width: 100%;
	border: solid 1px #F04B24;
	min-width: 80%;
	color:White;
}
.header
{
	background-color: #646464;
	font-family: Calibri;
	color: White;
	border: none 0px transparent;
	height: 25px;
	text-align: center;
	font-size: 16px;
}

.rows
{
	background-color: #FFF;
	font-family: Calibri;
	font-size: 14px;
	color: #000;
	min-height: 25px;
	text-align: left;
	border: none 0px transparent;
}
.rows:hover
{
	background-color: #F04B24;
	font-family: Calibri;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}
.selectedrow
{
	background-color: #DDF0B9;
	font-family: Calibri;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.mydatagrid a /** FOR THE PAGING ICONS  **/
{
	background-color: Transparent;
	padding: 5px 5px 5px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/
{
	background-color: #000;
	color: #fff;
}
.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
{
	background-color: #c9c9c9;
	color: #000;
	padding: 5px 5px 5px 5px;
}
.pager
{
	background-color: #646464;
	font-family: Calibri;
	color: White;
	height: 30px;
	text-align: left;
}

.mydatagrid td
{
	padding: 5px;
}
.mydatagrid th
{
	padding: 5px;
}

.txtbox
{
	color: White;
}
.spaceBar
{
    background-color: #c9c9c9;
}
