/* main jordan blue #002f7f */

body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

b {
    font-size: 110%;
}

em {
    color: red;
}

#topsection {
    background: white url(images/header_underscore.jpg) bottom repeat-x;
    height: 230px; /*Height of top section*/
}

#topsection h1 {
    margin: 0;
    font-weight: bolder;
    font-size: 3em;
    padding-top: 95px;
}

div#topsection .logo {
    float: left;
    background: white url(images/jordanLogo_with_sub_150.jpg) left no-repeat;
    height: 150px;
    width: 700px;
    margin: 5px;
}

#contentwrapper {
    float: left;
    width: 100%;
}

#contentcolumn {
    margin-left: 240px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn {
    float: left;
    width: 225px; /*Width of left column*/
    margin-left: -100%;
    overflow: auto;
}

#footer {
    clear: left;
    width: 100%;
    background: #002f7f;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
}

#footer a {
    color: #FFFF80;
}

.innertube {
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

.selectableList {
    padding-left: 0;
    border: 1px solid gainsboro;
    height: 400px;
    overflow: auto;
}

.selectableItem {
    text-decoration: none;
    padding: 5px;
    list-style-type: none;
    cursor: pointer;
}

.selectableItem p {
    margin-left: 10px;
}

/* DIV LIST */

.divlist {
}

.divlistItem {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    overflow: hidden;
    padding: 10px;
    margin-top: 10px;
}

.divlistItem img {
    border: 1px solid #666;
}

.divlistItem p {
    font-size: .8em;
}

.odd {
    background-color: beige;
}

.selected {
    background-color: cornflowerblue;
}

.hilighted {
    cursor: pointer;
    background-color: gainsboro;
}

#workarea {
    border-top: 1px solid #002f7f;
    padding-top: 10px;
}

.modal_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c2cad9;
    opacity: .5;
}

.modal_window {
    position: fixed;
    top: 100px;
    left: 300px;
    height: 300px;
    width:600px;
    overflow:auto;
    padding:10px;
    border:1px solid black;
    background-color: white;
}