﻿.seems_Progress_Success {
    background:#d7f0d6;
}

.seems_Progress_Error {
    background:#f0dad4;
}
.seems_Progress_Error, .seems_Progress_Success {
    padding:5px;
    text-align:center;
}

.seems_Organizer {
    border-collapse:collapse;
    width:100%;
}



.seems_Org_Left { 
    padding:5px 3px;
    font-weight:bold;
}

.seems_Org_Right {
    padding:3px;
}

.seems_Org_HelperText { color:Silver; }
div.seems_Org_ErrorText { color:Red !important; }
div.seems_Org_SuccessText { color:green; }


div.seems_DualColumnTable {
       
}
div.seems_DualColumnTable table {
    border-collapse:collapse; 
    position:relative;  
}
tr.seems_DCTR { }
td.seems_DCTR_Left { padding:5px;  }
td.seems_DCTR_Right { padding:5px; }



.seems_CheckBoxOrganizer { }
.seems_CheckBoxOrganizer table {
    border-collapse:collapse;
}
.seems_CheckBoxOrganizer input { display:inline; }
.seems_CheckBoxOrganizer .seems_DCTR_Left {
     border-left:solid 1px Silver;
}
.seems_CheckBoxOrganizer .seems_DCTR_Right {
     border-right:solid 1px Silver;
}


.seems_CBO_Header td {
   border-bottom:solid 1px Silver;
}
.seems_CBO_Header .seems_DCTR_Left { border-left:none; }
.seems_CBO_Header .seems_DCTR_Right { border-right:none; }

.seems_CBI_Checked td {
  font-weight:bold;   
}

.seems_CBI_UnChecked {
    
}


.seems_PageConstructor {
    width:100%;  
    padding:10px 0px;
    font-size:11px;
}

.seems_PC_List {
    list-style-type:none;   
}

.seems_PC_MsgPanel {
    text-align:center;
    line-height:200%;
    font-size:100%;   
}

.seems_EditorView {
    border:solid 1px #c0c0c0;
    padding:5px;   
}

.seems_LeftCol {
    width:20%;
}

.seems_RightCol {
    width:80%;   
}




.c_Menu { 
    position:relative;
    display:block;
    background:transparent url("../images/Menu_Back.png") repeat-x;
    margin:0 auto;  
    list-style-type:none;   
    z-index:9999999;  
    font-size:11px;
    min-height:40px;
}
.c_Menu div:hover { cursor:pointer; }
.c_Menu_L1 { float:left; margin-left:10px; padding:5px 10px; height:40px; line-height:30px; z-index:9999999; }

.c_Menu_L1:hover { background:transparent url("../images/RepeatingBackgrounds.png") repeat-x;  color:White; }
.c_Menu_L1:hover .c_Menu_L2W { display:block; }

.c_Menu_L2W { 
    position:absolute; 
    border:solid 1px silver; 
    border-top:none; 
    top:40px; 
    left:0px; 
    background-color:#c0c0c0; 
    color:White; 
    display:none; 
    list-style-type:none; 
    min-width:100%;
 }

.c_Menu_L2 { list-style-type:none; white-space:nowrap; padding:5px; }
.c_Menu_L2:hover { background-color:#f3f3f3; color:Black; }


.seems_FDP_Black {
    width:100%;
    height:100%;
    background-color:Black;
    position:absolute;
    top:0px;
    left:0px;   
}

.seems_FileDisplayPanel { 
    z-index:1;
}

.seems_FileDisplayPanel .seems_UserBar { z-index:1 !important; }


.seems_FileViewer {
    border:solid 1px #c0c0c0;
    font-size:11px;
}

/* FileChooser */
.seems_FV_FileChooser {
    
}

.seems_FV_FCL {
    padding:5px;
    border-right:solid 1px #c0c0c0;
}
.seems_FV_FCR {
    padding:5px;
}
.seems_FV_FilesNotFound {
    padding:20px;
    margin:0px auto;
    text-align:center;   
}

.seems_FV_DirectoryList { border:solid 1px #f3f3f3; }
.seems_FV_DirLink {
    display:block;    
    padding:5px;
    text-decoration:none;
    color:#404040;
}
.seems_FV_DirLinkActive {
    background:#e1ecfa url("../images/Highlighted-SeemsBlue.png") repeat-x top !important;
    color:Black;   
}
.seems_FV_DirLink:hover {
    background:#e7f1fb url("../images/Highlighted-SeemsBlue.png") repeat-x bottom;
}

.seems_FV_FileDisplay, .seems_FV_FileDisplaySelected {
    width:110px;
    margin:5px;
    float:left;
    border:solid 1px #c0c0c0;
}
.seems_FV_FileDisplaySelected { background-color:#e1ecfa; }

.seems_FV_FileDisplay:hover {
    cursor:pointer;
    background-color:Fuchsia;
}

.seems_FV_Icon {
    height:100px;
    background-position:center center;
    background-repeat:no-repeat;   
}

.seems_FV_Title {
    padding:5px;
    max-height:20px;
    overflow:hidden;
    white-space:nowrap;
    background-color:Teal;   
}

.seems_FV_SelectedFileDisplay {
    margin-top:5px;
    border:solid 1px #f3f3f3;
}

.seems_FV_SFDOrganizer .seems_Org_Right { width:100%; padding:5px; }
/* Uploads */
.seems_FV_UploadView { }

.seems_FV_ConfirmationText {
    display:block;
    font-weight:bold;   
}


/* 
  Seems File Accessor 
                    */
.seems_FA_Accessor { 
}

/*
 Press: Image Chooser
                    */
.seems_PressImageChooser {
    min-height:300px;
    width:100%;
}

.seems_PIC_Label {
    display:block;
    padding:5px;
    height:20px;
    line-height:20px;
    background:#f3f3f3 url("../images/RepeatingBackgrounds.png") repeat-x 0px -41px;
    color:black;
    font-size:11px;   
}
.seems_PIC_Label:hover { background-position:0px -81px; cursor:pointer; }

.seems_PIC_Image {
    max-height:300px;
    position:relative;
    display:block;
    margin:0px auto;
}

table.seems_tblUsers {
    table-layout:fixed;
    width:100%;
}
table.seems_tblUsers td { padding:5px; width:20%; }

tr.seems_tblUsers_Header { background-color:Aqua; }
/* td.seems_tblUsers_StoreName { width:25%; }
td.seems_tblUsers_BuyerName { width:25%; }
td.seems_tblUsers_Validate { width:25%; }
td.seems_tblUsers_Phone { width:25%; } */


table.seems_OrdersTable {
   border:solid 1px #c0c0c0;
   table-layout:fixed;
    width:100%;   
}
table.seems_OrdersTable td { padding:3px; }
table.seems_OrdersTable tr:hover { background-color:#e7f1fb; cursor:pointer; }
td.seems_OrdersTable_ID { width:15%; text-align:center; }
td.seems_OrdersTable_ID a { display:block; }
td.seems_OrdersTable_Status { width:85%; }


table.seems_ODVI { table-layout:fixed; width:100%; }
table.seems_ODVI td { padding:5px; }
tr.seems_ODVI_Header { background-color:#e7f1fb; }
tr.seems_ODVI_Header td { font-weight:bold; }
