@import url("rcs3/icons.css");

/** Core Elements **/

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:0.76em;
	margin:0px;
	padding:0px;
	background-color:#f3f3f3;
}
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}

a:link,
a:visited {
	color:#016E6C;
	text-decoration:none; 
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 5px 0px 10px 0px;
	padding:0px;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	padding-left: 10px; 
}

div.ros_container_inside ul, div.ros_container_inside ol {
	margin: 10px;
	padding: 0px;
	padding-left: 20px; 
}

li {
	
}

img {
	border:0px;
}

.clear {
	clear:both;
}

br.clear { 
	clear:both;
	height:0px;
}

input {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
}

select {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 0px;
}

textarea {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
}

/** Page Structure **/

#rosPage {
	margin: 0px auto;
	width: 90%;
}

.ros_container_top {
	background: url('../images/commonstyle3/container/topMid.png') top repeat-x;
	height: 7px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.ros_container_top_left {
	margin-right: 7px; /* clip right corner */
	background-image: url('../images/commonstyle3/container/whiteContainer.png');
	height: 7px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
	width: 25px;
}
.ros_container_top_right {
	margin-top: -7px; /* to level of top-left corner */
	margin-left: 7px; /* clip left corner */
	background: url('../images/commonstyle3/container/topRight.png') top right no-repeat; 
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 7px; 
	font-size: 2px;
}
.ros_container_bottom {
	background: url('../images/commonstyle3/container/botMid.png') bottom repeat-x;
	height: 7px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}
.ros_container_bottom_left {
	margin-right: 7px; /* clip right corner */
	background: url('../images/commonstyle3/container/whiteContainer.png') bottom left;
	height: 7px;
	font-size: 2px;
	width: 25px;
}
.ros_container_bottom_right {
	margin-top: -7px; /* to level of bottom-left corner */
	margin-left: 7px; /* clip left corner */
	background: url('../images/commonstyle3/container/botRight.png') bottom right no-repeat; 
	height: 7px; 
	font-size: 2px; 
}
.ros_container_inside {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.ros_container_notopgap {
	margin-top: 0;
}
.ros_container_nobottomgap {
	margin-bottom: 0;
}

.ros_container_outer {
    background:url(../images/commonstyle3/bg_body_container_no_line.jpg) left bottom no-repeat;
    padding-bottom:15px;
}

.ros_container_inner {
    background:url(../images/commonstyle3/bg_body_container_no_line.jpg) left top no-repeat;
    padding: 10px 12px 0px 12px;
    border-top: 1
}

.ros_box_small_outer {
	background: url(../images/commonstyle3/fe_bg_small_container_311.jpg) left bottom no-repeat;
	padding: 0px 0px 10px 0px;
}

.ros_box_small_inner {
	background: url(../images/commonstyle3/fe_bg_small_container_311.jpg) left top no-repeat;
	padding: 0px;
}

h2.ros_box_small_header {
	background: url(../images/commonstyle3/fe_bg_small_header_311.jpg) left top no-repeat;
	padding-top: 1px;
	margin: 0px;
	line-height: 40px;
	color: white;
	padding: 0px 12px;
	font-size: 1.2em;
}

/** Page Elements **/

.ros_footer_outer {
	margin-top:10px;
	margin-bottom: 10px;
}
/******************* FOOTER *******************/

.ros_footer_inner {
	margin-top:10px;
	padding-top:10px;
	background:url(../images/bg_footer.jpg) left top repeat-x;
	font-size: 11px;
}

.ros_footer_left {
}

.ros_footer_right {
}

.ros_footer_left ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

.ros_footer_left ul li {
	float:left;
	margin-right:15px;
}

.ros_footer_right ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

.ros_footer_right ul li {
	float:right;
	margin-left:15px;
}

.ros_footer_inner a:link,
.ros_footer_inner a:visited {
	color:#757575;
	text-decoration:none;
}

.ros_footer_inner a:hover {
	text-decoration:underline;
}

.ros_footer_outer {
	margin-top:10px;
	margin-bottom: 25px;
}

.ros_footer_inner {
	width:90%;
	margin:0px auto;
}

.ros_floating_box {
	float: right;
	width: 311px;
}

div.div_center{
	text-align:center;
	margin: 0px auto;
	width: 100%;
}

div.ros_information_text{
	display: block;
	padding: 10px;
	border: 1px solid #D4DFE7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F7FAFD;
	margin: 0px 0px 10px 0px;
}

div.ros_information_text p{
	margin: 0px !important;
	padding: 3px 0px;
}


/* Tables */

table{
	font-size: 12px;
}

table.ros_table {
	width:100%;
	border-collapse:collapse;
	position:relative;
}

table.ros_table.wraptable {
	word-wrap: break-word;
	table-layout: fixed;
}

table.ros_table tr th {
	text-align:left;
	padding:7px 8px 8px;
	background:url(../images/bg_table_header.jpg) left top repeat-x;
	color:#FFFFFF;
	line-height:20px;
}

table.ros_table thead tr td {
	padding:8px 8px;
	background-color:#F3F3F3 !important;
	border-bottom:1px solid #CCCCCC;
}


table.ros_table thead tr td .ros_input_spacer {
	padding-right:5px;
}

table.ros_table thead tr td div.ros_date_container {
	white-space:nowrap;
}

table.ros_table thead tr td input {
	color:#999;
	width:75%;
}

table.ros_table thead tr td select {
}

table.ros_table thead tr td input:focus {
	color:#454545;
}

table.ros_table tr td {
	padding:5px 8px;
	border-bottom:1px solid #D4DFE7;
	color:#596672;
}


.wordwrap_table{
	table-layout: fixed;
	word-wrap: break-word;;
}

table.ros_table a:link,
table.ros_table a:visited {
	text-decoration:none;
	color:#3D6AAC;	
}

table.ros_table a:hover {
}

table.ros_table tr.ros_alt_row td {
	background-color:#F7FAFD;
}

table.ros_table tr.ros_warn_row {
	border: 2px solid orange;
}

table.ros_table tr:hover td {
	background-color:#FFFFD6;
}

td.cell_center, table.ros_table tr th.cell_center{
	text-align: center;
}

.tableh2 {
	font-size: 10pt;
	font-family: arial, verdana, helvetica, sans serif;
	font-weight: bold;
	color: #006666;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:-5px;
	margin-top:0px;
	
}

h2 {
	font-size:1.6em;
}

h2.ros_page_sub_title {
	margin-bottom:10px;
	border-bottom:1px solid #D4DFE7;
	padding-bottom:10px;
	color:#016E6C;
	height:20px;
}

h3 {
	font-size:1.3em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1.0em;
}

/* Link Style Buttons */

div.ros_button_group {
	margin: 10px 5px 10px 5px;
}

div.ros_button_group div.ros_button_green, div.ros_button_group div.ros_button_grey {
	display: inline;
}

span.xbrl_ajax_loader{
	vertical-align: top;
	margin: 0px 5px 0px 0px;
	width: 16px;
	height: 16px;
	background: url(../images/commonstyle3/loaders/green-arrow-ajax-loader.gif) no-repeat;
	padding-left: 20px;
}


/* Upload Screen */

div.div_upload_area {
	background: url(../images/commonstyle3/upload_split.gif) left center repeat-y;
	padding: 0px 5px 5px 0px;
}

div.div_upload_list {
	float: left;
}

div.div_upload_list select{
	width: 300px;
}

div.div_upload_button_group {
	margin: 0px 0px 0px 10px;
	float: left;
}

div.div_upload_button_group a{
	width: 175px;
	margin-right: 18px;
	float: left;
	margin-top: 5px;
}


div.div_upload_button_group p{
	padding-left: 207px;
	padding-right: 5px;
}

div.div_upload_area_buttons{
	padding-left:300px;
}

div.div_upload_area_list{
	width: 300px; 
	float: left;
	height: 211px;
}

div.div_upload_button_group div.ros_button_green a , div.div_upload_button_group div.ros_button_grey a {
	display: block;
	width: 150px;
}

div.div_upload_button_group div.ros_button_green, div.div_upload_button_group div.ros_button_grey {
	margin-right: 18px;
	float: left;
}

div.div_upload_sign_area {
	width: 495px;
	display: block;
	clear: both;
	margin: 10px 0px 0px 0px;
	border: 1px solid #D4DFE7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
	border-image: initial;
}

div.mobileScroll {
	overflow: auto;
}


div.div_upload_sign_buttons{
	padding-left: 231px;
}

div.div_upload_sign_buttons a{
	width: 105px;
}

div.div_upload_sign_area div.ros_field_label {
	width: 220px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 1px;
	padding: 4px 4px 0px 4px;
}
div.div_upload_sign_area div.cert_name {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1px;
	padding: 4px 4px 0px 4px;
}

div.div_upload_sign_area label {
	width: 220px;
}

div.div_upload_sign_area .ros_field {
	margin: 5px 5px;
}

div.div_upload_sign_area #password {
	width: 233px;
}

#xbrlUploadDetails {
	margin: 15px 0px 15px 0px;
}

