

h2
{
	text-align: left;
}

h2 a span
{
	font-size: 12px;
	text-decoration: underline;
	padding-left: 20px;
	float: right;
	font-weight: bold;
}



table.coupon_filter input,
table.coupon_filter select
{
	font-size:11px;
}

table.coupon_filter td
{
	padding-bottom: 7px;
}

table#coupon_view
{
border: 1px solid #ccc;
}  
table#coupon_view a
{
  text-decoration: none;
}

table#coupon_view td,
table#coupon_view th
{
  padding: 1px 3px;
}  

table#coupon_view th
{
  background: #ccc;    
}  


#searchDiv {
	font-size:11px;
}

#searchDiv #advancedSearchDiv {
 font-variant: small-caps;
}

#searchDiv .searchFormRow {
	padding: 6px 0;
}

#searchDiv .searchFormRow:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#searchDiv #simpleSearchDiv {
 font-variant: small-caps;
}

#searchDiv #simpleSearchDiv:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#searchDiv .searchField {
	float: left;	
	padding-right: 5px;
}

#searchDiv .subContainer {
	padding: 2px 7px;
}
#searchDiv .subContainer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#searchDiv .searchField .subField {
	float: left;
	padding-right: 10px;
}
#searchDiv .searchField .subField:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

table.front td,
table.box td,
table.syndicate td
{
font-size: 120%;
}  


div.dsmc_pager
{
width: 99%;
background: #e5e5e5;
border:1px solid #ccc;
padding:2px 5px;
font-size: 110%;
}  
div.dsmc_pager a
{
  text-decoration: none;
}

div.view_option
{
float: right; 
}


.form_submit
{
font-size: 12px !important;
}



/*
* WP Admin updated alert block
*/

.updated,
.error {
border-width: 1px;
border-style: solid;
padding: 0 0.6em;
margin: 5px 15px 2px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.updated p,
.error p {
margin: 0.5em 0;
line-height: 1;
padding: 2px;
}

.wrap .updated {
margin: 5px 0 15px;
}

.updated {
background-color: #ffffe0;
border-color: #e6db55;
}

.update-message {
color: #000000;
}



#messageBoardContainer {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background-color: #eeeeee; 
	padding: 10px; 
	max-width: 1050px;
}

#messageBoardContainer h3{
	float: left;
	padding: 0;
	margin: 0;
}

.dsm_x {
	display: block;	
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	background-color: #cccccc;
	border-color: #e6db55;
	width: 21px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
font-size: 13px;
font-family: arial;
}

a.dsm_x:hover {
	background-color: #990000;
	color: white;
}

a.dsm_x span{
	display: block;
	padding-left: 6px;	
	margin-top: 2px;	
}

#messageBoardList .liveon{
	font-size: 48px;
	font-family: arial;
	color: #00cc00;
}
#messageBoardList .liveoff{
	font-size: 48px;
	font-family: arial;
	color: #cc0000;
}

#messageBoardList {
	width: 1100px;
}
#messageBoardList td {
	padding: 5px; 
}
#messageBoardList th {
	padding: 5px;
	text-align: left;	
	background-color: #eeeeee;
}

.ReportCouponDiv {
	position: relative;
	width: 0;
	height: 0;
}
.ReportCouponContainer {
	padding: 10px;
	z-index: 99999999;
	background-color: #cccccc;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow: 0px 3px 35px #999;
	-webkit-box-shadow: 0px 3px 35px #999;
	box-shadow: 0px 3px 35px #999;
	border-radius: 9px;
	width: 300px;
	position: absolute;
	left: 18px;
	top: -150px;
	min-height: 300px;
	text-align: left;
	font-size: 12px;
	color: black;
	font-family: arial;
}

.ReportCouponContainer h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0;
	color: black;
	text-transform: uppercase;
}

.ReportCouponContainer h1 {
	height: 23px;
	background-color: #eeeeee;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.ReportCouponContainer .cpTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px; 
}
.ReportCouponContainer select {
	width: 292px !important;
	border: 1px #999999 solid;
	padding: 3px;
}

.ReportCouponContainer input {
	width: 292px !important;
	border: 1px #999999 solid;
	padding: 3px;
}

