body {
    font: 13px Verdana, Helvetica, Arial, sans-serif;
    background: White;
    color: Black;
    margin: 0;
    padding: 0;
/* These work in IE only, changes the look of the scrollbar + textareas */
    scrollbar-base-color: #A6091C;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #EFEFEF;
    scrollbar-3dlight-color: #AD8802;
    scrollbar-shadow-color: #AD8802;
    scrollbar-arrow-color: #AD8802;
}

div {
    font-size: 13px;
}

table {
    font-size: 100%;
}

a, a:visited, a:active {
	text-decoration: none;
    color: #A6091C;
    background-color: transparent;
}

a.mirsbox, a.mirsbox:visited, a.mirsbox:active {
    background: #A6091C;
    border: 1px solid #AD8802;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    display: inline;
    height: 1em;
	text-decoration: none;
    color: #FFFFFF;
	font-size: 12px;
}

table {

}

img {
    border: none;
	vertical-align: middle;
}

p {
    margin: 0.5em 0em 1em 0em;
    text-align: justify;
    line-height: 1.5em;
}

p a, a:visited, a:active {
    text-decoration: none;
	color: #A6091C;
    background-color: transparent;
}

p img {
    border: 0;
    margin: 0;
}


hr {
    clear: both;
    height: 1px;
    color: #AD8802;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    clear: left;
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #AD8802;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 120%;
}

h4.pagetitle {
    font-size: 18px;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 80%;
}

ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 2em;
    padding:0;
}

ul.close { 
    line-height: .5em;
    list-style-type: circle solid;
    padding:0;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2em;
    padding:0;
}

ul a, ol a {
    text-decoration: none;
}

li {
    margin-bottom: 1em;
}

form {
    border: none;
    margin: 0;
}

textarea {
    border: 1px solid #AD8802;
    color: Black;
    background-color: white;
    padding: 0.1em;
}

input {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #AD8802;
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

select {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #AD8802;
    vertical-align: top;
}



code {
    font-size: 120%;
    color: Black;
}

pre {
    font-size: 120%;
    padding: 1em;
    border: 1px solid #AD8802;
    color: Black;
    background-color: #dee7ec;
}





/*
** Widgets
*/

input.noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}

div.box {
    border: none;
    margin: 0em 0em 2em 0em;
    padding: 0;
}

/* div.adbox was added for NS4.7x compatibility */
div.adbox {
    border: none;
    margin: 0em 0em 2em 0em;
    padding: 0;
}

div.box div.body {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #AD8802;
}

.boxDetails {
    font-size: 11px;
    text-align: right;
}

div.box .content {
    font-size: 11px;
    padding: .35em;
}



div.box h1,
div.box h2, 
div.box h3, 
div.box h4 {
    margin: 0;
    padding: 0;
}



div.box input {
    font-size: 100%;
}

div.spacer {
	margin: 1em;
}






/* Capitol Calendar styles */
td.next_month {
color: #A6091C;
background-color: #c0c0c0;
}
a.quick_links:link,a.quick_links:visited,a.quick_links:active {
color:#A6091C;
text-decoration: none;
}
a.quick_links:hover {
color:#A6091C;
background-color: #c0c0c0;
text-decoration: none;
}
a.next_month:link,a.next_month:visited,a.next_month:active {
color:#A6091C;
text-decoration: none;
}
td.next_month_over {
color:#FFFFFF;
background-color:#A6091C;
}
a.next_month_over:link,a.next_month_over:visited,a.next_month_over:active {
color:#FFFFFF;
text-decoration: none;
}
/* End Capitol Calendar styles */



/* Start Phorum CSS */

    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        background-color: White;
        border: 1px solid #AD8802;
        padding: 3px;
    }

    .PhorumStdBlockHeader
    {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        background-color: #f4f4f4;
        border-left: 1px solid #AD8802;
        border-right: 1px solid #AD8802;
        border-top: 1px solid #AD8802;
        padding: 3px;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        border: 1px solid #AD8802;
        margin-top: 1px;
        margin-bottom: 3px;
        background-color: #f4f4f4;
        padding: 2px 3px 2px 3px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    A.PhorumNavLink, A.PhorumNavLink:visited, A.PhorumNavLink:active
    {
        color: Black;
        text-decoration: none;
        border-style: solid;
        border-color: #f4f4f4;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    A.PhorumNavLink:hover
    {
        color: #A6091C;
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: Red;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: Red;
    }



    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */

    .PhorumColumnFloatXSmall
    {
        float: right;
        width: 75px;
    }

    .PhorumColumnFloatSmall
    {
        float: right;
        width: 100px;
    }

    .PhorumColumnFloatMedium
    {
        float: right;
        width: 150px;
    }

    .PhorumColumnFloatLarge
    {
        float: right;
        width: 200px;
    }

    .PhorumColumnFloatXLarge
    {
        float: right;
        width: 400px;
    }

    .PhorumRowBlock
    {
        border-bottom: 1px solid #F0F0F0;
        padding: 5px 0px 0px 0px;
    }

    /************/


    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: #AD8802;
        border-width: 1px;
        width: 100%;
		margin-bottom: 3px;
    }

    .PhorumTableHeader
    {
        background-color: #f4f4f4;
        border-bottom-style: solid;
        border-bottom-color: Black;
        border-bottom-width: 1px;
        color: Black;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #F0F0F0;
        border-bottom-width: 1px;
        color: Black;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        height: 35px;
        padding: 3px;
    }

    table.PhorumFormTable td
    {
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */

    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }

   .PhorumReadBodySubject
    {
        color: Black;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        border-left: 1px solid #AD8802;
        border-right: 1px solid #AD8802;
        border-bottom: 1px solid #AD8802;
        background-color: #f4f4f4;
        padding: 2px 3px 2px 3px;
    }

    /********************/

    /* List page specifics */

	.PhorumListSubText
    {
        font-family: Arial, Helvetica, sans-serif;
    }
    .PhorumListPageLink
    {
        font-family: Arial;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #707070;
        font-family: Arial;
    }
    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: 450px;
    }

    .PhorumSmallFont
    {
    }

    .PhorumLargeFont
    {
        color: Black;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-weight: bold;
    }

/* End Phorum CSS */

/* ===================================RO - New Styles=====================================*/
.alert{background: #c8f6c6;padding:5px;border: 1px solid #87d083;margin:10px 0;}
/* =======================================================================================*/
