/* 
    Document   : jello_skeleton.css
    Created on : 08/25/2007
    Author     : nthorp
*/

/*----------------------------------------------------------------*/
/*Page structure */
/*----------------------------------------------------------------*/

/* all measurements in em for resizing */
#body{
    /* TODO: add scrollbar coloring */
    /* background-image: url(/images/rr_bak_tile_2.jpg); */
    background-repeat: repeat;
    color: white;
    background-color: black;
    font-family: Trebuchet MS, sans-serif, Arial,Helvetica;
    font-size: 12px;
    
}
#bunny{
    z-index: 2;
    position: absolute;
    padding-top: 20px;
    width: 99%;
    height: 99%;
    background-image: url(/images/rr_bak_tile_2.jpg);
    background-repeat: repeat;
    text-align: center;
}

#bunny img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

#containerwrapper { /*necessary for centering the container */
    text-align: center;
}
#container {
    z-index: 1;
    width: 750px;   /* create jello layout of fixed width */
    margin-left: auto;
    margin-right: auto;
    background-image: url(/images/rr_bak_tile_2.jpg);
    text-align: left;
    /*
    border: 1px;
    border-style: solid;
    border-color: yellow;
    */

}
#column {}

#flashplayer{
    width: 200px;
    height: 15px;
    padding-bottom: 5px;
}

#header {
    clear: left;
    width: 750px;
    height: 160px;
    background-image: url(/images/top.jpg);
    /*
    border: 1px;
    border-style: solid;
    border-color: green;
    */
}

#left   {
    width: 200px;
    float: left;
    padding: 5px;
    padding-top: 20px;
    margin-left: 10px;
    /* border: 1px;
    border-style: solid;
    border-color: blue;
    */
}
#rightouter {
    /* stores the bakground image which floats behind the right div tag */
    /* was 516 pixels */
    float: left; /* this is floated with fixed width so that the left margin does not extend through the left column */
    width: 650px;
    height: 556px;
    padding: 0px;
    margin: 0px;
    background-image: url(/images/frame_flat_03_650px.jpg);
    /*
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    */
    
    border: 1px;
    border-style: solid;
    border-color: white;
    
    
}
#right  {
    padding: 0px;
    width: 465px;
    padding-left: 20px;
    overflow: auto;
    padding-top: 10px;
    background-color: black;
    /*
    border: 1px;
    border-style: solid;
    border-color: red;
    */

}
#footer {
    clear: left;
    width: 750px;
    height: 90px;
    border: 1px;
    padding-top: 35px;
    background-image: url(/images/bottom_4.jpg);
    /*
    border-style: solid;
    border-color: green;
    
    */

}
#login_mid {
    clear: left;
    width: 750px;
    height: 130px;
    padding-top: 60px;
    padding-left: 200px;
}

/*----------------------------------------------------------------*/
/*HTML Display Selectors */
/*----------------------------------------------------------------*/


h1{
   font-size: 16px;
   display: inline;
   color: white;
   background: black;
}

ul{
    padding-left:0;
    margin-left:0;
}

li{
    list-style-type: none;
    list-style-position: inside;
    marker-offset: 3px;
    vertical-align: bottom;
    width: 200px; 
}

a {
    color: #A38675; /*#A38675;*/
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*get rid of that darned dotted line box around links with focus */
a:focus { -moz-outline-style: none; }

#listbox a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    padding-left: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    
}

#listbox a:hover {
    display: block;
    background: #402000;
}

#title a {
    /* color: #FFFFFF; */
}

/*----------------------------------------------------------------*/
/*Other formatting */
/*----------------------------------------------------------------*/
.small {
    color: grey;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    
}
