/* 
    Document   : main
    Created on : Mar 18, 2010, 10:02:44 AM
    Author     : mcgiddin
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
    background-color:#333333;
/*    height: 100%;*/
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1 {
    color:orange;
    text-align:center;
}
p {
    font-family:"Times New Roman";
    font-size:20px;
}

.aysoWrapper {
    width: 975px;
    margin-left: auto;
    margin-right: auto;
    height: 650px;
}

.aysoHeader {
    background: url('/_images/header.jpg');
    width: 975px;
    height: 150px;
    text-align: right;
    color: yellow;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    border-color: green;
    margin-left: auto;
    margin-right: auto;
    border-color: black;
    background-color: green;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.aysoFooter {
    width: 975px;
    text-align: center;
    color: #B8EC79;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    border-color: green;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-color: black;
    background-color: #6c894c;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#aysoContentWrapper {
    width: 975px;
    height: 445px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-style: none;
}

#aysoMainContentWrapper {
    width: 725px;
    height: 100%;
    border-color: black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    float: left;
    overflow: auto;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.aysoMediaBar {
    width: 230px;
    height: 100%;
    /* text-align: center; */
    border-color: black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    float: right;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.aysoMediaBar img {
    /*margin-top: 5px;*/
}

.aysoNavBar {
    width: 975px;
    height: 2.0em;
    border-color: black;
    background-color: #6c894c;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    padding-top: 2px;
    text-align: center;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.ui-widget {
    font-size: .8em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.ui-state-default {
    font-weight: normal;
}

#aysoPhotoShow {
    height:147px;
    width:216px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    margin-top: 5px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #339900;
    border-left-color: #339900;
    border-bottom-color: #339900;
    border-top-color: #339900;
}
#aysoPhotoShow div {
    position:absolute;
    z-index: 0;
}
#aysoPhotoShow div.previous {
    z-index: 1;
}
#aysoPhotoShow div.current {
    z-index: 2;
}

#tabs {
    font-size: 90%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 710px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #339900;
    border-left-color: #339900;
    border-bottom-color: #339900;
    border-top-color: #339900;
    -moz-border-radius: 5px;
    background-color: #336600;
    height: 80%;
}
#tabs ul {
    float: left;
    background-color: #cccccc;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
}
#tabs li {
    margin-left: 2px;
    list-style: none;
    background-color: #CCCCCC;
}
* html #tabs li {
    display: inline; /* ie6 double float margin bug */
}
#tabs li,
#tabs li a {
    float: left;
    background: url('/_css/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png') repeat-x scroll 50% 50%;
}
#regGeneral li,
#regFirstTimeEnrollment li,
#regReturnEnrollment li,
#tab-4 li {
    background: #cccccc;
}
#tabs ul li a {
    text-decoration: none;
    padding: 8px;
    color: #0073BF;
    font-weight: bold;
    /*background: url('/_css/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png') repeat-x scroll 50% 50%;*/
}
#tabs ul li.active {
    /*background: #CEE1EF url(img/nav-right.gif) no-repeat right top;*/
    text-decoration: underline;
    background: url('/_css/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png') repeat-x scroll 50% 50%;
}
#tabs ul li.active a {
    background: url(img/nav-left.gif) no-repeat left top;
    color: #333333;
    /*background: url('/_css/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png') repeat-x scroll 50% 50%;*/
}
#tabs div {
    background: #CEE1EF;
    clear: both;
    padding: 20px;
    min-height: 200px;
    background-color: #669900;
    height: 100%;
}
#tabs div h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#tabs div p {
    line-height: 150%;
}

#regGeneral, #regFirstTimeEnrollment, #regReturnEnrollment, #tab-4 {
    overflow: auto;
}
