/*	File: cr-style.css
		Author: Lindsey Kuper
		Created: March 24, 2005
		Last modified: May 16, 2006
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
}

/* ------------[ Section-dependent styles ]------------ */

body#Home, body#Home #Navigation a.current, body#Home #PageHeading, #Navigation a#HomeTab:hover { background-color: #7abbff; }
body#Mail, body#Mail #Navigation a.current, body#Mail #PageHeading, #Navigation a#MailTab:hover { background-color: #cb92e5; }
body#Statistics, body#Statistics #Navigation a.current, body#Statistics #PageHeading, #Navigation a#StatisticsTab:hover { background-color: #ffb879; }
body#Roi, body#Roi #Navigation a.current, body#Roi #PageHeading, #Navigation a#RoiTab:hover { background-color: #e3d02f; }
body#Users, body#Users #Navigation a.current, body#Users #PageHeading, #Navigation a#AdminTab:hover { background-color: #a4df98; }
body#Content, body#Content #Navigation a.current, body#Content #PageHeading, #Navigation a#ContentTab:hover { background-color: #ff8b79; }
body#Leads, body#Leads #Navigation a.current, body#Leads #PageHeading, #Navigation a#LeadsTab:hover { background-color: #abcccc; }

body#Home #HelpButton { background-image: url(home-help-button.gif); }
body#Mail #HelpButton { background-image: url(outbox-help-button.gif); }
body#Statistics #HelpButton { background-image: url(statistics-help-button.gif); }
body#Roi #HelpButton { background-image: url(roi-help-button.gif); }
body#Users #HelpButton { background-image: url(admin-help-button.gif); }
body#Content #HelpButton { background-image: url(content-help-button.gif); }
body#Leads #HelpButton { background-image: url(inbox-help-button.gif); }

/* ------------[ Layout boxes for all pages ]------------ */

#Header {
	background-image: url(header-background-web.png);
	padding-top: 9px;
	border-bottom: 1px solid #fff;
	clear: both;
}

#Logo {
	padding-left: 21px;
	padding-bottom: 5px;
	float: left;
}

#IBCTVLogo {
	padding-right: 21px;
	padding-bottom: 5px;
	float: right;
}

#Navigation {
	clear: both;
	border-top: 1px solid #ddd;
	padding-left: 21px;
	background-image: url(navigation-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

#Date {
	text-align: right;
	padding-right: 21px;
	padding-top: 9px;
	padding-bottom: 5px;
}

#PageHeading {
	clear: both;
	padding: 10px 15px 0 36px;
}

#MainContainer {
	background-color: #fff;
	margin: 0 15px 5px 15px;
	clear: both;
}

#Sidebar {
	padding: 10px 0px 10px 20px;
	width: 180px;
	float: left;
}

#Main {
	margin-left: 200px;
	padding: 25px 20px 20px 10px;
}

/* ------------[ Sidebar links and icon links ]------------ */

#HelpButton {
	float: right;
	line-height: 32px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: center right;
}

#HelpButton a {
	padding-right: 35px;
}

