/**********************************
Global Style

Index:
    01. Reset
    02. Font multiplier table
    03. Global Settings for Common
         HTML elements
    04. Template Structure
    05. Text Colors
    06. Navigation Bar
    07. Shared/General Components
    08. Answer & Question Detail Pages
    09. Home Page
    10. Account Pages
    11. General Accessiblity
    12. Print Style
    13. Chat Related
**********************************/

/********************
    01. Reset
********************/
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-family:Helvetica, Arial, sans-serif\9;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ul, ol, li, dl, dt, dd{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;margin:0;padding:0;}
/*because legend doesn't inherit in IE */
legend{color:#000; padding:0;}
a img, iframe { border: none; }

/*************************************
    02. Font multiplier table
**************************************
Pixels  EMs   Percent    Points
6px   0.500     50.00%     5pt
7px     0.583     58.30%     5pt
8px     0.667     66.70%     6pt
9px     0.750     75.00%     7pt
10px     0.833     83.30%     8pt
11px     0.917     91.70%     8pt
(12px is our body default)
12px     1.000     100.0%     9pt
13px     1.083     108.3%     10pt
14px     1.167     116.7%     11pt
15px     1.250     125.0%     11pt
16px     1.333     133.3%     12pt
17px     1.417     141.7%     13pt
18px     1.500     150.0%     14pt
19px     1.583     158.3%     14pt
20px     1.667     166.7%     15pt
21px     1.750     175.0%     16pt
22px     1.833     183.3%     17pt
23px     1.917     191.7%     17pt
24px     2.000     200.0%     18pt
***************************************/

/*************************************
    03. Global Settings for Common
          HTML elements
*************************************/
html {
    background:#FFF url(../standard%20-%20Copy/images/layout/royalGrayBackground.png) repeat-x;  
	
	/*Helvetica, Arial, sans-serif;*/
}
/*Japanese charset support*/
html[lang="ja-JP"],
html[lang="ja-JP"] input, html[lang="ja-JP"] textarea, html[lang="ja-JP"] select {
    font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", Helvetica, Arial, sans-serif;
}
body {
    font-size:.75em;
    line-height:1.250em;
    text-align:left;
}


p {
    line-height:1.4em;
    margin-bottom:1em;
}
table {
    border-collapse:separate;
    border-spacing:0.3em;
}
hr {
    margin:10px 0px;
}
strong {
    font-weight: bolder;
}
caption {
    color:#404040;
    font-size:1em;
    font-weight:bold;
    line-height:1.3em;
}
blockquote {
    margin:10px 30px;
}
a:visited {
    color:#3C0D68;
}
input[type="text"], input[type="password"]  {
    height:18px;
}
input, textarea, select {
    border:solid 1px #B1B1B1;
    /*font-family bears repeating for IE6/7*/
    font-family:Helvetica, Arial, sans-serif;
	font-family:Helvetica, Arial, sans-serif\9;
    padding:2px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border-color:#AAA;
    background-color:#F8F8F8;
}
input[type="submit"],
button {
    
        background-color: #F8F8F8;
    color:black;
    cursor:pointer;
    font:bold 12px Helvetica,Arial,sans-serif;
	font:bold 12px Helvetica,Arial,sans-serif\9;
    line-height:normal;
    margin-right:12px;
    padding:6px 8px;
    text-decoration:none;
    
    /*Fix for IE6/7 button width bug*/
    *width:auto;
    *overflow:visible;
}

input[type="submit"][disabled],
button[disabled] {
    background-color:#304764;
    background-position: 0px -40px;
    border-color:#333;
    color:#DDD;
}
input[type="submit"]:focus,
button:focus {
    /*IE8 doesn't apply focus outline natively*/
    outline /*\**/:#000 dotted 1px\9
}

/********************************
    04. Template Structure:
    rn_Container
        rn_Header
        rn_Navigation
        rn_Body
            rn_MainColumn
            rn_SideBar
        rn_Footer
            rn_RightNowCredit
********************************/
#rn_Container {
    height:100%;
   /* margin:0px auto;*/
    overflow:visible;
    text-align:left;
    width:932px;
	/*Added by SCBS RA */
	margin-left: auto ;
  margin-right: auto ;

}
#rn_EmailContainer {
    height:900px;
    min-height:900px;
   /* margin:0px auto;*/
    overflow:visible;
    text-align:left;
    width:932px;
	/*Added by SCBS RA */
	margin-left: auto ;
  margin-right: auto ;
  margin-bottom:20px;
}


