﻿/* color references 
mustard: #d1c425
dark green: #404c24
light green 1 (rowstyle): #6B7435
bg Green(middle area):  #656D3C
*/
body 
{
    /*text-align: center;*/ /* centering here is not necessary.  taken care of using margin in "main" */
    background-color: Black;
    text-align:center;
    font-size: small;
    font-family:Tahoma, Arial, Geneva, sans-serif;
    color: White;
}

h1
{
    font-size:x-large;
    color: Yellow;
    text-align: center;
}

a
{
    color: Yellow;
    text-decoration:none;
}

#main
{
    width: 1250px; /*factor in scrollbar.  So if 1280, cut down to 1250 */
    text-align: left;
    margin: 0px auto; /* controls centering of the entire page */
}

#header
{
    /*float: right;*/
    width: 1250px;/*factor in scrollbar.  So if 1280, cut down to 1250 */
    height: 222px;
    background-image: url(./images/header1250b.jpg);/*factor in scrollbar.  So if 1280, cut down to 1250 */
}

#menuAboveHeader
{
    /*position: absolute;*/
    /*margin-top:5px; /* 4*/
    /*top: 10px;*/
    padding-top: 4px;
}

/* horizontal positioning for top menu items */
#menuMain
{
    /*position: absolute;*/
   /* margin-top:198px;*/
   margin-top: 13px; /*margin between menu and banner ad*/
}

#menuBottom
{
    /*
    position: absolute;
    margin-top:198px;    
    */
    /*orignal stuff with images*/
    /*fix this after fixing urls to all top images, that way don't have to copy more than once*/
    width: 1166px;
    height: 54px;
    
    clear: left;
    background-image: url(./images/bgbottommenu.jpg);
}



.menuHyperLink
{
    color:Yellow;
    margin-right:20px;
}

.menuLeftIndent
{
    margin-left:52px;
}/* end top menu items */

.menuLeftIndentBottom
{
    margin-left:12px;
}


/* bottom menu items */
/* horizontal positioning for top menu items */



/* end bottom menu items*/


.newsHeader
{
    font-size: large;
    font-weight: bold;
    /*
    line-height: 100px;
    padding-top: 0px;
    vertical-align:text-top;
    top: 0px;
    margin-top: 0px;
*/
    /*line-height: 50px;*/
    /*height: 50px;*/
}

.separator
{
    float: left;
    width: 1166px;
    height: 1px;
    background-color: #212c04;
    left:0px;
    top:0px;
}

#centerArea
{
    float:left;
    width: 1166px; /*916px;*/
    height: auto;
    background-image: url(./images/bgTotal1250.jpg);
    background-repeat: repeat-y;
    padding-left: 42px;
    padding-right: 42px;
}

#menuLeft
{
    clear: both;
    float: left;
    /*top: 1px;*/
    width: 200px;
    /*height:100%;*/
    text-align: center;
    /*overflow: hidden;*/
    /*padding: 10px;*/
    padding-top:7px;
    /*background-color:Fuchsia;
    min-height: 100%; */

}

#adSpaceRight
{
    float: left;
    /*top: 1px;*/
    width: 200px;/*197px;*/
    /*height:100%;*/
    text-align:center;
    padding-top:7px;
    /*background-color: Lime;
    height: 100%;
    min-height: 100%;
    background-image: url(./images/clear.jpg);
    background-repeat:repeat-y;*/
}


#menuBottomItemVertPos
{
    /*margin-top: 5px;*/
    padding-top: 5px;
   /* top:50px;*/
}

#copyrightLine
{
    /*position: absolute;*/
    clear:left;
    /*margin-top:10px;*/
    padding-top: 10px;
    font-size:x-small;
    font-family:Tahoma, Arial, Geneva, sans-serif;
    color: #d1c425;
    text-align:center;
    /*width: 1250px;*/
    width: 1166px;
    /*margin-top:35px;*/
}

#headerAd728x90
{
    margin-left: 55px;
    margin-top: 75px; /*93px;*/
    height:90px;
    width:728px;
}

#loginArea
{
    position: absolute;
    margin-top: 40px;
    margin-left: 800px;
    width: 200px;
}

#headerAd468x60
{
    margin-left: 55px;
    margin-top: 115px;
    height:60px;
    width:460px;
}

#hplHomeTop
{
    margin-left:52px;
}

.textboxSpacing
{
    margin-bottom: 3px;
}

.errorMsg
{
    color:Red;
}

.registerLink
{
    color: Yellow;
    margin-bottom: 3px;
}

.forgotPassword
{
    font-size:x-small;
    color:#d1c425;
}

.buttonSignIn
{
    margin-top: 5px; 
    margin-bottom:7px;
}

/* dot (.) = class.  pound (#) = id */


.boxLineBreak
{
    margin-top: 7px;
}

.boxStyle
{
    float: left;
    /*margin-left:4px;
    margin-right:4px;*/
	border: solid 2px #404c24;
	width: 100%; /*always 100%.  let outer container dictate width constraint.*/
	/*width: 30%;*/
}

