/* themes/gary-shared style */

html, body, td, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*input, textarea {
   background-color: #ffffc8;
}*/

html, body {
    margin: 0px;
    padding: 0px;
    background-color: #F2E288;
    color: #000000;
}

.errorText {
    color: red;
}

div.pagebanner {
    background-image: url(/common/themes/gary04/images/filler.gif);
    background-repeat: repeat-x;
    background-position: 334px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100%;
}

div.pagebanner img.splash {
    left: 0px;
    top: 0px;
    width: 334x;
    height: 100px;
}

div.buttonbar {
    background-image: url(/common/themes/gary04/images/b.gif);
    background-repeat: repeat-x;
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
    height: 31px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

div.buttonbar table {
	border-collapse: collapse;
}

div.buttonbar td {
 	padding: 0px;
	vertical-align: top;
}

div.buttonbar div.b2n {
    background-image: url(/common/themes/gary04/images/b2n.gif);
    height: 31px;
    width: 23px;
    float: left;
}

div.buttonbar div.b2s {
    background-image: url(/common/themes/gary04/images/b2s.gif);
    height: 31px;
    width: 23px;
    float: left;
}

div.buttonbar div.n2b {
    background-image: url(/common/themes/gary04/images/n2b.gif);
    height: 31px;
    width: 23px;
    float: left;
}

div.buttonbar div.n2n {
    background-image: url(/common/themes/gary04/images/n2n.gif);
    height: 31px;
    width: 23px;
    float: left;
}

div.buttonbar div.n2s {
    background-image: url(/common/themes/gary04/images/n2s.gif);
    height: 31px;
    width: 23px;
    float: left;
}

div.buttonbar div.s2b {
    background-image: url(/common/themes/gary04/images/s2b.gif);
    height: 31px;
    width: 23px;
    float: left;
}

div.buttonbar div.s2n {
    background-image: url(/common/themes/gary04/images/s2n.gif);
    height: 31px;
    width: 23px;
    float: left;
}

div.buttonbar div.n {
    background-image: url(/common/themes/gary04/images/n.gif);
    background-repeat: repeat-x;
    height: 31px;
    float: left;
    padding-top: 5px;
    white-space: nowrap;
}

div.buttonbar div.s {
    background-image: url(/common/themes/gary04/images/s.gif);
    background-repeat: repeat-x;
    height: 31px;
    float: left;
    padding-top: 5px;
    white-space: nowrap;
}

div.buttonbar div.blank {
    background-image: url(/common/themes/gary04/images/b.gif);
    background-repeat: repeat-x;
    color: #B2A248;
    height: 31px;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 5px;
    float: left;
}

div.buttonbar a {
    text-decoration: none;
    color: #FFBB00;
}

div.buttonbar a:visited {
    text-decoration: none;
    color: #FFBB00;
}

div.buttonbar a:link {
    text-decoration: none;
    color: #FFBB00;
}

div.buttonbar a:hover {
    text-decoration: underline;
    color: #FFBB00;
}

div.buttonbar a:active {
    text-decoration: underline;
    color: #FFBB00;
}

div.pagemain {
    position: absolute;
    left: 0px;
    padding: 8px;
    top: 130px;
    width: 100%;
}

div.sidebar {
    width: 180px;
    float: left;
    padding: 0px;
    margin: 0px;
}

div.pagebody {
    width: 580px;
    float: left;
    padding: 0px;
    margin: 0px;
}

div.rightbar {
    width: 200px;
    float: left;
    padding: 0px;
    margin: 0px;
}

div.textbox, div.freetextbox {
/*    background-color: #ffffa8; */
    background-color: #FFFFFF;
/*    border: 1px solid #000000;*/
    margin: 2px;
    padding: 3px;
    float: left;
}

div.textbox {
    width: 96%;
}

div.textbox h1, div.freetextbox h1 {
    font-size: 12px;
    font-weight: bolder;
    color: #EEE;
    background-color: #356646;
    /*background-color: #F2E288;*/
    border-bottom: 2px solid #FF8800;
    /*font-variant: small-caps;*/
    /*letter-spacing: 2px;*/
    white-space: nowrap;
    margin: 0px;
    margin-bottom: 4px;
    padding: 2px 4px;

}

.byline {
    font-size: 9px;
    text-align: right;
}

.detail {
    font-size: 9px;
    text-align: right;
}

div.menubox {

}

div.pageturner {
    text-align: center;
    font-weight: bold;
}

.menubox ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.menubox a {
    display: block;
    padding: 3px;
    width: 160px;
    background-color: #356646;
    border-bottom: 1px solid #eee;
}

.menubox li.heading {
    display: block;
    padding: 3px;
    width: 160px;
    background-color: #356646;
    border-bottom: 2px solid #eee;
    color: #eee;
    font-size: 14px;
    font-weight: bold;
}

.menubox a:link, .menubox a:visited {
    color: #EEE;
    text-decoration: none;
}

.menubox a:hover {
    background-color: #558666;
    color: #fff;
}
