/** ---------------------------------------------------------------------------
 *  File Name:  /euf/assets/themes/standard/upgrades.css
 *  Author:     Upgrades Team
 *  Purpose:    1) Makes specific changes to all sites that go through an upgrade
 *              2) Have default styles that can be uncommented and easily applied to a site
 *              3) Be placed right before the </head> tag so all other css styles can be overridden
 *                 All css edits should be made in this file to ensure maintanability
 *  ---------------------------------------------------------------------------
 */


/**
 **   1) default styles applied to all sites
 **/
 
/* remove header image */
html{ background-image:none; }
/* remove firefox drop shadow */
#rn_Footer, #rn_Body { -moz-box-shadow: none; }
#rn_Footer, #rn_Body { -webkit-box-shadow: none; }
/* add top border to content area */
#rn_Body {border-top:1px solid #DDDDDD;} 
/* upgrades default tabs */
/* .rn_NavigationTab2 a.rn_SelectedTab { 	background: url(/euf/assets/themes/standard/images/tabBackground.png) repeat-x scroll 0 -18px; } */
#rn_Navigation { margin-left: 0; }
/* .rn_NavigationTab2 a {border:  1px solid #DDD; } */
/* lowering main height for MainColumn*/
#rn_MainColumn { min-height:350px; }
/* override height of header to auto */
#rn_Header{ height:auto; min-height:0;}
/* 95% of the time we will not need the logo */
#rn_Logo{ display:none;}
/* Update header font color */
#rn_Header, #rn_Header a { color:#000;}
/* default regular tab color */
/* #rn_Navigation a{background-color:#FFF;color:#000; }
#rn_Navigation a.rn_SelectedTab{background-color:#0E53A7;color:#fff;} */
/* set out of box link color */
a:link, a:visited, a:hover, a:active{ color:#555555; }
/* remove white background pixel at top of search header and h2 headers*/
.rn_Module h3, .rn_Module h2,#rn_SearchControls  {background-image:none; background-color:#EFEFF4; }
/* collapse borders */
table{    border-collapse:collapse;   border-spacing:0; }

/* ie6 hacks */
/*\*/ * html #rn_Navigation a { background-image:none; } /**/
/*\*/ * html #rn_Navigation a.rn_SelectedTab { background-image:none; } /**/
/*\*/ * html #rn_SearchControls { padding-bottom:25px; } /**/
/*\*/ * html #rn_PageContent.rn_Home .rn_AnswersLink { clear:both; } /**/
/*\*/ * html input, input[type="submit"], button { background-image:none; border: 0px solid #FFFFFF;} /**/


/**
 ** 2) Updates quick styles, uncomment a style to quickly edit
 **/

/* To edit the default font */
/*
   html {   font-family:; }
*/

/* links */
/* 
   a:link{    color:#DEFAULT_COLOR;}
   a:visited{ color:#DEFAULT_COLOR;}
   a:hover{   color:#DEFAULT_COLOR;}
   a:active{  color:#DEFAULT_COLOR;} 
*/

/* to remove sidebar */
/* 
   #rn_MainColumn{ width:99% }
   #rn_Container{ width:750px;} 
   #rn_SideBar{ display:none; } 
*/

/* to remove details on answer/list page */
/*
.rn_Multiline2 .rn_ElementsHeader,.rn_Element3, .rn_Multiline2 .rn_ElementsData,.rn_Element2,.rn_Multiline2 br {display:none; }
.rn_Multiline2 .rn_Element1 {  margin-bottom:15px;  }
*/
/* multi line font size */
  .rn_Multiline2 .rn_Element1, .rn_Multiline2 .rn_Element2 { color:#B6FFFFFF ; }
/* make 717px width */
   #rn_Container{ width:717px;} 

/* selected tab font and background-color */
   /*
   #rn_Navigation a.rn_SelectedTab  {color:#FFFFFF ; background-color:#0175AC;text-decoration:none; }
   #rn_Navigation a.rn_SelectedTab  span{color:white ;}
   #rn_Navigation a.rn_SelectedTab:hover {color:#FFFFFF ; background-color:#0175AC;text-decoration:none;}
   */
/* regular tab font and  background color */
   /*
   #rn_Navigation a {background-color:#E5E5E5 ; color:#0175AC ; text-decoration:none;}   
#rn_Navigation a span{color:#0175AC;}
	*/ 
/* regular tab hover background color */
  /*
  #rn_Navigation a:hover {background-color:#E5E5E5 ; text-decoration:none;color:#FFFFFF;} 
  #rn_Navigation2 a:hover {text-decoration:none; }
  */
   /* add image to header  */
/* 
   #rn_Header{ background:  url(BACKGROUND_IMAGE) } 
*/

/* removing footer left padding */
/* 
   #rn_Footer{ padding-left:0; }  
*/

/* change input/button background color */

   .rn_SearchButton2 .rn_SubmitButton, input[type="submit"], button { background-color:#0175AC; } 
   .rn_FormSubmit input{background-color:#0175AC; color:#FFF; }

/* change background-color of search area */
/* 
   #rn_SearchControls {background-color:# ; }
*/

/* Advanced Search Items */
/* hide advanced sort form input */
/* 
   .rn_AdvancedSort{ display:none; }
*/

/* hide advanced search term form input */
/* 
   .rn_AdvancedKeyword{ display:none; }  
*/

/* hide rn logo */
/* 
   .rn_RightNowLogo{ display:none; }
*/

/* to hide the login/sign up widget*/
/*
   #rn_LoginStatus{display:none; }  
*/

/* include a border below tabs that is larger to mimic classic*/
/* 
   #rn_Body {border-top:10px solid #DDDDDD; }
*/
 
/* multi line font size */
/*
   .rn_Multiline2 .rn_Element1, .rn_Multiline2 .rn_Element2 {font-size: ; }
*/


/**
 **  3) Add in site specific styles here 
 **/

#rn_MainColumn 
{
	width:99.8%;
	padding-left:0px;
}
/*  navigation Button Margin        */
#rnOuterWrapper ul 
{
	margin-left:0px;
}
/* Set body Box */
#rn_Footer, #rn_Body
 {
	border:0px;
	padding-left:0px;
	width:100%;
}
/* Set Answer box margin */
#rnOuterWrapper ol 
{
	margin-left:0px;
}
/* Set Answer box margin and  padding */
.rn_Padding 
{
	margin-left:0px;
	padding-left:0px;
}
/* Set navigation Button Padding */
#rn_NavigationBar ul li 
{
	padding-left:0px;
}
#rn_PageTitle h1
{
 color:#990000;
}
/* Set Attach Document Text Color */
.rn_FileAttachmentUpload2 label 
{
	color:#990000;
}
/* Set Ask A Question Text Color  */
#rn_PageTitle 
{
	border:0px;
}
/* Set Border top to zero */
h1
{
	border-top:0px;
}
/* set navigation button text color */

a, span, table, td, p, div, select, textarea, input, ol, ul, li, strong, b, i, em {
color:none;
}

 .footerLinks div
{
color:#333333;
}
#navigationCustom 
{
text-decoration:none;
}
/*
#rnOuterWrapper .rn_NavigationTab2 a:hover {
text-decoration:none;
color:black;
}
*/
#rnOuterWrapper #rn_Multiline2 ol 
{
	margin-left: 0px;
}
/*
#rn_Navigation a:hover, .rn_NavigationTab2 a:focus
{
color:black;
}
#rn_Navigation .rn_NavigationTab2 a span:hover {
color:#0175AC;
}
#rn_Navigation  a:hover {
color:#0175AC;
}
#rn_Navigation a.rn_SelectedTab span:hover {
color:#FFFFFF;
}
*/
/* css to set style of print and email button on answer detail page */




#rn_AdditionalInfo, #rn_DetailTools {
background-color:#ffffff;
border:0;
padding:0; 
margin: 0;
}

#rn_AnswerInfo{ width:45%; text-align:left; display:inline; float:left;  }

.rn_PrintPageLink a:hover span{
color:#0175AC;
}
.rn_EmailAnswerLink a:hover span{
color:#0175AC;
}


/* css to put style on header search */
.btmBorderNone {
margin-bottom:-3px;
}

.googleSrchDiv #frmSearchNew #qkw, .googleSrchDiv #frmSearchNew #epg {
height:19px;
width:296px;
}

/* include a border below tabs that is larger to mimic classic*/
#rn_Body {border-top:10px solid #0175AC; }
#rn_NavigationBar { float:none; height:30px; }
#rn_NavigationBar ul { margin-top:0;  }
#rn_NavigationBar ul li {   height:30px; }
#rn_Navigation { height:30px; padding:0; position:relative; }
/*
#rn_Navigation a { border:none; background-image:none;height:20px;  }
#rn_Navigation a.rn_SelectedTab { background-image:none;}
*/

.tnav { z-index:2 !important; }

/* answers list edits */
#rn_SearchControls .rn_SearchInput label { top:0; }
.rn_AdvancedSearchDialog {   position:inherit;    top:45px; }

#rn_SearchControls form input[type="submit"] { color: #FFFFFF; font-size: 90%; border: #d3d3d3 1px solid; background-color: #0175AC; border-style:outset; background-image:none; -moz-border-radius:0 0 0 0; -moz-box-shadow:none; text-shadow:none;  }
#rn_SearchControls .rn_SearchButton2 input{ background-color: #0175AC; }

#rn_Summary{ font:bold 17px Arial,Verdana,Helvetica,sans-serif; }

#rn_AnswerText h1 {
   color:#333333;
   font:bold 14px Arial,Helvetica,Tahoma,sans-serif;
   margin-bottom:3px;
   padding:7px 0 0;
}
#rn_DetailTools span { font-weight:bold; }

#helpLink a { margin-right:0;}
#rn_NavigationBar #helpLink{ float:right; }

#rn_Container .rn_Multiline2 a,#rn_Container .rn_Paginator a, .rn_Paginator .rn_CurrentPage { font-size: 13px; font-family:Arial,Helvetica,sans-serif; }
#rn_Container .rn_Multiline2{ font-family:Arial,Helvetica,sans-serif; }


/* print stuff*/ 
@media print {
#tpTopMenuBar,.hdrTopLinks,.ltColWrapper,.footerWrapper,.hdrLeft,.hdrMdl,.hdrRight,#rn_SearchControls,.mdlNav
{ display:none !important; }
#rn_Body { border-top: 0px; }
#rn_PageTitle { border:none; }
#rn_Container{ overflow:visible; width:98%; font-size:1.5em; }
#rn_Summary { font-size:1.8em; }
#rn_AnswerText h1 { font-size:1.5em; }
body, .c{ background:none !important;}
.wrapperMain, .wrapperInner, .footerWrapper,.rtColWrapper, .rtColWrapperHome { width:auto !important; float:none !important;  }
}
/* print stuff - firefox hack */
@media print and (orientation) {
	html:not(:last-child) #rn_Container, #rn_AnswerText h1 { font-size:1em; }
	html:not(:last-child) #rn_Summary { font-size:1.6em; }
}


/* remove date updated from answers/list page*/
.rn_ElementsHeader, .rn_ElementsData{ display:none; }
/*to move result info on the left of the page*/
.rn_ResultInfo2 .rn_Results {
float:left;
}
/*to move paginator up on the page*/
.rn_Paginator {
float:none;
clear:right;
padding:0px;
margin:0px;
}
/*search control label color*/
.rn_AdvancedSearchDialog .rn_DialogContent label 
{
color:#555555;
}
/*search control label color*/
#rn_SearchControls .rn_ProductCategorySearchFilter .rn_Label 
{
color:#555555;
}
/*clearing left of the multiline 2*/
.rn_Multiline2{
clear:both;}
/*making result info on the left of the page*/
.rn_ResultInfo2 {
float:left;
width:30%;
}
/*pagination div style*/
#cus_Pagintor {
float:right;
text-align:right;
width:60%;
padding:2px;
}
/* Set Ask A Question Text Color  */
#rn_PageTitle 
{
	border:0px;
	overflow:visible;
}


/*fix answer text display issues */
#rn_AnswerText ol, #rn_AnswerText ul { clear:none; }

.rn_AnswerFeedback2 .rn_Title { font-family:    Arial,sans-serif; }

#rn_SearchControls .rn_AdvancedSearchDialog .rn_DialogContent .rn_SearchTips {
z-index:1;
right:15px;
margin-bottom:-15px;
}
/*\*/ * html #rn_SearchControls .rn_AdvancedSearchDialog .rn_DialogContent .rn_SearchTips { right:40px;  } /**/


.rn_Multiline2 li {     margin-bottom:0px;  }
.rn_Multiline2 .rn_Element2 {font-size:13px; }

/*removing padding from right*/
.rn_Padding {
padding:8px 4px 2px;
}

/*to show the full div when no result is there*/
.rn_ResultInfo2 {
overflow:visible;
}

.rn_NoResults{
width:680px;
}

.rn_EmailAnswerLinkForm label{ text-align:left; }

.rn_TopicWords2 { clear:both; }
