/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.OtherTabs
{
	margin-top: 7;
	height: 100%;
    font-weight: bold;
    font-size: 8pt;
    color: White;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.OtherTabs:Link    {
    text-decoration: none;
    color: White;
}
A.OtherTabs:hover    {
    text-decoration: none;
    color: White;
}
A.OtherTabs:visited   {
    text-decoration: none;
    color: White;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.contentpane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.leftpane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 4px;
}

.bottompane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;

}
.SkinObject {
	height: 100%;
    font-weight: bold;
    font-size: 8pt;
    color: #898989;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:Link    {
    text-decoration: none;
    color: #898989;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: #7994CB;
}
.DSLocaleSelectorPA-LinkSelector {
    font-weight: bold;
    font-size: 8pt;
    font-color: #898989;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.DSLocaleSelectorPA-LinkSelectorSelected {
    font-weight: bold;
    font-size: 8pt;
    font-color: #898989;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.MasterTable
{
	background-image: url(Back.JPG);
	background-repeat:  repeat-y;
	background-position: center;
}
