/** ---------------------------------------------------------------------------
 *  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:#0E53A7; }
/* 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;  }
*/

/* to show numbered list items on the answers/list page  */
/*
   .rn_Multiline2 ol li {   list-style:decimal outside none; padding-left:10px; }
   .rn_Multiline2 ol {      padding-left:30px; }
*/ 

/* make 100% width */
/* 
   #rn_Container{ width:99%;} 
*/ 

/* selected tab font and background-color */
/* 
   #rn_Navigation a.rn_SelectedTab {color:# ; background-color:#DEFAULT_COLOR; }
   #rn_Navigation a.rn_SelectedTab:hover {color:# ; } 
*/

/* regular tab font and  background color */
/* 
   #rn_Navigation a {background-color:# ; color:# ; }      
*/

/* regular tab hover background color */
/* 
   #rn_Navigation a:hover {background-color:# ; } 
*/
   
/* 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:#DEFAULT_COLOR; } 
*/

/* 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 
 **/

form fieldset {
	padding-left:0px;
}

input {
	border:0px;
	padding:0px;
}

.bt_lightbox_content input {
	border: 1px solid #B1B1B1;
}

.rn_ChatForm input, .rn_ChatLaunchFormOpen input{
	border:1px solid #B1B1B1;
}

.rn_ChatLaunchButton input[type="submit"], .rn_ChatLaunchButton button {
    width: 89px; 
	height: 26px;

	-moz-border-radius: 0;
	-moz-box-shadow: 0 0 0 transparent ;
	background:url("/euf/assets/images/BT/submit-btn.png") repeat-x scroll 0 0 #0E53A7;
	border:0px none;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.25);
}

#dialog .rn_SelectionInput fieldset {
	margin-left:0 !important;
	margin-right:0 !important;
}

#dialog .rn_SelectionInput label, .ui-dialog .rn_SelectionInput input {
	display:inline !important;
}

.rn_ChatLaunchButton input[type="image"] {
	border: 0px none;
}

.rn_ChatQueueSearch #helpSearchBtn {
	right:12px;
	top:10px;
}

#rn_ChatQueueSearchContainer {
/*	width:50%; */
}

.rn_ChatQueueSearch{
	text-align:left;
}

.rn_ChatQueueSearch .helpSearchQuery {
	width: 90%;
}

.rn_ChatQueueSearch #helpSearchQueryLbl {
	background: none !important;
	padding-left: 0  !important;
}
.rn_ChatStatus2 {
	font-size:1.333em !important;
	font-weight:bold !important;
	line-height:1.4em !important;
}

.rn_ChatLaunchFormOpen .rn_SelectionInput label {
/*	float:none !important; */
	top: 0 !important;
/*	width: auto !important; */
	float:none !important;
	display: inline;
}
.rn_ChatLaunchFormOpen .rn_SelectionInput label.rn_Label {
	width: 130px !important;
	float:left !important;
}

#contact.email .rn_SelectionInput fieldset {
	margin-bottom: 0em;
}

#contact.email .rn_SelectionInput legend {
	text-align: right;
	width: 130px;
	display: inline;
}

.rn_AnswerFeedback2 .rn_Title
{
	font-size: 1.3em !important;
	border-bottom:0px solid !important;
	padding-bottom:0px !important;
}

.rn_AnswerFeedback2 .rn_RatingMeter a.rn_RatingCell
{
	background-image:url("/euf/assets/images/BT/star.gif");
	background-position:center top;
	background-repeat:no-repeat;
	display:inline-block;
	height:16px;
	width:22px;
}

.rn_AnswerFeedback2 .rn_RatingMeter a.rn_RatingCellOver
{
	background-position:center bottom;
	cursor: poiner;
	text-decoration: none;
}

.rn_Multiline2 h3 .rn_Highlight {
	background-color:#D9EFC9;
}

.rn_Multiline2 p .rn_Highlight {
	color:#000000 !important;
	font-weight:bold !important;
}
.rn_CurrentTime{
	font-size:120%;
}

.rn_ResultInfo2 .rn_NoResults {
	background-color:transparent;
	border:none;
}

.rn_ResultInfo2 .rn_Spell {
	color: #000000;
}

.rn_ResultInfo2 .rn_Results {
float:left;
}

#rn_ChatDialogHeaderContainer {
	height:auto;
}