input[type='text'], input[type="password"], input[type="file"]{
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
}

/**
* CSS workaround to make file input boxes in webkit to display with a white background and gray border
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="file"] {
		background-color: #FFFFFF;
		border: 1px solid #999999;
	}
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid black;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}

a:active {
	text-decoration:none;
	color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #EEEEEE;
}

#globalAdminTitle{
    padding:10px;
    font-size:14px;
    font-weight:bold;
    color:#123456;
}



/* Begin Form Styles */
form.form fieldset {
	margin-bottom: 2px;
	border: 0px;
	font-size: 14px;
}

form.form label {
	display: -moz-inline-box;
	#display: inline-block;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}

form.form fieldset ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form.form fieldset li {
	list-style: none;
	padding: 2px;
	margin: 0px;
}

form.form label {
	width: 140px;
}

form.edituser label {
	width: 200px;
}

form.edituser input[type='text'] {
	width: 200px;
}

form.edituser select {
	width: 200px;
}

form.edituser textarea {
	width: 200px;
}

h1.login {
	font-size: 36px;
}

form.login label {
	font-size: 18px;
}

form.login input {
	font-size: 18px;
}


.hiddenForm form {
	display: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/* End Form Styles */



div.container {
	margin-left:10px;
	text-align:left;
}
body {
	font: 80% arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	margin: 0;
}	
#header {
	background: #456789;
	color: #FFFFFF;
}
#nav {
	border-top: 1px solid #012345;
	border-bottom: 1px solid #012345;
	float: center;
	width: 100%;
	background: #123456;
}
#content {
	margin-left: 150px;
}
#footer {
	/*clear: left;*/
	background: #456789;
	color: #FFFFFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
}
#footer p {
	margin: 0;	
}
table.view{
	border:1px solid #CCC;
	width:500px;
	float:center;
	font: 70%;
}
table.view td{
	text-align:center;
}
table.table{

	border:1px solid #456789;
	width:80%;
	text-align: center;
	padding: 0px;
	font: 60%;
}

table.form{
	border: 1px solid #456789;
	width: 80%;
	float: center;
	font: 70%;
}
table.form td{
	text-align:left;
	border-bottom:1px solid #CCC;
}
input.radio{
	background: #FFF;
	border:1px solid #000;
}
textarea{
	background: #FFF;
	border:1px solid #000;
}
select{
	background: #FFF;
	border:1px solid #000;
}
radio{
	border:1px solid #000;
}
table.reportTable {
	font-size:12px;
	font-family:arial, sans-serif;
	color:#000000;
	background-color:#eeeeee;
	border: 1px solid #CCCCCC;
}

.reportTable a {
	color: #0c83da;
	font-weight: bold;
	text-decoration:none;
}

.reportTable a:active {
	text-decoration:none;
	font-weight: bold;
	color:#CB2127;
}
.reportTable a:visited {
	color:#0c83da;
	font-weight: bold;
	text-decoration:none;
}
.reportTable a:hover {
	font-weight: bold;
	color: #cb2127;
}

.reportTable_info{

	font-weight: bold;
	font-size: 11px;
	
} 

.report_activeBar{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

table.reportTable td{
	border: 1px solid #CCCCCC;
}

.summary {
	font-size:12px;
	font-family:arial, sans-serif;
}

.row_alt1 {
	background: #DDCCBB;
}

.row_alt2 {
	background: #CCBBAA;
}

.alignRight {
	text-align: right;
	margin: 0px auto;
	padding: 0px;
}

.alignLeft {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
/* ######### Style for Tab Interface itself ######### */

.shadetabs{
	border: 0px;
	margin: 0px;
	padding-left: 10px;
	
}

.shadetabs ul{
	padding: 2px 0;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #FFFFFF;
}

.shadetabs li a{
	text-decoration: none;
	padding: 2px 10px;
	margin-right: 0px;
	border: 0px solid #012345;
	background: #123456;
	color: #FFFFFF;
}

.shadetabs li a:visited {
	color: #FFFFFF;
}

.shadetabs li a:hover {
	text-decoration: none;
	background-color: #456789;
	color: #FFF;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #FFF;
	background: #456789;
}

.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	background: #456789;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #456789; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: #123456;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #012345; /*THEME CHANGE HERE*/
	padding: 1px 0;
	text-decoration: none;
	
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #456789;
	color: #EEE;
}

.tblbg_header {
	background: #123456;
	color: #FFFFFF;
}

/*					//
//	Opt In Styles	//
//			-Nick	*/

#progamSelect {
	height: 100px;
	width: 300px;
	border: thin solid #012345;
	text-align: center;
	margin: 0px auto;
	background: #FFFFFF;
}