ul.SidebarLinks, ul.IconLinks {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.ContentLinks {
	margin: 6px 0 18px 20px;
	padding: 0;
	list-style: none;
}

ul.SidebarLinks li, ul.IconLinks li, ul.ContentLinks li {
	margin: 2px 0 6px 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 17px;
}

ul.SidebarLinks li a, ul.IconLinks li a, ul.ContentLinks li a {
	padding-left: 20px;
	color: #000;
}

ul.SidebarLinks li.SubFolder1 a {
	padding-left: 30px;
}

ul.SidebarLinks li.SubFolder2 a {
	padding-left: 40px;
}

ul.SidebarLinks li.SubFolder3 a {
	padding-left: 50px;
}

.ApprovedAccountsLink { background-image: url(icons/accept.gif); }
.ComposeMailLink { background-image: url(icons/email_edit.gif); }
.ContentChannelsLink { background-image: url(icons/feed.gif); }
.ChangePasswordLink { background-image: url(icons/key.gif); }
.ConversionAnalyzerLink { background-image: url(icons/calculator.gif); }
.CreateNewFolderLink { background-image: url(icons/folder_add.gif); }
.CreateNewMailingListLink { background-image: url(icons/lk_mailing_list_add.gif); }
.CreateNewMessageTemplateLink { background-image: url(icons/email_add.gif); }
.CreateNewUserAccountLink { background-image: url(icons/user_add.gif); }
.CreateNewUserGroupLink { background-image: url(icons/group_add.gif); }
.ExcelDownloadLink { background-image: url(icons/lk_excel_download.gif); }
.DeniedAccountsLink { background-image: url(icons/delete.gif); }
.EditFolder { background-image: url(icons/folder_edit.gif); }
.EditUserInformationLink { background-image: url(icons/user_edit.gif); }
.EditUserPermissionsLink { background-image: url(icons/lock_edit.gif); }
.Folder { background-image: url(icons/folder.gif); font-weight: bold; }
.ForwardLink { background-image: url(icons/lk_email_forward.gif); }
.GlossaryLink { background-image: url(icons/book_open.gif); }
.GoBackLink, .LogOutLink { background-image: url(icons/arrow_left.gif); }
.HelpLink { background-image: url(icons/help.gif); }
.InboxLink { background-image: url(icons/email_open.gif); }
.InformEnhanceLink { background-image: url(icons/application_view_tile.gif); }
.MailingListsLink { background-image: url(icons/lk_mailing_list.gif); }
.MessageTemplatesLink { background-image: url(icons/email.gif); }
.PagesLink { background-image: url(icons/layout_content.gif); }
.PendingAccountsLink, .UnconfirmedAccountsLink { background-image: url(icons/error.gif); }
.PublishingPointsLink, .ContentLink { background-image: url(icons/page_red.gif); }
.ReplyLink { background-image: url(icons/lk_email_reply.gif); }
.ReportsLink { background-image: url(icons/table_multiple.gif); }
.ROILink { background-image: url(icons/money.gif); }
.SlidesLink { background-image: url(icons/image.gif); }
.SentMailLink { background-image: url(icons/email_go.gif); }
.SmartFolderLink { background-image: url(icons/folder_find.gif); }
.StatisticsLink { background-image: url(icons/chart_bar.gif); }
.SubFolder1 { background-image: url(icons/subfolder1.gif); }
.SubFolder2 { background-image: url(icons/subfolder2.gif); }
.SubFolder3 { background-image: url(icons/subfolder3.gif); }
.SubFolder4 { background-image: url(icons/subfolder4.gif); }
.SubFolder5 { background-image: url(icons/subfolder5.gif); }
.SubFolder6 { background-image: url(icons/subfolder6.gif); }
.SubFolder7 { background-image: url(icons/subfolder7.gif); }
.TrackingProgramsLink { background-image: url(icons/zoom.gif); }
.TrashLink { background-image: url(icons/bin_closed.gif); }
.UploadNewFileLink { background-image: url(icons/page_white_get.gif); }
.UserInformationLink { background-image: url(icons/user.gif); }
.UserGroupsLink { background-image: url(icons/group.gif); }

ul.SidebarLinks li.disabled { color: #ccc; padding-left: 20px;}


/* ------------[ Typography, etc. ]------------ */

h1, h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 2px;
	color: #333;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #333;
}

a { 
	color: #000;
}

a img {
	border: none;
}

acronym, abbr, dfn {
	cursor: help;
}

code {
	font-size: 1.1em;
	color: #900;
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	display: block;
}

code.inline {
	padding: 0;
	background-color: #fff;
	border: none;
	display: inline;
}

p, form {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a:hover, ul.SidebarLinks li a:hover, ul.IconLinks li a:hover, ul.ContentLinks li a:hover {
	color: #00f;
}

br.clear {
	clear: both;
}

hr {
	height: 1px;
	margin: 12px 0 12px 0;
	border: 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 2px;
}

#PageHeading h1 {
	display: inline;
	font-weight: normal;
}

#PageHeading a:hover {
	color: #009;
}

#PageHeading p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#VersionInfo {
	clear: both;
	font-size: 0.8em;
	padding-left: 36px;
	padding-bottom: 20px;
}

/* ------------[ Information boxes ]------------ */

.Announcement {
	background-color: #777;
	color: #ffc;
	border-bottom: 1px solid #ddd;
	padding: 6px 21px 6px 21px;
}