#rn_Header {
    color:#FFF;
    height:72px;
    min-height:72px;
    overflow:visible;
    padding:0 10px;
}
    #rn_Header a {
        color:#FFF;
    }
    #rn_Logo {
        cursor:pointer;
        float:left;
        font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
        height:70px;
        letter-spacing:-0.8px;
        margin-top:4px;
        position:relative;
        width:32%;
    }
    #rn_Logo a {
        bottom:0;
        color:#FFF;
        cursor:pointer;
        font-size:2.083em;
        font-weight:normal;
        left:0;
        line-height:1em;
        text-decoration:none;
    }
    #rn_Logo a span.rn_LogoTitle {
        cursor:pointer;
        top:20px;
        position:relative;
    }
    #rn_Logo a span.rn_LogoTitleMinor {
        color:#DEDEDE;
    }
    #rn_Logo a img {
        display:block;
    }
    #rn_LoginStatus{
        font-size:0.917em;
        text-align:right;
    }
    #rn_LoginStatus a{
        font-weight:bold;
        text-decoration:none;
    }
#rn_Navigation {
    background:transparent none repeat scroll center top;
    height:31px;
    /*IE6*/
    _height:28px;
    margin-left:1px;
    padding:3px 10px 0 0;
}
    #rn_NavigationBar {
        float:left;
        height:14px;
    }
    #rn_NavigationBar ul li {
        float:left;
    }

    
    #rn_SideBar {
        float:right;
        margin-right:12px;
        width:23%;
    }
	
	 #rn_SideBar2 {
        float:right;
        margin-right:12px;
        width:23%;
    }
#rn_Footer {
    border-bottom:1px solid #E2E2E2;
}
    #rn_RightNowCredit {
        border-top:1px solid #DDD;
        clear:both;
        padding:10px 0px 10px 0px;
        text-align:right;
        margin:auto 20px;
    }

/*************************************
    05. Text Colors
*************************************/
body,
fieldset legend {
    color:#000;
}
a:link {
    color:#0000CC;
}

/*************************************
    06. Sidebar Content
*************************************/
#rn_SideBar .rn_Padding {
    padding:16px 4px 2px 10px;
    overflow:auto;
}
    /**Sprite for help resources**/
    .rn_HelpResources {
        margin:0 4px 10px 4px;
    }
    .rn_HelpResources .rn_Questions,
    .rn_HelpResources .rn_Community,
    .rn_HelpResources .rn_Contact,
    .rn_HelpResources .rn_Chat,
    .rn_HelpResources .rn_Feedback{
        margin-top:10px;
    }
    .rn_HelpResources a{
        background:url(../standard%20-%20Copy/images/layout/contactDiscs.png) no-repeat;
        color:#464646;
        display:block;
        font-size:1.25em;
        font-weight:bold;
        margin:4px;
        min-height:22px;
        /*min-height for IE6/7*/
        height:auto !important;
        height:22px;
        padding:10px 0 0 40px;
        text-decoration:none;
    }
    .rn_HelpResources a:hover {
       text-decoration:underline;
    }
    .rn_HelpResources span{
        display:block;
        margin:0 0 0 44px;
    }
    
    /* image is 32 x 220 : icons are 32 x 32 */
    .rn_HelpResources .rn_Questions a{
        background-position: 0px -4px;
    }
    .rn_HelpResources .rn_Contact a{
        background-position: 0px -48px;
    }
    .rn_HelpResources .rn_Chat a{
        background-position: 0px -96px;
    }
    .rn_HelpResources .rn_Feedback a{
        background-position: 0px -140px;
    }
    .rn_HelpResources .rn_Community a{
        background-position: 0px -184px;
    }