.adminTitle {
	margin: 0px auto;
	text-align: center;
	font-size: 14pt;
	color: #FFFFFF;
	background: #123456;
	height: 25px;
	border-bottom: 1px solid #012345;
}
	


#optin-Wrapper {
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
}

#optin-SearchWrap {
	margin: 0px auto;
	padding: 5px;
	height: 75px;
	text-align: center;
	border: 1px solid #012345;
	background: #456789;
}

.optin-Search {
	margin: 0px auto;
	width: 610px;
	text-align: center;
}
	
	.optin-Left {
		clear: both;
		float: left;
		width: 250px;
		text-align: right;
		padding-right: 5px;
		padding-top: 5px;
		color: #FFFFFF;
	}
	
	.optin-Right {
		float: left;
		width: 250px;
		text-align: left;
	}
	
#optin-Message {
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 14pt;
}

#optout-List {
	margin: 0px auto;
	text-align: center;
	margin-top: 25px;
}

.optout-Table {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 744px;
	border: 1px solid #012345;
}

.optout-Title {
	margin: 0px auto;
	padding: 0px;
	background: #123456;
	color: #FFFFFF;
	text-align: left;
	height: 25px;
}
	.optout-Title TH {
		padding-left: 5px;
		padding-top: 3px;
		border-bottom: 2px solid #012345;
	}

.optout-Data-1 {
	background: #DDDDBB;
	color: #012345;
	text-align: left;
}

