/**** Affiliate View CSS When embedded on a WordPress page ****/
.wp_aff_error_msg{
color:red;
font-weight: bold;
}
#wp_aff_inside img{
border:none;
margin:0;
}
.wp_aff_clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.wp_aff_success{
color:green;
font-weight:bold;
}
/*** WP Affiliate view nav ***/
#wp_aff_nav{
display: block;
overflow: hidden;
border: 3px solid #DDD;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:5px 0 0 0;
margin:10px 0;
}
#wp_aff_nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#wp_aff_nav ul li {
list-style: none;
background:none;
float: left;
font-size:13px;
margin:2px;
padding: 5px 10px;
}
#wp_aff_nav ul li a{
font-weight:bold;
text-decoration: underline;
list-style: none;
background:none;
}
#wp_aff_nav li:hover {
ursor:hand;
}
/*** sub navigation ***/
#subnav a, #subnav a:visited {
  padding: 0px 18px 0px 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 1px;
  font-family: Georgia, Arial, Helvetica;
}
#subnav a:hover {
  text-decoration: none;
}
#subnav li {
  float: left;
  list-style:none;
}
/*** affiliate view body ***/
#wp_aff_inside {
  border: 3px solid #DDD;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 10px 20px 10px;
  text-align: center;
  margin:0 0 10px 0;
  width:95%;
  word-wrap:break-word;  
}
.wp_aff_title {
  font-family: Times New Roman, Georgia, Arial;
  font-size: 24px;
  font-weight: normal;
  color: #0F548B;
  border-bottom: 1px solid #EEE;
  text-align: left;
  padding: 0px 0px 5px 20px;
  margin: 0px 0x 10px 0px !important;
}
#wp_aff-index-body{
  text-align: left;
  float: left;
  margin: 10px 0px 0px 0px;
}
#wp_aff_footer{
  display:block;
  padding: 3px 10px 3px 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 15px 0px 0px 0px;
  margin-bottom: 20px;
  border: 3px solid #DDD;
  width:95%;
  word-wrap:break-word;
}

.tableheader {
  padding: 3px 0px 3px 0px;
  text-align: center;
  background: #EEE;
  border-bottom: 1px solid #CCC;
  color: #147;
}
#reports {
  text-align: center;
  margin: 0 auto;
}
#reports th {
  background: #4780AE;
  border-bottom: 1px solid #222;
  color: #FFF;
}
.reportscol {
  border-bottom: 1px solid #CCC;
}
.col1 {
  width: 25%;
}
.col2 {
  width: 35%;
}
.col3 {
  width: 40%;
}
.dp-choose-date{
padding-left:5px;
}
a.dp-choose-date {
padding-left:5px;
color:#0066CC;
}
#update_user {
  width: 400px;
  margin: 0 auto;
  text-align: right;
  padding-right: 100px;
}
.user-edit, .user-select, .loginform #txtbox, #regForm input[type="text"], #wp_aff_txtbox, #dateform input[type="text"]{
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;  
	margin:3px;
}
.user-edit {
  width: 200px !important; 
}
.user-select {
  width: 208px !important;
}
.button {
  font-size: 12px;
  padding: 3px 30px 3px 30px !important;
  color: #fff;
  font-weight: bold;
  background: #009AF5;
  border-left: 1px solid #5EC3FF;
  border-top: 1px solid #5EC3FF;
  border-right: 1px solid #048BDB;
  border-bottom: 1px solid #048BDB;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 3px;
  margin-top: 5px;
  cursor: pointer;
}
.button:hover{
background: #39B1FA;
}

/*** Start ads view ***/
#gallery{
    border-color:#DFDFDF;
    border-spacing:0;
    border-style:solid;
    border-width:1px;
    clear:both;
    margin:0;
    width:100%;
}
#gallery thead tr th{
    background:#DFDFDF;
    color:#333333;	
}
#gallery th {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	padding-left: 10px;
}
#gallery td {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	padding-left: 10px;
}
#gallery img {
  width: 129px;
  height: auto;
  border: 2px solid #C0C0C0;
  margin: 5px;
}

