/*
-----------------------------------------------------------
Style Sheet for the Bercovich website
-----------------------------------------------------------
*/

body
{
    margin:0px;
    color:blue;
    font-size:12pt;
    font-family:Arial Tahoma;
    text-align:left;
}

.bodyBackgroundImage
{
    background-image:url(/graphics/grass.jpg);
}
/*
-----------------------------------------------------------
Unclassed Links (all links that don't specify a class
-----------------------------------------------------------
*/

a:link
{
    color:black;
    text-decoration:none;
}

a:visited
{
    color:black;
    text-decoration:none;
}

a:active
{
    color:black;
    text-decoration:none;
}

a:hover
{
    color:red;
    font-weight:bold;
}

/*
-----------------------------------------------------------
Styles for the ForumPeek class
-----------------------------------------------------------
*/

.forumPeek_Title A:link
{
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.forumPeek_Title A:visited
{
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.forumPeek_Title A:active
{
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.forumPeek_Title A:hover
{
    color:red;
    font-weight:bold;
    text-decoration:underline;
}

.forumPeek_Title
{
    font-size:10pt;
}

/*
-----------------------------------------------------------

-----------------------------------------------------------
*/

tr
{
    font-size:10pt;
    font-family:tahoma,arial;
    background-color:#ffff80;
}

table
{
    width:600px;
    background-color:Black;
}

.tdArticleStyle
{
    color:Black;
    vertical-align:top;
    text-align:center;
    font-family:arial;
    width:50%;
}

.tdArticleTitle
{
    color:Blue;
    font-size:larger;
    margin-bottom:8px;
    font-family:arial;
    background-color:#ffff99;
}

.articlePageTitle
{
    font-size:16pt; 
    padding-top:30px;
    padding-bottom:10px;
    color:Black;
}

table.mainDisplayTable
{
    width:800;
    height:100%;

}

table.articleTable
{
    width:800;
}

.articleYearDisplay
{
    text-align:center;
    color:black;
    font-size:14pt;
    font-weight:bold;
}

.articleCategoryDisplay
{
    color:black;
    font-size:10pt;
    font-weight:bold;
    text-decoration:underline;
}

.ArticleDescription A:link
{
    color:blue;
    font-weight:bold;
    text-decoration:none;
}

.ArticleDescription A:visited
{
    color:black;
    font-weight:bold;
    text-decoration:none;
}

.ArticleDescription A:active
{
    color:black;
    font-weight:bold;
    text-decoration:none;
}

.ArticleDescription A:hover
{
    color:red;
    font-weight:bold;
    text-decoration:underline;
}

.bodyTopPane
{
    width: 100%;
    height: 100px;
    background-attachment:fixed;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.bodyRightPane
{
    width:234px;
    margin-right: 0px;
    margin-top: 80px;
    padding:5px;
    padding-top:46px;
    background-image:url(/graphics/ForumPeekBackground5.jpg);
    background-repeat:no-repeat;
    background-color:#FFFF80;
    color:#ffff80;
    font-size:10pt;
    font-family:Arial Tahoma;
    text-align:center;
}

.bodyLeftPane
{
    width:600px;
    height:100%;
    margin-top: 0px;
    background-color:#FFFF80;
    vertical-align:top;
}

.mainBody
{
    padding:10px;
    padding-right:40px;
    background-color:#FFFF80;
    font-size:12pt;
    font-family:Arial Tahoma;
    text-align:left;
}

.pageTitleBackground
{
     background-image:url(/graphics/topFrameBackground.jpg);
     vertical-align:top;
}

.forumIframe
{
    margin-top:40px;
    width:900px;
    height:700px;
}

.alumniTitleRow
{
    background-color:#0080FF;
    color:White;
}

table.alumniTable
{
    width:800px;
    height:auto;
}

.alumniPageTitle
{
    font-size:16pt; 
    padding-top:30px;
    padding-bottom:10px;
    color:Black;
    vertical-align:top;
}

.forumPeek
{
    font-size:10pt;
    color:Yellow;
}