.optout-Data-2 {
	background: #ABCDEF;
	text-align: left;
}

	.optout-Data-1 TD {
		padding-left: 5px;
		height: 25px;
	}
	
	.optout-Data-1 a {
		color: #000000;
		background: #FFFFFF;
		border: 1px solid #000000;
		padding: 1px 5px;
		font-size: 11px;
	}
	
	.optout-Data-1 a:hover {
		color: #000000;
		background: #FFFFFF;
	}
	
	.optout-Data-2 TD {
		padding-left: 5px;
		height: 25px;
	}
	
	.optout-Data-2 a {
		color: #000000;
		background: #FFFFFF;
		border: 1px solid #000000;
		padding: 1px 5px;
		font-size: 11px;
	}
	
	.optout-Data-2 a:hover {
		color: #000000;
		background: #FFFFFF;
	}
	
	
	/* Rob's Stuff Used in Merchant Dashboard	*/
	/* Minor additions - Nick					*/
	
	.dashcontainer {
		width: 100%;
		margin: 0px auto;
		text-align: center;
	}
	
	.dashlink a {
		color: #0c83da;
		font-weight: bold;
		text-decoration:none;
	}
	
	.dashlink a:active {
		text-decoration:none;
		font-weight: bold;
		color:#CB2127;
	}
	.dashlink a:visited {
		color:#0c83da;
		font-weight: bold;
		text-decoration:none;
	}
	.dashlink a:hover {
		font-weight: bold;
		color: #cb2127;
	}
	
	.wrapper {
		margin: 0px auto;
		padding: 10px;
		width: 95%;
		margin-bottom: 30px;
	}

	.row {
		clear: both;
		margin: 0px auto;
	}
	
	.good_highlight{
		background-color: #00FF00;
	}
	
	.col_header {
		background: #123456;
		border-top: 1px solid #012345;
		border-bottom: 1px solid #012345;
		font-size: 18px;
		margin-bottom: 5px;
		color: #ABCDEF;
		text-align: left;
		padding: 5px;
		padding-left: 25px;
		font-weight: bold;
	}
	.col_left {
		float: left;
		width: 30%;
		border: 0px solid black;
		font-size: 14px;
		margin-bottom: 1px;
		text-align: right;
		padding: 3px;
	}
	.col_right {
		float: right;
		width: 68%;
		border: 0px solid black;
		font-size: 14px;
		margin-bottom: 1px;
		text-align: left;
		padding: 3px;
	}
	.col_subheader {
		text-align: left;
		border: 0px solid black;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 5px;
		border-top: 1px solid #123465;
		border-bottom: 1px solid #123456;
		background: #456789;
		position: relative;
		top: -5px;
		padding: 3px;
		padding-left: 50px;
		color: #FFFFFF;
	}
	.col_bigcol {
		text-align: center;
		width: 100%;
		padding: 0px;
		border: 0px solid black;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.col_bigcol_left {
		width: 650px;
		border: 0px solid black;
		font-size: 14px;
		margin: 0px auto;
		margin-bottom: 5px;
		text-align: center;
	}
	.col_bigcol_list {
		text-align: left;
	}
	.notes {
		font-size: 12px;
		color: #666666;
	}
	.wrapper2 {
		margin: 0px auto;
		text-align: center;
		width: 400px;
		border: 1px solid black;
	}
	
	.row2 {
		clear: left;
		height: 40px;
		width: 106px;
		border: 1px solid red;
	}
	
	.col2 {
		float: left;
		border: 1px solid blue;
		width: 25px;
	}
	
	.right {
		float: right;
		height: 75px;
	}
	
	#tables {
		width: 600px;
		margin: 0px auto;
	}
	
	.th {
		background: #123456;
		color: #FFFFFF;
	}
	
	.user_table {
		border: 1px solid #456789;
		background:#123456; 
		color:#fff; 
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
	}

	/* End Rob's Stuff */
	
	/* PJN Category Stuff*/
	
	.pjnCat_leftCell {
		text-align:left;
		width:400px;
	}
	
	.pjnCate_rightCell {
		text-align:center;
		width:200px;
	}
	
	.ajaxMessage {
		/*display: none;*/
		margin: 0px auto;
		padding: 3px;
		text-align: center;
		border: 1px solid #012345;
		background: #ABCDEF;
		color: #012345;
		font-size: 12px;
		font-weight: bold;
		width: 600px;
		cursor:pointer;cursor:hand;
	}
	
	/* End PJN Category Stuff*/
	
	/* breadcrumb */
	.trail {
		padding: 5px;
		font-size: 10px;
	}
	
	.trail a {
		color: #123456;
		font-weight: bold;
		text-decoration:none;
	}
	
	.trail a:active {
		text-decoration:none;
		font-weight: bold;
		color:#CB2127;
	}
	.trail a:visited {
		color:#123456;
		font-weight: bold;
		text-decoration:none;
	}
	.trail a:hover {
		font-weight: bold;
		color: #cb2127;
	}
	
	/* end breadcrumb */
	
	/* Searchbox */
	
	.searchbox {
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		
	}
	
	.searchbox input{
		font-weight: normal;
		width: 150px;
	}
	
	.searchbox select {
		width: 150px;
	}
	
	/* End Searchbox */
	
	.tableLinks a {
		color: #000000;
		text-decoration: none;
		padding: 1px 5px;
		background: #FFFFFF;
		border: 1px solid black;
	}
	
	.tableLinks a:visited {
		color: #000000;
		text-decoration: none;
		padding: 1px 5px;
		background: #FFFFFF;
		border: 1px solid black;
	}
	
	.tableLinks a:hover {
		color: #123456;
	}
	
	.error {
		display: none;
		margin: 5px;
		padding: 5px;
		text-align: center;
		border: 2px solid #012345;
		background: #ABCDEF;
		color: #012345;
		font-size: 18px;
		font-weight: bold;
	}
	
	.paramError {
		text-align: center;
		color: #f00;
		font-size: 18px;
	}
	
	.success {
		margin: 5px;
		padding: 5px;
		text-align: center;
		border: 2px solid #012345;
		background: green;
		color: white;
		font-size: 18px;
		font-weight: bold;
	}
	
	.roleLi {
		width:200px;
		text-align: left;
	}
	
	/*rounded corners*/
	.RoundCorners{display:block}
	
	.RoundCorners *{
	  display:block;
	  height:1px;
	  overflow:hidden;
	  font-size:.01em;
	  background:#456789
	}

	.RoundCorners1{
	  margin-left:3px;
	  margin-right:3px;
	  padding-left:1px;
	  padding-right:1px;
	  border-left:1px solid #afbdcc;
	  border-right:1px solid #afbdcc;
	  background:#738da6
	}

	.RoundCorners2{
	  margin-left:1px;
	  margin-right:1px;
	  padding-right:1px;
	  padding-left:1px;
	  border-left:1px solid #eceff3;
	  border-right:1px solid #eceff3;
	  background:#68839f
	}
	
	.RoundCorners3{
	  margin-left:1px;
	  margin-right:1px;
	  border-left:1px solid #68839f;
	  border-right:1px solid #68839f;
	}
	
	.RoundCorners4{
	  border-left:1px solid #afbdcc;
	  border-right:1px solid #afbdcc
	}
	
	.RoundCorners5{
	  border-left:1px solid #738da6;
	  border-right:1px solid #738da6
	}
	
	.RoundCornersfg{
	  background:#456789
	}
	/*END rounded corners*/

