/* 
    Document   : codeuglystyle
    Created on : Sep 29, 2007, 9:34:51 PM
    Author     : greg
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* a fix for IE 
img { behavior: url(../javascripts/iepngfix.htc); } */

body {
    font-family: Georgia,'Times New Roman',times,serif;
    background-color: #bcb;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    /*height: 100%;*/
}

#container {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 166px; 
    /*background-color: #cbc; */
    background-image: url(../images/bannerrunner.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: none;
}

#bannerrunner {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 166px; 
    overflow: hidden;
    right: 20px;
}

.logo {
    width: 190px;
    height: 166px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/banner.png', sizingMethod='scale');
}

.logo[class] {
    background-image: url(../images/banner.png);
}

#topbuttons {
    position: absolute;
    top: 80px;
    left: 244px;
    height: 45px;
}

.topbuttonsleft {
    /*background-image: url(../images/buttonringleft.png);*/
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/buttonringleft.png', sizingMethod='scale');
    float: left;
    height: 45px;
    width: 25px;
}

.topbuttonsleft[class] {
    background-image: url(../images/buttonringleft.png);
}

.topbuttonscenter {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/buttonringcenter.png', sizingMethod='scale');
    
    height: 45px;
    float: left;
}

.topbuttonscenter[class] {
    background-image: url(../images/buttonringcenter.png);
}

.topbuttonsright {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/buttonringright.png', sizingMethod='scale');
    
    float: left;
    height: 45px;
    width: 25px;
}

.topbuttonsright[class] {
    background-image: url(../images/buttonringright.png);
}

#topbuttons a {
    display: block;
    float: left;
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    /*color: #cba;*/
    color: #edb;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px; 
    padding-top: 10px;
}

#topbuttons a:hover {
    color: #cba;
    /*background-color: #565;*/
    /*font-size: 25px; */
}

/* Button Runners are actually the top of the content pane */
.buttonrunnerstart {
    position: absolute;
    height: 30px;
    top: 136px;
    left: 190px;
    width: 34px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/buttonrunnerstart.png', sizingMethod='scale');
}

.buttonrunnerstart[class] {
    background-image: url(../images/buttonrunnerstart.png);
}



#buttonrunner {
    /*width: 100%;*/
    height: 30px;
    margin-top: 136px;
    margin-left: 224px;
    /*margin-right: -190px;*/
    background-image: url(../images/buttonrunner.png);
}

#maincontainer {
    /*background-image: url(../images/contentbackground.png);*/
    /*position: absolute;
    top: 166px;
    left: 190px;
    width: 100%;*/
    margin-top: 136px;
    margin-left: 190px;
}

.maincontainertopstart { 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/buttonrunnerstart.png', sizingMethod='crop');
    
    background-repeat: repeat-y;
    float: left;
    /*width: 34px; */
    height: 30px;
    width: 100%;
}

.maincontainertopstart[class] {
    background-image: url(../images/buttonrunnerstart.png);
}

#maincontainertop {
    margin-left: 34px;
    background-image: url(../images/buttonrunner.png);
    /*width: 100%;*/
    height: 30px;
    
}

#maincontainerstart { 
    background-image: url(../images/contentstart.png);
    float: left;
    /*width: 34px; */
    background-repeat: repeat-y;
    height: auto;
    width: 100%;
}

/* This is the body of the main content */
#maincontainercontent {
    margin-left: 34px;
    /*background-image: url(../images/contentbackground.png);
    width: 100%;*/
    margin-top: 0px;
    margin-right: 50px;
}

.maincontainerbottomstart { 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/contentbottomstart.png', sizingMethod='crop');
    
    background-repeat: repeat-y;
    float: left;
    /*width: 34px; */
    height: 50px;
    width: 100%;
}

.maincontainerbottomstart[class] {
    background-image: url(../images/contentbottomstart.png);
}

.maincontainerbottom {
    margin-left: 34px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/contentbottom.png', sizingMethod='scale');
    
    /*width: 100%;*/
    height: 50px;
    
}

.maincontainerbottom[class] {
    background-image: url(../images/contentbottom.png);
}

#maincontainercopyright { 
    float: left;
    /*width: 34px; */
    width: 100%;
    text-align: center;
}

#sidebuttoncontainer {
    position: absolute;
    top: 170px;
    width: 170px;
    padding-left: 10px;
}

#sidebuttoncontainer h1 {
    font-size: 14px;
    background-color: #565;
    color: #bcb;
    padding-right: 10px;
    padding-left: 10px;
}

#sidebuttoncontainer a {
    display: block;
    font-size: 12px;
    color: #565;
    padding-left: 20px;
    padding-right: 10px;
}
