@charset "utf-8";
/* CSS Document */
body{
font-family:Helvetica;
}
/***Login page design*****/
.login_table{
margin-top:180px;
height:230px
}
.login_button{
background-color:rgb(239,65,54);
/*ef4136*/
color:white;
width:100px;
height:30px;
font-size:14px;
text-align:center;
padding-bottom:2px;
border:0px;
/*-moz-border-radius: 5px;
border-radius: 10px;*/
}
.login_labels{
color:rgb(151,149,149);
font-family:Helvetica;
font-size:16px;
font-weight:bold;
}
.small_txtboxes{
width: 100px;
height:25px;
border:1px solid #ccc;
/*-moz-border-radius: 5px;
border-radius: 10px;*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
font-family:Helvetica;
color:#808285;
}
.login_txtboxes{
width: 280px;
height:35px;
border:1px solid #ccc;
/*-moz-border-radius: 5px;
border-radius: 10px;*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
font-family:Helvetica;
color:#808285;
}

a.login_links{
color:rgb(128,130,133);
text-decoration:none;
font-size:12px;
}
a:hover.login_links{
color:rgb(128,130,133);
text-decoration:underline;
font-size:12px;
color:#666;
}
/***Login page design*****/
.single_bar{
color:rgb(128,130,133);
}
.login_pocketicon{
/*padding-right:178px;*/
}
.login_error{
color:red;
font-size:12px
}
.login_error p{
color:red;
font-size:12px;
padding-right:100px;
}
/***Login page design*****/

/*****Welcome Text*****/
.welcome_text1{
color:#6D7075;
font-size:10px;
}
.welcome_text2{
color:#6D7075;
font-size:10px;
}
/*****Welcome Text*****/

/*****dashboard news page********/
.news_table{
margin-top:50px;
}
/*****dashboard news page********/

/****common*****/
.main_table{
width:75%;
}
h2{
color:#EF4136;
padding-top:12px;
font-family:Helvetica;
}
a.h2class{
	text-decoration:none;
}
a:hover.h2class{
	text-decoration:underline;
	color:#666;
}
p{
font-family:Helvetica;
font-size:12px;
}

h4{
/*color:#ED5D70;*/
color:#ef4136;
font-family:Helvetica;
}
h5{
/*color:#ED5D70;*/
color:#F26D54;
font-family:Helvetica;
}
a.common_links{
color:rgb(215,92,73);
text-decoration:none;
font-size:10.5px;
}
a:hover.common_links{
color:rgb(215,92,73);
text-decoration:underline;
font-size:10.5px;
color:#666;
}
.create_buttons{
background-color:rgb(106,26,65);

color:white;
height:30px;
font-size:14px;
text-align:center;
padding-bottom:2px;
border:0px;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-family:Helvetica;
}
.create_buttons1{
background-color:rgb(106,26,65);
color:white;
height:30px;
font-size:14px;
text-align:center;
padding-bottom:2px;
border:0px;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-family:Helvetica;
font-weight:normal;
}
.create_buttons2{
background-color:rgb(106,26,65);
color:white;
font-size:12px;
text-align:center;
padding-bottom:1.5px;
border:0px;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-family:Helvetica;
height:22px
}
.list_rows{
/*background-color:#F26D54;*/
background-color:#F7F2EE;
filter:alpha(opacity=100); 
opacity:1;
color:#333;
height:30px;
text-align:center;
font-size:10.5px;

}
.list_row_header{
background-color:#EF4126;
color:white;
height:30px;
text-align:center;
font-size:12px;
}
.form_label{
color:#6D7075;
font-size:12px;
font-weight:bold;
}
.form_label_small{
color:#666;
font-size:10px;
font-weight:normal;
font-family:Helvetica

}
.form_values{
color:#808285;
font-size:10.5px;
font-family:Helvetica;
}
.form_error_style{
color:red;
font-size:12px
}
.history_txtboxes{
width: 200px;
height:15px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285;
font-family:Helvetica;
}
.common_txtboxes{
width: 330px;
height:35px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285;
font-family:Helvetica;
}
.common_datebox{
width:100px;
height:15px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
}
.common_textarea{
color:#808285;
font-size:12px;
font-weight:normal;
width:340px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-family:Helvetica;
}
.common_dropdown{
width: 330px;
height:35px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#333;
}
.common_form_label_big{
color:#666;
font-size:12px;
font-family:Helvetica;
font-weight:bold;
}
.common_form_label_small{
color:#666;
font-size:10px;
font-family:Helvetica;
font-weight:normal;
}
.common_txtboxes_small{
width: 200px;
height:20px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285;
font-family:Helvetica;
}
.common_color_txtboxes{
width: 75px;
height:20px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285;
font-family:Helvetica;
}
.common_datebox2{
width:120px;
height:20px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
}
.content_table_fromtop{
margin-top:5px;
width:100%;
}
#thanks_msg_content{
margin-top:150px;
}

/****common*****/

/***create message******/
.msg_cornertable{
border:2px solid #EF4136;
/*border:1px solid #FCD6CF;*/
/*-moz-border-radius: 10px;
border-radius: 10px;*/
width:100%;
margin-top:10px;
background-color:#FAE6D9;
}
.msg_form_label{
color:#6D7075;
font-size:12px;
font-weight:bold;
font-family:Helvetica;
}
/***create message******/

