/* Custom SID-SDI stylesheet. */
/* $Id: sid.css 150 2010-09-26 17:16:25Z drogers $ */

html, body {
    background-color: #003366;
    font-family: "trebuchet ms" ,verdana, tahoma, arial, sans-serif;
}

a:link, a.forget:link, a.forget:visited {
    color: #ff9900;
}

a:visited {
    color: #003366;
}

a:hover, a:active, a.forget:hover, a.forget:active {
    color: #ff3300;
}

b, strong {
    font-weight: bold;
}

em, i {
     font-style: italic;
}

h1, h2, h3, h4 {
    color: #003366;
    font-weight: bold;
    line-height: 95%;
}

    h1 span, h2 span, h3 span, h4 span {
        color: #ff9900;
    }
    
h1 {
    font-size: 153.9%;
    margin-bottom: 10px;
}

h2 {
    font-size: 138.5%;
    margin-bottom: 6px;
}

h3 {
    font-size: 123.1%;
    margin-bottom: 3px;
}

p {
    margin-bottom: 10px;
}

ul {
    margin-bottom: 10px;
    margin-left: 20px;
}

    ul li {
        list-style-position: outside; 
        list-style-image: url('../images/list-bullet-white.gif');
        margin-bottom: 3px;
    }

table#layout {
    margin-top: 10px;
    width: 750px;
}

    table#layout td#menu {
        background-color: #235e80;
        background-image: url('../images/title-bar-top.jpg');
        background-repeat: repeat-x;
        height: 40px;
        padding-right: 10px;
        text-align: right;
    }
    
    table#layout td#menu ul {
        list-style-type: none;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 8px;
        white-space: nowrap; 
    }
            
        table#layout td#menu ul li {
            display: inline;
            font-size: 108%;
            padding-right: 5px;
        }

            table#layout td#menu ul li.active {
                color: #ced8e2;
                font-weight: bold;
            }

            table#layout td#menu ul li.last {
                padding-left: 5px;
                padding-right: 0;
            }

            table#layout td#menu ul li a:link, table#layout td#menu ul li a:visited {
                color: #ff9900;
            }
                    
            table#layout td#menu ul li a:hover, table#layout td#menu ul li a:active {
                color: #ff3300;
            }

    table#layout td#title {
        background-image: url('../images/title-bar-middle.jpg');
        height: 60px;
    }
    
        table#layout td#title p {
            color: #003366;
            font-size: 182%;
            font-weight: bold;
            line-height: 95%;
            margin: 0;
            padding: 5px 10px 0 0;
            text-align: right;
        }
        
            table#layout td#title p span {
                font-size: 75%;
                font-weight: normal;
            }
            
    table#layout td#content {
        background-color: #ffffff;
        background-image: url('../images/title-bar-bottom.jpg');
        background-repeat: no-repeat;
        padding: 12px 10px 0 10px;
        vertical-align: top;
        width: 500px;
    }

        table#layout td#content div#event h1, table#layout td#content div#event h2, table#layout td#content div#event h3, table#layout td#content div#event h4 {
            line-height: 100%;
            margin-bottom: 12px;
            text-align: center;
        }

        table#layout td#content img.thumbnail {
            border: 1px solid #235d82;
            margin: 0 0 5px 5px;
            padding: 1px;
        }
        
        table#layout td#content div#gallery table {
            margin: 10px 0 0 0;
        }
        
            table#layout td#content div#gallery table td {
                text-align: center;
                padding: 0 10px 10px 0;
            }

    table#layout td#sidebar {
        background-color: #003366;
        border-right: 1px solid #235d82;
        color: #ced8e2;
        padding: 10px 10px 0 10px;
        vertical-align: top;
        width: 250px;
    }
    
        table#layout td#sidebar h2 {
            color: #ced8e2;
            font-size: 123.1%;
            margin-bottom: 3px;
        }
        
            table#layout td#sidebar h2 a:link, table#layout td#sidebar h2 a:visited {
                color: #ced8e2;
                text-decoration: none;
            }
        
            table#layout td#sidebar h2 a:hover, table#layout td#sidebar h2 a:active {
                color: #ff3300;
                text-decoration: underline;
            }
            
        table#layout td#sidebar a:link, table#layout td#sidebar a.forget:link, table#layout td#sidebar a.forget:visited {
            color: #ff9900;
        }

        table#layout td#sidebar a:visited {
            color: #ced8e2;
        }

        table#layout td#sidebar a:hover, table#layout td#sidebar a.forget:hover, table#layout td#sidebar a:active, table#layout td#sidebar a.forget:active {
            color: #ff3300;
        }
        
        table#layout td#sidebar ul li {
            list-style-position: outside; 
            list-style-image: url('../images/list-bullet-blue.gif');
            margin-bottom: 3px;
        }
        
        table#layout td#sidebar div#sidebar-links, table#layout {
            background-color: #235d82;
            padding: 5px;
            margin-bottom: 5px;
        }

            table#layout td#sidebar div#sidebar-links p {
                margin-bottom: 2px;
            }

            table#layout td#sidebar div#sidebar-links table {
                margin-bottom: 2px;
                width: 100%;
            }

                table#layout td#sidebar div#sidebar-links table td {
                    padding: 2px 4px 4px 0;
                    vertical-align: middle;
                }
        
            table#layout td#sidebar div#sidebar-external-links p {
                margin-bottom: 6px;
                margin-top: 6px;
            }

            table#layout td#sidebar div#sidebar-external-links a:link img, table#layout td#sidebar div#sidebar-external-links a:visited img {
                border: 1px solid #ff9900;
            }
                    
            table#layout td#sidebar div#sidebar-external-links a:hover img, table#layout td#sidebar div#sidebar-external-links a:active img {
                border: 1px solid #ff3300;
            }

        div#eventcal {
            margin: 10px 0 10px 0;
        }

    table#layout td#footer {
        background-color: #235d82;
        color: #ced8e2;
        font-size: 77%;
        padding: 4px;
        text-align: center;
    }
        
        table#layout td#footer a:link, table#layout td#footer a:visited {
            color: #ff9900;
            text-decoration: none;
        }

        table#layout td#footer a:hover, table#layout td#footer a:active {
            color: #ff3300;
            text-decoration: underline;
        }

