/* @override http://natemac.local/~natecroft/online_coupons/back_end/oc_admin_global.css */

/* Online Coupons Administration Backend Styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #0092df;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#content_container {
	width: 750px;
	min-height: 350px;
	padding-left: 37px;
	padding-right: 37px;
	background: url(../images/extender_fill.gif) repeat-y;
}

#content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

#coupon_container {
    width: 650px;
	height: 280px;
	z-index: 2;
	/*background-image: url(../images/blank-cert-640.jpg);*/
	margin-bottom: 5px;
}

#coupon_table {
	z-index: 3;
	position: relative;
	width: 591px;
	height: 250px;
	top: -275px;
}

#establishments a {	
	color: #ef731c;
}

#establishments a:hover {
	color: #1657a2;
}

#distributors a {	
	color: #ef731c;
}
#distributors a:hover {
	color: #1657a2;
}

#distributor_search {
	width: 750px;
	height: 100px;
	margin-top: 24px;
	background: url(../images/search_bar.gif) no-repeat;
	padding-top: 15px;
	padding-left: 15px;
}

#establishment_search {
	width: 750px;
	height: 100px;
	margin-top: 24px;
	background: url(../images/search_bar.gif) no-repeat;
	padding-top: 15px;
	padding-left: 15px;
}

#pin_search {
	width: 750px;
	height: 100px;
	margin-top: 24px;
	background: url(../images/search_bar.gif) no-repeat;
	padding-top: 15px;
	padding-left: 15px;
}

.search_title_fields {
	color: #fff;
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
    vertical-align: bottom;
}

#search_table {
	padding-top: 10px;
}


#footer {
	width: 824px;
	height: 143px;
}

/* Typography */

p {
	color: #595959;
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	color: #0054c3;
	font: bold 24px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
}

