/*
 * Copyright 2006 Servelots Infotech Pvt. Ltd.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you
 * may not use this file except in compliance with the License. You may
 * obtain a copy of the License at:
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0 
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 * implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/*The below styles are for RemarkThread.wm */

#remarkthread_line { 

border: 1px solid #989C9F;margin-left: 10px;margin-right: 10px;

 }

#remarkthread_rmksubject { 

font-family: verdana; font-weight: bold; font-size: 12px; color: #2F7BA2;

 }

#remarkthread_postedby { 
font-size: 10px;font-family: verdana;
 }

#remarkthread_remark { 

font-size: 12px;font-family: verdana;
  }

#remarkthread_remarkstopageletphrase {

font-weight: bold; font-size: 12px; margin-left: 10px; margin-top: 5px;
}

/* The below styles are for AddRemarkView.wm */

/* rmk is for the Remark Title Bar (with the next and previous) */

#rmk { 

visibility:visible; position: relative; width: 665px;  height: 25px; background-color: #1A6387;

 }

 /* For the Remark phrase on Remark Title Bar */

#addremarkview_remarkphrase { 

position: absolute; left: 300px; font-weight:bold; font-size: 14px; color: white;"

 }