.Announcement a, .Announcement a:hover {
	color: #ffc;
}

#Main .Announcement a, #Main .Announcement a:hover {
	color: #000;
}



#SystemMessages {
	background-image: url(system-messages-background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffd;
	border-bottom: 1px solid #ff9;
	border-right: 1px solid #ff9;
	padding: 12px 12px 12px 52px;
	margin-bottom: 10px;
}

#SystemMessages h2 {
	margin: 0;
	color: #900;
	border-bottom: 1px solid #ff9;
}

#Main .Announcement, div.InformationMessage, div.ConversionAnalyzerMessage, div.ReportsMessage, div.InformEnhanceMessage,
div.InboxAd, div.OutboxAd, div.StatisticsAd, div.ROIAd, ul.required {
	color: #000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 20px 15px;
	padding: 15px 12px 20px 52px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.ConversionAnalyzerMessage h2, div.ReportsMessage h2, div.InformEnhanceMessage h2,
div.InboxAd h2, div.OutboxAd h2, div.StatisticsAd h2, div.ROIAd h2 {
	margin-top: 0;
}

div.InformationMessage > p:first-child {
	margin-top: 0;
}

#Main .Announcement, div.InformationMessage {
	background-image: url(icons/information.gif); 
	background-color: #d4e0ee;
	border: 1px solid #aec7e3;
}

ul.required {
	padding: 12px 12px 12px 72px;
	background-image: url(icons/error.gif);
	background-color: #ffd;
	border: 1px solid #ff9;
	color: #a00;
}

div.ConversionAnalyzerMessage {
	/*width: 20%;*/
	float: left;
	margin-right: 10px;
	background-image: url(icons/calculator.gif); 
	background-color: #ffe3ca;
	border: 1px solid #ffb879;
}

div.ReportsMessage {
	width: 20%;
	float: left;
	margin-right: 10px;
	background-image: url(icons/table_multiple.gif);
	background-color: #ffe3ca;
	border: 1px solid #ffb879;
}

div.InformEnhanceMessage {
	width: 20%;
	float: left;
	background-image: url(icons/application_view_tile.gif);
	background-color: #ffe3ca;
	border: 1px solid #ffb879;
}

div.InboxAd {
	background-image: url(icons/email_open.gif); 
	background-color: #e3eeee;
	border: 1px solid #abcccc;
}

div.InboxSearchBox {
	background-color: #e3eeee;
	border: 1px solid #abcccc;
	margin-left: -7px;
	padding-left: 7px;
}

div.OutboxAd {
	background-image: url(icons/email_go.gif); 
	background-color: #eddaf6;
	border: 1px solid #cb92e5;
}

div.StatisticsAd {
	background-image: url(icons/chart_bar.gif); 
	background-color: #ffe3ca;
	border: 1px solid #ffb879;
}

div.ROIAd {
	background-image: url(icons/money.gif); 
	background-color: #f4ecad;
	border: 1px solid #e3d02f;
}

/* ------------[ Styles for tables ]------------ */

table, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 1px;
	background-color: #eee;
}

table {
	margin-bottom: 15px;
	margin-right: 15px;
}

th {
	color: #fff;
	background-color: #999;
	font-weight: normal;
	text-align: left;
}

th, td {
	padding: 3px 12px 3px 12px;
	border-left: 1px solid #fff;
}

td img {
	margin-right: 3px;
	margin-left: 3px;
}

th a {
	text-decoration: none;
	color: #fff;
}

th a:hover { 
	text-decoration: underline; 
	color: #fff;
}

td a:hover {
	color: #00c;
}

th.Sort {
	color: #fff;
	background-color:#666;
	font-weight: bold;
	text-align: left;
}

th.checkbox, td.checkbox {
	text-align: center;
}

td.alt {
	background-color: #f5fafa;
}

table.Form,
table.Form th,
table.Form td {
	color: #000;
	background-color: #fff;
}

td.Form {
	background-color: #fff;
	text-align: right;
	padding: 12px;
}

td.Form input {
	padding: 3px;
}

/* ------------[ Table captions ]------------ */

caption {
	text-align: left;
	padding: 4px 4px 4px 40px;
	border: 1px solid #eee;
	color: #fff;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 17px 3px;
	margin: 0;
}