h2 {
	color: #ff8035;
	font: bold 16px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

h3 {
	color: #fff;
	font: bold 18px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.green_text {
	color: #38bd19;
}

.red_text {
	color: #f41b1a;
}

.big_bold {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

/* Utilitiy Elements */

.float_right {
	display: inline;
	float: right;
}

/* Table Typography */

.basic_table td{
	padding-bottom: 10px;
	color: #595959;
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.basic_table2 td{
	color: #595959;
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.state_input_width {
	width: 35px;
}

.zip_code_width {
	width: 60px;
}

.hundred_percent_wide {
	width: 90%;
}

.expires_width {
	width: 35px;
}

.thirty_percent_align_right_bold {
	width: 30%;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

.seventy_percent td {
	width: 70%;
}

.bold_align_right td {
	font-weight: bold;
	text-align: right;
}

.table_column_head_text {
	color: #fff;
	font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 3px;
    padding-left: 5px;
    border-right: 1px solid #0093e0;
}

.table_type {
	color: #495a5d;
	font: 11px/11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

.table_text_align_left_bold {
	color: #697374;
	font: bold 13px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
}

.table_text_right {
	color: #697374;
	font: 13px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

/* Table Styles */

.table_header_left {
	background: url(../images/table_header_left.gif) no-repeat;
	height: 33px;
	color: #fff;
	font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
	padding-left: 10px;
    border-right: 1px solid #0093e0;
}

.table_header_right {
	background: url(../images/table_header_right.gif) no-repeat right top;
	height: 33px;
	color: #fff;
	font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding-top: 5px;
}

.table_header_middle {
	background: url(../images/table_extender_bg.gif) repeat-x 0 top;
	height: 33px;
	padding-top: 5px;
}

.normal_td_left {
	padding: 3px;
	border-left: 1px solid #0093e0;
	border-right: 1px solid #0093e0;
	border-bottom: 1px solid #0093e0;
}
.normal_td_right {
	padding: 3px;
	border-right: 1px solid #0093e0;
	border-bottom: 1px solid #0093e0;
}
.normal_td_full {
	padding: 3px;
	border-right: 1px solid #0093e0;
	border-left: 1px solid #0093e0;
	border-bottom: 1px solid #0093e0;
}

.color_td_left {
	padding: 3px;
	border-left: 1px solid #0093e0;
	border-right: 1px solid #0093e0;
	border-bottom: 1px solid #0093e0;
	background-color: #b9def5;
}
.color_td_right {
	padding: 3px;
	border-right: 1px solid #0093e0;
	border-bottom: 1px solid #0093e0;
	background-color: #b9def5;
}

.table_footer {
	text-align: left;
	background: url(../images/table_footer.gif) no-repeat;
	width: 750px;
	height: 38px;
	padding-bottom: 15px;
}

#qwerty a {
    color: #ffffff;
}
#qwerty a:hover {
    text-decoration:none;
    color: #ffffff;
}

.bar_top {
    background-image:url(../images/bar00_bg.gif);
    background-repeat:repeat-x;
    font-size:1px;
}
.bar_content {
    background-color:#006ccf;
    background-image:url(../images/bar03_bg.gif);
    background-repeat:repeat-x;
}
.bar_content input, select {
    color: #000;
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.bar_bottom {
    background-image:url(../images/bar06_bg.gif);
    background-repeat:repeat-x;
    font-size:1px;
}

.goodtext {
    color: #000;
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.goodtext input, select {
    color: #000;
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* Page navigator */
.p_navigation {
    border: 0px;
    color: #495a5d;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin-top:2px;
}
.p_navigation a:link, .p_navigation a:visited, .p_navigation a:active {
    text-decoration: none;
    color: #636363;
    background: #b9def5;
    border: 1px solid #0093e0;
    padding: 1px 6px;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.p_navigation a:hover {
    background: #ffffff;
    color: #0062ca;
    border-color: #0093e0;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.p_total, .p_of {
    background: #b9def5;
    border: 1px solid #0093e0;
    font-weight: bold;
    padding: 1px 5px;
    margin-right: 3px;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.p_total span, .p_of span {
    color: #0062ca;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.p_on {
    background: #ffffff;
    color: #0062ca;
    border: 1px solid #0093e0;
    padding: 1px 6px;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/* End page navigator */

.exportCustomers {
    background-image: url(../images/icon_csv.gif);
    background-repeat: no-repeat;
    background-color: #b9def5;
    background-position: 3% 50%;
    border: 1px solid #0093e0;
    color: #495a5d;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 1px;
    width: 130px;
    padding-left: 20px;
}
.exportCustomers:focus {
    border: 1px inset #0093e0;
}
.exportCustomers:hover {
    border: 1px outset #0093e0;
}

.addEstablishment {
    background-image: url(../images/icon_add.png);
    background-repeat: no-repeat;
    background-color: #b9def5;
    background-position: 3% 50%;
    border: 1px solid #0093e0;
    color: #495a5d;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 1px;
    width: 170px;
    padding-left: 20px;
}
.addEstablishment:focus {
    border: 1px inset #0093e0;
}

.addDistributor {
    background-image: url(../images/icon_add.png);
    background-repeat: no-repeat;
    background-color: #b9def5;
    background-position: 3% 50%;
    border: 1px solid #0093e0;
    color: #495a5d;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 1px;
    width: 140px;
    padding-left: 20px;
}
.addDistributor:focus {
    border: 1px inset #0093e0;
}

.addCoupon {
    background-image: url(../images/icon_add.png);
    background-repeat: no-repeat;
    background-color: #b9def5;
    background-position: 3% 50%;
    border: 1px solid #0093e0;
    color: #495a5d;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 1px;
    width: 130px;
    padding-left: 20px;
}
.addCoupon:focus {
    border: 1px inset #0093e0;
}

.couponSmall {
    text-align: left;
    color: #595959;
    font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#coupon_container input, #coupon_container select, #coupon_container textarea {
    font-family: Arial;
    font-size: 12px;
}
#coupon_container textarea {
    overflow: auto;
}
#coupon_container select {
    height: 19px;
}

#coupon_container a:link, #coupon_container a:visited, #coupon_container a:active {
    font-size: 10px;
}
#coupon_container a:hover {
    text-decoration: none;
}

.h3 {
    color: #fff;
    font: bold 18px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.hideMe {
    display: none;
}

.highlighted {
	font: bold 13px Arial;
	border-bottom: 3px solid #0093e0;
	border-top: 3px solid #0093e0;	
	background: #87CEFA;
}
