﻿#mMain
{
	width: 937px;
	margin: 0 auto;
	background-color: #fff;
}
#mLogo
{
	width: 368px;
	height: 59px;
	background: transparent url(images/LogoTag_JPG.jpg) no-repeat top left;
}
#mHeader
{
	width: 937px;
	height: 116px;
	background: transparent url(images/header.gif) no-repeat top left;
}
#mBody
{
	width: 937px;
	min-height: 500px;
	background: transparent url(images/background.gif) no-repeat top right;
}
#mBodyLeft
{
	float: right;
	width: 717px;
	padding: 10px;
}
#mBodyRight
{
	width: 200px;
	float: left;
}
#mFooter
{
	text-align: center;
	color: #888;
	padding-top: 10px;
}

/* Dynamic Menu Styles - Based on LI Id's */
#mMenu
{
	padding: 0;
	margin: 0;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	float: right;
}
#mMenu a
{
	display: block;
	/*text-align: center;*/
	padding: 10px 15px 0 0;
	height: 32px;
	color: #000;
	text-decoration: none;
}
#mMenu a:hover
{
	color: #be0f34;
}
#mMenu a.active, #mMenu a.active:hover
{
	color: #fff;
}
#mMenu li
{
	list-style: none;
	float: left;
}
#mLogin
{
	width: 52px;
}
#mLogin.active
{
	background: transparent url(images/tabs/logon.gif) no-repeat top left;
}
#mRegister
{
	width: 69px;
}
#mRegister.active
{
	background: transparent url(images/tabs/register.gif) no-repeat top left;
}
#mHome
{
	width: 50px;
}
#mHome.active
{
	background: transparent url(images/tabs/home.gif) no-repeat top left;
}
#mLogOff
{
	width: 54px;
}
#mLogOff.active
{
	background: transparent url(images/tabs/logoff.gif) no-repeat top left;
}
#mCpiWebsite
{
	width: 102px;
}
#mCpiWebsite.active
{
	background: transparent url(images/tabs/cpiWebsite.gif) no-repeat top left;
}
#mCardDesigner
{
	width: 110px;
}
#mCardDesigner.active
{
	background: transparent url(images/tabs/cardDesigner.gif) no-repeat top left;
}
#mHelp
{
	width: 42px;
}
#mHelp.active
{
	background: transparent url(images/tabs/help.gif) no-repeat top left;
}


/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	margin: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
.img
{
	border: none;
}

/* INPUT and Entry Controls */
INPUT
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/* Checkboxes and Radio buttons inheirit the above style - eliinate borders using noborder */
.noborder INPUT
{
	border-style: none;
}
.input-highlight
{
	color: #f00;
	background-color: #ff9;
	border: 2px solid #f00;
}
SELECT
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 8pt;
}
TEXTAREA
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 8pt;
}
BUTTON
{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 8pt;
}