/***company profile*****/
.com_pro_form_label{
color:#6D7075;
font-size:12px;
font-weight:bold;
font-family:Helvetica;
}
.com_pro_textboxes{
width: 330px;
height:35px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285;
font-family:Helvetica;
}
.com_pro_textarea{
color:#808285;
font-size:12px;
font-weight:normal;
width:340px;
border:1px solid #ccc;
font-family:Helvetica;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-family:Helvetica;
}
.poket_dropdown{
width: 340px;
height:35px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285;
}
.poket_dropdown_small{
width: 200px;
height:25px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285;
}

.com_pro_dropdown{
width: 330px;
height:35px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:bold;
padding:5px 5px 5px 5px;
color:#666;

}

/***company profile*****/

/*****Voucher******/
.vc_form_labels{
color:#6D7075;
font-size:10.5px;
font-weight:normal;
font-family:Helvetica;
}
.vc_form_values{
color:#333;
font-size:12px;
font-family:Helvetica;
}
.vc_textboxes{
width: 330px;
height:35px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285
}
.poket_ccode_textboxe{
width: 50px;
height:35px;
border:1px solid #ccc;
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285
}
.poket_mobile_textboxe{
width: 265px;
height:35px;
border:1px solid #ccc;
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285
}

.vc_small_textboxes{
width: 200px;
height:35px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
color:#808285
}

.vc_textarea{
color:#666;
font-size:12px;
font-weight:bold;
width:330px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-family:Helvetica;
}
.vc_small_textarea{
color:#666;
font-size:12px;
font-weight:bold;
width:210px;
border:1px solid #ccc;
font-family:Helvetica;
}

.vc_prv_title{
color:#333;
font-size:24px;
font-family:Helvetica;
}
.vc_steps{
font-size:12px;
font-family:Helvetica;
font-color:#666;
font-weight:bold
}
.vc_steps_current{
font-size:12px;
font-family:Helvetica;
color:#F00;
font-weight:bold
}
.vc_form_label_small{
color:#6D7075;
font-size:10.5px;
font-weight:normal;
font-family:Helvetica
}
.vc_form_label_big{
color:#ef4136;
font-size:14px;
font-weight:bold;
font-family:Helvetica
}
.steps_form_label_big{
color:#999;
font-size:16px;
font-weight:normal;
font-family:Helvetica
}
h1{
color:#EF4136;
padding-top:12px;
font-size:38px
}

.vc_form_values_bold{
color:#808285;
font-size:12px;
font-family:Helvetica;
font-weight:normal;
}


/*****Voucher******/

/******Outlets*******/
.outlet_info_box{
width:100px;
height:50px;
text-align:center;
color:#333;
font-size:24px;
font-family:Helvetica;
}
.outlet_code{
width:50px;
height:30px;
color:#333;
font-size:12px;
font-family:Helvetica;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/

}
.hintTextbox{ 
width:75px;
height:30px;
font-size:12px;
font-family:Helvetica;
border:1px solid #ccc;
color: #888; 
}
.hintTextboxActive{ 
width:75px;
height:30px;
font-size:12px;
font-family:Helvetica;
border:1px solid #ccc;
color: #000; 
}

.outlet_area_code{
width:75px;
height:30px;
color:#333;
font-size:12px;
font-family:Helvetica;
border:1px solid #ccc;
}
.outlet_phone_no{
width:200px;
height:30px;
color:#333;
font-size:12px;
font-family:Helvetica;

border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/

}

/******Outlets*******/

/****Offers*****/
.offer_datebox{
width:120px;
height:35px;
border:1px solid #ccc;
-moz-border-radius: 5px;
border-radius: 10px;
font-size:12px;
font-weight:normal;
padding:5px 5px 5px 5px;
}
.offer_file_browse{
width: 330px;
height:35px;
border:1px solid #ccc;
-moz-border-radius: 5px;
border-radius: 10px;
font-size:12px;
font-weight:bold;
padding:5px 5px 5px 5px;
color:#666;
z-index: 2;
}
input.offer_file_browse{
background-color:#cc0000;
height:35px;
border:0px

}
/****Offers*****/

/**Reward Points box***/
.rwd_ptbox{
width: 100px;
height:35px;
border:1px solid #ccc;
/*
-moz-border-radius: 5px;
border-radius: 10px;
*/
font-size:12px;
font-weight:bold;
padding:5px 5px 5px 5px;
color:#666
}

/**Reward Points box***/

/*****paging*****/
.page_table a{
color:rgb(233,114,96);
text-decoration:none;
font-size:12px;
}
.page_table a:hover{
text-decoration:underline;
font-size:12px;
color:#666;
}
.page_table td{
color:#666;
font-size:12px;
}
/*****paging*****/

/**thanks page***/
.thanks_msg_text{
color:rgb(233,114,96);
font-size:18px;
font-weight:bold;
}
/**thanks page***/

/*bday voucher*/

.bdayvc_multiple_drop{
width:200px;
height:50px
}
#content_table{
margin-top:25px;
}
#add_table_id{
width:600px;
}


/****copyright*******/
.copyright_text{
color:#999;
font-size:10px;
}
/****copyright*******/