/* Blue on White rounded corners */	
	.adminBlueonWhite{display:block}
.adminBlueonWhite *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#123456}
.adminBlueonWhite1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #99a7b6;
  border-right:1px solid #99a7b6;
  background:#4d6680}
.adminBlueonWhite2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e7eaee;
  border-right:1px solid #e7eaee;
  background:#3f5a76}
.adminBlueonWhite3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #3f5a76;
  border-right:1px solid #3f5a76;}
.adminBlueonWhite4{
  border-left:1px solid #99a7b6;
  border-right:1px solid #99a7b6}
.adminBlueonWhite5{
  border-left:1px solid #4d6680;
  border-right:1px solid #4d6680}
.adminBlueonWhitefg{
  background:#123456}

	
	
	
#method_table td {
	border:1px solid #666;
	padding:0 3px;
}

#advanced_method_div td {
	border:0;
}

#method_table td a {
	color:blue;
	text-decoration:underline;
}

.genericPopup{
	border:5px solid #999999;
	background-color: #456789;
	padding:5px;
	color:#FFFFFF;

}

/* Affiliate Review */
#affiliateReviewResults{
	width:950px;
	margin: 0px auto;
}
	#affiliateReviewResults table{
		border:1px solid #456789;
		padding:0px;
		border-spacing:0px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}
	#affiliateReviewResults table tr.header{
		background:#456798;
		color:#FFFFFF;
		font-weight:bold;
		padding:5px;
	}
	#affiliateReviewResults table tr.header td{
		padding:5px;
	}
.affiliateReviewPagination{
	text-align:right;
	padding:10px;
}
.affiliateReviewInput{
	border:1px solid #123456 !important;
}



/* Popup Class */

.genericPopup {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;

	border: thick solid #456789;
	overflow: hidden;
	padding: 5px 5px 5px 5px;

}

/* Tool Tip Generic */
#user_info_main{
	background:#456789;
	border:2px solid #123456;
	color:#FFFFFF;
	padding:10px;
	overflow:auto;
	width:200px;
	text-align:center;
}


/* Prototype Control */
#control_overlay {  
    background-color:#000;  
} 
 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
} 
 
.tooltip {  
    border:1px solid #000;  
    background-color:#fff;  
    height:25px;  
    width:200px;  
    font-family:"Lucida Grande",Verdana;  
    font-size:10px;  
    color:#333;  
} 
 
.simple_window {  
    width:250px;  
    height:50px;  
    border:1px solid #000;  
    background-color:#fff;  
    padding:10px;  
    text-align:left;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
} 
 