/***********************************************************
    07. Shared / General Styling
***********************************************************/
/*************
Main search form at the top of many pages
(answers/list, questions/list, questions/detail, home)
*************/
#rn_SearchControls {
    #rn_SearchControls {
    clear: left;
    overflow: visible;
    position: relative;
    width: 97.4%;
    padding: 6px 4px 4px;
    float: left;
}

}
#rn_SearchControls form {
    width: 500px;
    height: 30px;
}
#rn_SearchControls form input[type="submit"],
#rn_SearchControls form input[type="image"] {
    margin: 1.8em 0px 0px 0em;
    padding: 12px 3px 3px 10px;
}
/**IE6 doesn't use attr selectors*/
#rn_SearchControls input {
    _margin:1.3em 0 0 1.3em;
    _padding:.4em 1em;
}
    #rn_SearchControls .rn_SearchInput {
        float:left;
        position:relative;
        width:50%;
    }
	
	/*New styling for Toyota - SCBS RA 11-8-12*/
 #rn_SearchControls .rn_Chat{
	 margin-right:100px;
 float:right;
        position:relative;
        width:25%;
 
 }
 #rn_SearchControls .rn_Questions{
	 margin-right:50px;
	 float:right;
        position:relative;
        width:25%;
	 
	 }
	
	
    #rn_SearchControls .rn_SearchInput a {
        color:#25383C;
        display:block;
        float:right;
        font-size:.917em;
        margin-right:-8px;
        /*IE6/7*/
        *margin-right:0;
        *position:absolute;
        *right:-8px;
        _right:0px;
        text-decoration: none;
    }
    #rn_SearchControls .rn_SearchInput label {
        bottom:0px;
        position:absolute;
        /*IE6/7*/
        *bottom:-50px !important;
        *position:relative !important;
    }
    #rn_SearchControls .rn_SearchInput input {
        font-weight:bold;
        height:1.3em;
        margin-bottom:20px;
        /*IE6*/
        _margin: 0;
        padding:4px 4px 3px;
        width:350px;
    }
/************************
PageTitle -
Appears at the top of each page
************************/
#rn_PageTitle {
    border-bottom:1px solid #E2E2E0;
    color:#25383C;
    overflow:hidden;
    padding:8px 0 0;
}
#rn_PageTitle.rn_Home,
#rn_PageTitle.rn_QuestionList,
#rn_PageTitle.rn_AnswerList {
    border-bottom:0;
    overflow:visible;
}
#rn_PageTitle.rn_Home {
}

#rn_PageTitle p {
    clear:both;
}
/************************
PageContent
************************/
#rn_PageContent {
    overflow:hidden;
	width:880px;
	padding-left:30px;
	padding-right:10px;
}

/*************************************
Forms
*************************************/

/**generic form legend only visible for screen readers (forms mode)*/
form legend {
    font-size:0em;
    visibility:hidden;
}
form fieldset {
    padding-left:8px;
}
form button {
    margin-top:20px;
}
form .rn_Column {
    margin-bottom:10px;
}
.rn_HintBox {
    background-color:#F2F2F2;
    border:1px solid #DBDBDB;
    color:#222;
    opacity:.7;
    padding:4px 16px 2px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topright:10px;
}
.rn_Required, .rn_ErrorLabel {
    color:#C10000;
}
#rn_TextArea
{
	border:1px none;
}
.rn_ErrorField {
    background-color:#EFC3C2 !important;
	border: 1px solid red !important;	
}
.rn_ErrorField2 {
    background-color:#EFC3C2 !important;
	border: 1px solid red !important;	
}
.rn_ErrorField3 {
	border: 2px solid red !important;
}
.rn_MessageBox {
   /* background-color:#FFFFE0;*/
  
    margin:10px 0;
    padding:6px;
}
.rn_ErrorMessage {
    /*background:#FFFFE0 url(../standard%20-%20Copy/images/layout/important.png) no-repeat;*/
    padding:8px 6px 8px 40px !important;
	width: 85%;
}
    .rn_ErrorMessage a {
        color:#990000;
    }
