﻿/* HTML Elements --------------------------- */ 

body
{
    background : #F9F9F9;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
    color: #666666;
}


pre
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;    
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */   
    line-height: 1.6em;
}    
 

hr 
{
    background : #CCCCCC;
    height : 2px;
    border : none;
}

ul 
{
    margin : 0px 0px 0px 15px;
    padding : 0px;
    line-height : 1.5em;
}   

li  
{
    margin-bottom : 5px;
}

ol 
{
    margin : 0px 0px 0px 15px;
    padding : 0px;
    line-height : 1.5em;
}

ol li 
{
    margin-bottom : 10px;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif; 
}

h1
{
    font-size: 2em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img 
{
    border: none;
}

a
{
    outline : none;
}    

/* Standard tables ----------------------------------- */


table
{
    border-collapse : collapse;
    margin : 10px 0px;
}    

td, th
{
    border : solid 1px silver;    
    padding : 5px 10px;
    text-align : left;
    vertical-align : middle;    
}      

th
{
    font-weight : bold;
}    

table .left
{
    text-align : left;
}    

table .right
{
    text-align : right;
}    


/* Page Layout ----------------------------------- */

#page
{
    width : 1000px;
    border : 1px solid silver;
    border-top : none;
    margin : 0px;
    padding : 0px;
    margin-right : auto;
    margin-left : auto;
    position : relative;
    background : white;
}

#header, #footer
{
    position : relative;
}    

#header 
{
    height : 90px;
    position : relative;
}    

#footer
{
    line-height: normal;
    margin: 0;    
    font-size: .9em;
    border-top : 1px solid silver;
    clear : both;
    height : 60px;
    position : relative;
}

#footercenter 
{
    text-align : center;
    padding : 25px 0px;
}

#footerleft
{
    position : absolute;
    left : 10px;
    top : 10px;
    text-align : left;
}    

#footerleft img
{
    margin-right : 5px;
}

#footerright
{
    position : absolute;
    right : 10px;
    top : 10px;
    text-align : right;
}    

#footerright img
{
    margin-left : 5px;
}

#footer a
{
    margin : 0px 5px;
}

/* Miscellaneous Styles ----------------------------------- */
 
.todo
{
    background : white url('/Content/Images/warning.png') repeat-y left;
    border : 1px solid gray;
    padding : 5px 5px 5px 10px;
    font-weight : bold;   
}

img.pageicon 
{
    float : right;
    margin : 0px 0px 20px 20px;
}
 
a.topmanufacturer
{
    margin-top : 20px;
    display : block;
}

#imagepreview {
	position:absolute;
	border: solid 1px silver;
	background: white;
	padding:5px;
	display:none;
	color: #666666;
	text-align : center;
} 

    
/* Two Column Layout ----------------------------------- */

table#columns 
{
    padding : 0px;
    margin : 0px;
    border-spacing : 0px;
    width : 100%;
}

td#sidecol, td#centercol
{
    position : relative;
    margin : 0px;  
    border : none;  
    vertical-align : top;
}    

td#sidecol 
{
    width : 150px;
    padding : 20px 10px 20px 20px;
}    

td#centercol 
{
    padding : 20px 20px 20px 10px;
}    

/* Top Bar Menu ------------------------- */

ul#menu
{    
    padding: 0px 20px;
    position: absolute;
    margin: 0px;
    bottom : 1px;
}

ul#menu li
{
    display: inline;
    list-style: none;  
    border: 1px solid silver;    
    padding: 5px 10px 5px 10px; 
    border-bottom : none;
    position : relative;
    top : -3px;
    background : white;
    margin-right : 5px;
}

ul#menu li a
{
    text-decoration: none;
    color: #666666;
    font-weight : bold;      
}

ul#menu li a:hover
{
    color : black;
}

/* Fieldsets --------------------------------- */

div.fieldset 
{
    padding : 0px;
    margin : 0px;
    border : 1px solid #CCCCCC;
    position : relative;    
}

div.fieldset div.inner
{
    padding : 10px;
}    

div.legend 
{
    padding : 10px;
    color : white;
    background : #666666;
    font-size : 1.38em;
    font-weight : bold;
}    
 

fieldset 
{
    margin : 10px 0px;
    padding : 10px;
    border : 1px solid #CCCCCC;
    position: relative;
    clear : both;
}

fieldset.column
{
    width : 300px;
    float : left;
    margin-right : 20px;
    clear : none;
}    

fieldset p 
{
}

label 
{
    display: block;
}

label.checkbox
{
    display : inline;
}   

div.checkbox input
{
    float : left;
}

div.checkbox div.label p
{
    margin-top : 0px;
}

fieldset img.fieldseticon
{
    position : absolute; 
    top : 0px; 
    right : 0px;
    z-index : 20;
}    

div.fieldset img.fieldseticon
{
    position : absolute;
    right : 0px;
    top : -10px;
    z-index : 20;
}

