* 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html
{
	overflow-x: auto;
	overflow-y: scroll;
}

body, html {
	margin:0; 
	padding:0; 
	height: auto;
	min-height: 100% !important;
	height: 100%;
}

body
{
	background-color: White;
}

form
{
	margin: 0;
	padding: 0;
	border: 0;
}

.PageWrapper
{
	position: relative;
	padding: 25px 20px;
	width: auto;
	height: auto;
	margin: 0 auto;
	background-color: Transparent;
}

acronym
{
	cursor: help;
}

img
{
	border: 0px;
}

a:link, a:visited {
	color: #274B87;
	text-decoration: none;
}
a:hover {
	color: #DD6600;
	text-decoration: underline;
	cursor: default;
}

a.Bold:link, a.Bold:visited
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;		
}

a.Bold:hover
{
	color: #0550ca;
	cursor: default;
}

a, a:link, a *, a:link * { cursor: pointer !important; }

.Box 
{
	text-align: left;
	margin: 0px 0 25px 0;
  padding: 10px 20px 20px;
	border: 1px solid #dd6600;
}

.Box h1 
{
	text-align: left;
	font-size: 13px;
	color: #dd6600;
	position: relative;
	top: -20px;
	display: inline;
	background: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.Box2 
{
	/* height:100%; */
	text-align: left;
	margin: 20px 0 20px 0;
    padding: 10px 20px 20px;
	border: 1px solid #658DD3; 
}
.Box2 h1 
{
	text-align: left;
	font-size: 13px;
	color: #658DD3;
	position: relative;
	top: -20px;
	display: inline;
	background: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.Box3
{
	/* height:100%; */
	text-align: left;
	margin: 20px 0 20px 0;
  padding: 10px 20px 20px;
	border: 1px solid #777777; 
}
.Box3 h1 
{
	text-align: left;
	font-size: 13px;
	color: #777777;
	position: relative;
	top: -20px;
	display: inline;
	background: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/*
MESSAGE BOXES
*/
.AlertBox
{
	position: absolute;
	width: 450px;
	border: solid black 1px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 0px;
	padding-top: 22px;
	background: #ffffff;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 1000;
}

.AlertBoxBox
{
	text-align: left;
	margin: 0px 0 25px 0;
    padding: 10px 20px 20px;
	border: 1px solid #dd6600;
}

.AlertBoxBox h1 
{
	text-align: left;
	font-size: 13px;
	color: #dd6600;
	position: relative;
	top: -20px;
	display: inline;
	background: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.AlertBoxHeading
{
	font-weight: bold;
	color: red;
}

.AlertBoxMessage
{
	text-decoration: none;
}

.AlertBoxConfirm
{
	font-weight: bold;
}

.ResultsBox, .ErrorBox, .WarningBox, .InfoBox, .ReportBox
{
	padding: 5px;
	margin-bottom: 25px;
}

.ReportBox
{
	border: 1px dashed #c5c5c5;
	background-color: #f7f7f7;
}

.ReportBox table
{
	text-align: left;
}

.InfoBox
{
	border: 1px dashed #a9c7e6;
	background-color: #F3F8FC;
}

.ResultsBox
{
	background-color: #F3FCF3;
	border: 1px dashed #288428;
}

.ResultsBoxSmall
{
	background-color: #F3FCF3;
	border: 1px dashed #288428;
}

.ErrorBox
{
	background-color: #f9e1e1;
	border: 1px dashed #4e1010;
}

.ErrorBoxSmall
{
	background-color: #f9e1e1;
	border: 1px dashed #4e1010;
}

.WarningBox
{
	background-color: #ffffbf;
	border: 1px dashed #989800;
}


.NoSpacingBox
{
	margin: 0;
}


h1 
{
	font-weight: bold;
	font-size: 20px;
}

h2 {
	color: #d60;
	text-indent: 5px;
	font: bold 13px verdana, sans-serif;
	padding: 5px 0 3px;
	border-bottom: 1px solid #6699CC;
	border-top: 1px solid #6699CC;
	margin: 0px;
	background-color: #F5F9FC;
}
h3
{
	font-weight: bold;
	font-size: 12px;
}
h4 {
	color: #6699CC;
	margin: 0px;
	text-indent: 1px;
	padding: 0px;
	border-bottom: 1px solid #6699CC;
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font: bold 13px verdana;
	color: #6699CC;
	text-indent: 5px;
	margin-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
    
h6 {
	color: #696969;
	font: normal 12px verdana, sans-serif;
	text-indent: 5px;
	border-bottom: 1px solid #9CF;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.IconText {
	font-weight: bold;
	font-size: 11px;
	color: #d2691e;
}

.IconText a:link, .IconText a:visited {
	color: #d2691e;
	text-decoration: none;
}

.IconText a:hover {
	color: #0550ca;
}

.warning {
	background-color: #FFF4EC;
	border: 1px dotted #dd6600;
	color: #dd6600;
	text-align: justify;
}

.warning a:link, .warning a:visited {
	color: #dd6600;
	font-weight: bold;
	text-decoration: none;
}

.warning a:hover {
	color: #dd6600;
	font-weight: bold;
	text-decoration: underline;	
}

.textfield
{
	font-size: 10px;
	border: 1px solid #a9c7e6;
	background-color: #F3F8FC;
	padding: 2px;
}
.checkbox 
{
}

.radiobutton 
{	
}

select {
	font-size: 10px;
	background-color: #F3F8FC;
	border: 1px solid #a9c7e6;
}

/*
Form Rows
*/
.row1 {
	background-color: #F7FAFD;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
	padding: 3px !important;
}

.row2 {
	background-color: #fafcfe;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFDFDF;
	padding: 3px !important;
}

/*
Page Grid
*/
.GridTable
{
	border: 1px solid #6699cc;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.GridTable td
{
	padding: 2px;
}

.GridTable .TableTag td
{
	background: #6699cc;
	color: White;
	font-weight: bold;
	text-align: left;
}

.GridTable .Header
{
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../gif_jpg/TableHeaderBG.gif);
	color: #274b87;
	font-weight: bold;
	text-align: center;
}

.GridTable .Header td
{
	border-bottom: 1px solid #6699cc;
	padding: 4px 2px;
}

.GridTable .Row, .GridTable .AltRow
{
	text-align: left;
}

.GridTable .Row
{
	background: #e1eef7;
}

.GridTable .AltRow
{
	background-color: #f5f9fc;
}

.GridTable .TotalRow
{
	background-color: #a0a0a0;
	font-weight: bold;
	color: White;
}

/*
LISTS FRAME
*/
.ListBarSpacer
{
	font-size: 14px;
	position: relative;
	left:17px;
	top:6px;
	height:7px;
	width:295px;
}

.ListBar 
{
	position:relative;
	left:17px;
	height:100%;
	width:100%;
}

.ListNav {
	position: absolute;
	top: 29px;
	left: 17px;
	width: 275px;
	height:auto;
	text-align: center;
}

.ListTitle {
	width: 275px;
	height: 38px;
	background-image: url(../gif_jpg/List2.gif);
}
.ListTitle p {
	font-size: 11px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 8px;
	margin: 0px;
}

.ListWrapper a:link, .ListWrapper a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
.ListWrapper a:hover {
	color: #0550ca;
}

.ListWrapper
{
	width: auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.ListHeader 
{
	display: block;
	margin-left: 1px;
	margin-right: 1px;

	height: 32px;
	background: url(../gif_jpg/list_hdr.gif) repeat-x bottom left;
	background-color: white;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	
}

.FolderWrapper
{
	margin-left: 1px;
	margin-right: 1px;
	height: 24px;

	
	vertical-align:middle;
	background: url(../gif_jpg/ListBG1.gif) repeat-x bottom left;
}

.FolderClosedImage, .FolderOpenedImage
{
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	width: 30px;
	height: 20px;
	float: left;
}

.ListImage, .SuppressionListImage
{
	margin-left: 1px;
	margin-right: 1px;
	width: 30px;
	height: 20px;
}

.FolderName
{	
	display: inline;
	vertical-align:middle;
	text-align: left;
	font-weight: bold;

}

.ListNameWrapper
{
	margin-left: 2px;
	margin-right: 2px;
	
	vertical-align: middle;
	
	height: auto !important;
	height: 24px; /* IE hack */
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e0e0e0;
}

.ListIndent
{
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	width: 10px;
	float: left;
}

.ListName
{
	display: block;
	padding-right: 20px;
}

.ListCount
{	
	display: block;
}


.ListBody
{
	background: white url(../gif_jpg/List-bg2.gif) repeat-x bottom left;
	background-attachment: fixed;
}


.ListBottom
{
	display: block;
	background: url(../gif_jpg/List-bg2.gif) repeat-x bottom left;
	height: 110px;
	left: 0px;
}

.ListBottom
{
	display: block;
	position: absolute;
	background: url(../gif_jpg/List-bg2.gif) repeat-x bottom left;
	height: 100px;
	border: 0px;
	width: 20px;
	padding: 0px;
	bottom: 0px;
}
.listBG 
{
	vertical-align:middle;
	background-image: url(../gif_jpg/ListBG1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ListBG1 
{
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ededed;
}
.ListBG2 
{
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ededed;	
}

/*
VISUAL TRACKING
*/
.vmtBox {
    position: absolute;
    top: -45px;
    left: -80px;
    width: 75px;
    height: 36px;
    line-height: 16px;
    z-index: 4000;
    vertical-align: middle;
    text-align: left;
    
    background-color: #E1EEF7;
    border-style: dashed;
    border-color: black;
    border-width: 1px;
    padding: 2px;
    cursor: default;
    
    text-align: left;
    color: black;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}
/*
GRAPH STYLES
*/
td.LegendSymbol
{
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	
	font-weight: bold;
	color: White;
	background-color: #658DD3;
}

/*
POPUP CALENDAR STYLES
*/
.calendar_cpYearNavigation,
.calendar_cpMonthNavigation
{
background-color:#6699cc;
text-align:center;
vertical-align:middle;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}

.calendar_cpDayColumnHeader,
.calendar_cpYearNavigation,
.calendar_cpMonthNavigation,
.calendar_cpCurrentMonthDate,
.calendar_cpCurrentMonthDateDisabled,
.calendar_cpOtherMonthDate,
.calendar_cpOtherMonthDateDisabled,
.calendar_cpCurrentDate,
.calendar_cpCurrentDateDisabled,
.calendar_cpTodayText,
.calendar_cpTodayTextDisabled,
.calendar_cpText
{
font-family:arial;
font-size:8pt;
}
TD.calendar_cpDayColumnHeader
{
	text-align:right;
	background-color:#6699cc;
	color:#FFFFFF;
	padding-right: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FEA42A;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FEA42A;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.calendar_cpCurrentMonthDate,
.calendar_cpOtherMonthDate,
.calendar_cpCurrentDate
{
text-align:right;
text-decoration:none;
}
.calendar_cpCurrentMonthDateDisabled,
.calendar_cpOtherMonthDateDisabled,
.calendar_cpCurrentDateDisabled
{
color:#D0D0D0;
text-align:right;
text-decoration:line-through;
}
.calendar_cpCurrentMonthDate
{
color:#6677DD;
font-weight:bold;
}
.calendar_cpCurrentDate
{
color: #FFFFFF;
font-weight:bold;
}
.calendar_cpOtherMonthDate
{
color:#808080;
}
TD.calendar_cpCurrentDate
{
color:#FFFFFF;
background-color: #e1eef7;
border-width:1px;
border:solid thin #6699cc;
}
TD.calendar_cpCurrentDateDisabled
{
border-width:1px;
border:solid thin #FFAAAA;
}
TD.calendar_cpTodayText,
TD.calendar_cpTodayTextDisabled
{
background-color: #e1eef7;
border:solid thin #6699cc;
border-width: 1px 0 0 0;
}
A.calendar_cpTodayText,
SPAN.calendar_cpTodayTextDisabled
{
height:20px;
}
A.calendar_cpTodayText
{
font-weight:bold;
}
SPAN.calendar_cpTodayTextDisabled
{
color:#D0D0D0;
}
.calendar_cpBorder
{
border:solid thin #6699cc;
}

/*
*
*
* REPORT CLASS STYLES
*
*
*/
.TableHeader 
{
	color: #274B87;
	font-weight: bold;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../gif_jpg/TableHeaderBG.gif);
}

.TableTags
{
	font-weight: bold;
	background-color: #6699CC;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.TableHeader TD, .TableTotals TD, .TableTags TD
{
	height: 20px;
}

.TableRowActive
{
	text-align: left;
	background-color: #bed4e1;
}

.TableRow1 
{
	text-align: left;
	background-color: #E1EEF7;
}

.TableRow2 
{
	text-align: left;
	background-color: #F5F9FC;
}

.TableRow1 TD, .TableRow2 TD, .TableRowActive TD, .TableHeader TD, .TableTotals TD, .TableTags TD
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.TableStroke
{
	height: 1px;
	background-color: #6699CC;
	font-size: 1px;
	padding: 0px 0px 0px 0px;
}

.TableTotals 
{
	height: 20px;
	text-align: left;
	font-weight: bold;
	background-color: #6699CC;
	color: #FFFFFF;
}

.TableTotalsTableCell
{
	border-left: solid 1px #6699CC;
	border-right: solid 1px #6699CC;
	border-top: solid 1px #fff;
}

.LeftStroke {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6699CC;
}

.RightStroke {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6699CC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.TopStroke {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6699CC;
}

.TableSplitter {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.RightStroke2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6699CC;
}


/*
*
*
* HOME CONTROL PANEL STYLES
*
*
*/
.ControlPanelColor
{
	background-color: #F8F8F8;
}

div.ControlPanel
{
	display: block;
	background-color: #F8F8F8;
	vertical-align: top;
	text-align: left;
	position: relative;
}

div.ControlPanel .Left
{
	position: absolute;
	top: -15px;
	left: -15px;
	width: 310px;
	text-align: left;
	z-index: 2;
}

div.ControlPanel .Left .Row
{
	position: relative;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	height: 111px;
	width: 310px;
	background: url(../gif_jpg/cp_bkg.gif) no-repeat top left;
}

div.ControlPanel .Left .LeftItem, div.ControlPanel .Left .RightItem
{
	position: absolute;
	width: 155px;
	vertical-align: bottom;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

div.ControlPanel .Left .LeftItem
{
	left: 0px;
	top: 0px;
	text-align: center;
}

div.ControlPanel .Left .RightItem
{
	right: 0px;
	top: 0px;
	text-align: center;
}

div.ControlPanel .Right
{
	padding-left: 325px;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

div.ControlPanel .Right .Title
{
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
	padding-left: 85px;
}

div.ControlPanel .Right .Date
{
	position: absolute;
	top: 0;
	left: 0;
		
	padding-bottom: 5px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

div.ControlPanel .Right .Article
{
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}

div.ControlPanel .Right .Spacer
{
	height: 20px;
}

div.ControlPanel .Right a:link, div.ControlPanel .Right a:visited {
	font-size: 11px;
	color: #274B87;
	text-decoration: none;	
}

div.ControlPanel .Right a:hover {
	font-size: 11px;
	color: #DD6600;
	text-decoration: underline;
	cursor: hand;
}

/*
Release Notes
*/
div.ReleaseNotes
{
	display: block;
	vertical-align: top;
	text-align: left;
	position: relative;
}

div.ReleaseNotes .Title
{
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
}

div.ReleaseNotes .Article
{
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}

/*
MESSAGE PREVIEW
*/
.MessagePreviewPlainText 
{
	font-family: Courier New;
	font-size: 11px;
}

/*
PROGRESS MONITOR
*/
.StatusTable
{
	width: 100%;
	border: 1px solid #6699cc;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.StatusTable td {
	padding: 2px;
}

.StatusTable .TableTag
{
	background: #6699cc;
	color: White;
	font-weight: bold;
	text-align: left;
}

.StatusTable .TableHeader
{
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../gif_jpg/TableHeaderBG.gif);
	color: #274b87;
	font-weight: bold;
	text-align: center;
}

.StatusTable .TableHeader td
{
	border-bottom: 1px solid #6699cc;
}

.StatusTable .StatusRow
{
	background: #e1eef7;
}

.ProgressMeter
{
	background: white;
	border: 1px solid black;
	width: 140px;
	height: 8px;
}

.ImageLibraryProgressMeter
{
	background: white;
	border: 1px solid black;
	width: 585px;
	height: 8px;
}

.ProgressComplete
{
	background-image: url(../gif_jpg/ProgressBar.jpg);
	height: 100%;
	font-size: 2px;
}

.ImageLibraryProgressComplete
{
	background-image: url(../gif_jpg/filesizebar.jpg);
	height: 100%;
	font-size: 2px;
}

/*
Profile System Style
*/
.ProfileGrid
{
	width: 100%;
	border: 1px solid #6699cc;
	padding: 0;
	margin: 0;
	vertical-align: top;
	border-collapse: collapse;
}

.ProfileItem, .ProfileAltItem
{
}

.ProfileItem td, .ProfileAltItem td
{
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ProfileItem
{
	background-color: #e1eef7;
}

.ProfileAltItem
{
	background-color: #f5f9fc;
}

.ProfileHeader
{
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../gif_jpg/TableHeaderBG.gif);
	color: #274b87;
	font-weight: bold;
	text-align: center;
}

.ProfileHeader TD
{	
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.ProfileFooter TD
{
	padding: 2px;
	padding-top: 5px;
}

/*
Login Screen
*/
.LoginBox 
{
	position: relative;
	background-image: url(../gif_jpg/login.jpg);
	height: 285px;
	width: 402px;
	top: 100px;
	margin: 20px auto;
}
.LoginForm {
	position: absolute;
	width: 240px;
	margin-left: 71px;
	margin-top: 76px;
	left: -1px;
	top: 5px;
}
.LoginVersion {
	position: absolute;
	left: 328px;
	top: 268px;
	color: #555555;
	text-decoration: none;		
}
.LoginLogo {
	position: absolute;
	width: 229px;
	text-align: right;
	left: 151px;
	top: 207px;
}
.LoginForgotPassword {
	position: absolute;
	left: 29px;
	top: 253px;
}
.LoginForgotPassword a:link, .LoginForgotPassword a:visited
{
	color:#000000;
	text-decoration: none;
}
.LoginForgotPassword a:hover {
	text-decoration: underline;
}

.LoginError
{
	position: absolute;
	width: 500px;
	margin-top: -75px;
	margin-left: -49px;
}



/*
Button Styles
*/
.ButtonTable
{
	border-collapse: collapse;
	display: inline;
	height: 24px;
	vertical-align: middle;
	border: 0;
	margin:0;
	padding:0;
	position: static;
}

.ButtonTable *
{
	cursor: default;
}

.ButtonTable td, .ButtonTable, .ButtonTable input
{
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
}

.ButtonTable a:link, .ButtonTable a:visited
{
	font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: black;
}

.ButtonTable a:hover
{
	cursor: default;
}

.ButtonContent
{
	font-size: 11px;
	height:24px;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	
	background-image: url(../gif_jpg/btn_bg.gif);
}

.ButtonLeft, .ButtonRight, TD.ButtonLeft, TD.ButtonRight, .ButtonLeft TD, .ButtonRight TD
{
	font-size: 1px;
	height: 24px;
	width:15px;
	background-repeat:no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
}

.ButtonLeft
{	
	background: url(../gif_jpg/btn_left.gif) no-repeat right;
}

.ButtonRight
{	
	background: url(../gif_jpg/btn_right.gif) no-repeat left;
}

/*
.ButtonContainer
{
	border: 1px solid blue;
	position: relative;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.ButtonContainer *, .ButtonContainer > *
{
	border: 0;
	margin:0;
	padding:0;

	cursor: default;
}

.ButtonContainer .ButtonLeft, .ButtonContainer .ButtonRight
{
	position: absolute;	
	font-size: 1px;
	height: 24px;
	width:15px;
	background-repeat:no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: auto;
}

.ButtonContainer .ButtonLeft
{
	top: 0;
	left: 0;
	background: url(../gif_jpg/btn_left.gif) no-repeat left;
}

.ButtonContainer .ButtonRight
{
	top: 0;
	right: 0;
	background: url(../gif_jpg/btn_right.gif) no-repeat right;
}

.ButtonContainer .ButtonContent
{
	position: relative;
	z-index: 2;
	font-size: 11px;
	height:24px;
	vertical-align: middle;
	text-align: center;
	
	border: 0;
	margin: 0px 7px 0px 7px;
	padding: 0;
	
	background: Transparent url(../gif_jpg/btn_bg.gif) repeat-x top left;
}

.ButtonContainer .ButtonContent input
{
	border: 0;
	padding: 0;
	margin: 0;
		
	background: transparent;
}

.ButtonContainer .ButtonContent a:link, .ButtonContent a:visited
{
	line-height: 24px;
	font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: black;
}

.ButtonContainer .ButtonContent a:hover
{
	cursor: default;
}
*/

/*
Dynamic Content
*/
.dcc_name
{
    text-transform: capitalize;
}

/* all set to important to prevent overriding from parent styles */
.DCS table, .DCS table tr, .DCS table td
{
	border-collapse: collapse;
	empty-cells: hide;
	margin: 0 !important;
	padding: 0 !important;
}

.DCBlock
{
	margin-top: 10px;
	border: 1px solid #69c;
}

.DCBlock .ProfileFilter
{
	background: #f5f9fc !important;
	padding: 14px 5px !important;
}

.DCSHeader
{
	margin: 10px 0;
}

.DCSHeader label
{
	font-size: 1.3em;
	font-weight: bold;
}

.DCBlockHeader
{
	background: #69c;
	color: #cfe2fb;
}

.DCBlockHeader td
{
	empty-cells: show !important;
}

.DCBlockHeader label
{
	font-size: 1.2em;
	font-weight: bold;
}

.DCBlockHeader .UpArrow
{
	background: url(../gif_jpg/dc-up-arrow-on.gif) no-repeat top center;
}

.DCBlockHeader .UpArrowDisabled
{
	background: url(../gif_jpg/dc-up-arrow.gif) no-repeat top center;
}

.DCBlockHeader .DownArrow
{
	background: url(../gif_jpg/dc-down-arrow-on.gif) no-repeat bottom center;
}

.DCBlockHeader .DownArrowDisabled
{
	background: url(../gif_jpg/dc-down-arrow.gif) no-repeat bottom center;
}

.DCBlockHeader .Delete
{
	background: url(../gif_jpg/dc-trash.gif) no-repeat bottom center;
}

.DCBlockHeader .RemoveContent, .DCBlockHeader .RemoveContentDisabled
{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 17px;
	height: 17px;
	margin-left: 5px;
}

.DCBlockHeader .RemoveContent
{
	background: url(../gif_jpg/dc-green.gif) no-repeat bottom center;
}

.DCBlockHeader .RemoveContentDisabled
{
	background: url(../gif_jpg/dc-red.gif) no-repeat bottom center;
}

/*
Content Library Styles
*/	
	
.ContentLibraryControlContainer
	{
		position: relative;
		height: 400px;
	}
.ContentLibraryControlToolBarContainer
	{
		/*position: absolute; 
		padding: 5px; */
		width: 210px;
		border-color: #6699cc; 
		border-style: solid; 
		border-width: 1px;
		margin-bottom: 3px;
	}
.ContentLibraryControlTreeviewContainer
	{
		position: relative; 
		/*padding: 5px; */
		width: 210px; 
		height: 360px;
		border: 1px solid #6699cc; 
		overflow: auto;
	}
.ContentLibraryControlContentContainer
	{
		position: relative;
		margin-top: -400px;
		margin-left: 216px;
		width: auto;
		height: 360px;
		visibility: hidden;
/*		border: 1px solid red; */
	}
.ContentLibraryControlContentTabArea
	{
		text-align: left;
	}
.ContentLibraryControlContentHTMLTab
	{

	}
.ContentLibraryControlContentHTMLEditorIFrame
	{
		display: block; 
		width: 100%; 
		height: 340px;
		width: 100%;
		overflow: auto;
	}
.ContentLibraryControlContentTextTab
	{
		
	}
.ContentLibraryControlContentButtonArea
	{
		position:relative;
		top:10px;
		height:24px; 
		text-align: left;
	}
	
/*
ClickBlocker 
*/

* html #ClickBlocker /* IE */
	{
		left: expression((setLeft = document.documentElement.scrollLeft) + 'px') !important;
		top: expression((setTop = document.documentElement.scrollTop) + 'px') !important;
	}
form > #ClickBlocker /* Non-IE */
	{
		position: fixed !important; 
	} 
body.Loading #ClickBlocker 
	{
		display: inline !important;
	}

/*
HOME CONTROL PANEL
*/
.Left .Row div
{
	height: 84px;
}


/*
MESSAGE BOXES
*/
.ResultsBox .Icon
{
	width: 50px;
	height: 50px;
	background-image: url("Images/Icons/GreenAlert.gif");
}

.WarningBox .Icon
{
	width: 50px;
	height: 50px;
	background-image: url("Images/Icons/YellowAlert.gif");
}

.ErrorBox .Icon
{
	width: 50px;
	height: 50px;
	background-image: url("Images/Icons/RedAlert.gif");
}

.InfoBox .Icon
{
	width: 70px;
	height: 50px;
	background: url("Images/Icons/InfoBox.gif") no-repeat center;
}