/* Banner Styles */
.banner-top
{
	height: 52px;
	width: 100%;
	background-color: #D2E3F5;
	background-image: url(images/banner-extranet.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.banner-title
{
	color: #003;
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}
.banner-title A
{
	color: #003;
	text-decoration: none;
}
.banner-title A:hover
{
	color: #003;
	text-decoration: none;
}
.banner-title A:visited
{
	color: #003;
	text-decoration: none;
}
.banner-userinfo
{
	color: #000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 30px;
}
.banner-menu
{
	height: 25px;
	background-color: #36c;
	color: #fff;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	padding: 4px 10px 2px 10px;
}
.banner-menu A
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.banner-menu A:visited
{
	color: #fff;
}
.banner-menu A:hover
{
	color: #ff9;
	text-decoration: none;
}
.banner-sep
{
	height: 6px;
	width: 100%;
	background-color: #B3CC66;
	background-image: url(images/banner-sep.gif);
	background-repeat: repeat-x;
}
/* Menu Styles */
.menu
{
	width: 167px;
	height: 100%;
}
.menu-top
{
	height: 28px;
	width: 100%;
}
.menu-main
{
	padding-top: 4px;
	padding-left: 4px;
	color: #333;
	font-family: Helvetica, Sans-Serif;
	font-size: 10pt;
	text-transform: uppercase;
}
.menu-main .divider
{
	margin: 0 auto 0 20px;
}
.menu-main A
{
	display: block;
	margin: 2px 10px 2px 20px;
	text-decoration: none;
	color: #000;
}
.menu-main A:visited
{
	color: #000;
}
.menu-main A:hover
{
	color: #be0f34;
	text-decoration: none;
}
.menu-main A .disabled
{
	color: #999;
}
.menu-main .header
{
	font-weight: bold;
	padding: 2px 2px 3px 2px;
}
.menu-main .header A
{
	font-weight: bold;
	padding: 2px 2px 3px 2px;
	margin: 0;
}
.menu-main .active-menu
{
	display: block;
}
.menu-main .inactive-menu
{
	display: none;
}

.menu-logo
{
	position: relative;
	bottom: 0px;
}
.menu-logo A IMG
{
	border: 0px;
}
.menu-link
{
}
.menu-link-selected
{
	font-weight: bold;
}
.body-main
{
	padding: 10px 10px 10px 10px;
	font-family: Verdana;
	font-size: 10pt;
	background-repeat: repeat-x;
	background-position: top;
}
/*.block
{
	border: 4px solid;
	background-color: #fff;
	padding: 10 10 10 10;
	font-family: Verdana;
}
.block .title
{
	font-size: 16pt;
	font-weight: bold;
	width: 100%;
	text-align: right;
}
.block .detail
{
	width: 100%;
	font-size: 10pt;
	font-weight: normal;
	scrollbar-face-color: #eee;
	scrollbar-3dlight-color: #eee;
	scrollbar-darkshadow-color: #eee;
	scrollbar-track-color: #eee;
}
.block-status
{
	border-color: #000;
	width: 360px;
	height: 440px;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #666;
	scrollbar-arrow-color: #666;
}
.block-status .title
{
	color: #000;
}
.block-tasks
{
	border-color: #36c;
	width: 250px;
	height: 200px;
	scrollbar-highlight-color: #36c;
	scrollbar-shadow-color: #36c;
	scrollbar-arrow-color: #36c;
}
.block-tasks .title
{
	color: #36c;
}
.block-tasks .detail
{
	width: 90%;
	height: 160px;
	overflow: auto;
}
.block-alerts
{
	border-color: #900;
	width: 250px;
	height: 200px;
	scrollbar-highlight-color: #900;
	scrollbar-shadow-color: #900;
	scrollbar-arrow-color: #900;
}
.block-alerts .title
{
	color: #900;
}
.block-alerts .detail
{
	width: 90%;
	height: 160px;
	overflow: auto;
}*/
.footer-main
{
	color: #999;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	padding-top: 20px;
}

/* Form and List Styles */

.form-body
{
}
TABLE .form-body
{
	border: 2px solid #828282;
	background-color: #FBFDF5;
}
.form-title
{
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666;
	letter-spacing: 4px;
}
.form-category
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background-color: #828282;
	padding-left: 5px;
}
.form-caption
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-indent: 3px;
}
.form-caption-required
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-indent: 3px;
	background-image: url(images/required.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 20px;
}
.form-entry
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.form-long-text
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	width: 400px;
	padding: 15px;
}
.form-links
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}
.form-error
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #e00;
}
.form-scrollablelist
{
	overflow: auto;
}

