﻿.plainWindow
{
	margin: 0px;
	padding: 0px;
}


.singleWindow
{
}
.singleWindow .windowHeader, 
.tabbedWindow .windowHeader
{
    background-color: #342723;
    margin-bottom: 10px;
}
.singleWindow .windowHeader h1, 
.tabbedWindow .windowHeader h1
{
    font-family: Georgia;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding-left: 7px;
    height: 21px;
    line-height: 21px;
    text-align: left;
}
#contentCenterPL .singleWindow .windowHeader,
#contentCenterPL .tabbedWindow
{
    margin-right: 10px;
}
#contentRightPL .singleWindow .windowHeader
{
}
#contentCenterPL .singleWindow .content
{
    background-color: #fff;
    margin-right: 10px !Important;
    width: 511px;
    min-height: 331px;
    height: auto !Important;
    height: 100%;
    /*padding: 20px 10px;*/
}
#contentRight3PL .contentCenterPLS .singleWindow .content
{
    background-color: #fff;
    margin-right: 10px !Important;
    width: 511px;
    min-height: 331px;
    height: auto !Important;
    height: 100%;
    /*padding: 20px 10px;*/
}
.contentCenterPLS .singleWindow
{
    width: 511px;
}
#contentRightPL .singleWindow .content
{
    background-color: #eae9e9;
    width: 186px;
    overflow: hidden;
    height: auto;
    min-height: 108px;
    /*padding: 20px 10px;*/
}
#contentRight3PL .contentRightPLS .singleWindow .content
{
    background-color: #eae9e9;
    width: 186px;
    overflow: hidden;
    height: auto;
    min-height: 108px;
    /*padding: 20px 10px;*/
}
.singleWindow .content h2
{
    font-family: Georgia;
    font-size: 14px;
    line-height: 14px;
    color: #e12981;
    padding: 20px 10px 0 10px;
    font-weight: bold !Important;
}
.singleWindow .content p,
.singleWindow .content ol,
.singleWindow .content ul
{
    padding: 0 10px 20px 10px;
}
.singleWindow .content a
{
    display: block;
    margin-top: 10px;
    color: #857d7b;
}
.singleWindow .content a:hover
{
    color: #f6c502 !Important;
}
#contentRightPL .singleWindow .topImage
{
    margin-bottom: 15px;
}

.tabbedWindow .ajax__tab_header
{
    font-size: 12px;
    background-color: #fff;
    height: 24px;
    line-height: 24px;
    padding-left: 1px;
    /*background-image: url(Media/line_tabbed.gif);
    background-position: right bottom;
    background-repeat: repeat-x;*/
}
.tabbedWindow .ajax__tab_tab 
{
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    color: #342723;
    padding-left: 8px;
}
.tabbedWindow .ajax__tab_outer
{
    width: 170px;
    background-image: url(Media/line_tabbed-w.gif);
    background-position: right bottom;
    background-repeat: repeat-y;
}
.tabbedWindow .ajax__tab_active .ajax__tab_outer
{
    width: 170px;
    background-image: url(Media/line_tabbed-b.gif);
    background-position: right bottom;
    background-repeat: repeat-x;
}
.tabbedWindow .ajax__tab_active .ajax__tab_tab
{
    /*background-color: #fff;*/
    color: #857d7b;
}
.tabbedWindow .ajax__tab_body
{
    background-color: #fff;
}
