/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A.SelectedTab:visited  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A.SelectedTab:active   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A.SelectedTab:hover    {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #99CCFF;
	text-decoration : underline;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A.OtherTabs:visited  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A.OtherTabs:active   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A.OtherTabs:hover    {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #99CCFF;
	text-decoration : underline;
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A.CommandButton:visited  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A.CommandButton:active   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A.CommandButton:hover    {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #99CCFF;
	text-decoration : underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A:visited   {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A:active    {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #000010;
	text-decoration : none;
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bolder;
	color : #99CCFF;
	text-decoration : underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {

}

.ModuleTitle_MenuBar {

}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {

}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color : transparent;
	height:30px;
}

.MainMenu_MenuBar {
	background-color : transparent;
	height:30px;
}

.MainMenu_MenuItem {
	border-top : 1px solid #000010;
	border-bottom : 1px solid #000010;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : white;
	text-decoration : none;
	font-weight : bolder;
}

.MainMenu_MenuIcon {
	border-bottom : 1px solid #000010;
	border-left : 1px solid #000010;
	border-top : 1px solid #000010;
	background-color : #000010;
}

.MainMenu_SubMenu {
	filter : none;
	background-color : #000010;;
	border : 1px solid white;
}

.MainMenu_MenuBreak {
	background-color : transparent;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuItemSel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	text-decoration : none;
	font-weight : bolder;
	background-color : #99CCFF;
}

.MainMenu_MenuArrow {
	border-right : 1px solid #000010;
	border-bottom : 1px solid #000010;
}

.MainMenu_RootMenuArrow {
}

.RootItem{
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #FFF;
	text-decoration : none;
	font-weight : bolder;
}

.RootSelect{
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #99CCFF;
	text-decoration : none;
	font-weight : bolder;
}

.RootActive{
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #99CCFF;
	text-decoration : none;
	font-weight : bolder;
}

.seperate{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #99CCFF;
	text-decoration : none;
	font-weight : bolder;
}

.Tiffany_Main{
	background-color : #000010;
}

.Tiffany_Top{
	border-top : 1px solid white;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-bottom : 1px solid white;
	background : #000010 url(images/magnolia-top.jpg) no-repeat scroll top right;
}

.Tiffany_Middle{
	border-top : 1px solid white;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-bottom : 1px solid white;
	background : #CECECE url(images/magnolia-middle.jpg) scroll top right;
	background-size: 100%;
}

.Tiffany_Bottom{
	border-top : 1px solid white;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-bottom : 1px solid white;
	background : #000010 url(images/magnolia-bottom.jpg) no-repeat scroll top right;
}

.LightDNNText{
	font-family : Arial, Helvetica, sans-serif;
	color : #99CCFF;
	font-weight : normal;
	text-decoration : none;
	font-size : 11px;
}

a.LightDNNText, a.LightDNNText:link, a.LightDNNText:visited, a.LightDNNText:active {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFF;
	font-weight : normal;
	text-decoration : none;
	font-size : 11px;
}

a.LightDnnText:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #99CCFF;
	font-weight : normal;
	text-decoration : none;
	font-size : 11px;
}

.DarkDNNText{
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	font-weight : normal;
	text-decoration : none;
	font-size : 11px;
}

a.DarkDNNText, a.DarkDNNText:link, a.DarkDNNText:visited, a.DarkDNNText:active {
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	font-weight : bolder;
	text-decoration : none;
	font-size : 11px;
}

a.DarkDNNText:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	font-weight : bolder;
	text-decoration : underline;
	font-size : 11px;
}

.BreadcrumbText{
	font-family : Arial, Helvetica, sans-serif;
	color : #99CCFF;
	font-weight : bolder;
	text-decoration : none;
	font-size : 18px;
}

a.BreadcrumbText, a.BreadcrumbText:link, a.BreadcrumbText:visited, a.BreadcrumbText:active {
	font-family : Arial, Helvetica, sans-serif;
	color : #99CCFF;
	font-weight : bolder;
	text-decoration : none;
	font-size : 18px;
}

a.BreadcrumbText:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFF;
	font-weight : bolder;
	text-decoration : none;
	font-size : 18px;
}

.CopyrightText{
	font-family : Arial, Helvetica, sans-serif;
	color : #FFF;
	font-weight : normal;
	text-decoration : none;
	font-size : 11px;
}

.Tiffany_Solpart{
	padding-top : 5px;
	padding-bottom : 5px;
}

.Tiffany_Logo{
	padding-right : 10px;
}

.Tiffany_Footer{
	padding-top : 5px;
}

.Tiffany_Bread{
	padding-left : 10px;
}

.TiffanySearch{
	padding-right : 5px;
	padding-bottom : 5px;
}

p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

.SearchDNNText{
	font-family : Arial, Helvetica, sans-serif;
	color : #FFF;
	font-weight : normal;
	text-decoration : none;
	font-size : 11px;
}

a.SearchDNNText, a.SearchDNNText:link, a.SearchDNNText:visited, a.SearchDNNText:active {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFF;
	font-weight : bolder;
	text-decoration : none;
	font-size : 11px;
}

a.SearchDNNText:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFF;
	font-weight : bolder;
	text-decoration : underline;
	font-size : 11px;
}
