﻿/* Begin My ORC Collection (aka Bookmark) 
- .bookmark_ob_: used within treeview display
- .bookmark_: non-treeview display
*/
/* FIX FOR WIDTH IN IE* */
.bookmark_ob_column
{
    color: #000;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px; 
    vertical-align: top;
    line-height: 14px;
    text-align: left;
}
.bookmark_ob_column_descr
{
    font-family:Verdana, Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 11px;     
    vertical-align: top;
    line-height: 14px;
    text-align: left;
}

.bookmark_ob_column_title 
{
    font-size:13px;
    color:#45673F;
    font-weight:bold;
    vertical-align:top; 
    text-align: left;
    text-transform:uppercase;
    border-bottom: 1px solid #ccc;	        
}
.bookmark_ob_column_resource_title 
{
    font-size:12px;
    font-weight:bold;
    vertical-align:middle;
    text-align: left;
    text-transform:uppercase;
    border-bottom: 1px solid #ccc;	        
}
.bookmark_description
{
    font-size:11px;
}
.bookmark_ob_column_organize {	        
    color: #000;
    font-size:12px;
    vertical-align:top; 
    text-align: left;
    cursor: move;    
    font-family:Verdana;
}
.bookmark_ob_column_add {	        
    color: #000;
    font-size:12px;
    vertical-align:top; 
    text-align: left;
    cursor: hand;    
    font-family:Verdana;
}

.bookmark_ob_column_link {	        
    vertical-align: top; 
    text-align: right;
    border-bottom: 1px solid #ccc;	        
}

.bookmark_ob_header {	        
    color: #000;
    FONT: 12px Verdana; 
    font-weight: bold;
    vertical-align:top; 
    text-align: right;
}
.bookmark_header_link
{
    background:#F0F0F0;
    border-color:#CCCCCC;
}
.bookmark_header_title
{
    color: #45673F;
    font-weight:bold;
    font-size:20pt;
    line-height:30px;
}
.bookmark_edit_order
{
    color: #45673F;
    font-weight:bold;
    font-size:14px;
    width:30px;
}

.bookmark_add_links
{
    font-weight:bold;
    line-height: 18px;
}
.bookmark_edit_title
{
    vertical-align:text-top;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase; 
    align: left;
    color: #45673F;
}
.bookmark_edit_label
{
    vertical-align:text-top;
    font-size:14px;
    text-transform:uppercase; 
    align: left;
    color: #45673F;
}
.bookmark_indented
{
    margin-left: 50px;
    border-bottom-style: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
.bookmark_indented_folder
{
    margin-left: 35px;
    border-bottom-style: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
.bookmark_alert
{
    color:Red;
    text-transform:uppercase;
}
/* End My ORC Collection (AKA Bookmark) 

div
{
    position: static;
    table-layout: auto;
    vertical-align: bottom;
    text-align: left;
}
*/
.bookmark_right_align
{
     align: right;
    
}