.rn_InfoMessage {
    padding:6px 6px 4px 40px !important;
}
/***************
Dialogs
****************/
.rn_Dialog {
    overflow:visible;
}
.rn_Dialog ol,
.rn_Dialog ul {
    padding:0.4em 0 0 1.8em;
}
.rn_Dialog ol li {
    list-style:decimal outside none;
}
.rn_Dialog ul li {
    list-style:disc outside none;
}
/**************
Module Box
**************/
/***********
Misc Common rules
**********/
.rn_FloatRight {
    float:right;
}
.rn_FloatLeft {
    float:left;
}
.rn_Padding {
    padding:8px 10px 2px 10px;
}
.rn_ClearBoth {
    clear:both;
}
.rn_Highlight {
    font-style:normal;
    font-weight:bold;
    text-decoration:inherit;
}
/**********
Columns
**********/
.rn_ColumnContainer {
    width:100%;
}
.rn_Column {
    width:48%;
}
.rn_LeftColumn {
    float: left;
    padding:0 4px 0 0;
}
.rn_RightColumn {
    float:right;
    padding: 0 0 0 4px;
}

/*******************************************
    08. Answer & Question Detail
*******************************************/
#rn_Summary {
    padding: 7px 0 0 0;
    line-height:1em;
    letter-spacing:-.01em;
}
#rn_AnswerInfo {
    color:#888;
    margin:6px 0 20px;
}
#rn_AnswerInfo div {
    display:inline;
}
#rn_AnswerText {
    clear:both;
    line-height:1.4em;
    padding:5px 0 15px;
}
#rn_FileAttach {
    padding-bottom:1em;
}
/************
List styles for answer content
*************/
.rn_QuestionDetail ol,
.rn_QuestionDetail ul,
.rn_AnswerDetail ol,
.rn_AnswerDetail ul {
    margin-bottom:1em;
    padding-left:2em;
    clear: both;
}
.rn_QuestionDetail li,
.rn_AnswerDetail li {
    line-height:1.4em;
    margin:4px;
}
.rn_QuestionDetail ol ol,
.rn_QuestionDetail ol ul,
.rn_QuestionDetail ul ol,
.rn_QuestionDetail ul ul,
.rn_AnswerDetail ol ol,
.rn_AnswerDetail ol ul,
.rn_AnswerDetail ul ol,
.rn_AnswerDetail ul ul {
    margin-bottom:0;
}
.rn_QuestionDetail ol li,
.rn_QuestionDetail ul li ol li,
.rn_AnswerDetail ol li,
.rn_AnswerDetail ul li ol li {
    list-style:decimal;
}
.rn_QuestionDetail ol li ol li,
.rn_AnswerDetail ol li ol li {
    list-style:lower-alpha;
}
.rn_QuestionDetail ul li,
.rn_AnswerDetail ul li {
    list-style:disc;
}
.rn_QuestionDetail ul li ul li,
.rn_QuestionDetail ol li ul li,
.rn_AnswerDetail ul li ul li,
.rn_AnswerDetail ol li ul li {
    list-style:circle;
}