/*** Start contact form ***/

form#wp_aff_contact{
	background: #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin: 0 auto;
}
form#wp_aff_contact label{
color:#000;
}
form#wp_aff_contact fieldset {
	border: none;
	margin-bottom: 10px;
}
form#wp_aff_contact legend {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #fff;
}
form#wp_aff_contact ol li {
	background: #b9cf6a;
	background: rgba(255,255,255,.3);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form#wp_aff_contact ol ol li {
	background: none;
	border: none;
	float: left;
}

form#wp_aff_contact label {
	float: left;
	font-size: 13px;
	width: 110px;
}

/*** Start Index page ***/
#aff-box-content{
display: block;
margin-left: auto;
margin-right: auto;
width: 300px; 
padding: 10px;
}
.wp-aff-box{
float:left;
border:1px solid #ccc;
margin:4px;
}
#aff-box-action {
  width:122px;
  background-color: #EEE;
  color:#000;
  padding: 5px;
  height: 46px;
  border:1px solid#ddd;
  font-size:18px;
}
#aff-box-action a{
color:#000;
}
#aff-box-action:hover {
  background-color: #DDD;
}
.action-head{
padding-top:10px;
}


/*** Start Login screen ***/
.loginform #txtbox {
  font: bold 16px arial;
  color: #333;
}
.loginform {
  margin-left: auto;
  margin-right: auto;	
  width:400px;
  margin-top:10px;
  font: 16px normal arial;
  font: normal 12px arial, verdana;
  padding: 3px;
  border: 1px solid #CAE4FF;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.error {
  font-size: 12px;
  font-weight: bold;
  color: #c00 !important;
  padding: 5px !important;
}
/*** Start sign up form ***/
#regForm {
  margin: 0 auto;
  padding: 3px;
  font: normal 12px arial, verdana;
  border: 1px solid #CAE4FF;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  padding: 5px 5px 0px 50px;
}
#regForm input{
  width: 200px;  
}
#regForm input[type='checkbox']{
  width: 30px;  
}
/* Lightbox
*******************************************************************************/
#jquery-overlay {
position:absolute;
top:0;
left:0;
z-index:90;
width:100%;
height:500px
}

#jquery-lightbox {
position:absolute;
top:0;
left:0;
width:100%;
z-index:100;
text-align:center;
line-height:0
}

#jquery-lightbox a img {
border:none
}

#lightbox-container-image-box {
position:relative;
background-color:#fff;
width:250px;
height:250px;
margin:0 auto
}

#lightbox-container-image {
padding:10px
}

#lightbox-loading {
position:absolute;
top:40%;
left:0;
height:25%;
width:100%;
text-align:center;
line-height:0
}

#lightbox-nav {
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
z-index:10
}

#lightbox-container-image-box > #lightbox-nav {
left:0
}

#lightbox-nav a {
outline:none
}

#lightbox-nav-btnPrev,#lightbox-nav-btnNext {
width:49%;
height:100%;
zoom:1;
display:block
}

#lightbox-nav-btnPrev {
left:0;
float:left
}

#lightbox-nav-btnNext {
right:0;
float:right
}

#lightbox-container-image-data-box {
font:10px Verdana, Helvetica, sans-serif;
background-color:#fff;
line-height:1.4em;
overflow:auto;
width:100%;
margin:0 auto;
padding:0 10px
}

#lightbox-container-image-data {
color:#666;
padding:0 10px
}

#lightbox-container-image-data #lightbox-image-details {
width:70%;
float:left;
text-align:left
}

#lightbox-image-details-caption {
font-weight:700
}

#lightbox-image-details-currentNumber {
display:block;
clear:left;
padding-bottom:1em
}

#lightbox-secNav-btnClose {
width:66px;
float:right;
padding-bottom:.7em
}