div.wikiBox{
	border: 2px solid #5d9cbd;
	direction: rtl;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
}
div.wikiBox div.wikiTitle{
	background: #5d9cbd;
	color: #fff;
	padding: 10px;
	font-size: 120%;
	text-align: center;
}
div.wikiBox div.wikiTitle1{
	background: #5d9cbd;
	color: #fff;
	padding: 10px;
	font-size: 120%;
	direction: rtl;
}
div.padder{
	/* padding: 10px 20px; */
}
div.orderWizard{
	padding: 20px 30px;
	background: #ececec;
}
div.orderWizard div.orderStep{
	width: 25%;
	/* border-bottom: 6px solid #ccc; */
	text-align: center;
	padding: 10px;
	display: inline-block;
	margin-left: -4px;
	font-size: 120%;
	font-weight: bold;
	line-height: 20px;
}
div.orderWizard div.currentStep, div.orderWizard div.passed{
	border-bottom: 6px solid #55bedd;
}
div.orderWizard div.orderStep div.stepNumber{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ececec;
	color: #c10841;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 10px auto;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	border: 1px solid #c10841;
}
div.orderWizard div.currentStep div.stepNumber{
	background: #1eae66;
	color: #fff;
}
div.formMiniHelp{
	background: #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #55bedd;
}
i.miniHelper{
	margin-left: 15px;
	cursor: pointer;
	color: #55bedd;
}
i.addAttach{
	margin-left: 15px;
	cursor: pointer;
	color: #55bedd;
}
li.hide{
	display: none;
}
div.formHelp{
	display: none;
	line-height: 20px;
}
div.formHelp img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
div.formHelp p{
	margin-bottom: 10px;
}
div.formHelp a{
	color: blue;
	text-decoration: none;
}
div.formHelp ul{
	list-style: square;
	padding-right: 20px;
}
div.formHelp ol{
	list-style: decimal;
	padding-right: 20px;
}
div.formDesc{
	border: 1px solid #55bedd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.formDesc img{
	width: 100%;
	height: auto;
}
div.formDesc p, div.formMiniHel p{
	margin-bottom: 10px;
	line-height: 25px;
	text-align: justify;
}
div.formDesc a{
	color: blue;
	text-decoration: none;
}
div.formDesc ul{
	list-style: square;
	padding-right: 20px;
}
div.formDesc ol{
	list-style: decimal;
	padding-right: 20px;
}
div.formHelp, div.formDesc{
	background: #e7e7e7;
	padding: 10px;
}
ul.orderForm{
	padding: 20px;
}
ul.orderForm li{
	padding: 5px 10px;
	line-height: 40px;
}
ul.orderForm li label{
	vertical-align: top;
	display: inline-block;
	width: 160px;
	line-height: 40px;
}
ul.orderForm li input,ul.orderForm li select,ul.orderForm li textarea{
	width: 300px;
}
ul.orderForm li textarea{
	height: 150px;
}
ul.orderForm li input.check{
	width: auto;
	background: #fff;
}
ul.orderForm li  a{
	color: #55bedd;
}
ul.orderForm li a.lunchOrder{
	color: #fff;
}
ul.orderForm li input:focus,ul.orderForm li textarea:focus{
	background: #f5f5f5;
}
span.validateError{
	color: red;
	padding: 0 10px;
	display: none;
}
thead th{
	background: #55bedd;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
tbody tr.zebra td{
	background: #ececec;
}
div.loginOrder{
	display: none;
	max-width: 700px;
	margin: 10px auto ;
}
div.loginOrder p:first-child{
	margin-bottom: 20px;
	text-align: justify;
}
p.fieldset{
	z-index: 1;
}
.signUpForm form table tr td{
	padding: 5px;
}
.ws2, .ws3, .ws4{
	padding: 10px 20px;
	display: none;
}
.ws2 .half{
	display: inline-block;
	width: 48%;
	float: right;
}
.graybox{
	background: #ececec;
    margin: 10px 1%;
	/* padding: 5px; */
}
.yellowbox{
	background: #fef9e4;
	border: 1px solid #fcf1d6;
    margin: 25px 1%;
	/* padding: 5px; */
}
.yellowbox h1{
	background: #fbd5b5;
}
.graybox h1{
	background: #c3c3c3;
}
.graybox h1, .yellowbox h1{
	text-align: center;
	padding: 5px;
}
.required{
	font: 12px tahoma;
	color: red;
	display: inline-block;
}
.graybox ul li{
	padding: 5px;
}
.graybox ul li label{
	width: 150px;
	display: inline-block;
}
p.p33{
	width: 33%;
	display: inline-block;
	text-align: center;
}
p.p33 span{
	color: red;
	font-size: 90%;
}
div.posted{
	display: none;
	padding: 10px 0;
}
.ws3 ul li{
	margin-bottom: 5px;
}
.ws3 ul li label{
	vertical-align: top;
	display: inline-block;
	width: 180px;
	font-size: 95%;
	margin-bottom: 5px;
	height: 30px;
}
.ws3 ul li input{
	vertical-align: top;
}
.ws3 ul li input.gropbox{
	height: auto;
}
.ws3 ul li img.captchapic{
	height: 40px;
}
#datepicker0{
	direction: rtl;
}
.ui-datepicker .ui-datepicker-title, .ui-datepicker th, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	font-family: "p30" !important;
	font-size: 100% !important;
}
div.tags{
	direction: rtl;
	margin-bottom: 20px;
}
div.tags a{
	display: inline-block;
	margin: 0 5px 5px;
	text-decoration: none;
	background: #62d2e8;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}
span.captcha_container{
	width: 100px;
    margin-right: 25px;
}
input#g_birth{
	background: #f4f4f4;
}
.formDesc, .formDesc *, .formMiniHelp, .formMiniHelp *{
	text-align: justify;
}
.cd-form .signupMessager{
	display: none;
	text-align: center;
}
p#payes{
	text-align: center;
	padding: 10px;
}
div.centerCaptcha{
	width: 400px;
	margin: 0 auto;
}
.ws2{
	position: relative;
}
.progressDiv{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba( 180,180,180, 0.6 );
	display: none;
}
.progressDiv .progressAlert{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border: 1px solid gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	line-height: 25px;
	margin-left: -150px;
	margin-top: -45px;
	width: 300px;
}
.progressDiv .progressAlert img{
	float: right;
	height: 90px;
	width: 90px;
}
.systemMsg{
	text-align: center;
}
div.progressInfo{
	width: 550px;
	height: 240px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	color: #fff;
}
.inprogress{
	background: #22d2d2;
}
.finishednotok{
	background: #f33440;
}
.finishok{
	background: #9dd55d;
}
div.progressInfo h1{
	margin: 20px auto;
}
div.progressInfo p{
	line-height: 25px;
}
table.progressStatus{
	width: 90%;
	margin: 20px auto;
}
table.progressStatus tr th, table.progressStatus tr td{
	padding: 5px 10px;
	border: 1px solid #a1a1a1;
	color: #929fa8;
}
table.progressStatus tr th{
	background: #fcf8e3;
}
table.progressStatus tr td{
	background: #f9f9f9;
	text-align: center;
	font-size: 90%;
}
table.progressStatus tr td:last-child{
	direction: ltr;
}
table.p1p1 tr td#trans_id, table.p2p2 tr td#trans_id{
	font-family: tahoma;
}
.graybox, .ws1, .ws2, .ws3, .ws4{
	z-index: 1;
}
p#c_c_desc{
	padding: 10px;
    line-height: 25px;
	z-index: 1;
}
div.lastStatus, div.lastStatus2{
	display: none;
}
div.lastStatus{
	width: 550px;
	display: block;
	margin: 10px auto;
	background: #9aeded;
	color: #f7505a;
	line-height: 35px;
	text-align: center;
	padding: 10px;
}
div.lastStatus2{
	color: #f7505a;
	line-height: 35px;
	text-align: center;
}
div.lastStatus a{
	color: #f7505a;
}
div.lastStatus i{
	font-size: 200%;
}
.password{
	font: 14px tahoma;
}
#jqclock{
	display: inline-block;
	background: #22d2d2;
	padding: 3px;
}
div.upayError{
	color: #fff;
	background: #eb757b;
	margin: 20px auto;
	text-align: center;
	padding: 20px 0;
	direction: rtl;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	border-radius: 5px 5px;
}
div.orderWizard div.orderStep div.stepNumber i{
	line-height: 60px !important;
}
div.orderWizard div.orderStep span{
	display: block;
	font-weight: normal;
	font-size: 80%;
}
div.upayContent{
	padding: 15px;
}
div.center{
	text-align: center;
	margin: 10px auto;
}
.energy-pricing-table .planbg{
	min-height: 300px;
}
.plan-col-2.center{
	max-width: 700px;
}
.plan-col-1.center{
	max-width: 350px;
}
div.orderWizard div.orderStep{
	vertical-align: top;
}
div.centerTitle{
	margin-top: 40px;
}
.energy-pricing-table .planbg .selectpackage2 a {
    text-decoration: none;
    color: #ffffff;
    background: #d0151c;
    width: 40%;
	float: right;
    height: 42px;
    line-height: 42px;
    padding: 0px;
    text-transform: Uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 12px 5%;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.energy-pricing-table .orange_theme .selectpackage2 a{
	color: #ffffff;
    background: #ff6815;
}
.energy-pricing-table .orange_theme .selectpackage2 a:hover, .energy-pricing-table .orange_theme .selectpackage2 a:focus {
    background: #ae3e00;
}
.energy-pricing-table .blue_theme .selectpackage2 a {
    color: #ffffff;
    background: #0f64ba;
}
.energy-pricing-table .blue_theme .selectpackage2 a:hover, .energy-pricing-table .blue_theme .selectpackage2 a:focus {
    background: #07315c;
}
.energy-pricing-table .green_theme .selectpackage2 a {
    color: #ffffff;
    background: #4cb849;
}
.energy-pricing-table .green_theme .selectpackage2 a:hover, .energy-pricing-table .green_theme .selectpackage2 a:focus {
    background: #2d702b;
}
div.centerTitle{
	font-size: 20px;
	direction: rtl;
}

div.wikiBox div.preDesc {
    font-size: 110%;
    padding: 20px;
    line-height: 26px;
    text-align: justify;
}