div.ros_sign_progress{
	margin: 5px 10px 10px 10px;
}

div.ros_sign_progress #progressbar{
	height: 15px;
}

div.ros_progress_text{
	margin: 5px 10px 5px 10px;
}

div.ros_error_text, span.ros_error_text{
	margin: 5px 10px 5px 10px;
	font-weight: bold;
	color: #C00;
}

div.ros_warning_text{
	margin: 5px 10px 5px 10px;
	font-weight: bold;
	color: #338979;
}

div.ros_sign_progress div.ui-progressbar .ui-progressbar-value { 
	background-image: url(../images/commonstyle3/progressbar.png); 
}

/* Form Components */

form {
	margin: 5px 0px 0px 0px;
}
form button, form input, form select , form label, form .chzn-container{
	margin: 5px 0px;
}

div.div_inline_form {
	padding: 5px 5px 4px 5px;
	display: block;
	clear: both;
	margin: 10px 0px 10px 0px;
	border: 1px solid #D4DFE7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
	border-image: initial;
}

div.div_inline_form form {
	margin: 0px;
	padding: 0px;
}

div.ros_field, div.input, div.ros_field_label {
	display: inline-block;
	}
	
label {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-bottom: 1px;
	padding: 4px 4px 0px 4px;
}

div.ros_field_label .mandatory {
	font-weight: bold;
	color: #C00;
}