TABLE .list-table
{
	border: 2px solid #828282;
	background-color: #FBFDF5;
}
.list-table
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.list-table TD
{
	padding: 3px;
}
.list-title
{
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666;
	letter-spacing: 4px;
}
.list-header
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	background-color: #828282;
}
.list-header A
{
	color: #fff;
}
.list-header A:hover
{
	color: #fff;
	text-decoration: underline;
}
.list-header A:visited
{
	color: #fff;
	text-decoration: none;
}
.list-header-sub
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	background-color: #fff;
}
.list-links
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}
.list-row
{
	color: #000;
	background-color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.list-row A
{
	color: #000;
}
.list-row A:hover
{
	color: #000;
}
.list-row A:visited
{
	color: #000;
}
.list-row-alt
{
	color: #000;
	background-color: #EFEEDE;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.list-row-alt A
{
	color: #000;
}
.list-row-alt A:hover
{
	color: #000;
}
.list-row-alt A:visited
{
	color: #000;
}
.list-pagerarea
{
	letter-spacing: 2;
}

/* Tree Styles */
.tree-row
{
	padding: 0px;
	display: block;
}
.tree-row-hidden
{
	padding: 0px;
	display: none;
}

/* WYSIWYG Editor Styles */

.wysiwyg-frame
{
	padding: 5;
	overflow: scroll;
	background-color: #fff;
}
.wysiwyg-toolbutton
{
	border: 1px solid #ccc;
}
td.wysiwyg-rebar
{
	padding: 0;
	padding-bottom: 2;
	padding-top: 2;
	font-family: "MS Sans Serif";
	font-size: xx-small;
	vertical-align: middle;
}

td.spacer
{
	border-top: 1px solid buttonhighlight;
	padding: 0;
	margin: 0;
	height: 4;
}

.wysiwyg-rebar span.toolbar
{
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	padding: 0;
	margin: 0;
	padding-bottom: 1;
	padding-top: 1;
}

.wysiwyg-rebar span.spacer
{
	width: 2px;
}

.wysiwyg-rebar span.start
{
	margin: 0;
	background-color: buttonface;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	width: 3px;
	height: 18px;
}

.wysiwyg-rebar span.label
{
	border: 0;
	position: relative;
	top: -2;
	margin-left: 3;
}

.wysiwyg-rebar span.sep
{
	margin: 0;
	background-color: buttonface;
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	width: 2px;
	height: 18px;
}

.wysiwyg-rebar select
{
	font-size: 11px;
	margin-top: 1;
	margin-bottom: 1;
}

.wysiwyg-rebar .fontselect
{
	font-size: 11px;
	margin-top: 1;
	margin-bottom: 1;
	width: 200px;
}

.wysiwyg-rebar option
{
	border: 5px solid red;
}

.wysiwyg-rebar span.field
{
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	padding: 0;
	margin: 0;
	padding-bottom: 1;
	padding-top: 1;
}

.wysiwyg-rebar .field span.label
{
	margin-left: 0;
	padding-left: 8;
	width: 60;
}

.wysiwyg-rebar .field span.start
{
	position: relative;
	top: 1;
}

.wysiwyg-rebar .field input.field
{
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	height: 20px;
	margin: 0px;
	margin-bottom: -1px;
}

.wysiwyg-rebar img
{
	border: 1px solid buttonface;
	margin: 0;
	padding: 1;
	cursor: hand;
}

.wysiwyg-rebar img.hover
{
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
}

.wysiwyg-rebar img.down
{
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
}

.wysiwyg-rebar img.disabled
{
	border: 1px solid buttonface;
	margin: 0;
	padding: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	cursor: auto;
}

.wysiwyg-rebar img.spacer
{
	cursor: auto;
}

/* Tab Controls */
.tab-table
{
}
.tab-cell
{
	border: 1px solid #000;
	height: 25px;
	background-color: #fff;
	color: #000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding: 4 10 2 10;
}
.tab-cell A
{
	color: #000;
	text-decoration: none;
}
.tab-cell A:hover
{
	color: #000;
	text-decoration: underline;
}
.tab-cell A:visited
{
	color: #000;
	text-decoration: none;
}
.tab-cell-lit
{
	border: 1px solid #000;
	height: 25px;
	background-color: #36c;
	color: #fff;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding: 4 10 2 10;
}
.tab-cell-lit A
{
	color: #fff;
	text-decoration: none;
}
.tab-cell-lit A:hover
{
	color: #fff;
	text-decoration: underline;
}
.tab-cell-lit A:visited
{
	color: #fff;
	text-decoration: none;
}

/* Card Admin - Design Preview List */
.design-preview
{
	border: none;
	width: 60px;
}
.design-roll-off
{
	display: none;
	width: 100px;
}
.design-roll-on
{
	width: 300px;
	display: inline;
	position: absolute;
	border: none;
	z-index: 1;
	margin: 40 auto auto 10;
}

