/* Styles Specific to Online Partnership Agreement */
/* LAYOUT */
html {
	padding:0;
	margin:0;
	background:#e2e4eb;
}
body {
	padding:0;	
	margin:0;
}
#opa_wrap {
	padding:5px;
	position:relative;
	height:1%;
	background:#fff;
	margin:0 auto;
	width:980px;
}
#opa_banner {
	background:#00b0f0;
	color:#fff;
	height:91px;
	font:bold 17pt Arial, Helvetica, sans-serif;
	line-height:1.5em;
	text-transform:uppercase;
	margin-bottom:3px;
}
#opa_banner img {
	margin-right:10px;
	float:left;
}
.tagline {
	padding-top:.5em;
}
#opa_utility {
	background:#00b0f0;
	color:#fff;
	font-size:95%;
	text-align:right;
	height:25px;
	padding-right:5px;
}
#opa_utility img {
	float:left;
	vertical-align:middle;
}
#opa_utility a, #opa_utility a:visited {
	color:#fff;
}
#opa_utility a:active {
	color:#00f;
}

.two_col_l {
	float: left;
	width: 49%;
}
.two_col_r {
	margin-left: 51%;	
}
.three_col_l {
	float: left;
	width: 31%;
	margin-right: 2%;
}
.three_col_m {
	float: left;
	width: 31%;
	margin-right: 2%;
}
.three_col_r {
	margin-left: 66%;
}

/* step/progress bar */
ul#progress_bar li {
	display:inline;
	list-style-type:none;
}
ul#progress_bar li span {
	clear:left;
	padding-left:1em;
}
div#opaContent {
	padding:2px 10px;
}

/* HTML Tag defaults */
a:hover {
	text-decoration:none;
}
img {
	border:none;
}
h1 {
	margin:5px 0;
}
.legacy h1 {
	color:#00b0f0;
	font-size:16pt;
}
.legacy h2 {
	font-size:14pt;
}

td.leftNav {
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 0 0;
}
div#crumb {
	background: #d8f1fd;
	font-size: 0.85em;
	margin: 0;
	padding: 2px 4px;
}
.crumb a:visited {color: #cc6633;}

.requiredText {
	color: #f00;
	font-weight: bold;
}

.normalText {
	color: Black;
	font-weight: normal;
	font-size: 10pt;
}

.note {
	font-size: 8pt;
}

/* formLayout styles */
table.formLayout td, table.formLayout th {
	padding: 2px 4px;
	vertical-align: top;
}

table#stepTable {
	width: 100%;
	margin-top:0;
}
table#stepTable td {
	border-color: #00aeef;
	border-style: solid;
	border-width: 10px 0 0 0;
	color: #999;
	font: 12px Verdana, Arial;
	padding: 10px 0 0 0;
	width: 14%;
	vertical-align:top;
}
table#stepTable td.completedStep {
	color: #000;
}
table#stepTable td.currentStep {
	color: #00b0f0;
	padding-top: 0px
}
table#stepTable td.upcomingStep1 {
	border-color: #4cc8f4;
}
table#stepTable td.upcomingStep2 {
	border-color: #66d0f6;
}
table#stepTable td.upcomingStep3 {
	border-color: #7fd7f7;
}
table#stepTable td.upcomingStep4 {
	border-color: #99dff9;
}
table#stepTable td.upcomingStep5 {
	border-color: #cceffc;
}
table#stepTable td.upcomingStep6 {
	border-color: #e5f7fd;
}
table#stepTable div.page {
	padding-left: 10px;
}

table.inputForm {
	width: 100%;
}
table.inputForm td, table.inputForm th {
	padding: 3px 5px;
	text-align:left;
	vertical-align:top;
}
table.inputForm th {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 0 2px;
	vertical-align: top;
}
table.inputForm th.req, table.inputForm td.req {
	border-color: #f00;
	border-style: solid;
	border-width: 0 0 0 2px;
}
table.inputForm td.formField {
	width: 75%;
}
table.inputForm td.radioOnly {
	width: 95%;
}
table#buttons, table.buttons {
	margin: 10px 0;
	width: 100%;
}
td.next {
	text-align: right;
}

