﻿/* CSS Document */

body 
{
	margin: 0px; padding: 0px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:11px;
    color:#616365;
}

.frontBody
{
	background-image:url(imgs/ui/front_body_bg.jpg);
	background-repeat:repeat-x;	
	background-color:#ffffff;
}

.contentBody
{
	background-image:url(imgs/ui/content_body_bg.jpg);
	background-repeat:repeat-x;	
	background-color:#ffffff;
}

p.startSection
{
	margin-top: 0px;
}

DIV.mainSite
{
	height:21px;
	width:175px;
	background-image: url(newsletter/prewise_seminar.gif);
	background-repeat:no-repeat; 
	padding-top:2px;
	margin-top:15px;
	
}
DIV.mainSite a
{
	margin-left:15px;
	color:#ffffff;
}

#DIVcontainer 
{
	background-image: url(newsletter/columns.gif);
	background-repeat:repeat-y; 
	background-position:top;
	min-width:822px; 
	width:822px;
	margin: auto;
}
html>body #DIVcontainer{height:auto;} /*for mozilla*/


.IMGlogo {margin-left: 10px; border: 0px; margin-top:0px; }
.IMGlogoLogin {float: left; border: 0px;}

#DIVSearch{ margin-top:40px; margin-left:8px; }

#TABLE_search {} 
.INPUTtext { position:relative; top:-3px; width:125px; border: 1px solid #c64b32; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#999999; height: 15px; line-height: 15px;}
	
.rightLiftContent
{
	margin-left:3px;
	margin-top:5px;
	margin-right:3px;	
}

/* front page main image lift */
#DIVFrontImage
{
	width:620px;
	height:269px;
	overflow:hidden;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	border-left:solid 1px #c28252;
	float:left;
}
#DIVFrontImageContainer
{	
	margin-top:0px;
}
#DIVMainImage
{
	/*background-image:url(imgs/ui/front_page_top_image.jpg);*/
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:8px;
	margin-right:0px;
	float:left;
	height:260px;
	width:603px;
}
.MainImageInnerContent
{
	margin-top:8px;
	margin-left:8px;
}

.InnerContent
{
	margin-top:25px;
	margin-left:10px;
	margin-right:35px;
	margin-bottom:10px;
	
}
#DIVMainImageText p
{
	line-height: normal;
	color:#ffffff;
	margin-bottom:3px;
	margin-top:3px;
	font-size:10px;
}
#DIVMainImageText a
{
	line-height:24px;
	color:#ffffff;
}

#DIVMainImageText hr
{
	height:1px;
	border-style:solid;
	border-width:1px;
	color:#5ea2ab;
	margin-bottom:2px;
	margin-top:2px;
	
}

#DIVContentImage
{
	width:620px;
	height:178px;
	overflow:hidden;
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 5px;
}
#DIVContentImageContainer
{	
	margin-top:0px;
}

#DIVContentMainImage
{
	margin-top:18px;
	margin-left:50px;
	margin-right:0px;
	float:left;
	height:140px;
	width:682px;
	background-color:#0d879e;
	background-image:url(imgs/ui/content_page_top_image.jpg);
	background-repeat:no-repeat;
}
#DIVContentMainImageText
{
	margin-top:0px;
	margin-left:0px;
	float:left;
	height:11px;
	width:1px;
	background-image:url(imgs/ui/content_image_text_left_bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	color:#ffffff;
}
#DIVContentMainImageText a
{
	color:#ffffff;
}
#DIVContentMainImageText p
{
	padding-top:10px;
	margin-left:10px;
}
#DIVContentMainImageText ul
{
	color:#ffffff;
	margin-left:25px;
	margin-top:-10px;
	
}
#DIVContentMainImageText ul li
{
	list-style-image: url(imgs/ui/arrow_gold.gif);
	list-style-type:none;
	margin-bottom:5px;
}

#DIVRightLiftArea
{
	margin-left:8px;	
	margin-right:8px;	
	margin-bottom:5px;	
	margin-top:10px;
}

#DIVContentTitle
{
	margin-top:0px;
	margin-bottom:0px;
}

#DIVContentTitle h1
{
	margin-bottom:0px;
	margin-top:0px;
}

#DIVContentBody
{
	margin-bottom:5px;
	min-height:380px;
	margin-left:5px;
	margin-right:5px;
}

div.LiftDivider 
{
	width:auto;
	height:1px;
	background-color:#dfdbb8;
	margin-top:8px;
	margin-bottom:5px;
}

div.leftMenuHeading
{
	margin-top:0px;
	margin-bottom:5px;	
}

h1 {font-size: 12px; font-weight: bold;}
h2 {font-size: 11px; font-weight: bold; margin-bottom:0px}
p {font-size: 11px; margin-left: 0px; margin-top:5px;}

a:link {color: #c44c31; text-decoration:none;}
a:active {color: #c44c31; text-decoration:none;}
a:visited {color: #c44c31; text-decoration:none;}
a:hover {color: #c44c31; text-decoration:underline;}

a.leftMenuSelected {color:#c1bb75 !important; text-decoration:none;}



td.mainTextAreaSubheader
{
	color:#ff701b;
	font-weight:bold;
}
tr.mainTextAreaLine
{
	height:1px;
	background-color:#ff701b;
	padding-top:2px;
	padding-bottom:2px;
}

.genericInputtext100prcnt
{
	width:230px;
}

/*Modal Popup*/
.modalBackground {
	background-color:#0073b6;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalBackground embed, .modalBackground object  {
	display:none;
}

.modalPopup {
	background-color:#ffffff;
	border-width:2px;
	border-style:solid;
	border-color:#0073b6;
	padding:5px;
	width:300px;
	z-index:9999;
}
.sendcolleagueinput{ width:275px;}
.sendcolleaguetextarea{ width:275px;}
div.DIVlogoarea
{
	clear:both;
	background-color:#ffffff;
	width:300px;
	height:32px;	
}
#DIVdocumentUtilities #printdocument
{
	line-height:24px;
	
}

#DIVNavigationPath { display:none; }

.printTitle { display:none;}

@media print 
{
	.newsletter_front_header{ display:none }
	.newsletter_content_header{ display:none }
	.column_border{ display:none }
	#DIVRightLiftArea{ display:none }
	#TDnostot{ display:none }
	#DIVSearch { display:none }
	#DIVtop_navi { display:none }
	#TDleft_column { display:none }
	#DIVContentImage { display:none }
	#DIVNavigationPath {display:block;}
	#DIVdocumentUtilities { display:none }
	.printTitle {display:block;}
	#DIVContentTitle object, #DIVContentTitle embed { display:none }
	#DIVContentLiftTitle1 object, #DIVContentLiftTitle1 embed { display:none }
	#TDmiddle_column 	{ border-left:none; }
}