/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.Home {
background-image: url(Home.gif);
background-repeat: no-repeat;
width: 20px;
height: 100%;
}
.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;
}
.headerstyle{
font-size: 12px;
font-weight: Bold;
color: White;
background-repeat: no-repeat;
background-position: center;
}
.middleBack{
font-size: 12px;
font-weight: Bold;
color: White;
background-image: url(Back.gif);
background-repeat: repeat-x;
background-position: center;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
    font-size: 12px;
    font-weight: Bold;
    color: White;
}
.main_dnnmenu_bar {
    font-size: 12px;
    font-weight: Bold;
    color: White;
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;

}
.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;
}
A.SkinObject:Select {
    text-decoration: none;
    color: #7994CB;
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: Bold;
    color: White;
}
.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;
}
A:link  {
color:#2F4980;
}
A:visited   {
color:Black;
}
A:hover {
color:#993300;
}
A:active {
color:Black;
}