table#resultList {
	border-color: #00b0f0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	width: 100%;
}
table#resultList td, table#resultList th {
	border-color: #00b0f0;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 3px 5px;
}
table#resultList th {
	background: #00b0f0;
	color: #fff;
	text-align: left;
}
table#resultList td.cntr {
	text-align: center;
}

h2.reqSection {
	border-color: #f00;
	border-style: solid;
	border-width: 0 0 0 3px;
	padding-left: 5px;
	margin-left: -5px;
}
h2 span {
	font-size:10pt;
	float:right;
}
h3 {
	color: #000;
	padding-left: 5px;
}
h3.reqHeader {
	border-color: #f00;
	border-style: solid;
	border-width: 0 0 0 2px;
	padding-left: 5px;
}

#footer {
	border-left: 5px solid white;
	font-size: 8pt;
	padding-top: 10px;
	/*text-align: center;
	width: 760px;*/
}
#footer #control{
	padding-top: 5px;
}
#footer #control span {
	font-size: 8pt;
	padding: 10px;
}

table.summary h2 {
	margin: 0;
}
table.summary {
	width: 100%;
}
table.summary td.xfa {
	text-align: right;
	vertical-align: middle;
}

table.subTable {
	width: 100%;
}
table.subTable th {
	font-weight: normal;
	padding: 0 10px 0 0;
	width: 30%;
}
table.subTable td {
	padding: 0;
	vertical-align: bottom;
}

table#fixedList {
	border-color: #00b0f0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-family: Courier New, courier, monospace;
}
table#fixedList td, table#fixedList th {
	border-color: #00b0f0;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 0px 0px;
}
table#fixedList th {
	background: #00b0f0;
	color: #fff;
	text-align: left;
	padding: 3px 5px;
	padding-left: 4px;
}
select#fixedListResults {
	font-family: Courier New, courier, monospace;
}
#os_none_container {
	border:none;
	margin-bottom:0;
}
.hiddenField {
	position:absolute;
	margin-left:-9999px !important;
}

table#affiliations th {
	text-align:left;
}

/* core_table styles brought in from standard.css */
.core_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	border: 2px solid #ccc;
	background: none;
	padding: 2px;
}
.core_table td, .core_table th, .core_table caption {	
	padding: 6px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.core_table td {
	color: #000;
	border: 1px solid #e2e2e2;
	background-color: #fff !important;	
}
.core_table th {
	color: #555;
	border: 2px solid #e2e2e2;
	background-color: #f3f3f3;
	text-align:left;
}
.core_table th.req {
	background:#f3f3f3 url(../images/core_form_final/asterisk.gif) no-repeat 5px 8px;
	padding-left:15px;
}
.core_table caption {
	font-weight: bold;
	text-align: left;
	margin-left: -1px;
	background-color: #0a97cc;
	border: 2px solid #ccc;
	color: #fff;
	margin-right: -1px;
}
.core_table input.secondary_action {
	font-size:85%;
	padding:2px;
}
.ctr {
	text-align:center;
}

.review th {
	width:25%;
}

.yui-pe-content {
	visibility:hidden;
}
.yui-skin-sam .yui-dialog .ft .button-group {
	text-align:center;
}

span.systemMessage, .systemMessage li {
	color: #f00;
	font-weight:bold;
}

.guidedMessage {
	background:#d8f1fd;
	font-weight:bold;
	padding:.7em;
}

/* checklist ul */
ul.checklist {
	list-style-type:none;
	padding:0;
	margin:0;
	margin-top:1em;
}
ul.checklist li {
	background-image:url(../images/opa/icon_checkbox.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:5px 0 1em 35px;
}
ul.checklist li li {
	background-image:none;
	padding-left:0;
	list-style-type:disc;
}

#right_col .content_block h2 {
	border: 1px #ddd solid;
	color: #000;
	margin-bottom: .4em;
	background-color: #eee;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
}
.link_list {
	list-style-image: url(../ia/products/images/bullet.png);
	margin:0;
	padding:0;
	margin-left:1.5em;
	font-size:.9em;
}
.link_list a {
	font-weight: bold;
	text-decoration: none;
}
.link_list a:hover {
	text-decoration: underline;
}
.core_form_final .primary_action {
    background-image: none;
}