fieldset div.fieldseticonpad, div.fieldset div.fieldseticonpad
{
    width : 50px;
    height : 25px;
    float : right;
}    

legend 
{
    font-size: 1.1em;
    font-weight: bold;
    color : #666666;
}

/* MVC Standard Styles --------------------------- */ 

.clear
{
    clear: both;
}

.error
{
    color: red;
    font-weight : bold;
}

.field-validation-error
{
    color: red;
}

.input-validation-error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* Input Controls --------------------------- */

textarea, select
{
    width: 200px;
    border: 1px solid #CCCCCC; 
    color : black;   
    font-family: Arial, Helvetica, Sans-Serif;  
    font-size : 12px;    
    margin : 5px 0px;
}

textarea.wide
{
    width : 400px;
    height : 300px;
}    

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCCCCC; 
    color : black;   
    font-family: Arial, Helvetica, Sans-Serif;  
    font-size : 12px;    
    margin : 5px 0px;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCCCCC;
    color : black;   
    font-family: Arial, Helvetica, Sans-Serif;  
    font-size : 12px;    
    margin : 5px 0px;    
}

button, a.button
{
    border : solid 2px #CCCCCC;
    padding: 5px;
    background : white;
    color: #666666;
    font-weight : bold;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;  
    font-size : 12px;
    cursor: pointer;  
    display : inline-block;
}  

input[type="submit"]
{
    border : solid 2px #CCCCCC;
    padding: 5px;
    background : white;
    color: #666666;
    font-weight : bold;
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;  
    font-size : 12px;
    cursor: pointer;  
}  

div.controls 
{
    padding-top : 20px;
    position : relative;
    clear : left;    
}    

div.controls .back,
div.controls a.back:hover
{
    float : left;
}   

div.controls .next,
div.controls a.next:hover
{
    float : right;
}   

div.column
{
    width : 200px;
    float : left;
    margin-right : 20px;
}   

div.scroller 
{
    overflow : auto;
    height : 200px;
    border : solid 1px silver;
    padding : 5px;
    position : relative;
    margin : 5px 0px;
}      

.readonly
{
    font-weight : bold;
    margin : 5px 0px;
}    

/* Login control ---------------------------- */

#logindisplay
{
    margin:0px;
    position : absolute;
    font-size : 12px;
    right : 10px;
    bottom : 25px;    
}

#logindisplay a.button
{
    margin-left : 5px;
}

/* Product Lozenge ------------------------------- */

div.lozenge 
{
    width : 275px;
    padding : 10px;
    text-align : right;
    height : 150px;
    position : relative;
    margin : 0px;
}    

div.lozenge div.picture
{
    position : absolute;
    margin : 0px 5px 5px 0px;    
    width : 75px;
    height : 100px;
    overflow : hidden;
    text-align : center;
    left : 10px;
    top : 10px;
}

div.lozenge div.manufacturer 
{
    font-size : 18px;
    color : #666666;
}

div.lozenge div.model
{
    font-size : 16px;
    color : #666666;
    height : 25px;
    overflow : hidden;
}

div.lozenge div.value span
{
    font-size : 36px;
    font-weight : bold;
    color : #666666;
}
    
div.lozenge a.button 
{
    display : block;
    text-align : center;
    position : absolute;
    bottom : 10px;
    right : 10px;
    width : 100px;
}   

div.lozenge a.aliashelp
{
    display : block;
    text-align : right;    
}

div.lozenge a.aliashelp img
{
    float : right;
    margin-left : 5px;
}

div.aliases p
{
    margin : 0px;
}

div.aliases li
{
    font-weight : bold;
}

/* Popular Product Lozenge --------------------------- */

div.popularProduct div.lozenge 
{
    width : auto;
    padding : 5px;
    text-align : center;
    height : 220px;
    position : inherit;
    margin : 0px;    
}    

div.popularProduct div.lozenge div.picture
{
    position : relative;
    margin : 5px;
    width : auto;
    height : 100px;
    overflow : hidden;
    text-align : center;
    left : auto;
    top : auto;
}

div.popularProduct div.lozenge div.manufacturer 
{
    font-size : 14px;
    color : #666666;    
    margin : 3px 0px;    
}

div.popularProduct div.lozenge div.model
{
    font-size : 14px;
    color : #666666;
    height : auto;
    overflow : auto;
    font-weight : bold;
    margin : 3px 0px 7px 0px;    
}

div.popularProduct div.lozenge div.value span
{
    font-size : 20px;
    font-weight : bold;
    color : #666666;    
}
    
#popularWrapper
{
    overflow : hidden;
    position : relative;
    height : 220px;
}

#popularWrapper .lozenge
{
    width : 120px;
}
    
/* Paginator -------------------------------- */

div.paginator 
{
    padding : 5px 5px;
    text-align : center;
    position : relative;
    height : 25px;
}        