/* Incident thread */
#rn_UpdateQuestion textarea {
    width:98%;
}
#rn_QuestionThread {
    margin:4px;
}
#rn_AdditionalInfo, #rn_DetailTools {
    background:#EEE url(../standard%20-%20Copy/images/layout/whitePixel.png) repeat-x scroll 0 0;
    border:1px solid #BBB;
}
/** Additional Details box **/
#rn_AdditionalInfo {
    margin:1em;
    overflow:hidden;
    padding:12px;
    width:560px;
}
/** Print/Email/Notif/Share Container **/
#rn_DetailTools {
    line-height:1em;
    margin-top:2em;
    padding:8px 0;
    text-align: right;
}
/*************************************
    09. Home Page : Top Answers
*************************************/
#rn_PageContent.rn_Home ol {
    margin:12px;
    overflow:hidden;
}
#rn_PageContent.rn_Home ol li {
    float: left;
    margin: 0px 4px;
    padding: 4px;
    width: 48%;
    border-top: 1px solid rgb(204, 204, 204);
}
#rn_PageContent.rn_Home ol li img {
    display:none;
}
#rn_PageContent.rn_Home ol li a {
    float:left;
    font-size:.8em;
    margin:4px;
	color:#D71921;
}
#rn_PageContent.rn_Home .rn_AnswersLink {
    display:inline-block;
    font-size:120%;
    font-weight:bold;
    margin:10px 0 10px 16px;
}
/*************************************
    10. Account Pages
*************************************/
/*********************
Sprite for overview page
*********************/
.rn_Overview {
    padding:12px 10px 2px;
}

.rn_Overview a:focus,
.rn_Overview a:hover {
    text-decoration:underline;
}
.rn_Overview a.rn_Questions {
    background-position: 0px 2px;
}
.rn_Overview a.rn_Profile {
    background-position: 2px -38px;
}
.rn_Overview a.rn_Notifs {
    background-position: 0px -74px;
}
.rn_Overview b.rn_Contracts {
    background-position: 0px -114px;
}
.rn_Overview div.rn_Questions,
.rn_Overview div.rn_Notifs,
.rn_Overview div.rn_Profile,
.rn_Overview div.rn_Contracts {
    margin:10px 0px 40px 40px;
}
.rn_QuestionList caption {
    font-size:1.333em;
    font-weight:bold;
    line-height:1.4em;
}
/*********************
Sprite for login page
*********************/
.rn_CreateAccountInfo {
    background:#FAF9F5;
    border:1px solid #ECECEC;
    color:#454545;
    padding:8px;
}
.rn_CreateAccountInfo h2 {
    text-align: center;
}
.rn_CreateAccountInfo button {
    display:block;
    margin:auto;
    width:60%;
}
.rn_CreateAccountInfo ul {
    margin-top:10px;
}
.rn_CreateAccountInfo li {
    background:url(../standard%20-%20Copy/images/layout/createAccount.png) no-repeat;
    height:32px;
    list-style-type: none;
    margin:4px 0 16px;
    padding:4px 0px 4px 40px;
}
.rn_CreateAccountInfo li.rn_Communicate {
    background-position: 0px 0px;
}
.rn_CreateAccountInfo li.rn_Feedback {
    background-position: 0px -46px;
}
.rn_CreateAccountInfo li.rn_Customize {
    background-position: 0px -96px;
}

/********************************
    11. General Accessibility
*********************************/
#rn_SkipNav a {
    left:0px;
    height:1px;
    overflow:hidden;
    position:absolute;
    top:-500px;
    width:1px;
}
#rn_SkipNav a:active, #rn_SkipNav a:focus {
    background-color:#FFF;
    height:auto;
    left:auto;
    top:auto;
    width:auto;
}

/****************************
    12. Print Style
    (only display content)
****************************/
@media print
{
    body{
        font-size:1em;
    }
    #rn_DetailTools,
    #rn_Header,
    #rn_Navigation,
    #rn_SideBar,
    #rn_Footer{
        display:none;
    }
}

/*******************************************
    13. Chat Related
*******************************************/

#rn_ChatContainer {
    height:100%;
    margin:0px auto;
    overflow:visible;
    text-align:left;
}

#rn_ChatDialogContainer {
    background-color: rgb(242, 242, 242);
    border: 1px solid #CDCDCD;
    overflow: hidden;
    position: relative;
    min-height: 440px;
    height: auto;
    width: 450px;
    border-radius: 5px;
	    _overflow-y:auto;
		_height:445px;
}

/*FireFox2*/
#rn_ChatDialogContainer[id=RN_CHATDIALOGCONTAINER] {
    height:445px;
    overflow-y:auto;
}

