﻿body
{
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

h1
{
    font-size: 16px;
    font-weight: bold;
}

textarea 
{
    resize: none;
    padding: 0 2px;
    
    /* border radius*/
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px; 
}

/*
    PAGE LAYOUT
*/

#Page
{
    width: 800px;
    padding: 0px;
    margin: 0px auto 0px auto;
}

#Footer
{
    width: 800px;
    margin: 20px auto 0px auto;
    border-top: solid 1px black;
    padding-top: 10px;
}

#Header
{
    background-image: url(header.png);
    background-position: center top;
    height: 51px;
}

#HeaderLogos
{
    width: 800px;
    height: 51;
    overflow: hidden;
    margin: 0px auto 0px auto;
}

#Logo
{
    width: 190px;
    height: 45px;
    float: left;
    background-image: url(logo.png);
    margin-top: 5px;
}

#RadsLogo
{
    width: 145px;
    height: 40px;
    float: right;
    background-image: url(rads_logo.png);
    margin-top: 5px;
}

#Toobar
{
    float:right;
    width: 750px;
}

#PageTitle
{
    color: #00467F;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

#MenuBarBack
{
    background-image: url(menubar.png);
    background-repeat: repeat-x;
    font-size: 14px;    
    height: 38px;
    margin-bottom: 10px;
}

#MenuBar
{
    width: 820px;
    margin: 0px auto 0px auto;
}

.MenuItem
{
    float: right;
    height: 38px;
    padding: 10px 10px 0px 10px;
}

.MenuSpacer
{
    float: right;
    height: 38px;
    width: 11px;
    background-image: url(menuspacer.png);
}

.Spinner
{
    width: 100%;
    height: 50px;
    margin-bottom: 100px;
    background-image: url(spinner.gif);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

#Instructions
{
    margin: 0px 0px 30px 0px;
}

.NavBar
{
    text-align: center;
    color: Blue;   
    margin: 0px 0px 15px 0px; 
}

.NavBar a
{
    color: Blue;
    margin: 0px 10px 0px 10px;
}

/*
    STEP CONTROL
*/

.StepProgressBar
{
    margin: 0px 0px 15px 0px;
}

.StepStart
{
    float: left;
    background-image: url(step-start.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    width: 3px;
    height: 65px;
}

.StepEnd
{
    float: left;
    background-image: url(step-end.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    width: 3px;
    height: 65px;
}

.StepProgress
{
    float: left;
    background-image: url(step-back.png);
    background-repeat: repeat-x;
    background-position: center 25px;
    text-align: center;
    height: 65px;    
}

.StepProgressComplete
{
    float: left;
    background-image: url(step-complete.png);
    background-repeat: repeat-x;    
    background-position: center 25px;
    text-align: center;
    height: 65px;          
}

.StepProgressIcon
{
    margin-top: 5px;
    cursor: pointer;
}

.StepProgressIconInactive
{
    margin-top: 5px;
    cursor: default;
}

.StepProgressText
{
    margin-top: 5px;
    cursor: pointer;
}

.StepProgressTextCurrent
{
    margin-top: 5px;
    cursor: pointer;
    font-weight: bold;
}


/*
    MODAL
*/

.ModalBackground 
{
    background-color:Black;
    filter:alpha(opacity=20);
    opacity:0.2;
}   

#ModalHeader
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;    
    background-color: #BBBBBB;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
}

#ModalContent
{
    border: solid 1px black;
    background-color: white;
}    

/*
    TABLE
*/

.TableHeader
{
    width: 372px;
    background-color: #DDDDDD;  
    margin: 0px;
    border-top: solid 1px black; 
    border-left: solid 1px black; 
    border-right: solid 1px black;  
    padding: 0px;
}

.TableHeader table
{
    width: 355px;
}


.TableSmall
{
    width: 355px;
    border: 0px;
    text-align: left;  
    border-collapse: collapse; 
    font-size: 12px; 
}

.TableSmall td
{
    padding: 2px 4px 2px 4px;
    border: 0px;
}

.TableSmall .AltRow
{
    background-color: #EEEEEE;
}

.MultiSelect tr
{
    cursor: pointer;
}

.SelectedRow
{
    background-color: #44CCFF;
}

.TableTitle
{
    width: 372px;
    padding: 5px 0px 5px 0px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;    
    background-color: #BBBBBB;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.TableFilters
{
    margin-bottom: 5px;
    
}

.ColumnHidden { display: none; width: 0px; }
.ColumnRemove { width: 60px; }
.ColumnId { width: 60px; }
.ColumnPrice { width: 60px; text-align: right;}
.ColumnRight { text-align: right; width: 60px; }
.ColumnName { }
.ColumnInclude { width: 90px; text-align: center;}
.ColumnCount { width: 50px; text-align: right; }
.ColumnLink { cursor: pointer; text-decoration: underline; }

.TableBody
{
    margin: 0px;
    width: 372px;
    border: solid 1px black;
    height: 300px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

/*
    MISC
*/

.Hover
{
    cursor: pointer;
}

.LeftSide
{
    width: 372px;
    float: left;
}

.RightSide
{
    width: 372px;
    float: right;
}

.Hidden
{
    display: none;
}

.FilterLabel
{
    width: 120px;
}

.InputBoxSmall
{
    min-width: 80px;
}

.Select
{
    min-width: 200px;
}

.InputBox
{
    width: 150px;
}

.InputBoxWide
{
    width: 250px;
}

.Clear
{
    clear: both;
}

.ReadOnly
{
    border: solid 1px #888888;
    background-color: #DDDDDD;
}

.LabelShort
{
    width: 120px;
    display: inline-block;
}

.Label
{
    width: 150px;
    display: inline-block;
}

.LabelError
{
    width: 150px;
    display: inline-block;
    font-weight: bold;
}

.Bold
{
    font-weight: bold;
}

.SummaryLabel
{
    font-size: 16px;
    color: #008800; 
    font-weight: bold;
}

.NoBorder
{
    border: 0px;
}

.LandingDiv
{
    background-image: url(landing.png);
    width: 997px;
    height: 650px;
    padding: 0px;
    margin: 0px auto 0px auto;
}

.LandingDiv input
{
    margin: 165px 0px 0px 650px; 
}

.TipTop
{
    background-image: url(tipsheader_standard.png);
    width: 289px;
    height: 32px;
}

.TipBody
{
    background-image: url(tips_body.png);
    width: 259px;
    padding: 15px;
}

.TipBottom
{
    background-image: url(tips_bottom.png);
    width: 289px;
    height: 13px;
}

.LeftSideWide
{
    width: 450px;
    float: left;
}

.RightSideSmall
{
    width: 290px;
    float: right;
}

.TipTopWide
{
    background-image: url(tipsheader_wide.png);
    width: 804px;
    height: 32px;
}

.TipBodyWide
{
    width: 772px;
    padding: 15px;
    border-right: solid 1px #BBBBBB;
    border-left: solid 1px #BBBBBB;
    border-bottom: solid 1px #BBBBBB;
}
