﻿/* website global styles */

@import url("/App_Themes/IE7/layout.css");

/* Catalyst only styles ... */

div#TopNavBar
{
	background-image: url(/Images/SDS-Catalyst-2010_2010-light-new1.png);
}
.CenterMe
{
	margin-left: auto;
	margin-right: auto;
}
div#TopNavBar > div#ContactBox
{
	right: 5px;
	top: 3px;
}
.AdminPanelHeader
{
	width: 380px;
	white-space: inherit !important;
}
div#TopNavBar > div#TopMenuBar
{
	top: 30px;
	left: 300px;
	right: 150px;
}
div#TopNavBar > div#TopMenuBar:hover
{
	height: 400px;
}
div#MainContentArea
{
	left: 5px;
	width: auto;
	right: 5px;
	top: 95px;
	min-height: 300px;
	min-width: 400px;
	overflow: auto;
}
div#SystemAnnouncementsContent
{
	width: 285px;
	max-width: 285px;
	max-height: 150px;
	overflow: auto;
}

.dxmMenu_Glass, .dxmVerticalMenu_Glass
{
	font: 9pt Tahoma;
	color: black;
	background-color: #F0F0F0;
	border-style: none;
	padding: 0px 0px 0px 0px;
	background-image: url(~/App_Themes/Glass/Web/mItemBack.gif);
	background-repeat: repeat-x;
	background-position: 50% top;
}
.dxmMenuItem_Glass
{
	padding-right: 13px;
	padding-left: 13px;
}
.dxmMenuItem_Glass, .dxmMenuItemWithImage_Glass
{
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 9px;
}
.dxmMenuItem_Glass, .dxmMenuItemWithImage_Glass, .dxmMenuItemWithPopOutImage_Glass, .dxmMenuItemWithImageWithPopOutImage_Glass, .dxmVerticalMenuItem_Glass, .dxmVerticalMenuItemWithImage_Glass, .dxmVerticalMenuItemWithPopOutImage_Glass, .dxmVerticalMenuItemWithImageWithPopOutImage_Glass, .dxmMenuLargeItem_Glass, .dxmMenuLargeItemWithImage_Glass, .dxmMenuLargeItemWithPopOutImage_Glass, .dxmMenuLargeItemWithImageWithPopOutImage_Glass, .dxmVerticalMenuLargeItem_Glass, .dxmVerticalMenuLargeItemWithImage_Glass, .dxmVerticalMenuLargeItemWithPopOutImage_Glass, .dxmVerticalMenuLargeItemWithImageWithPopOutImage_Glass
{
	font: 9pt Tahoma;
	color: black;
	white-space: nowrap;
	background-image: url(~/App_Themes/Glass/Web/mItemBack.gif);
	background-repeat: repeat-x;
	background-position: 50% top;
}
.dxmMenuSeparator_Glass
{
	background-color: #FFFFFF;
}
.dxbButton
{
	color: #000000;
	font-size: 9pt;
	font-family: Tahoma;
	vertical-align: middle;
	border: solid 1px #7F7F7F;
	background: #E0DFDF top;
	background-repeat: repeat-x;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
	cursor: hand;
}
select
{
	border: none;
}
input
{
	border: none;
}
.MyComboBox
{
	border: 1px solid white;
	background: #EBF2F4;
	outline: none;
}

a.box
{
	text-decoration: none;
	margin: 3px;
	color: Black;
}
a.box:hover
{
	background: #D3E4A6;
	border-right: 2px solid #9CC721;
	border-bottom: 2px solid #9CC721;
	border-left: 2px solid #DEF0A7;
	border-top: 2px solid #DEF0A7;
	margin: 1px;
	color: Black;
}
a.box:visited
{
	color: Black;
}



