/* Extra Styles specific to RAPID */

.formInputField {
	display: none;
}

/* Styles for Search  page*/

.upperCase {
	text-transform: uppercase;
}


.btn {
	text-align:right;
	padding-top:20px;
}
.btn  input{
	background-color: #FFFFFF;
	border: 1px solid #000000;
    color: #000000;
	background-position: 5px 4px;
    background-repeat: no-repeat;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
	cursor: pointer;
	margin: 0 10px 0 0 ;
}

.delete-btn {    
    background-image: url("../images/delete-search.gif");
    padding: 4px 10px 4px 25px;
}

.createNew-btn {
    background-image: url("../images/run-search.gif");
    padding: 4px 10px 4px 25px;
}

.update-btn {
    background-image: url("../images/save.gif");
	padding: 4px 10px 4px 25px;
	width: 130px !important;
	margin: 0 0 0 90px !important;
}

.send-btn {
    background-image: url("../images/run-search.gif");
    padding: 4px 10px 4px 25px;
}

input.error, textarea.error {
	background: none repeat scroll 0 0 #FFF8EA;
	border: solid 1px red;
}

div.error {
	color:red;
}

li.error {
	color:red;
}

div.error label.fieldName{
	font-weight:bold;
}


.errorBox {
    background-color: #FFDDDD;
    border: 1px dashed red;
    color: red;
    margin-bottom: 10px;
    padding: 10px;
}

div.search-option.info{
	color: green;
	font-weight: bold;
}

.search-option input#searchbutton {
/* 	width:145px !important; */
	cursor:pointer !important;
    padding: 2px 10px 2px 25px !important;
}
p.search-option {
	border:0 !important;
}

.remove-option input#removeButton {
	background-image: url("../images/delete-search.gif");
	background-position:20% 45%;
	cursor: pointer !important;
	padding: 4px 5px 4px 25px !important;
}

.remove-option input#removeButton:hover {
	background-color:#EEEEEE;
}

.remove-option a#cancelButton {
	background-image: none;
	padding: 6px 5px 6px 5px !important;
	cursor: pointer !important;
	text-decoration:none;
}

.search-btn {
	cursor: pointer;
}

/* Styles for Search result page*/

ul.filter {
	clear:both;
}

div.order-by p.bold {	
	padding-top:3px;
}

ul.sortList  li{
	margin: 0 2px 0 0 !important;
}

span.header {
	display:block;
	padding-top:5px;
}

span.description{
	display:block;
	padding-top:5px;
}
span.highlight {
	background-color:yellow;
}

input.checkboxExport {
	margin: 3px 5px 0 0;
}

.PR_HIDDEN  {
	border-right:5px solid !important;
	margin-top: 5px;
	border-color: #febbbb !important; /* Old browsers */
}

.PR_EMBARGO  {
	border-right:5px solid !important;
	margin-top: 5px;
	border-color:#e4efc0 !important; /* Old browsers */
}

font.embargo {
	color:#338533;
}

.nopadding {
	padding:0;
}

.nopadding-top {
	padding-top:0 !important;
}


a.sort_ASC {
    background: url("../images/arrows-up.png") no-repeat scroll right center;
}

a.sort_DESC {
    background: url("../images/arrows-down.png") no-repeat scroll right center;
}

a.sort_ASC, a.sort_DESC, a.sort_none {
    padding-right:15px !important;
}


/* Press Release Details */

.export-formats ul.export-list {
	border:none;
	color:#347C98;
	font-weight:bold;
	margin-left:0 !important;
	
}

.export-formats  ul.export-list li {
	display: inline;
	border-right:1px solid #347C98;;
	padding-right:5px;
	margin-right:5px;
	vertical-align:middle;
}

.export-formats  ul.export-list li.last {
	border-right:none !important;
}

/* Midday Express Styles */
a.middayExpresson, a.middayExpresson:visited:hover {
	text-decoration:none;
}

a.middayExpressoff, a.middayExpressoff:visited:hover {
	cursor:default;
	text-decoration:none;
	color:gray;
}

/* User Account */
input.form-button {
	border:0;
	padding:0;
	background-color: transparent;
	color: #347C98;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	cursor: pointer;
}


/* RSS Page styles */
.rssTabs {
	padding:0px !important;
}

.rssTabs ul{
   padding: 0 !important;
}

.rssTabs li{
	margin: 5px  0 0 10px!important;
	font-weight:bold !important;
}

.rssTabs a{
	white-space:nowrap;
}


input#rss_btn {
	background: url("../images/rss.gif") no-repeat scroll 0 0 ;
	border:none;
	cursor:pointer;
	color:#FFFFFF;
	font-size:0px;
	width:15px;
	height:15px;
}

input#xml_btn {
	background: url("../images/xml.jpg") no-repeat scroll 0 0 ;
	border:none;
	cursor:pointer;
	color:#FFFFFF;
	font-size:0px;
	width:17px;
	height:17px;
}

input#html_btn {
	background: url("../images/html.gif") no-repeat scroll 0 0 ;
	border:none;
	cursor:pointer;
	color:#FFFFFF;
	font-size:0px;
	width:15px;
	height:15px;
}


/* Language Preferences */
#dialog-language-preferences ul {
	list-style-type: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	display: block;
	clear: both;
	border-left: 1px solid black;
}

#dialog-language-preferences ul li{
	cursor: move;
	float: left;
	padding: 2px 5px;
	border: 1px solid black;
	margin-right: 3px;
	margin-bottom: 3px;
}

#dialog-language-preferences ul li.selected{
	background-color: #EEEEEE;
}

#dialog-language-preferences div.arrows {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#dialog-language-preferences div.arrows a{
	color: #284F75;
	text-decoration: none;
	padding: 0 5px;
}

#dialog-language-preferences div.arrows a:HOVER{
	text-decoration: underline;
}

/* Contact Page */
#contact {
	margin-top:15px ; 
}

#contact table,#contact tr,#contact td {
	padding: 5px 0 0 5px ;
}
#contact tr.space {
	height:50px;
}

div.documentation h2{
	margin-top:0 !important;
	padding-top:0 !important;
	font-size:130% !important;
}

div.documentation legend.smaller {
	font-size:1.2em;
}

div.documentation p {
	margin:10px 0 10px 10px !important; 
}

div.documentation .nomargin p {
	margin: 0 !important;
}

.form_tools_ab {
	display:none;
	position:absolute;
	top:-1000px;
}

.centered {
	text-align: center;
}

#seoTitle {
	display:none;
}

.globalMessage {
	background-color: #E9EFF3;
	border: 1px solid #83B5C1 !important;
}

.globalMessage p {
	font-size:11px;
}