body, html
{
	margin: 0;
	padding: 0;
	background: #195c84 repeat-x 0 0;
}


/* BEGIN: Styling for Custom menu items in CuteEditor WYSIWYG */
.CustomFieldsDropDown, .CustomFieldsDropDown table
{
	width: 125px !important;
}
.ZonesDropDown, .ZonesDropDown table
{
	width: 125px !important;
}

.CustomFieldHTML, .CustomFieldHTML table
{
	width: 120px !important;
}
.DynamicVariables, .DynamicVariables table
{
	width: 116px !important;
}
.DynamicLinks, .DynamicLinks table
{
	width: 97px !important;
}
/* END */

BODY
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal; /*TEXT-TRANSFORM: none;*/
	word-spacing: normal;
	background: #195c84;
}

A:link
{
	text-decoration: underline;
	color: #000000;
}

A:visited
{
	text-decoration: underline;
	color: #000000;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #0C3E58;
}


TEXTAREA
{
	background-color: #ffffff;
	font: Arial, Helvetica, sans-serif;
}

INPUT
{
	font: Arial, Helvetica, sans-serif;
}

Select
{
	background: #ffffff;
	font: Arial, Helvetica, sans-serif;
}

.tablenavigationHeader
{
	border-width: 1px;
	background-color: #0C3E58;
	border-style: solid;
	border-color: #000000;
}
.tablenavigationTD
{
	border-width: 1px;
	background-color: #D7D7D7;
	border-style: solid;
	border-color: #D7D7D7;
}
.tablenavigationTDRollover
{
	border-width: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
}
.tablenavigationSelectedTD
{
	border-width: 1px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
}
.navigationlink
{
	color: #5C755E;
	text-decoration: none;
}
.fontnavigation
{
	font-family: arial,helvetica;
	font-size: 12px;
	color: #5C755E;
}

.tableMain
{
	border-width: 0px;
	background-color: #d7d7d7;
	border-style: none;
	border-color: #000000;
}
.tableMainHeaderTD
{
	border-width: 1px;
	background-color: #000000;
	border-style: solid;
	border-color: #FFFFFF;
}
.tableMainHeaderTD2
{
	border-width: 1px;
	background-color: #CCD3D7;
	border-style: solid;
	border-color: #000000;
}
.tableMainHeaderFont
{
	color: #FFFFFF;
	font-family: Verdana,arial,helvetica;
	font-size: 12px;
	padding: 2px;
}

.menuItem
{
	color: black;
	text-align: center;
	background-image: url(../images/tabright.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 115px;
}

.menuItem2
{
	color: black;
	text-align: center;
	background-image: url(../images/tabright2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 115px;
}

.progressText
{
	background-image: url(  "../NewsletterEditor/Images/progressbar.gif" );
	background-position: center center;
	background-repeat: no-repeat;
	cursor: wait;
	padding: 10px;
	text-align: center;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}
.bookPanel, .etPanel, .persFolderLoginPanel, .tocPanel, .messagePanel
{
	width: 500px !important;
}
.persFolderPanel
{
	width: 700px !important;
}
.menusectionhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	height: 22px;
	padding-left: 0px;
	width: 100%;
	text-indent: 10px;
	display: block;
}
.menusectionhead a, .menusectionhead a:visited
{
	color: #000000;
}
.watermarked
{
	color: #d7d7d7;
}

.progress
{
	display: block; /* IE6, IE7, FirFox compatable*/
	background: gray url(../NewsletterEditor/Images/please_wait.gif) no-repeat center center;
	cursor: wait;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	position: fixed;
	_position: absolute;
	width: 100%;
	width: expression(eval(document.compatMode && document.compatMode==  'CSS1Compat' ) ? (documentElement.clientWidth) : (document.body.clientWidth));
	height: 100%;
	height: expression(eval(document.compatMode && document.compatMode==  'CSS1Compat' ) ? (documentElement.clientHeight) : (document.body.clientHeight));
	top: 0;
	_top: expression(eval(document.compatMode && document.compatMode==  'CSS1Compat' ) ? (documentElement.scrollTop) : (document.body.scrollTop));
	left: 0;
	_left: expression(eval(document.compatMode && document.compatMode==  'CSS1Compat' ) ? (documentElement.scrollLeft) : (document.body.scrollLeft));
	z-index: 100010;
}
.ajax__tab_xp .ajax__tab_tab, .ajax__tab_xp .ajax__tab_outer
{
	height: auto !important;
}

div.updatemessage
{
	background: transparent url(/images/NextReadsUpdate.gif) 0 0 no-repeat;
}
div.alertmessage
{
	background: transparent url(/images/NextReadsAlert.gif) 0 0 no-repeat;
}
div.tipmessage
{
	background: transparent url(/images/oie_NextReadsTip2.gif) 0 0 no-repeat;
}
#message div.messagewrapper
{
	margin: 0 0 0 40px;
	padding: 10px 20px 10px 10px;
	height: 168px;
	width: 193px;
	background-color: #fff;
}
#message
{
	z-index: 901 !important;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	overflow: auto;
}

.changed
{
	background-color: Yellow;
}
#records UL
{
	margin: 0px;
}

#backgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 901;
}

a#popupContactClose
{
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
	cursor: pointer;
}
div#button
{
	text-align: center;
	display: inline;
}

.closeButton
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-user-select: text;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: white;
	cursor: pointer;
	height: 24px;
	padding: 0;
	text-align: right;
	text-decoration: none;
	float: right;
}


.recordMenu
{
	margin-top: -25px;
	display: block;
	height: 26px;
}

.searchResult
{
	clear: both;
}

.searchPanel, .previewPanel
{
	width: 728px !important;
}

.PreviewRecordHeader, .PreviewOptinHeader
{
	cursor: move;
	height: 20px;
	background-color: black;
	color: white;
}

.previewRecordHeader span
{
	display: inline-block;
}

.caption
{
	float: left;
	width: 90%;
	text-align: center;
}

.ui-searchFilter table td.ops
{
	width: 80px;
}
.ui-searchFilter table td.ops select
{
	width: 80px;
}
.ui-searchFilter table td.data
{
	width: 100%;
}
.ui-searchFilter table td.data input
{
	width: 100%;
}
.ui-searchFilter table span.matchText
{
	margin-left: 10px;
}

.previewRecordWrapper
{
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border: solid;
	text-align: left;
	width: 500px;
	position: fixed;
	_position: absolute;
	background-color: White;
	z-index: 1;
	display: none;
}


