/* Main Styles */
/* Gives the black background effect */
body {
background-color: #000000;
}
/* Makes the table body white background */
TABLE.mainbody {
background-color: #FFFFFF;
}
/* Need to give the mainbody padding, so the text won't be too close to the edges */
TD.mainbody {
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
/* Used for quoting in Updates */
.Quotes {
font-family: Times New Roman, Times, serif;
font-size:small;
}
/* Need Zero Padding for images in the top header */
tr.header {
border: 0;
padding-top: 0;
padding-left: 0;
padding-right: 0;
}
td.header {
border: 0;
padding-top: 0;
padding-left: 0;
padding-right: 0;
text-decoration: none;
}
a
{
	color: #000099;
    text-decoration: none;
}
a:visited
{
	color: #990000;
	text-decoration: none;
}
a:active
{
	color: #000099;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: #FF6600;
}
.Title {
	font-family: Times New Roman, Times, serif;
	font-size: 3.5em;
	color: #000000;
 }
.Title2 {
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	padding-left: .1em;
	color: #000000;
}
.SidebarHeading {
	font-size: .9em;
	font-weight: bold;
	margin-left: 14px;
}
.SidebarHeadingMain {
	font-size: 1em;
	font-weight: bold;
	margin-left: 8px;
	border-bottom: thin solid #23559C;
}
.Date {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

/* Used in Party Review System */
TH.upper {
	color : #FFFFFF;
	background : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
/* Standard Heading for Archives */
TH.fronthd {
	color : #FFFFFF;
	background : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
/* Standard Heading For Koala Pages, should just have redefined H1 */
.fronthdttl {
	color : #FFFFFF;
	background : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
}

/* Used in Party Review System */
.rollover a:hover {
background-color: #990000;
}
/* Used in PhotoSystem ------------------------------------------------------------------------ */
/* Below are used in the Pictures section */
div#header h1 {
	color : #FFFFFF;
	background : #23559C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

/* Thumbnail Index */
div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	border-style: none;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

div#index td.thumbcell img {
	border-style: solid;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 1em auto;
}

div#navigation td.previous {
	text-align: left;
	width: 200px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 200px;
}

div#navigation td.thumbcell {
	width: 200px;
}

div#navigation td.thumbcell img {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

div#navigation td.thumbcell img.selected {
	border-style: double;
	border-width: 5px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 2em;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
.textleft {
	text-align: left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	background-color: transparent;
}
.textright {
	text-align: right;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	background-color: transparent;
}
.textcenter {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	background-color: transparent;
}

/* Used in Messageboard ------------------------------------------------------------------------ */

.PhorumTitleText
{
    float: right;
}

.PhorumStdBlock
{
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    border: 1px solid #808080;
    padding: 3px;		
}

.PhorumStdBlockHeader
{
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    background-color: #23559C;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
    padding: 3px;
	color: #FFFFFF;
}

.PhorumHeaderText
{
    font-weight: bold;
}
.PhorumNavBlock
{
    border: 1px solid #808080;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #23559C;
    padding: 2px 3px 2px 3px;
}
.PhorumNavHeading
{
    font-weight: bold;
	color: #FFFFFF;
}
A.PhorumNavLink
{
    color: #FFFFFF;
    text-decoration: none;
    border-style: solid;
    border-color: #23559C;
    border-width: 1px;
    padding: 0px 4px 0px 4px;
}

A.PhorumNavLink:hover
{
    background-color: #23559C;
    border-style: solid;
    border-color: #23559C;
    border-width: 1px;
    color: #FF6600;
}
A.PhorumNavLink:visited
{
    background-color: #23559C;
    border-style: solid;
    border-color: #23559C;
    border-width: 1px;
    color: #FFFFFF;
}
.PhorumFloatingText
{
   padding: 10px;
   font-size: 11px;
}
.PhorumHeadingLeft
{
    padding-left: 3px;
    font-weight: bold;
}
.PhorumUserError
{
    padding: 10px;
    text-align: center;
    color: Red;
    font-size: 16px;
    font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.PhorumNewFlag
{
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-size: 10px;
    font-weight: bold;
    color: #CC0000;
}
.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 #F2F2F2;
    padding: 5px 0px 0px 0px;
}
.PhorumStdTable
{
    border-style: solid;
    border-color: #808080;
    border-width: 1px;
}
.PhorumTableHeader
{
    background-color: #23559C;
    border-bottom-style: solid;
    border-bottom-color: #808080;
    border-bottom-width: 1px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-weight: bold;
    padding: 3px;
}
.PhorumTableRow
{
    background-color: White;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    border-bottom-width: 1px;
    color: Black;
    font-size: 12px;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    height: 35px;
    padding: 3px;
}
table.PhorumFormTable td
{
   height: 26px;
}
.PhorumReadMessageBlock
{
    margin-bottom: 5px;
}
.PhorumReadBodySubject
{
   color: Black;
   font-size: 16px;
   font-family: Lucida Sans Unicode, Lucida Grande, Arial;
   font-weight: bold;
   padding-left: 3px;
}
.PhorumReadBodyHead
{
   padding-left: 5px;
}
    .PhorumReadBodyText
    {
        font-size: 12px;
        font-family: Lucida Console, Andale Mono, Courier New, Courier;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        border-bottom: 1px solid #808080;
        background-color: #23559C;
        padding: 2px 3px 2px 3px;
    }
    .PhorumListSubText
    {
        color: #707070;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .PhorumListPageLink
    {
        color: #707070;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #707070;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }
    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: 600px;
    }

    .PhorumSmallFont
    {
        font-size: 11px;
    }    

    .PhorumLargeFont
    {
        color: Black;
        font-size: 16px;
        font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
    }    
