/* 
================================
Skin styles for DotNetNuke
================================
*/

body
{
	background-image:url(gradient_min_LtGray50.jpg);
	background-repeat:repeat;
}
.pagemaster
{
    width: 100%;
    height: 100%;
    background-color: #F7F5F4;
    background-image: url(gradient_min_LtGray50.jpg);
    background-repeat: repeat;
}
.skinmaster
{
	height: 100%;
	background-color: #F7F5F4;
	border-right: #8f9092 0px solid;
	border-top: #8f9092 0px solid;
	border-left: #8f9092 0px solid;
	border-bottom: #8f9092 0px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinheader
{
	background-color: #ffffff;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0px;
}
.maintoolbar
{
	width: 100%;
	background-color: #a09b98;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*background-image: url(gradient_DkGray_horizontal.jpg);*/
	height: 24px;
}
.controlpanel
{
	width: 100%;
	background-color: #bbbbbb;
}
.headerpane
{
	width: 100%;
	background-color: #a09b98;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.footerpane
{
	width: 100%;
	background-color: #a09b98;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.leftpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.contentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.topcontentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}
.bottomcontentpane
{
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}
.leftcontentpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rightcontentpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rightpane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.bottompane
{
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* 
--------------------------------
	MENU
--------------------------------
*/

.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 24px;
	background-color: transparent;
}
.MainMenu_MenuItem
{
	border-left: #888682 0px solid;
	border-bottom: #888682 1px solid;
	border-top: #888682 1px solid;
	border-right: #888682 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #131211;
	font-family: Calibri, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
}
.MainMenu_MenuIcon
{
	background-color: #a09b98;
	border-left: #888682 1px solid;
	border-bottom: #888682 1px solid;
	border-top: #888682 1px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	background-color: #a09b98;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#696969' , Direction=135, Strength=3);
}
.MainMenu_MenuBreak
{
	height: 1px;
}
.MainMenu_MenuItemSel
{
	background-color: #a09b98;
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: #fffffb;
	font-family: Calibri, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_MenuItemSel_Vertical
{
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: #fffffb;
	font-family: Calibri, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_MenuArrow
{
	border-right: #888682 1px solid;
	border-bottom: #888682 1px solid;
	border-top: #888682 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_MenuItemBreadCrumb
{
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Calibri, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
}

/* 
--------------------------------
	OBJECTS
--------------------------------
*/

.StandardButton
{
	background: #aaa7a2 none;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #131211;
}
.HeadSkin
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #131211;
}
.LinkSkin A
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #131211;
}
.SkinObject
{
	font-weight: normal;
	font-size: 9pt;
	color: #131211;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #131211;
	margin-bottom: 3px;
}
.SubSubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	color: #131211;
	margin-bottom: 3px;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #131211;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #131211;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #4C4A49;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #4C4A49;
}

/* 
--------------------------------
	LINKS
--------------------------------
*/

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:active
{
	text-decoration: none;
	color: #cc3300;
}

A:hover
{
	text-decoration: none;
	color: #ff3300;
}

/* 
--------------------------------
	UDT TABLES
--------------------------------
*/

.UDT_Table_Head
{
	background-color: #dedad0;
}

.UDT_Table_Item
{
	background-color: #fefdfb;
}

.UDT_Table_AlternateItem
{
	background-color: #f8f7f4;
}

