﻿/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
	width: 100%;
	height: 100%;
	background-image:url('images/Back.gif');
}
.skinmaster
{
	height: 100%;
	width:1000px;
	background-color: #94a7b1;
}
.skingradient
{
	height: 30px;
}
.controlpanel
{
	width: 100%;
	background-color: #fefefe;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane
{
	width: 175px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane
{
	width: 200px;
	padding-left: 0px;
	padding-right: 16px;
	padding-top: 16px;
}
.contentpane
{
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
}
.bottompane
{
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.BottomShortcut{
	background-image: url(images/language_bk.gif);
	
}
.tdBanner
{
	/*background-image: url(images/banner.gif);*/
	height:310px;
	width:960px;
}
.tdDateTime
{
	background-image: url(images/date_back.gif);
	width: 249px;
	height:41px;
	text-align: center;
	font-size: x-small;
}
.tdLanguage
{
	background-image: url(images/language_back.gif);
	width: 174px;
	height:41px;
	text-align: center;
}
.tdSearch
{
	background-image: url('images/search_back.gif');
	width: 446px;
	height:41px;
	text-align: center;
}
.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.MainMenu_MenuContainer
{
	background-color: White;
	text-align: right;
	width: 170px;
}
.MainMenu_MenuItem
{
	text-align: right;
}
.MainMenu_RootMenuItem
{
	direction:ltr;
	text-align: left;
}
.MainMenu_MenuBar
{
	text-align: right;
}
.SkinObject
{
	color:white;
}













































