#rn_ChatDialogHeaderContainer {
    height:30px;
    overflow:visible;
    padding:4px;
    vertical-align:middle;
	padding-left:10px;
	padding-bottom:10px;
}
#rn_ChatDialogTitle {
    margin-top: 8px;
}

#rn_ChatDialogHeaderButtonContainer button{
    background: transparent none repeat scroll 0 0;
    border-color: transparent;
    color: #555555;
    margin-right: .25em;
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    padding: 2px;
}

#rn_ChatDialogHeaderButtonContainer button:hover,
#rn_ChatDialogHeaderButtonContainer button:focus{
    background-color: #F8F8F8;
    border-color: #CCCCCC #555555 #555555 #CCCCCC;
    color: #000000;
}

#rn_InChatButtonContainer {
    overflow: visible;
}

#rn_PreChatButtonContainer{
    overflow: visible;
	display: block;
    width: 95%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}
.rn_KeywordText2>input
{
width:390px;
background-color:white;
}
#rn_ChatQueueSearchContainer {
    bottom: 0px;
    position: absolute;
    width: 100%;
}
#rn_KeywordText2_17_Text
{
	font-weight:normal;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
}
#rn_ChatLogo {
    height:100px;
    position: absolute;
    right: 10px;
    top: 10px;
    width:135px;
}

@media print
{
    #rn_ChatDialogHeaderContainer,
    #rn_InChatButtonContainer,
    #rn_PreChatButtonContainer,
    #rn_ChatQueueSearchContainer,
    #rn_ChatLogo {
        display:none;
    }

    #rn_ChatContainer {
        border:0;
    }
}





