﻿body { margin:0px; font-family: tahoma; font-size:small; background-color:#EBEBEB;}
	

/* Menu stuff */
.HeaderMenu {background-color:#363936; color:White; background-image:url('/ContentAdmin/Supportfiles/MenuGradient.png'); background-repeat:repeat-x; border-bottom:solid 2px #6A6C6A;}

.HeaderMenuLabel {font-size:medium; font-weight:bold; padding-left:15px; padding-bottom:10px; padding-top:6px; width:50%;}

.HeaderMenuItem {background-color:#363936; background-image:url('/ContentAdmin/Supportfiles/MenuItemBackground.png'); background-repeat:no-repeat; font-weight:bold; padding:3px 8px 3px 10px; cursor:pointer;}
.HeaderMenuItem a {color:White; text-decoration:none;}

.ActiveHeaderMenuItem {background-color:#363936; background-image:url('/ContentAdmin/Supportfiles/ActiveMenuItemBackground.png'); background-repeat:no-repeat; font-weight:bold; padding:3px 8px 3px 10px; cursor:pointer;}
.ActiveHeaderMenuItem a {color:White; text-decoration:none;}

.HeaderMenuSubItem {background-color:#363936; border:solid 1px white; font-weight:bold; padding:3px 8px 3px 8px; cursor:pointer;}
.HeaderMenuSubItem:hover {background-color:#6A6C6A; color:white;}
.HeaderMenuSubItem a {color:White; text-decoration:none;}

.HeaderMenuToolName {font-size:x-small; padding-right:10px; font-weight:bold;}

/*Main body content and content sections */
.MainBodyContainer {padding:10px;}

.AreaHeader { background-color:#363936; color:White; padding:3px 5px 3px 5px; border:solid 1px #363936; font-weight:bold; background-image:url('/ContentAdmin/Supportfiles/MenuGradient.png'); background-repeat:repeat-x;}
.AreaContent { background-color:white; border:solid 1px #363936; vertical-align:top; padding:5px; }

.ListHeader { background-color:#363936; color:White; font-weight:bold;}
.ListHeader td { background-color:#363936; color:White; font-weight:bold;}

.ContentTree a { font-size:8pt; color:black;}
.ObjectListItem {font-size:small; color:blue;}
.ObjectListItem:hover {color:black; text-decoration:underline;}


/* Tab Control Styles */
.ActiveTabLeft { background-image: url('/ContentAdmin/Supportfiles/ActiveTabLeft.png'); background-repeat:no-repeat; height:24px; width:18px;}
.ActiveTabCenter {background-image: url('/ContentAdmin/Supportfiles/ActiveTabBackground.png'); background-repeat:repeat-x; height:20px; width:100px; padding-top:4px; text-align:center;}
.ActiveTabCenterLink { color:white; font-weight:bold; font-size:10pt; text-decoration:none;}
.ActiveTabRight { background-image: url('/ContentAdmin/Supportfiles/ActiveTabRight.png'); background-position:top right; background-repeat:no-repeat; height:24px; width:18px;}

.InActiveTabLeft { background-image: url('/ContentAdmin/Supportfiles/TabLeft.png'); background-repeat:no-repeat; height:24px; width:18px;}
.InActiveTabCenter {background-image: url('/ContentAdmin/Supportfiles/TabBackground.png'); background-repeat:repeat-x; height:20px; width:100px; padding-top:4px; text-align:center;}
.InActiveTabCenterLink { color:white; font-weight:bold; font-size:10pt; text-decoration:none;}
.InActiveTabRight { background-image: url('/ContentAdmin/Supportfiles/TabRight.png'); background-position:top right; background-repeat:no-repeat; height:24px; width:18px;}

.TabContent {background-color:white; border:solid 1px #363936; padding:5px;}
