/* HTML TAG DEFINITIONS ============================================================ */
body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #EEEEEC;
}

.pagetitle
{
	font-size: 1.3em;
	font-weight: bold;	
	margin-left: 5px;
}

.commonbutton
{
	font-size: 1.1em;
	font-weight: bold;
}

td, p
{
    margin: 0px 0px 0px 0px;
    font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.vpgridicon
{
	margin: 0px, 5px, 0px, 5px
}

th
{
    margin: 0px 0px 0px 0px;
    font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}


input, textarea, select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
img
{
    border: none;
}

a:link
{
	
}

a
{
	text-decoration: none;
	color: #003366;
}

a:hover
{
	text-decoration: underline;
	color: Red;
}

/* COMMON DELETE, PRINT, CLOSE BUTTONS ============================================================ */
.commonbutton
{
    text-decoration: none;
    color: #214684;
    margin-left: 8px;
}
.commonbutton img {vertical-align: middle;}

.menuitem
{
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	display: block;
	float: left;
}

.menuitem a {color: White; text-decoration: none;}
.menuitem a:hover {color: White; text-decoration: underline;}
.menuitem img {vertical-align: middle; margin-right: 3px;}

.selectedmenuitem
{
	font-weight: bold;
	background-color: orange;
	border: 1px solid black;
	padding: 2px 10px 2px 10px;
	display: block;
	float: left;
}

.selectedmenuitem a {color: black; text-decoration: none;}
.selectedmenuitem a:hover {color: black; text-decoration: underline;}
.selectedmenuitem img {vertical-align: middle; margin-right: 3px;}



/* FORM RELATED DEFINITIONS ============================================================ */
.vplabel
{
    color: #7F7F7F;
    font-weight: bold;
    padding: 0px 8px 0px 0px;
    line-height: 22px;
    white-space: nowrap;
}
.vptext
{
    color: #7F7F7F;
    font-weight: bold;
    padding: 0px 8px 0px 0px;
    line-height: 22px;
}
.vpvalue
{
    line-height: 20px;
}
.vplink
{

}
.vplistbox
{

}
.vpimagebutton
{

}

.vpbutton
{
    height: 20px;
    width: 80px;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #7F9DB9;
}
.buttonnopad
{
	border: solid 1px #7F9DB9;
}
.vpgridbutton
{
    height: 20px;
    min-width: 80px;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #7F9DB9;
    margin-top: 5px;
}
.vprightgridbutton
{
    height: 20px;
    width: 80px;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #7F9DB9;
    margin-top: 5px;
    float: right;
    margin-left: 5px;
}
.vpdatepicker
{
    border-color: #7F9DB9;
}
.vptextbox
{
    border: solid 1px #7F9DB9;
    padding: 2px 2px 2px 2px; 
}

.vptextarea
{
    border: solid 1px #7F9DB9;
    padding: 2px 2px 2px 2px; 
    width: 100%;
    height: 10em;
}

.vpdisabledtextbox
{
    border: solid 1px #7F9DB9;
    padding: 2px 2px 2px 2px; 
    background-color: #EFEFEF;
}

.vptextboxnoborders
{
	border: none 0px white;
	overflow: hidden;
}
.vpcombo
{
    border: solid 1px #7F9DB9;
    padding: 2px 2px 2px 2px; 
    
}
.vpgridcombo
{
	border: solid 1px #7F9DB9;
    padding: 2px 2px 2px 2px; 
	margin-top: 5px;
	margin-right: 5px;
}
.vpradiobutton
{
    border: none;
}
.vpcheckbox
{
    border: none;
    padding: 0px 0px 0px 0px;
}

.vpicon16
{
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.vpicon24
{
	vertical-align: middle;
	width: 24px;
	height: 24px;
}

.vpicon32
{
	vertical-align: middle;
	width: 32px;
	height: 32px;
}


/* SECTION DEFINITIONS ============================================================ */
.sectioncontainer-none
{
    margin: 0px 0px 8px 0px;
}
.sectioncontainer-container
{
    margin: 0px 0px 8px 0px;
    border: 1px solid #959582;
}
.sectionicon
{
    margin: 0px 4px 0px 4px;
    vertical-align: middle;    
}
.sectionheader-none
{
    color: #000000;
    font-weight: bold;
    padding: 3px 3px 2px 3px;    
}
.sectionheader-container
{
    color: #ffffff;
    background-color: #73AC64;
    font-weight: bold;
    padding: 3px 3px 6px 3px;    
}
.sectioncontent-none
{
    padding: 4px 6px 6px 6px;
}
.sectioncontent-container
{
    border-top: 1px solid #959582;
    padding: 6px 6px 6px 6px;
}
.sectioncontent-box
{
    border: 1px solid #959582;
    padding: 6px 6px 6px 6px;
}
.sectioncontent-topandbottom
{
    border-bottom: 1px solid #959582;
    border-top: 1px solid #959582;
    padding: 6px 6px 6px 6px;
}


/* CONTAINER DEFINITIONS ============================================================ */
.containerheader
{
    background-color: #FFA500;
    padding: 0px 4px 4px 4px;
}
.containericon
{
    margin: 0px 6px 0px 0px;
}
.containertitle
{
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}
.container-tl
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-tl.gif');
    background-position: left top;
    background-repeat: no-repeat;
}
.container-tc
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-tc.gif');
    background-repeat: repeat;
}
.container-tr
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-tr.gif');
    background-position: left top;
    background-repeat: no-repeat;
}
.container-tls
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-tls.gif');
    background-repeat: repeat;
}
.container-trs
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-trs.gif');
    background-repeat: repeat;
}
.container-cl
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-cl.gif');
    background-position: left top;
    background-repeat: no-repeat;
}
.container-cc
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-cc.gif');
    background-repeat: repeat;
}
.container-cr
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-cr.gif');
    background-position: left top;
    background-repeat: no-repeat;
}
.container-bls
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-bls.gif');
    background-repeat: repeat;
}
.container-body
{
    background-color: #ffffff;
    padding: 5px 4px 0px 4px;
}
.container-brs
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-brs.gif');
    background-repeat: repeat;
}
.container-bl
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-bl.gif');
    background-position: left top;
    background-repeat: no-repeat;
}
.container-bc
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-bc.gif');
    background-repeat: repeat;
}
.container-br
{
    background-attachment: scroll;
    background-color: #FFA500;
    background-image: url('/MemberOutreach/Images/template/container-br.gif');
    background-position: left top;
    background-repeat: no-repeat;
}