/*New css Venkata*/
.seperator
{
	border-bottom:1px solid #C7C7C7;
}
.searchouterdiv
{
    width: 380px;
    float: left;
    height: 30px;
	padding-top:10px;
	padding-left:30px;
}
.searchoutertxt
{
    width: 180px;
    float: right;
    display: inline-block;
    padding-top: 12px;
	font-weight:bold;
}
.searchouterchat
{    
    float: right; 
	padding-top:5px;
	visibility:hidden;
	width:0px;
}
.searchouteremail
{    
    float: right; 
	padding-top:5px;
}
.rn_SubmitButton
{
	position: relative; 
	top: -16px;
	right: -80px;
}
.rn_SubmitButton1
{
	position: relative; 
	top: -16px;
	right: -93px;
}
.rn_Module
{	
/*	background: #F2F2F2; /* for non-css3 browsers */
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#FFFFFF'); /* for IE */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#FFFFFF)); /* for webkit browsers */
/*	background: -moz-linear-gradient(top,  #F2F2F2,  #FFFFFF); /* for firefox 3.6+ */
/*	border: 1px solid #F2F2F2;
	margin-top: 20px;
    box-shadow: 1px 1px 1px 1px rgb(242, 242, 242);	*/
}
.Request
{	
	background: #F2F2F2; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #F2F2F2); /* for firefox 3.6+ */
	border: 1px solid #F2F2F2;
	margin-top: 20px;
    box-shadow: 1px 1px 1px 1px rgb(242, 242, 242);
	width:33%; 
	padding:10px;
	border-radius:5px;
-moz-border-radius:5px;
height:230px;	
}
.rn_ProductCategoryList>div>ul>li
{
	border-bottom: 1px solid #cccccc;
}
.rn_AnswerList>div>div>div>ol>li
{
	border-bottom:1px solid #cccccc;
}
.rn_AnswerList>div>div>div>ol>li>span>a
{
	color: rgb(215, 25, 33);
}
.rn_Paginator
{
    height: 40px;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.rn_CurrentPage
{
	color: rgb(215, 25, 33);
	font-weight:bold;
}
.emailhead
{
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
	margin-bottom:5px;
	height:60px;
	display:inline-block;
}
#helpdiv,#topicdiv
{
	width:280px;
	float:left;
	margin-right:15px;
}
#cinfodiv
{
	width: 275px;
	float: left;
	border-right: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	padding-left: 10px;
	margin-right: 20px;
	padding-right:10px;
}
#cinfodivcontent>div>div>input
{
	width:240px;
}
#helpdivcontent>div>div>input
{
	width:240px;
}
#helpdivcontent>div>div>textarea
{
	width:240px;
}
#cinfodivcontent>div>select
{
	width:250px;
	margin-bottom:15px;
}
.submitbuttondiv
{
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
}
.SmallHeading
{
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
.redheading
{
	color:red;
	padding-bottom:7px;
}
.errorclass
{
	background-color:#ff3333;
	border:1px solid red;
}
#rn_Summary
{
	display:inline-block;
}
#helpandhead
{
	font-weight:bold;	
}
.helprating
{
	width:auto;
	padding-left:5px;
	padding-right:5px;
	float:left;
	padding-top:10px;
}
#custrating
{
	background-color:#f2f2f2;
}
#helpandhead
{
    display: block;
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
}
#ratingbtnsdiv {
    width: 100%;
    display: block;
    padding-bottom: 16px;
	padding-left:10px;
    height: 25px;
}
.helprating>label
{
	height:20px;
}
.divrespbtn
{
	float:right;
	padding-right:20px;
	padding-top:0px
}
.rn_AnswerFeedback2
{
	display:none;
	visibility:hidden;
}
#divfbsuccess {
    display: block;
    background: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.hide
{
	display:node;
	visibility:hidden;
}
.page-header .large, .page-header .medium, .page-header .small, .page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5 {
    padding: 0px 0px 0px 35px;
    border: 0px none;
    margin: 0px;
    font-family: "HelvNeueBold","Helvetica Bold","Arial Bold",Gadget,sans-serif;
	font-family: "HelvNeueBold","Helvetica Bold","Arial Bold",Gadget,sans-serif\9;
    letter-spacing: -2px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    font-family: "HelvNeueBold","Helvetica Bold","Arial Bold",Gadget,sans-serif;
	font-family: "HelvNeueBold","Helvetica Bold","Arial Bold",Gadget,sans-serif\9;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizelegibility;
}
h2>span
{
 padding-bottom:10px;
 display:block;
}
.detailmaindiv{
    width: 100%;
    display: block;
    padding-top: 10px;
    height: 1200px;
}


.detailleftdiv {
    width: 65%;
    float: left;
    padding: 4px;
	padding-right:15px;
    margin-right: 10px;
	padding-left:30px;
    border-right: 2px solid rgb(242, 242, 242);
}
#rn_KeywordText2_4_Text
{
	background-color:white;
}

*::-moz-placeholder {
    color:#000 !important;
}

/* Works on Webkit */
input[type="text"]::-webkit-input-placeholder {
    color: black;
}

/* Works on Firefox */    
input[type="text"]:-moz-placeholder {
    color: black;
}

/* Don't work */
input[type="text"]::-webkit-input-placeholder, #test-both:input:-moz-placeholder {
    color: black;
}

textarea::-webkit-input-placeholder {
    color: black;
}

/* Works on Firefox */    
textarea:-moz-placeholder {
    color: black;
}

/* Don't work */
textarea::-webkit-input-placeholder, #test-both:input:-moz-placeholder {
    color: black;
}
#brdrspace
{
    width: 100%;
    border-top: 1px solid rgb(226, 226, 224);
    box-shadow: 1px 1px 1px rgb(226, 226, 224);
}
.fielderror
{
    background-color: rgb(239, 195, 194) !important;
    border: 1px solid red;
}
/* JQuery to YUI project changes - Start */
.rn_WhiteBG {
	background-color: #FFFFFF;
}
.rn_FormErrorField {
	background-color: #EFC3C2 !important;
}
.rn_FormErrorFieldBorder {
	background-color: #EFC3C2 !important;
	border: 1px solid red;
}
.rn_DDErrorField {
	border: 2px solid red;
	width: 220px;
	z-index: 1013;
}
/* JQuery to YUI project changes - Start */