body
{
	/* background-color: #E6E9EF;  --- this is a grey color for white theme*/
	background-color: #2E2E33;
	font-family: "Trebuchet MS","Segoe UI",Trebuchet,"Bitstream Vera Sans","DejaVu Sans",sans-serif;
	border: 0 none;
	margin: 0;
	padding: 0;
}

/**Below is the styling of basic html control in page **/
/**Text Box **/
.TextBoxStyle {
	border: 1px solid #CCCCCC;
	color:#333333;
	padding:5px;
	margin-right:4px;
	margin-bottom:8px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**Dropdown List **/
.DropDownListStyle {
	border: 1px solid #BBBBBB;
	background-color:#FFFFFF;
	color:#6F6F6F;
	padding:4px 4px 4px 2px;
	margin-right:4px;
	margin-bottom:8px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.2) inset;
	font-size:13px;
}

/**Label **/
.LabelStyle {
	color:#333333;
	padding:5px;
	margin-right:4px;
	margin-bottom:8px;
	text-shadow: 0 1px 0 white;
}

/**Button **/
.ButtonStyle 
{
	background-color: #E6E6E6;
	border-color: #C7C7C7 #B2B2B2 #B2B2B2 #C7C7C7;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 2px 5px rgba(255, 255, 255, 0.5) inset, 0 -2px 5px rgba(0, 0, 0, 0.1) inset;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	min-height: 22px;
	min-width: 8px;
	outline: 0 none;
	padding: 5px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	vertical-align: baseline;
	white-space: pre-line;
	font-size: 11px;
	font-weight: 700;
	cursor:pointer;
}

.ButtonBlueStyle 
{
	background-color: #3399DD;
	background-position: 0 0;
	border-color: #3399DD #3399DD #2288CC;
	color: #FFFFFF !important;
	text-shadow: -1px -1px 0 #3399DD;
	min-height: 20px;
	min-width: 8px;
	outline: 0 none;
	padding: 5px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	vertical-align: baseline;
	white-space: pre-line;
	font-size: 11px;
	font-weight: 700;
	cursor:pointer;

  }
  
  .ButtonBlueStyleDisabled
{
	background-color: #e5e5e5;
	background-position: 0 0;
	border-color: #e8e8e8 #e8e8e8 #e8e8e8;
	text-shadow:none;
	color: #f1f1f1 !important;
	min-height: 20px;
	min-width: 8px;
	outline: 0 none;
	padding: 5px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	vertical-align: baseline;
	white-space: pre-line;
	font-size: 11px;
	font-weight: 700;
	cursor:default;

  }

.ButtonBigBlueStyle 
{
	background-color: #3399DD;
	background-position: 0 0;
	border-color: #3399DD #3399DD #2288CC;
	color: #FFFFFF !important;
	text-shadow: -1px -1px 0 #3399DD;
	min-height: 20px;
	min-width: 8px;
	/*outline: 0 none;*/
	padding: 5px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	vertical-align: baseline;
	white-space: pre-line;
	font-size: 20px;
	/*font-weight: 700;*/
	cursor:pointer;

  }

/**Button Hover**/
.ButtonStyle:hover 
{
	background-color: #F1F1F1;
}

.ButtonBlueStyle:hover
{
	background-color: #33aaff;
  }

.ButtonBigBlueStyle:hover
{
	background-color: #33aaff;
  }

.ButtonBlueStyleDisabled:hover 
{
    background-color: #e5e5e5;
}

/**Below is the styling of basic html control in page end**/


.modalBackground

{
  background-color:#111113;
  filter:alpha(opacity=40);
  opacity:0.5;

}

.ratingStar {
font-size: 0pt;
width: 16px;
height: 16px;
margin: 0px;
padding: 0px 3px 0px 0px;
cursor: pointer;
display: block;
background-repeat: no-repeat;
}

.filledRatingStar {
background-image: url(../../images/filledstar.png);

}

.emptyRatingStar {
background-image: url(../../images/emptystar.png);
}

.waitingRatingStar {
background-image: url(../../images/emptystar.png);
}
div.prices-main-title
{
	color: #6EAC1E;
	font-size: 22px;
}

div.client-feature-price
{
	color: #6EAC1E;
	font-size: 14px;
}

div.prices-desc
{
	border-top: 1px solid #E0E0E0;
	padding: 5px 7px;
	height:40px
}

div.prices-desc-detail
{
	border-top: 1px solid #E0E0E0;
	padding: 5px 7px;
	height:70px
}

div.prices-desc-bottom
{
	border-top: 1px solid #E0E0E0;
	padding: 5px 7px;
	border-bottom: 1px solid #E0E0E0;
	height:30px
}

/*
*/
div.prices-price
{
	color: #000000;
	font-size: 18px;
	padding: 8px 0;
}

div.prices-submit
{
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
}