.ReportCouponContainer .button {
	width: 120px !important;
	border: 1px #999999 solid;
	padding: 3px;
	float: right;
	margin-top: 8px;
	cursor: pointer;
}

.ReportCouponContainer textarea {
	padding: 3px;
	width: 292px !important;
	height: 80px !important;
	border: 1px #999999 solid;
}
.ReportCouponContainer p {
	font-size: 10px;
	font-variant: small-caps;
	color: #000000;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

#ReportCouponMessage {
	padding: 10px;
	z-index: 9999999;
	background-color: #cccccc;
	font-size: 14px;
	font-family: arial;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow: 0px 3px 35px #999;
	-webkit-box-shadow: 0px 3px 35px #999;
	box-shadow: 0px 3px 35px #999;
	border-radius: 9px;
	width: 300px;
	height: 100px;
	position: fixed;
	display: none;
	left: 50%; 
	margin-left: -150px;
	top: 50%; 
	margin-top: -50px;
}

#ReportCouponLoader {
	display: none;
}

#ReportCouponMessage h1 {
	background-color: #eeeeee;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.dsm_window {
	display: none;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 3px 35px #ccc;
    -webkit-box-shadow: 0px 3px 35px #ccc;
    box-shadow: 0px 3px 35px #ccc;
    background-color: #eeeeee;
	position: fixed;
	width: 500px; 
	height: 500px;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -250px;
	padding: 15px;
	z-index: 10000;

}

#dsm_edit_coupon_div {
	display: none;
	margin-top: -300px;
	height: 600px;
}

.dsm_form_field_left {
	float: left;
	width: 50%;
}

.dsm_form_field {
	padding: 2px 0;
	margin: 0;
}

.dsm_form_field  textarea, .dsm_form_field_left textarea 
{
	width: 100%;
	height: 70px;
}

.dsm_form_field input, .dsm_form_field_left input
{
	width: 100%;
}

.dsm_form_fiel h4 {
	font-size: 10px;
	padding: 0;
	margin: 0;

}
#EmailListDiv {
	z-index: 10001;
	width: 600px; 
	height: 500px;
	margin-left: -300px;
}

#EmailListDiv #dsmList{
	background-color: white;
	overflow: auto;
	width: 580px;
	height: 450px;
	padding: 10px;
}


/*----- Date pickter --------*/
#ui-datepicker-div {
    z-index: 10000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 3px 35px #ccc;
    -webkit-box-shadow: 0px 3px 35px #ccc;
    box-shadow: 0px 3px 35px #ccc;
    background-color: #eeeeee;
    border: 1px #cccccc solid;
    padding: 10px;
}

#ui-datepicker-div .ui-datepicker-control {
    display: inline-block;
    width: 100%
}
#ui-datepicker-div .ui-datepicker-control:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#ui-datepicker-div .ui-datepicker-clear {
    float: left;
}
#ui-datepicker-div .ui-datepicker-close {                                                                                              
    float: right;                                                                                                                      
}                                                                                                                                      

#ui-datepicker-div .ui-datepicker-next {                                                                                               
    clear: right;                                                                                                                      
}
#ui-datepicker-div .ui-datepicker-links div{                                                                                           
    width: 52px;                                                                                                                       
    float: left;                                                                                                                       
}
#ui-datepicker-div .ui-datepicker-links .ui-datepicker-next                                                                            
{   
    float: right;                                                                                                                      
}                                                                                                                                      

#ui-datepicker-div .ui-datepicker-header:after {                                                                                       
    content: ".";
    display: block;                                                                                                                    
    height: 0;
    clear: both;
    visibility: hidden;                                                                                                                
}

#ui-datepicker-div .ui-datepicker-header {                                                                                             
    display: inline-block;                                                                                                             
    width: 100%                                                                                                                        
}                                                                                                                                      

#ui-datepicker-div .ui-datepicker-links div a{                                                                                         
    width: 100%
}

#ui-datepicker-div .ui-datepicker-links div a{
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-days-row table{
    border-collapse: collapse;
}

#ui-datepicker-div .ui-datepicker-days-row td{
    text-align: center;
    padding: 3px;
    border: 1px #cccccc solid;
}

#ui-datepicker-div .ui-datepicker-days-row a{
    cursor: pointer;
}
/*----- Content Float Fix -----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

