img
{
	border: 0px;
}
	
body
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

#headerDiv
{
	height: 66px;
	background: url('../images/header-logo.png') top left no-repeat;
	width: 100%;
	position: relative;
}

#adminAreaTabs
{
	float: right;
	text-align:center;
	margin-top: 5px;
}

#adminAreaTabs img
{
	border: 0px;
}

#adminAreaTabs td
{
	font-size: 0.7em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
}

#adminAreaTabs p
{
	margin: 0px;
	padding: 0px;
}

#adminAreaTabs a
{
	text-decoration:none;
}

#adminAreaTabs a:hover
{
	text-decoration: underline;
}

#infoBar
{
	border-top: 2px solid #e78f2f;
	border-bottom: 2px solid #e78f2f;
	background: #fabe15 url('../images/infobar-bg.png');
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#infobarShadow
{
	background: url('../images/infobar-shadow.png') repeat-x;
	height: 7px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

#footer
{
	border-top: 2px solid #DDDDDD;
	margin-top: 50px;
	padding: 5px;
	font-size: 0.8em;
	color: silver;
	position: relative;
	bottom: 10px;
}

#footer a
{
	color: silver;
}
#footer a:hover
{
	color: #0000EE;
	background: silver;
}

#contentArea
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#contentArea H1
{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 30px;
	font-family: Verdana;
	font-weight: normal;
	color: #4444BB;
	font-size: 1.8em;
	background-color: #F6F6F6;
	border: 1px solid silver;
	padding: 10px;
}

#contentArea H1 a
{
	text-align: right;
	float: right;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}

#contentArea H2
{
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 30px;
	font-family: Verdana;
	font-weight: normal;
	color: #4444BB;
	font-size: 1.4em;
}

#smallWindow
{
	width: 500px;
	margin: auto;
	margin-top: 20px;
	border: 8px solid silver;
	text-align: left;
	background: #FFFFFF;
}

#smallWindow td p
{
	margin: 0px;
}

#smallWindow #footer
{
	margin-top: 10px;
}

.smallWindowBackground
{
	background-color: #EEEEEE;
}

.assetListContainer
{
	border: 1px solid #000000;
}

.assetListHeader
{
	color: white;
	background-color: #4444BB;
	font-weight: bold;
}

.assetListTable
{
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.assetListTable td
{
	padding: 2px;
}

.assetListControlBar
{
	text-align: right;
	background-color: #4444BB;
}

.assetListTableCheckboxCell
{
	width: 15px;
}

.purpleBtn
{
	background: url(../images/purpleBtn.gif) top left no-repeat;
	width: 96px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
	text-align: center;	

}

.bigPurpleBtn
{
	background: url(../images/purpleBtnLrg.gif) top left no-repeat;
	width: 169px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
	text-align: center;	
}

.upLevelBtn
{
	background: url(../images/purpleBtn2.gif) top left no-repeat;
	width: 175px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor: pointer;	
}

.adminAreaTableHeadLeft
{
	background: url(../images/tableHeadBg.gif) top left repeat-x;	
	height: 25px;
	border-left: 2px solid #333395;
	border-top: 2px solid #333395;
	border-bottom: 2px solid #333395;
	border-right: 0px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.adminAreaTableHeadMiddle
{
	background: url(../images/tableHeadBg.gif) top left repeat-x;	
	height: 25px;
	border-left: 0px;
	border-top: 2px solid #333395;
	border-bottom: 2px solid #333395;
	border-right: 0px;	
	color: #ffffff;
	font-weight: bold;
}

.adminAreaTableHeadRight
{
	background: url(../images/tableHeadBg.gif) top left repeat-x;	
	height: 25px;
	border-left: 0px;
	border-top: 2px solid #333395;
	border-bottom: 2px solid #333395;
	border-right: 2px solid #333395;
	color: #ffffff;
	font-weight: bold;
}

.adminAreaTableFooter
{
	background: url(../images/tableHeadBg.gif) top left repeat-x;
	border: 2px solid #333395;
	width: 98%;
	height: 25px;
}

.adminAreaMainList
{
	height: 220px;
	overflow: scroll;
	overflow-x: hidden;
	width: 100%;
}

.adminAreaTable
{
	border-left: 2px solid #b0b0b0;
	border-right: 2px solid #b0b0b0;
}

.adminAreaListItems
{
	height: 30px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #b0b0b0;
	background: #f2f2f2;
}

.adminAreaListItems td
{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #b0b0b0;
}

.adminAreaEditInput
{
	margin-left: 20px;
	background: #ffffff;
	width: 70%;
	border: 1px solid #333395;
}

.adminAreaEditInputNew
{
	background: #ffffff;
	width: 70%;
	border: 1px solid #333395;
}

.adminAreaGreyBox
{
	margin: 0px;
	background: #f2f2f2;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

.pageManagerHeaderItem
{
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pageManagerPageTitleBox
{
	width: 400px;
}

.contentArea2
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	
}

.contentArea2 H1
{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 30px;
	font-family: Verdana;
	font-weight: normal;
	color: #4444BB;
	font-size: 1.8em;
	background-color: #F6F6F6;
	border: 1px solid silver;
	padding: 10px;
}

#adminAreaAdditionalInfo
{	
	margin: 0px 20px 0px 20px;
	display: none;
	height: 150px;
}

.adminAreaConfigBox
{
	margin: 0px;
	background: #f2f2f2;
	border: 1px solid #b0b0b0;
}

.sysHeaderItem
{
	padding: 10px 10px 0px 10px;
}

.pageManagerFolderSelect
{
	width: 200px;
}

.pageManagerKeywords
{
	width: 500px;
	height: 50px;
}

.notificationText
{
	background: #f2f2f2;
	border: 1px solid #b0b0b0;
}

.pageManagerFolderTitleBox
{
	width: 350px;
}

.adminAreaBoxTdLeft
{
	background: #f2f2f2;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
}

.adminAreaBoxTdRight
{
	background: #f2f2f2;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}

.adminAreaSmallerInput
{
	width: 50%;
}

.siteContentDisplayBox
{
	border: 1px solid #4444BB;
	background: #F6F6F6;
	margin: 0px;
	padding: 5px;
	width: 400px;
}

#menuLegend
{
	width: 250px;
}

.leftSectionDivider
{
	border-left: 2px solid #DEDEDE;
}

#menuLegend img
{
	border:0px;
}

#menuLegend a
{
	font-size: 10px;
	font-family: Verdana;
	color: gray;
	text-decoration: none;
}

#menuLegend p
{
	text-align: center;
	white-space: nowrap;
	margin: 0px;
}

#menuLegend h1
{
	font-size: 15pt;
	padding: 0px;
	text-align: center;
	border: 0px;
	background: transparent;
	margin-bottom: 10px;
}

.blockDebuggingImage
{
	background-image: url(../images/greenBlockButton.png);
}

.blockPageviewImage
{
	background-image: url(../images/greenBlockButton.png);
}

.blockStandardImage
{
	background-image: url(../images/blueBlockButton.png);
}

.blockVisitorImage
{
	background-image: url(../images/blueBlockButton.png);
}

.blockErrorImage
{
	background-image: url(../images/orangeBlockButton.png);
}

.blockSecurityImage
{
	background-image: url(../images/redBlockButton.png);
}

.blockAlertImage
{
	background-image: url(../images/turquoiseBlockButton.png);
}


.blockButton
{
	width: 104px;
	height: 176px;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	font-family: Tahoma;
	float: left;
	margin-right: 40px;
}
.blockButton a
{
	color: white;
}

.blockButton a:hover
{
	color: white;
	background: transparent;
}

.blockButton a.blockButtonNumber
{
	font-size: 24pt;
	padding-top: 20px;
	display: block;
	text-decoration: none;
}

.blockButton a.blockButtonCaption
{
	font-size: 10pt;
	margin-top: 10px;
	display: block;
	text-decoration: none;
	color: white;
}

.blockButton a.blockButtonNote
{
	color: black;
	font-size: 8pt;
	margin-top: 30px;
	display: block;
	text-decoration: none;
}

.blockButton a.blockButtonNote:hover
{
	color:black;
}

.adminAreaBox
{
	border: 1px solid #4444BB;
	background: #F6F6F6;
	margin: 0px;
	padding: 15px;
	width: 400px;
}

#commonTasks
{
	border: 1px solid #C0C0C0;	
	padding: 10px;
	margin: 5px;
}

#commonTasks p
{
	margin: 0px;
	margin-bottom: 6px;
}

#commonTasks h1
{
	font-size: 15pt;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent;
	margin-bottom: 10px;
}

a.removeCommonTask
{
	border: 0px;
	padding: 0px;
	display: block;
	width: 16px;
	height: 16px;
	background-image:url(../images/deleteCommonTask.gif);
	background-position: top;
	text-decoration: none;
	background-color:transparent;
	float: right;
}
a.removeCommonTask:hover
{
	background-color:transparent;
	background-image:url(../images/deleteCommonTask.gif);
	background-position: 0px 400px;
}

.logTable
{
	border: 2px solid #000000;
}

.logTable td
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #dddddd;
}

.statTable
{
	border: 2px solid #000000;
}

.statTable td
{
	margin-left: 5px; 
	margin-right: 5px; 
	background-color: #dddddd;
}

#autoUpdateBg
{
	background: url(../images/autoUpdate_Bg.jpg) top left repeat-x;
	background-position: 0px 100px;
	width: 100%;
	height: 450px;
	border: 1px solid silver;
	text-align: center;
	padding-top: 1px;
}

#autoUpdateContainerBg
{
	background: #E5E5E5;
	border: 1px solid #9B9B9B;
	width: 633px;
	height: 369px;
	margin: auto;
	margin-top: 30px;
	filter: Alpha(Opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	position: absolute;
	top: 0px;
	left: 0px;
}

#autoUpdateContainerDiv
{
	width: 633px;
	height: 369px;
	margin: auto;
	margin-top: 30px;
	text-align: center;	
	filter: Alpha(Opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	position: absolute; 
	top: 0px;
	left: 0px;
}

#autoUpdateContainerDiv H1
{
	margin: 6px;
	line-height: 30px;
	font-family: Verdana;
	font-weight: normal;
	color: #4444BB;
	font-size: 1.6em;
	background-color: #F6F6F6;
	border: 1px solid silver;
	padding: 6px;
}

#autoUpdateCenteringDiv
{
	width: 633px;
	height: 369px;
	margin: auto;
	position: relative;
}

#autoUpdateText1
{
	text-align: left;
	font-weight: bold;
	width: 100%;
	margin-left: 10px;
}

.bigYellowBtn
{
	background: url(../images/bigYellowBtn.gif) top left no-repeat;
	width: 330px;
	height: 58px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #000000;
	margin: auto;
	padding-top: 4px;
}

#autoUpdateTechDetailsContainer
{
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 10px;
}

#autoUpdateTechDetails
{
	width: 350px;
	height: 250px;
	overflow: auto;
	position: absolute;
	top: 60px;
	left: 150px;
	background: #ffffff;
	border: 2px solid #4444BB;
	visibility: hidden;
	padding: 10px;
	z-index: 100;
}

#autoUpdateInformation
{
	background: #E5E5E5;
	border: 3px solid #ffffff;
	width: 80%;
	padding: 20px;
	margin: auto;
	margin-top: 20px;
}

.catalogBox
{
	background: #f6f6f6;
	border: 1px solid silver;
	padding: 10px;
	height: 145px;
	overflow: auto;
}

#catalogMenuBox
{
	background: #f6f6f6;
	border: 1px solid silver;
	padding: 10px;
	height: 329px;
	width: 180px;
	float: right;
	margin-left: 15px;
	text-align: center;
}

.catalogThumbnail
{
	border: 1px solid #000000;
}

.catalogCategoryListing
{
	width: 75px;
	height: 100px;
	margin: 6px;
	font-size: 0.7em;
}

.catalogProductBox
{
	background: #f6f6f6;
	border: 1px solid silver;
	padding: 10px;
}

.catalogEditLabel
{
	display: table-cell;
	text-align: right;
	font-weight: bold;
	width: 160px;
	vertical-align: top;
	padding: 3px;
}

.catalogEditInput
{
	display: table-cell;
	vertical-align: top;
	padding: 3px;
	font-size: 0.9em;
}

.catalogInputBox
{
	background: #ffffff;
	border: 1px solid #4444bb;
	width: 200px;	
}

#catalogMorePics
{
	position: relative;	
	height: 60px;
}

#catalogProductMorePicsInstruction
{
	clear: both; 
	padding-top: 10px;
	visibility: visible;
	position: absolute;
	top: 30px;
	left: 0px;
	height: 100px;
}

#catalogProductMorePics
{
	clear: both; 
	padding-top: 10px;
	visibility: hidden;
	background: #ffffff;
	border: 1px solid silver;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 500px;
	padding: 10px;
	margin-top: 6px;
}

.adminRightBold
{
	text-align: right;
	font-weight: bold;
}

.adminFloatCheckboxContainer
{
	float: left; 
	margin: 4px; 
	padding: 4px; 
	width: 240px; 
	border: 2px solid #000000; 
	background: #cccccc;
}

.loading
{
	background: url('loadingCircle.gif') left no-repeat;
	display: none;
	font-weight: bold;
	padding-left: 20px;
	margin-left: 10px;
}

.customFieldContainer
{
	border: 1px solid silver; 
	padding: 2px; 
	margin: 2px;
}

.sectionErrorCondition
{
	border: 2px solid #dd0000;
	background-color: #ff99cc;
}

/* Resizable Stuff */
div.grippie {
background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
width:95%;
height: 20%;
}


/* Drag & Drop Stuff */
.myDragClass
{
}
.myDragClass td
{
	background-color: #DDE;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}


.openWebsiteButton
{
	border: 0px;
	float: right;
}

.openWebsiteButton a
{
	text-decoration: none;
	font-size: small;
]
.openWebsiteButton a:hover
{
	background: transparent;
}