div.paginator a.paginator_next
{
    position : absolute;
    right : 0px;    
}    

div.paginator a.paginator_next ,
div.paginator a.paginator_prev 
{
    width : 24px;
    height : 24px;
}    

div.paginator a.paginator_prev
{
    position : absolute;
    left : 0px;
}    

div.paginator_top 
{
    border-bottom : 1px solid silver;
    margin-bottom : 10px;    
}    

div.paginator_bottom
{
    border-top : 1px solid silver;
    margin-top : 10px; 
}    

div.paginator select 
{
    margin : 0px;
    width : auto;
}

/* Report Tables --------------------------------- */

table.report 
{
    width : 100%;
}

/* Tooltips -------------------------------------- */

#tooltip {
	position : absolute;
	z-index : 3000;
	border : solid 1px gray;
	background-color : white;
	padding : 5px;
	color : black;
	opacity : 0.70;
	width : 200px;
}

#tooltip h3, #tooltip div  
{
    margin: 0; 
    font-weight : normal;
}

a.helptip
{
    cursor : help;
    margin : 0px 3px;
    position : relative;
    top : 3px;
}    

a.helptip img
{
    width : 16px;
    height : 16px;
}    

/* Image Buttons ----------------------------------- */


.button.next
{
    border : none;
    padding-right : 30px !important;
    background : white url('Images/Icons/page_next.png') no-repeat center right;    
    text-align : right;
}    

.button.back
{
    border : none;
    padding-left : 30px !important;
    background : white url('Images/Icons/page_prev.png') no-repeat center left;
    text-align : left;
}    

/* Breadcrumb trail ---------------------------------- */

div.breadcrumb table 
{
    width : 100%;
}    

div.breadcrumb td
{
    text-align : left;
    padding : 0px 20px;
    border-top : none;    
}    

div.breadcrumb td:first-child
{
    border-left : none;
}    

div.breadcrumb td:last-child
{
    border-right : none;
}    

div.breadcrumb td.stage, div.breadcrumb td.description
{
    padding : 0px 3px;
    border : none;        
    vertical-align : top;
}    

div.breadcrumb td.stage
{   
    font-weight : bold;
    padding-right : 15px;
}    

div.breadcrumb td.done 
{
    border-bottom : solid 4px gray;
}    

div.breadcrumb td.current 
{
    border-bottom : solid 4px green;
    font-weight : bold;
}    

/* Print Stylesheet ---------------------------- */

@media print {
    body
    {
        background : white;
        color : black;
        filter: none !important;
    }    

    #header, #footer, td#sidecol, .button, .breadcrumb
    {
        display : none;
    }    
        
    #page 
    {
        width : auto;
        border : none;
        margin : none;
    }        
    
}        

/* Newsflash ---------------------------- */

div.newsflash
{
    padding : 10px 0px;
    clear : both;
    overflow : hidden;    
}    

div.newsflash pre
{
    float : left;
    margin-bottom : 20px;
}  

div.newsflash a
{
    clear : left;
    display : block;
}    

/* Scheme Role Switches -------------------- */

div.indirect, td.indirect,
div.retail, td.retail,
div.corporate, td.corporate
{
    display : none;
}    

div.direct
{
    display : block;
}   

td.direct
{
    display : table-cell;
}    

/* LogOnOff Control -------------------------- */

#header div.logonoff 
{
    position : absolute;
    top : 0px;
    right : 20px;    
    padding : 10px 10px 10px 28px;
}    

div.logonoff 
{
    padding-left : 28px;
}    

div.logonoff img
{
    position : absolute;
    left : 0px;
    top : 5px;         
}    

div.logonoff a
{
    text-decoration : none;
    font-size : 11px;
}     

div.logonoff a:hover
{
    text-decoration : underline;
}     

div.logonoff a.username
{
    margin-right : 5px;
    font-weight : bold;
    font-size : inherit;
}    

div.logonoff a.username:hover
{
    text-decoration : none;
}    

div.logonoff a
{
    padding-right : 5px;
    margin-right : 3px;
    border-right : 1px solid silver;
}  

div.logonoff a.noborder
{
    border-right : none;
}    

/* User and Group Styles ------------------------ */
         
ul.users
{   
    list-style-type : none; 
    list-style-image : url('Images/Icons/user_16.png'); 
    margin-left : 25px;   
}    

ul.groups
{    
    list-style-type : none;
    list-style-image : url('Images/Icons/group_16.png'); 
    margin-left : 25px;   
}       
   
/* Report List -------------------- */

div.reportlink 
{
    position : relative;
    padding-left : 58px;
}    

div.reportlink img
{
    position : absolute;
    top : 0px;
    left : 0px;    
}
    
div.reportlink a
{
    font-size : 18px;
}    

div.reportlink p
{
    margin-top : 3px;
}