.window {  
    background-image:url("/stylesheets/window_background.png");  
    background-position:top left;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    padding:10px;  
    font-family:"Lucida Grande",Verdana;  
    font-size:13px;  
    font-weight:bold;  
    color:#fff;  
    text-align:center;  
    min-width:150px;  
    min-height:100px;  
} 
 
.window .window_contents {  
    margin-top:10px;  
    width:100%;  
    height:100%;      
} 
 
.window .window_header {  
    text-align:center;  
} 
 
.window .window_title {  
    margin-top:-7px;  
    margin-bottom:7px;  
    font-size:11px;  
    cursor:move;  
} 
 
.window .window_close {  
    display:block;  
    position:absolute;  
    top:4px;  
    left:5px;  
    height:13px;  
    width:13px;  
    background-image:url("/stylesheets/window_close.gif");  
    cursor:pointer;  
    cursor:hand;  
}

.modal {
    border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 2px 5px #fff;
	-webkit-box-shadow: 0px 2px 8px #222;
}

.modal .element {
	margin-bottom: 4px;
}

.modal .element label {
	float:  left;
	text-align: right;
	width: 100px;
	font-weight:  bold;
	padding-right: 10px;
	
}



.modal .form-action {
    margin-top: 10px;
	float: right;
}

.modal .element a.cancel {
	color:  #4c4c4c;
	text-decoration: underlined;
	margin: 3px;
}


/* Zend Pagination View Helper */
div.pagination{
	border:1px solid #CCC;
	padding:2px;
	overflow:hidden;
	color:#123456;
	font-size:11px;
}
	div.pagination ul{
		overflow:hidden;
		margin:0px auto;
		float:right;
	}
	div.pagination ul li{
		list-style-type:none;
		float:left;
		padding:2px;
	}
	div.pagination ul li a{
		text-decoration:none;
		padding:5px;
		color:#123456;
	}
	div.pagination .current{
		color:#fb9902;
	}
	div.pagination .disabled{
		color:#999999;
	}
	div.pagination div.results{
		float:left;
		padding:2px;
		color:#123456;
	}


.individualSWResult{
	padding:4px;
	cursor:pointer;
	#border:1px solid #333;
	margin:4px 2px 4px 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:block;
	color:#EEE;
	#width:200px;
	
	background: #547da5; /* Old browsers */
	background: -moz-linear-gradient(top, #547da5 0%, #456789 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#547da5), color-stop(100%,#456789)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #547da5 0%,#456789 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #547da5 0%,#456789 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #547da5 0%,#456789 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#547da5', endColorstr='#456789',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #547da5 0%,#456789 100%); /* W3C */
}
	.individualSWResult:hover{
		background: #5b8bb2; /* Old browsers */
		background: -moz-linear-gradient(top, #5b8bb2 0%, #50799e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b8bb2), color-stop(100%,#50799e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #5b8bb2 0%,#50799e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #5b8bb2 0%,#50799e 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #5b8bb2 0%,#50799e 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b8bb2', endColorstr='#50799e',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #5b8bb2 0%,#50799e 100%); /* W3C */
		color:#FFF;
	}
	
.searchWidgetInner{
	max-width:240px;
	#width:240px;
	position:absolute;
	z-index:99999;
	border:2px solid #456789;
	background:#123456;
	padding:10px;
	margin-top:5px;
	#margin-top:-10px;
}
	.searchWidgetInner input[type='text'] {
		border:1px solid #999;
	}


.searchWidgetResults{
	padding:0px 2px 0px 2px;
	max-height:200px !important;
	overflow-y:auto;
	overflow-x:hidden;
	margin-top:5px;
}

.searchWidgetResults::-webkit-scrollbar{
	width: 8px;
}
.searchWidgetResults::-webkit-scrollbar-button:start:decrement,
.searchWidgetResults::-webkit-scrollbar-button:end:increment  {
	display: block;
	background-color: transparent;
	height:0px;
}

.searchWidgetResults::-webkit-scrollbar-track-piece  {
	background-color: #184A75;
	-webkit-border-radius: 6px;
}

.searchWidgetResults::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #456789;
	-webkit-border-radius: 7px;
}