caption div.Description {
	font-weight: normal;
}

caption.Information {
	background-color: #aec7e3;
	background-image: url(icons/information.gif); 
}

caption#ApprovedAccounts {
	background-color: #090;
	background-image: url(icons/accept.gif);
}

caption#PendingAccounts, caption#UnconfirmedAccounts {
	background-color: #990;
	background-image: url(icons/error.gif);
}

caption#DeniedAccounts {
	background-color: #900;
	background-image: url(icons/delete.gif);
}

caption#Statistics, caption.Statistics {
	background-color: #eea768;
	background-image: url(icons/chart_bar.gif);
}

caption.InboxFolder {
	background-color: #abcccc;
	color: #000;
	background-image: url(icons/folder.gif);
}

caption.InboxSavedSearches {
	background-color: #abcccc;
	color: #000;
	background-image: url(icons/folder_find.gif);
}

caption#InboxNotes {
	background-color: #abcccc;
	color: #000;
	background-image: url(icons/note.gif);
}

/* ------------[ Top navigation ]------------ */

#Navigation ul {
	float: left;
	margin: 0;
	padding: 0;
}

#Navigation ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#Navigation ul li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 4px 15px 5px 15px;
	margin-right: 4px;
	margin-top: 5px;
}	

#Navigation ul li a.current, #Navigation ul li a.current:hover {
	padding: 3px 14px 7px 14px;
	border: 1px solid #eee;
	border-bottom: none;
}

#Navigation ul li a:hover {
	color: #000;
	padding: 3px 14px 5px 14px;
	border: 1px solid #eee;
}

/* ------------[ Shadow around main container ]------------ */

body#Home div.topShadow { background: url(shadow/home-shadow-top.gif) repeat-x top; }
body#Home div.bottomShadow { background: url(shadow/home-shadow-bottom.gif) repeat-x bottom; }
body#Home div.leftShadow { background: url(shadow/home-shadow-left.gif) repeat-y left; }
body#Home div.rightShadow { background: url(shadow/home-shadow-right.gif) repeat-y right; }
body#Home div.topLeftShadow { background: url(shadow/home-shadow-top-left.gif) no-repeat top left; }
body#Home div.topRightShadow { background: url(shadow/home-shadow-top-right.gif) no-repeat top right; }
body#Home div.bottomLeftShadow { background: url(shadow/home-shadow-bottom-left.gif) no-repeat bottom left; }
body#Home div.bottomRightShadow { background: url(shadow/home-shadow-bottom-right.gif) no-repeat bottom right; }

body#Mail div.topShadow { background: url(shadow/outbox-shadow-top.gif) repeat-x top; }
body#Mail div.bottomShadow { background: url(shadow/outbox-shadow-bottom.gif) repeat-x bottom; }
body#Mail div.leftShadow { background: url(shadow/outbox-shadow-left.gif) repeat-y left; }
body#Mail div.rightShadow { background: url(shadow/outbox-shadow-right.gif) repeat-y right; }
body#Mail div.topLeftShadow { background: url(shadow/outbox-shadow-top-left.gif) no-repeat top left; }
body#Mail div.topRightShadow { background: url(shadow/outbox-shadow-top-right.gif) no-repeat top right; }
body#Mail div.bottomLeftShadow { background: url(shadow/outbox-shadow-bottom-left.gif) no-repeat bottom left; }
body#Mail div.bottomRightShadow { background: url(shadow/outbox-shadow-bottom-right.gif) no-repeat bottom right; }

body#Statistics div.topShadow { background: url(shadow/statistics-shadow-top.gif) repeat-x top; }
body#Statistics div.bottomShadow { background: url(shadow/statistics-shadow-bottom.gif) repeat-x bottom; }
body#Statistics div.leftShadow { background: url(shadow/statistics-shadow-left.gif) repeat-y left; }
body#Statistics div.rightShadow { background: url(shadow/statistics-shadow-right.gif) repeat-y right; }
body#Statistics div.topLeftShadow { background: url(shadow/statistics-shadow-top-left.gif) no-repeat top left; }
body#Statistics div.topRightShadow { background: url(shadow/statistics-shadow-top-right.gif) no-repeat top right; }
body#Statistics div.bottomLeftShadow { background: url(shadow/statistics-shadow-bottom-left.gif) no-repeat bottom left; }
body#Statistics div.bottomRightShadow { background: url(shadow/statistics-shadow-bottom-right.gif) no-repeat bottom right; }

