﻿html, body
{
    height: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0px;
    background-color: #333;
    background-image: url(images/back1.png);
}

.SagSolContainer
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0px;
    position: absolute;
}

.logo
{
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.logo:hover
{
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    text-shadow: 0 4px 1px #000;
}
.solSide
{
    height: 100%;
    min-height: 100%;
    height: auto !important;
    width: 25%;
    background-color: #333;
    text-align: right;
    margin: 0px;
    vertical-align: top;
    background-image: url(images/back1.png);
}
#solSideInner
{
    padding: 20px;
    text-align: right;
    color: #FFF;
}
#solSideInner h3
{
    color: #FFF;
}
#solSideInner hr
{
    color: #AAA;
    background: #AAA;
    margin: 5px 0px 5px 0px;
    height: 1px;
}
#solSideInner a:hover
{
    color: #CCCCCC;
}

#kaydirt
{
    background-color: #555555;
    cursor: help;
    width: 15px;
    color: #DCDCDC;
    vertical-align: top;
    text-align: center;
}

.sagSide
{
    height: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0px;
    vertical-align: top;
    width: 75%;
    background-color: #FFF;
}
#sagSideInner
{
    height: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0px;
    margin: 20px;
    text-align: left;
}

.NoN
{
    display: none;
}

.AltBorder
{
    height: 25px;
    border-bottom: dashed 1px #333;
    vertical-align: middle;
}
.AltBorderB
{
    height: 25px;
    border-bottom: dashed 1px #333;
    vertical-align: middle;
    font-weight: bold;
}

.NotifePanel
{
    width: 100%;
    background: #333;
    display: none;
    margin-top: 15px;
    padding: 5px;
    border: 1px solid #009900;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.AltBorderNotif
{
    height: 25px;
    border-bottom: dashed 1px #DCDCDC;
    vertical-align: middle;
}

.NotifHover
{
    height: 35px;
    background: #666;
}

.HeaderBox
{
    background-color: #222;
    height: 25px;
    width: 97%;
    color: #FFF;
    vertical-align: middle;
    padding: 7px 15px 0px 15px;
    margin-bottom: 10px;
}

.HeaderBox a:link
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}
.HeaderBox a:visited
{
    text-decoration: none;
    color: #CCCCCC;
}
.HeaderBox a:hover
{
    text-decoration: underline;
    color: #CCCCCC;
}
.HeaderBox a:active
{
    text-decoration: none;
    color: #CCCCCC;
}

.SideBarHeader
{
    background-color: #555;
    color: #CCCCCC;
    width: 97%;
    text-align: center;
    font-weight: bold;
    padding: 7px 7px 7px 7px;
    font-size: 1.5em;
}

.SideBarBody
{
    background-color: #333333;
    vertical-align: top;
    color: White;
    width: 97%;
    padding: 7px 7px 7px 7px;
}

.SideBarBody a:link
{
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}
.SideBarBody a:visited
{
    text-decoration: none;
    color: #CCCCCC;
}
.SideBarBody a:hover
{
    text-decoration: underline;
    color: #CCCCCC;
}
.SideBarBody a:active
{
    text-decoration: none;
    color: #CCCCCC;
}

input.SStory
{
    width: 400px;
    font-family: Tahoma;
}
textarea.SStory
{
    width: 400px;
    font-family: Tahoma;
}

input.SStory:focus, textarea.SStory:focus
{
    border: dashed 1px #009900;
    font-style: normal;
}

.TipTipVer
{
    border-bottom: 1px dotted #666;
}

.boxema1
{
    margin: 5px;
    padding: 5px;
    background: #D8D5D2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 230px;
    text-align: left;
}

.boxema1 a h3
{
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 0px;
}
.boxema1 hr
{
    color: #444;
    margin: 5px 0px 5px 0px;
    height: 1px;
}
.boxema2
{
    margin: 5px;
    padding: 5px;
    background: #D8D5D2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 480px;
    text-align: left;
}

.boxema2 a h3
{
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 0px;
}
.boxema2 hr
{
    color: #444;
    margin: 5px 0px 5px 0px;
    height: 1px;
}