/* PAGE HEADER DEFINITIONS ============================================================ */
.header
{
    background-color: #ffffff;
}
.headerlogo
{
    color: #ffffff;
    padding: 6px 12px 6px 6px;
}
.headerright
{
    color: #ffffff;
    padding-right: 12px;
    vertical-align: middle;
}
.headerlink, .headerlink:link, .headerlink:active, .headerlink:hover
{
    color: #265198;
    font-weight: bold;
    cursor: pointer;
    margin-left: 1em;
    text-decoration: none;
}

/* NAV MENU DEFINITIONS ============================================================ */
.menu
{
    background-color: #205aa5;
}


/* ERROR BLOCK DEFINITIONS ============================================================ */
.errortitle
{
    color: #990000;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0px 3px 3px;
}
.errortext
{
    padding: 8px 0px 3px 3px;
}


/* INFORMATION BLOCK DEFINITIONS ============================================================ */
.infotitle
{
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0px 3px 3px;
}
.infotext
{
    padding: 8px 0px 3px 3px;
}


/* CONTENT AREA DEFINITIONS ============================================================ */
.contenttitle
{
    color: #1C3B70;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    border-bottom: 1px solid #959582;
}
.contentpane
{
    padding: 8px 4px 12px 4px;
}

/*===== tabstrip =====*/
.tabon a
{
	color: #000;
}
.tabon a:hover
{
	color: #000;
}
.tabon
{
	background-color: orange;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 4px 8px 4px 8px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.taboff a
{
	color: #ffffff;
}
.taboff a:hover
{
	color: #ffffff;
}
.taboff
{
	background-color: #205AA5;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}


/* COPYRIGHT DEFINITIONS ============================================================ */
.copyright
{
    color: #DAE1E1;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 0px 2px 10px;
    background-color: #3067C1;
}


/* MISC CLASS DEFINITIONS ============================================================ */
.box
{
    border: 1px solid #959582;
    background-color: #ffffff;
    padding: 8px 8px 8px 8px;
}
.mainboxpopupwithspacing
{
    border: 1px solid #959582;
    background-color: #ffffff;
    width: 740px;
    padding: 10px;
}
.mainbox
{
    border: 1px solid #959582;
    background-color: #ffffff;
    width: 750px;
    padding: 10px;
}
.widebox
{
    border: 1px solid #959582;
    background-color: #ffffff;
    width: 1200px;
    padding: 10px;
}
.maincontent
{
    padding: 8px 8px 8px 8px;
}
.line
{
    height: 1px;
    width: 100%;
    background-color: #959582;
}
.bggreen
{
    background-color: #84C270;
}
.bgblue
{
    background-color: #3067C1;
}
.bgorange
{
    background-color: #FFAF4D;
}
.bggray
{
    background-color: #959582;
}


/* Quick search section -- 03/28/05 */
/* 04/10/05: IE fix: IFRAME box under the DivResultsBox -- iframe.z-index = 9 */
div.VPQuickSearchResultsDiv {
	background-color: #f5f5f5;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	z-index: 10;
	visibility: visible;
	position: absolute;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

div.VPQuickSearchDebugDiv {
	background-color: #EEEEFF;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	z-index: 9;
	visibility: visible;
	position: absolute;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 600px;
	font-size: xx-small;
	color: Black;
	height: auto;
}

div.VPQuickSearchResultsDivLine
{
	height: 12px;
	line-height: 12px;
}

a.VPQuickSearchResultsSpanLineText 
{
	padding-left: 1;
	padding-right: 1;
	text-align: left;
	color: Blue;
	font-size: 10px;
	height: 12px;
	overflow: hidden;
	float: left;
	display: block;
	width: 100%;
}

a.VPQuickSearchResultsSpanLineText:hover
{
	color: Green;
	z-index: 2;
}

a.VPQuickSearchResultsSpanLineSelectedText 
{
	padding-left: 1;
	padding-right: 1;
	overflow: hidden;
	display: block;
	float: left;
	text-align: left;
	color: White;
	background-color: Blue;
	font-size: 10px;
	height: 12px;
	width: 100%;
}

a.VPQuickSearchResultsSpanLineSelectedText:visited
{
	color: White;
}

.journalentrymasthead
{
    padding: 6px 4px 6px 4px; 
    font-family: arial; 
    font-size: 11px; 
    font-weight: bold; 
    color: #585858; 
    text-align: center;
    width: 25%;
 }

.journalentrycolumnheader
{
    padding: 2px 2px 2px 5px; 
    font-family: arial; 
    font-size: 11px; 
    font-weight: bold; 
    color: #727272; 
    background-color: #e3e3e3;
    text-align: left;
    border-bottom: lightgrey 1px solid;
}

.journalentry
{
    width: 95%;
    border: lightgrey 1px solid;
    margin-bottom: 6px;
}

.fieldname 
{
	background-color: #F0F0F0;
}

.journalfieldrowbg
{
    background-color: white;
}

.journalfieldrowbgalt
{
    background-color: #ffffe0;
}

/* ORANGE */

.section-orange
{
	border: 1px solid gray;
	margin-bottom: 12px;	
}

.section-orange img
{
	vertical-align: middle;
	margin-right: 3px;
}

.section-orange-span
{
	display: block;
	padding: 3px;
}

.section-orange-header
{
	width: 100%; 
	background-color: orange; 
	border-bottom: 1px solid gray;
	color: White;
	font-weight: bold;
	text-align: left;
}

/* GREEN */

.section-green
{
	border: 1px solid gray;
	margin-bottom: 12px;	
}

.section-green img
{
	vertical-align: middle;
	margin-right: 3px;
}

.section-green-span
{
	display: block;
	padding: 3px;
}

.section-green-header
{
	width: 100%; 
	background-color: #73AC64; 
	border-bottom: 1px solid gray;
	color: White;
	font-weight: bold;
	text-align: left;
}

/* PLAIN */

.section-none
{
	margin-bottom: 12px;	
}

.section-none img
{
	vertical-align: middle;
	margin-right: 3px;
}

.section-none-span
{
	display: block;
	padding: 3px;
}

.section-none-header
{
	width: 100%; 
	color: black;
	font-weight: bold;
	text-align: left;
}

/* TOPLINE */
.section-topline
{
	margin-bottom: 12px;	
}

.section-topline img
{
	vertical-align: middle;
	margin-right: 3px;
}

.section-topline-span
{
	display: block;
	padding: 3px;
}

.section-topline-header
{
	width: 100%; 
	color: black;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid gray;
}

/* TOP AND BOTTOM */

.section-topandbottom
{
	margin-bottom: 12px;	
	border-bottom: 1px solid gray;
}

.section-topandbottom img
{
	vertical-align: middle;
	margin-right: 3px;
}

.section-topandbottom-span
{
	display: block;
	padding: 3px;
}

.section-topandbottom-header
{
	width: 100%; 
	color: black;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid gray;
}



.generictable
{
	font-family: Tahoma;	
	border-collapse: collapse;
}

.generictable td {border: 1px solid black; padding: 3px;}
.generictable th {padding: 3px;}

.generictabletoplabel
{
	background-color: #ccc;
	font-size: 8pt;
	border: 1px solid black;
}

.generictablesidelabel
{
	background-color: #FFFFEE;
}

.generictablevalue
{
	text-align: center;
}

.generictabletotallabel
{
	background-color: #eee;
}

.generictabletotalvalue
{
	background-color: #eee;
	text-align: center;
}

#littlefucker
{
	border: none;	
}





















	
/* ============================================================
Reports Module 
============================================================ */
/* ===== text styles ===== */
.pageheading
{
    width: 100%;
	color: #205aa5;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	font-family: 'trebuchet ms';
    border-bottom: solid 1px #7f9db9;	
    margin-bottom: 6px;
}
.groupheading
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	font-family: 'trebuchet ms';
	color: #205aa5;
}
/* ===== data repeater/grid/table styles ===== */
.datacontainer
{
    color: #555555;
    border: solid 1px #7f9db9;
    padding: 2px 2px 2px 2px;
    text-align: center;
}
.nodatamessage
{
    width: 100%;
    color: #555555;
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
    text-align: center;
    padding: 8px 6px 8px 6px;
}
.actionicon
{
    border: none;
    margin: 0px 1px 0px 5px;
    vertical-align: middle;
}
.rowbg
{
    background-color: #ffffff;
}
.altrowbg
{
    background-color: #f7f6f3;
}
.rowspacer
{
    width: 1px;
    height: 10px;
    display: block;
}
.columnspacer
{
    width: 20px;
    height: 1px;
    display: block;
}
/* ===== line styles ===== */
.linetop
{
    border-top: 1px solid #7f9db9;
}
.linetopandbottom
{
    border-top: 1px solid #7f9db9;
    border-bottom: 1px solid #7f9db9;
}
.linebox
{
    border: 1px solid #7f9db9;
    padding: 1px 1px 1px 1px;
}





.helpballoon {
	border: 1px solid #333;
	background: #EEE;
	color: #000;
	padding: 2px;
}

.reportlistingtilesreportname
{
	color: navy;
}
.reportlistingdescription
{
    color: #4c4c4c;
    padding-bottom: 8px;
    display: block;
}
.reportlistingdates
{
    color: #7f7f7f;
    padding-right: 15px;
}
.rightmargin {margin-right: 1em;}

.indented {margin-left: 1em;}
.deeplyindented {margin-left: 2em;}

/* Peter's date Package */
.DTBToggleCalendar {margin-right: 5px; margin-left: 5px;}
.DTBToggleCalendarPressed {margin-right: 5px; margin-left: 5px;}

.CSCWeekRowsTable
{
   font-size: 8pt;
   font-family: Arial;
   background-color: white;
}

.CSCDayHeader
{
   border-bottom: black 1px solid;
}

.CSCDayHeader TR
{
   font-size: 7pt;
   background-color: #CCC;
}

.CSCHeaderTable
{
   font-size: 8pt;
   border-bottom: black 1px solid;
   font-family: Arial;
}

.vpbundle {margin-top: 1em;}