div.ros_field label .mandatory {
	font-weight: bold;
	color: #C00;
}

span.ros_green {
	margin:0px 0px 5px;
	color:#016E6C;
}

input {
	background-color: #ffffff;
	background-image: linear-gradient(bottom, rgb(255,255,255) 6%, rgb(250,247,250) 53%, rgb(255,255,255) 84%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 6%, rgb(250,247,250) 53%, rgb(255,255,255) 84%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 6%, rgb(250,247,250) 53%, rgb(255,255,255) 84%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 6%, rgb(250,247,250) 53%, rgb(255,255,255) 84%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 6%, rgb(250,247,250) 53%, rgb(255,255,255) 84%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(255,255,255)),
		color-stop(0.53, rgb(250,247,250)),
		color-stop(0.84, rgb(255,255,255))
	);
	
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	height: 17px;
	margin-bottom: 1px;
	padding: 3px 4px 3px 4px;
	
	color: #444444;
	
	border: 1px solid #aaaaaa;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	
	-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
	
	
	text-decoration: none; }
	
input.fileType {
	padding: 2px 5px 6px 5px;
	}

input.linkType{
	background: transparent;
	border: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: #016E6C;
	text-decoration: none;
	font-style: italic; }
  
 .chzn-search input {
	height: initial; }

.ui-autocomplete-loading { 
	background: white url('/js/jqueryui/css/redmond/images/ui-anim_basic_16x16.gif') right center no-repeat; }
	
div.mobileShow, h2.mobileShow, p.mobileShow, span.mobileShow{	
		display: none;
	}
	
div.noScriptHide, h2.noScriptHide, p.noScriptHide, span.noScriptHide, select.noScriptHide{	
		visibility: hidden;
	}
	
@media handheld, screen and (max-width: 640px) {
	div.mobileHide, h2.mobileHide, p.mobileHide, span.mobileHide{	
		display: none;
	}
	div.mobileShow, h2.mobileShow, p.mobileShow, span.mobileShow{	
		display: block;
	}
}
/* iPhone 4 320x480, 640x960 */
 @media handheld, screen and (max-width: 640px) {

	div.ros_footer_left, div.ros_footer_right{
		float:none;
		width: 100%;
		display: block;
		}
		
	div.ros_footer_outer{
		margin-bottom: 0px;
		}
	
	div.ros_footer_left ul{
		float:none;
		display: block;
		}
		
	div.ros_footer_right ul{
		float:none;
		display: block;
		margin-left: 0px;
		}
		
	div.ros_footer_left ul li, div.ros_footer_right ul li{
		float:none;
		display: block;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		padding-bottom: 5px;
		}
		
}

/* Footer */
#footer {
	border-top: 14px solid #00c6c6;
	background: #ecedee87;
	padding-bottom: 77px;
	padding-left: 14px;
}

#footer p {
	font-size: 16px;
	font-size: 1.14285714rem;
}

#footer p a {
	font-size: 16px;
	font-size: 1.14285714rem;
}

#footer .footer-nav {
	padding-left: 0px;
	padding-top: 32px;
	margin-bottom: 14px;
}

#footer .footer-nav li {
	list-style: none;
	display: inline;
}

#footer .footer-nav li a {
	font-size: 16px;
	font-size: 1.14285714rem;
	color: #0c0c0c;
	text-decoration: underline;
}

#footer .footer-nav li a:hover {
	color: #000;
}

#footer .footer-nav li span {
	padding: 0px 10px;
	color: #007d7d;
	text-decoration: none;
}

#footer .footer-logo {
	margin-top: 14px;
	margin-left: 48px;
	width: 175px;
}

.col-sm-8 {
	width: 66.66666667%;
	display: inline-block;
	vertical-align: top;
}

/* Custom, Tablet Retina */
@media only screen and (max-width: 768px) {
	#footer .footer-logo {
		margin: 0 auto;
		display: block;
	}
	#footer .footerLang {
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	#footer .footer-nav li {
		list-style: none;
		display: block;
		text-align: center;
	}
	#footer .circle2 {
		display: none;
	}
}
