﻿body 
{
    
    background-color:White;
    font-family:Book Antiqua, Arial;
    font-size:14px;
}

a
{
    color:#005555;
}

a:hover
{
    color:#009999;
}



/********************************Justmin.com**************************************
                                MAIN CONTAINERS
*********************************************************************************/

#divMasterWrapper
{
    margin-left:auto;
    margin-right:auto;
    width:808px;  
    border:2px solid #CCE6F5;
    overflow:hidden;/*allow this container to stretch to surround the floating divs within it*/
}

#divMasterWrapper2
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:804px;  
    border:2px solid #959595;
    overflow:hidden;/*allow this container to stretch to surround the floating divs within it*/
    background-color:#e3e3e3;
}

/********************************Justmin.com**************************************
                                   HEADER
*********************************************************************************/
#divHeader
{
    background: url('../images/HeaderWhole.jpg') 0 0 no-repeat;
    width:800px;
    height:178px;
}

#divBanner
{
    position:relative;
    left:354px;
    top:40px;
    width:392px;
    height:86px;
    background-color:White;
    overflow:hidden;
}

#hlAdLink
{
    border:12px solid red;
    text-decoration:none;
}

/********************************Justmin.com**************************************
                          LEFT SECTION (nav bar and ads)
*********************************************************************************/

#divLeftSection
{
    vertical-align:top;
    width:205px;

    float:left;
}

/********************************Justmin.com**************************************
                                   NAV BAR
*********************************************************************************/
#divNavBar
{
    background: url('../images/NavBarWhole.jpg') 0 0 no-repeat;
    width:205px;
    height:300px;
    position:relative;
}


#divLinkContainer
{
    position:absolute;
    width:98px;
    height:182px;
    top:27px;
    margin-left:63px;
}

#divNavBar #divLinkContainer a
{
	display:block;
	padding-top:2px;
	padding-left:5px;
	background: url('../images/navlinkblue.gif') 0 0 no-repeat;
	width:92px;
	height:18px;
	color:#005555;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	cursor:hand;
}

#divNavBar #divLinkContainer a:hover
{
	background-position:-97px 0px;
	color:#559999;
	font-family:Arial;
	font-size:12px;
}
/********************************Justmin.com**************************************
                                   Content
*********************************************************************************/
#divContent
{
    float:left;
   
    top:178px;
    left:205px;
    width:595px;
    padding-bottom:20px;
   /* top:0px;
    left:-300px;*/
   /* height:595px;
    overflow:auto;*/
}

/********************************Justmin.com**************************************
                                Advertisement
*********************************************************************************/
#divAdvertisement
{
    text-align:center;
    
    width:190px;
    height:600px;
}


/********************************Justmin.com**************************************
                               Styles for LARGE pages
*********************************************************************************/
#divMasterWrapperLarge
{
   margin-left:auto;
    margin-right:auto;
   width:1400px;
    border:2px solid #CCE6F5;
    overflow:hidden;/*allow this container to stretch to surround the floating divs within it*/

}

#divMasterWrapper2Large
{
    
    margin-left:auto;
    margin-right:auto;
    width:1400px;
    border:2px solid #959595;
    overflow:hidden;/*allow this container to stretch to surround the floating divs within it*/
    background-color:#e3e3e3;
    
}

#divContentLarge
{
     float:left;
     width:800px;
     position:inherit;
     top:178px;
     left:205px;
     padding-bottom:20px;
}

/********************************Justmin.com**************************************
                               COMMENT SUBMISSION
*********************************************************************************/
.divCommentContainer
{
    margin-top:30px;
   border:1px solid #666666;
   background-color:#c1c1c1;
   width:100%;
   text-align:center;
}

.divSubmitComment
{
    margin-top:30px;
    text-align:left;
}

.divCommentSummary
{
    border:1px solid #666666;
    background-color:#c1c1c1;
    padding:5px;
    width:500px;
}

.tblSubmitComment
{
}

.tblSubmitComment td
{
       vertical-align:top; 
}

/********************************Justmin.com**************************************
                               Form fields
*********************************************************************************/

.textBox
{
    width:300px;
    border:1px solid #666666;   
}

.button
{
    border:1px solid #666666;
}

.dropDownList
{
    width:300px;
    border:1px solid #666666
}

.dropDownListVariable
{
    border:1px solid #666666
}

.errorSummary
{
    font-weight:bold;
    color:Red;
}

.errorAsterisk
{
    font-weight:bold;
    color:Red;
}

/********************************Justmin.com**************************************
                               Text
*********************************************************************************/

.lightGuestbookText
{
    color:#555555;
}

/********************************Justmin.com**************************************
                               Music page
*********************************************************************************/
.tblMusic
{
    margin-bottom:10px;
    padding:5px;   
}

.tblMusicCell1
{
    background-color:White;
    width:125px;
}