body#Roi div.topShadow { background: url(shadow/roi-shadow-top.gif) repeat-x top; }
body#Roi div.bottomShadow { background: url(shadow/roi-shadow-bottom.gif) repeat-x bottom; }
body#Roi div.leftShadow { background: url(shadow/roi-shadow-left.gif) repeat-y left; }
body#Roi div.rightShadow { background: url(shadow/roi-shadow-right.gif) repeat-y right; }
body#Roi div.topLeftShadow { background: url(shadow/roi-shadow-top-left.gif) no-repeat top left; }
body#Roi div.topRightShadow { background: url(shadow/roi-shadow-top-right.gif) no-repeat top right; }
body#Roi div.bottomLeftShadow { background: url(shadow/roi-shadow-bottom-left.gif) no-repeat bottom left; }
body#Roi div.bottomRightShadow { background: url(shadow/roi-shadow-bottom-right.gif) no-repeat bottom right; }

body#Users div.topShadow { background: url(shadow/admin-shadow-top.gif) repeat-x top; }
body#Users div.bottomShadow { background: url(shadow/admin-shadow-bottom.gif) repeat-x bottom; }
body#Users div.leftShadow { background: url(shadow/admin-shadow-left.gif) repeat-y left; }
body#Users div.rightShadow { background: url(shadow/admin-shadow-right.gif) repeat-y right; }
body#Users div.topLeftShadow { background: url(shadow/admin-shadow-top-left.gif) no-repeat top left; }
body#Users div.topRightShadow { background: url(shadow/admin-shadow-top-right.gif) no-repeat top right; }
body#Users div.bottomLeftShadow { background: url(shadow/admin-shadow-bottom-left.gif) no-repeat bottom left; }
body#Users div.bottomRightShadow { background: url(shadow/admin-shadow-bottom-right.gif) no-repeat bottom right; }

body#Content div.topShadow { background: url(shadow/content-shadow-top.gif) repeat-x top; }
body#Content div.bottomShadow { background: url(shadow/content-shadow-bottom.gif) repeat-x bottom; }
body#Content div.leftShadow { background: url(shadow/content-shadow-left.gif) repeat-y left; }
body#Content div.rightShadow { background: url(shadow/content-shadow-right.gif) repeat-y right; }
body#Content div.topLeftShadow { background: url(shadow/content-shadow-top-left.gif) no-repeat top left; }
body#Content div.topRightShadow { background: url(shadow/content-shadow-top-right.gif) no-repeat top right; }
body#Content div.bottomLeftShadow { background: url(shadow/content-shadow-bottom-left.gif) no-repeat bottom left; }
body#Content div.bottomRightShadow { background: url(shadow/content-shadow-bottom-right.gif) no-repeat bottom right; }

body#Leads div.topShadow { background: url(shadow/inbox-shadow-top.gif) repeat-x top; }
body#Leads div.bottomShadow { background: url(shadow/inbox-shadow-bottom.gif) repeat-x bottom; }
body#Leads div.leftShadow { background: url(shadow/inbox-shadow-left.gif) repeat-y left; }
body#Leads div.rightShadow { background: url(shadow/inbox-shadow-right.gif) repeat-y right; }
body#Leads div.topLeftShadow { background: url(shadow/inbox-shadow-top-left.gif) no-repeat top left; }
body#Leads div.topRightShadow { background: url(shadow/inbox-shadow-top-right.gif) no-repeat top right; }
body#Leads div.bottomLeftShadow { background: url(shadow/inbox-shadow-bottom-left.gif) no-repeat bottom left; }
body#Leads div.bottomRightShadow { background: url(shadow/inbox-shadow-bottom-right.gif) no-repeat bottom right; }

/* The Holly hack gives "layout" to div.bottomRightShadow in IE-Win. */
/* Hides from IE5-mac \*/
* html div.bottomRightShadow {height: 1%;}
/* End hide from IE5-mac */