.boxStyleThin
{
    float: left;
    /*margin-left:4px;
    margin-right:4px;*/
	border: solid 1px #404c24;
	width: 100%; /*always 100%.  let outer container dictate width constraint.*/
	/*width: 30%;*/
}

.boxHeader
{
	/*font-size:;*/
	padding: 10px;
	font-weight: bold;
	color: Yellow;
	background-color: #404c24;
	/*line-height: 1.4em;*/
	overflow: hidden;
	white-space: nowrap;
	font-size:medium;
}

.boxBody
{
    padding: 5px; 
    background-color:#6B7435; 
    color:White;
}
/*
.boxBody a
{
    color: Yellow;
    text-decoration: none;
}
*/
/* main content area below.  This would be everything between left and right ad columns */
/* note that determining widths is pretty confusing.  Need to consider the 2px borders
    as well */
    
#content /*main content area, between left/right ad columns. */
{
    float: left;
    /* width is separator (1166) - ad columns (400px) - content padding (10) = 756px*/
    width: 752px;/*756px;/*752px;/*766px;*//*766px;*//*616px;*/
    /*height: 100%;*/
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    /*background-color: Aqua;*/
    /*max-width: 752px;*/
}

#leftColTwoThirds
{
    float: left;
    width: 499px;/*499px;*//*506px;*//*510px;*/
}

#rightColOneThird
{
    float: right;
    margin-left: 7px;
    margin-right: 3px;
    width: 242px;/*253px;/*246px;/*253px;*//*260px;*//*255px;*/  
}

.oneThird
{
    width: 242px;/*241px;*/ /*246px; */
}

.oneHalf
{
/* this one hasn't been used since my initial mockup, so the size needs to be
    adjusted when i use again */
    width: 372px;
    float: left;
}

.twoThirds
{
    width: 496px;/*499px; */
    float:left;
}

.imageGridContainer
{
    border-color: #404c24;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 5px;
    width: 144px;
    height: 235px;
    background-color:#6B7435/*#636c2d;*/
}
/*
.imageGridContainer a
{
    color: Yellow;
    text-decoration: none;
}*/

.imageGridContainer img
{    
    border-color: #d1c425;
}

/*grid stuff*/
.gridTFK
{
    border-color: #404C24;
    border-style: solid;
    border-width: 1px;
    padding: 4px; 
    color: #000040;
    
    font-size:small; 

    
    
    /*
    word-break:break-all;
    word-wrap:break-word;*/
    width: 100%;
}

/*
.gridTFK a
{
    color: Yellow;
    text-decoration: none;
}
*/
.gridComment
{
    word-break:break-all;
    word-wrap:break-word;
}
/*
.GridViewHeaderStyle th
{
    background-color: #404c24;
    font-weight: bold;
    color: White;
    text-align: left;
}   
  */  

.gridHeaderTFK
{
    background-color: #404c24;
    font-weight: bold;
    color: White;
    text-align: left;
}

.gridFooterTFK
{
    background-color: #404c24;
    font-weight: bold;
    color: White;
}

.gridRowTFK
{
    background-color: #6B7435;
    color: White;
    vertical-align:top;
}
    
.gridAltRowTFK 
{
    background-color: #636c2d;
    color: White;
    vertical-align:top;
}

/*
.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}*/
/*
.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}*/

.gridPagerTFK
{
    background-color: #404c24;
    color: White;
}

                         /*       
.GridViewPagerStyle table 
*/
/* to center the paging links*/
/*
{
    margin: 0 auto 0 auto;
}
*/
/*
.general a
{
    color: Yellow;
}
*/
.admMenuTitle
{
    color: White;
    font-weight: bold;
    font-size: medium;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 7px;
}

.admMenuOuter
{
    margin-left: 7px;
    margin-right: 8px;
    margin-bottom: 7px;
    text-align: center;
    background-color:#6B7435;
    border-style: solid;
    border-width: 1px;
    border-color: Yellow;
}
/*.admMenuOuter h2
{
    font-size: medium;
}
*/
.admMenuInner
{
    width: 150px;
    text-align: left;
    /*background-color: Maroon;*/
    /*padding-: 7px 14px 7px 14px;*/
    margin-bottom: 14px;
    margin-top: 7px;
}
/*
.admMenuInner a
{
    color: Yellow;
    text-decoration: none;
}
*/

.divDataPager
{
    background-color: #404c24;
}
/*
.divDataPager a
{
    color: Yellow;
    text-decoration: none;
}*/

.lblConfirm
{
    color: Yellow;
}

.lblError
{
    color: Red;
    font-weight: bold;
}

.tblTFK
{
    /*
    border-color: ;
    border-width: 1px;
    border-style: solid;
*/
    border-left: solid 2px #404c24;
}

.tblTFK th
{
    color: White;
    background-color: #404c24;
    border-right: solid 2px #404c24;
    border-bottom: solid 2px #404c24;
    padding: 3px 3px 3px 3px;
}

.tblTFK td
{
    border-right: solid 2px #404c24;
    border-bottom: solid 2px #404c24;
        padding: 3px 3px 3px 3px;
}
