/* 
================================
Skin styles for DotNetNuke
================================
*/   

body 
{
	margin: 0px;
	background-image: url(img/background_pattern.gif);
}

body, td
{
	font-family: Verdana, Sans-Serif, Helvetica;
}	

.divmaster
{
	width: 100%;
	height: 100%;
	text-align: center;
}

.skinmaster 
{
	width: 770px;
	background-color: #fff;
}

.pagemaster {
	margin-left: auto;
	margin-right: auto;
}

.top {
	width: 770px;
	margin: 0px;
	padding: 0px;
}

.site_corner_top_left
{
	background-color: Transparent;
	vertical-align: top;
	text-align: left;
	width: 15px;
	height: 30px
}

.site_center_top
{
	vertical-align: top;
	height: 30px;
}

.site_corner_top_right {
	background-color: #fff;
	vertical-align: top;
	text-align: right;
	width: 15px;
	height: 30px;
}

#search_console
{
	float: right;
	background-color: #fff;
	height: 30px;
	color: #999;
}

.outerlink:link, .outerlink:visited
{
	font-family: Verdana, Sans-Serif, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

.outerlink:hover
{
	color: #999;
	text-decoration: underline;
}

.search_button:link, .search_button:visited
{
	font-size: 10px;
	background-color: #ccc;
	color: #666;
	padding: 5px 5px 2px 5px;
}

.search_button:hover
{
	color: #666;	
}

.breadcrumbs
{
	height: 20px;
	background-color: #fff;
	border-bottom: solid 1px #eee;
	padding: 3px 0px 5px 6px;
	color: #333;
	font-weight: normal;
}

.breadcrumb_text
{
	font-size: 10px;
	color: #555
}

a.breadcrumb_text:Link, a.breadcrumb_text:Visited
{
	text-decoration: none;
	color: #555;
}

a.breadcrumb_text:Hover
{
	text-decoration: underline;
	color: #555;
}

.toppane {
	width: 100%;
	background-color: transparent;
}

.leftpane {
	width: 158px;
	border-left: solid 2px #fff;
	/*background-color: #ebebeb;*/
}

.contentpane {
	width: 452px;
	text-align: left;
}

.contentpane_large {
	width: 520px;
	background-color: transparent;
}

.rightpane {
	width: 160px;
	text-align: right;
}

.rightpane_large 
{
	width: 250px;
	background-color: transparent;
}

.bottompane {
	width: 100%;
	background-color: Transparent;
}

.contentpane_login {
	width: 520px;
	background-color: transparent;
}

.rightpane_login {
	width: 250px;
	background-color: #eee;
	text-align: right;
	border-left: dotted 2px #ccc;
}

.bottom_block
{
	background-color: #f3f3f3;
	vertical-align: top;
	border-top: solid 1px #ddd;
}

.bottom_block_logos
{
	width: 146px;
	vertical-align: top;
	text-align: right;
	padding: 10px 7px 10px 7px;
}

.bottom_links_section
{
	width: 100%;
	height: 60px;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	color: #999;
	font-size: 10px;
	border-left: solid 1px #ddd;
	padding-left: 7px;
}

/* Main menu */

.MainMenu_MenuContainer {
	background-color: transparent;
	background-image: url(img/background_navbar_active.gif);
}
.MainMenu_MenuBar 
{
	cursor: pointer;
	cursor: hand;
	height: 28px;
	background-color: transparent;
	background-image: url(img/background_navbar_menuitem.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.MainMenu_MenuItem {
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	cursor: hand;
	color: #fff;
	font-family: Verdana, Sans-Serif, Helvetica; 
	font-size: 11px; 
	font-weight: Bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #36aad1;
	border-left: #36aad1 1px solid; 
	border-bottom: #36aad1 0px solid; 
	border-top: #36aad1 0px solid; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 28px;
}
.MainMenu_SubMenu 
{
	background-image: url(img/background_navbar_active.gif);
	background-position: right top;
	background-color: #3eb2d9;
	z-index: 1000; 
	cursor: hand;
	filter:alpha(Opacity=94) progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuBreak 
{
	height: 1px;
}
.MainMenu_MenuItemSel
{
	background-image: url(img/background_navbar_menuitem_sel.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #3eb2d9;
	cursor: hand;
	color: #fff;
	font-family: Verdana, Sans-Serif, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	height: 28px;
}
.MainMenu_MenuArrow 
{
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	width: 1px;
	cursor: hand;
}
.MainMenu_RightSeparator
{
	background-color: #36aad1;
}

/*

.MainMenu_MenuContainer {
	background-color: transparent; 
	background-image: url(img/background_navbar_active.gif);
	height: 28px;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 28px;
	font-weight: bold;
	background-color: transparent;
	background-image: url(img/background_navbar_menuitem.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.MainMenu_MenuItemSel
{
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	background-image: url(img/background_navbar_menuitem_sel.jpg);
	background-position: right;
	background-repeat: no-repeat;
	cursor: hand;
	color: #fff;
	font-family: Verdana, Sans-Serif, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	height: 28px;
}

.MainMenu_MenuItem 
{
	border-left: #cccccc 0px solid;
	border-bottom: #cccccc 0px solid;
	border-top: #cccccc 0px solid;
	border-right: #cccccc 0px solid;
	cursor: hand;
	color: #fff;
	font-family: Verdana, Sans-Serif, Helvetica;
	font-size: 11px;
}

.MainMenu_MenuIcon {
	background-color: #ccc;
	border-left: #36aad1 1px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid; 
	background-color: #36aad1;
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 28px;
}

.MainMenu_SubMenu
{
	border: 0;
	background-image: url(img/background_navbar_active.gif);
	background-position: right top;
	padding-right: 10px;
	font-weight: normal;
	z-index: 1000;
	cursor: hand;
	filter:alpha(Opacity=94) progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}

.MainMenu_MenuBreak 
{
	height: 1px;
}

.MainMenu_MenuArrow 
{
	border: 0;
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	width: 1px;
	cursor: hand;
}
.MainMenu_RightSeparator
{
	background-color: #36aad1;
	height: 26px;
}

.MainMenu_SubMenu_IndicateChild
{
	width: 0;
	background-image: url(img/background_navbar_active.gif);
	background-position: right;
	background-repeat: repeat-x;
}

*/