/*** Body ***/
body
{
	background: #CFC0D5;
	padding: 0px;
	margin: 0px;
	color: #977CB2;
	font-size: 11pt;
	font-weight: normal;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

form
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*
td
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
*/

big, .big
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}

select, input, textarea
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #977CB2;

	margin: 0px;
	padding: 0px;
	width: 150px;
	text-decoration: none;
}

select
{
	width: 156px;
}

.extra-narrow
{
	width: 50px;
}

.narrow
{
	width: 100px;
}

select.narrow
{
	width: 106px;
}

.large
{
	width: 250px;
}

select.large
{
	width: 256px;
}

.wide
{
	width: 350px;
}

select.wide
{
	width: 356px;
}

.extra-extra-wide
{
	width: 560px;
}

select.extra-extra-wide
{
	width: 566px;
}

/*** edit doc sections style ***/

.shaded
{
	border: solid 1px #977CB2;
	background: #efebf5;

	scrollbar-face-color: white;
	scrollbar-arrow-color: #977CB2;
	scrollbar-highlight-color: white;
	scrollbar-base-color: white;
	scrollbar-shadow-color: #F0F0F0;
	scrollbar-darkshadow-color: #977CB2;
	scrollbar-3dlight-color: #977CB2;
	scrollbar-track-color: white;
}

.input-combo, select.combo
{
	padding: 1px;
	width: 310px;
}

.input-text, input.text
{
	padding: 1px;
}

.input-number, input.number
{
	text-align: right;
	width: 65px;
	padding: 1px;
}

.input-checkbox, input.checkbox
{
	width: 13px;
}

.input-longtext, input.longtext
{
	padding: 1px;
	margin: 2px 0px 2px 0px;
	overflow-y: auto;
	height: 7em;
}

.input-file, input.file
{
	border: solid 1px #977CB2;
	padding: 1px;
}

/** div/span borders **/

/*
.dashed-border
{
	border: dashed 1px #977CB2;
	padding: 5px;
}

.dotted-border
{
	border: dotted 1px #977CB2;
	padding: 5px;
}
*/

/** Headings **/

h1
{
	font-size: 24pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
}

h1.light-blue
{
	color: #9DC7ED;
}

h2
{
	font-size: 20pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
}

h2.light-blue
{
	color: #9DC7ED;
}

h3
{
	font-size: 16pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
}

h3.light-blue
{
	color: #9DC7ED;
}

h4
{
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
}

h4.light-blue
{
	color: #9DC7ED;
}


li
{
/*	margin-bottom: 5px; */
	padding-bottom: 5px;
	vertical-align: middle;
}

/*
ul
{
	font-size: 9pt;
	list-style: outside;
	margin-top: 0px;
}
*/

div#cms-light-blue-bar
{
	position: relative;
	clear: both;
	height: 20px;
	width: 100%;
	background: #C5B0D5;

/*
	background: #C5B0D5;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 50px;
	border-left: 1px solid #7D469D;
	border-right: 2px outset #7D469D;
*/
}

div#cms-dark-blue-bar
{
	position: relative;
	clear: both;
	height: 20px;
	width: 100%;
	background: #977CB2;

/*
	background: #977CB2;
	height: 20px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 65px;
	border-left: 1px solid #7D469D;
	border-right: 2px outset #7D469D;
*/
}

/*** main content ***/

div#cms-main
{
/*
	position: absolute;
	top: 170px;
	left: 0px;
	width: 760px;

	clear: both;


	border-left: 1px solid #7D469D;
	border-right: 2px outset #467D9D;
	border-bottom: 2px outset #7D469D;

	border-left: 1px solid #467D9D;
	border-right: 1px solid #467D9D;
	border-bottom: 1px solid #467D9D;
*/
	background: white;
	z-index: 0;
}

.section-title
{
	margin-left: 20px;
	margin-top: 15px;
}

.section-fixed
{
/*	padding: 4px; */
	height: 300px;
}

.section-padded
{
	padding: 10px;
	height: 300px;
}

.section-padded-long
{
	padding: 10px;
}

.section-9rows
{
	padding: 10px;
	height: 330px;
}

.section-10rows
{
	padding: 10px;
	height: 360px;
}

.section-11rows
{
	padding: 10px;
	height: 390px;
}

.section-12rows
{
	padding: 10px;
	height: 420px;
}

.section-13rows
{
	position: relative;
	padding: 10px;
	height: 450px;
}

.anchor
{
	position: absolute;
	clear: both;
}

/*** a handy indent for very basic pages ***/

.indent
{
	position: relative;
	width: 560px;
	margin: 30px 0px 0px 100px;
/*  border: 2px solid green;  */
}

.small-indent
{
	position: relative;
	width: 700px;
	margin: 15px 0px 0px 30px;
/*	border: 2px solid green;  */
}

/*** Useful plain objects ***/
table.plain
{
	border-collapse: collapse;
	border: 0px solid red;
	margin: 0px;
	padding: 0px;

	font-size: 11pt;
	font-weight: 400;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
}

table.plain td
{
	vertical-align: middle;
	padding: 0px 0px 2px 0px;
	margin: 0px;
/*	border: 0px; */
}

.plain-image
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*** nicely formatted table ***/

table.cms
{
	border: 1px solid #7b4a99;
	width: 96%;
}

table.cms td
{
	background: #e7dfed;
}

table.cms th
{
	background: white;
	text-align: center;
	text-transform: lowercase;
}

/*** Progress bars ***/

.progress-wrapper
{
	position: absolute;
}

.progress
{
	border: 1px solid #467D9D;
	height: 14px;
	margin: 0px;
}

.progress-label
{
	position: absolute;
	top: 1px;

	border: 0px;
	margin: 0px;

	color: white;

	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: 600;
}

.progress-image
{
	border: 0px;
	margin: 0px;
	height: 14px;
}

/*** Bullets ***/
.bullet
{
	list-style-image: url("../Images/arrow_right_bullet.gif");
    border: 0px;
	padding-left: 10px;
	margin-left: 25px;
}

.rightbullet
{
	list-style-image: url("../Images/arrow_right_bullet.gif");
    border: 0px;
	padding-left: 10px;
	margin-left: 25px;
}

.leftbullet
{
	list-style-image: url("../Images/arrow_left_bullet.gif");
    border: 0px;
	padding-left: 10px;
	margin-left: 25px;
}

.upbullet
{
	list-style-image: url("../Images/arrow_up_bullet.gif");
    border: 0px;
	padding-left: 10px;
	margin-left: 25px;
}

.downbullet
{
	list-style-image: url("../Images/arrow_down_bullet.gif");
    border: 0px;
	padding-left: 10px;
	margin-left: 25px;
}

.no-bullet
{
	list-style: none;
    border: 0px;
	padding-left: 10px;
	margin-left: 25px;
}

.bullet-text
{
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;
}

/*** Bullet link (with hover over) ***/
.bullet-link
{
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;
}

.bullet-link:hover
{
/*	text-decoration: underline; */
}

/*** Standard links ***/
/*
a
{
	color: #7F4C9F;
	font-size: 11pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;
}

a:hover
{
	color: #4D166D;
}
*/

/*** Large links ***/
.big-link
{
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	text-decoration: none;
}

/*** Comment ***/
.comment
{
	color: #467D9D;
	font-size: 11pt;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-style: Italic;
	margin: 0px;
	text-decoration: none;
}

/*** Link with arrow ***/
a.arrow-link
{
	color: #7F4C9F;
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	text-transform: lowercase;
	text-decoration: none;
	white-space: nowrap;

	/* position: absolute; /* */
	background-image: url("../Images/arrow_right_bullet.gif");
	background-repeat: no-repeat;

	height: 19px;
	line-height: 19px;

	padding: 0px 25px 0px 25px;

}

a.float-arrow
{
	color: #7F4C9F;
	font-size: 12pt;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	text-transform: lowercase;
	text-decoration: none;
	white-space: nowrap;

	position: relative;
	float: right;

	background-image: url("../Images/arrow_right_bullet.gif");
	background-repeat: no-repeat;

	height: 19px;
	line-height: 19px;

	padding: 0px 25px 0px 25px;
}

a.up
{
	background-image: url("../Images/arrow_up_bullet.gif");
}

a.down
{
	background-image: url("../Images/arrow_down_bullet.gif");
}

a.left
{
	background-image: url("../Images/arrow_left_bullet.gif");
}

a.up2
{
	background-image: url("../Images/arrow_up2_bullet.gif");
}

a.down2
{
	background-image: url("../Images/arrow_down2_bullet.gif");
}

a.left2
{
	background-image: url("../Images/arrow_left2_bullet.gif");
}

a.right2
{
	background-image: url("../Images/arrow_right2_bullet.gif");
}


a.arrow-link:hover, a.arrow-link:hover, a.float-arrow:hover, a.up:hover, a.down:hover, a.left:hover, a.up2:hover, a.down2:hover, a.left2:hover, a.right2:hover
{
	color: #4D166D;
}


/*** Right aligned layer ***/
.right-align
{
	position: fixed;
	left: 100%;
}


/*** For lists of stuff ***/

div.row
{
	position: absolute;
	margin-top: 5px;
	padding: 0px;
	border: 0px;
/* 	border: 2px blue solid; */
}

div.line
{
	position: relative;
	clear: both;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	
/*	border:1px solid yellow; */

/*
	padding: 0px;
 	border: 1px blue solid;
	border: 0px;
 	border: 2px blue solid; */
}

div.line-flow
{
	float: left;
	margin: 5px;
	padding: 0px;
	border: 0px;
/*	border: 2px solid blue;
	color: blue;
	background: red; */
}

#row1
{
	position: absolute;
	top: 180px;
}

#row2
{
	position: absolute;
	top: 210px;
}

#row3
{
	position: absolute;
	top: 240px;
}

#row4
{
	position: absolute;
	top: 270px;
}

#row5
{
	position: absolute;
	top: 300px;
}

#row6
{
	position: absolute;
	top: 330px;
}

#row7
{
	position: absolute;
	top: 360px;
}

#row8
{
	position: absolute;
	top: 390px;
}

#row9
{
	position: absolute;
	top: 420px;
}

#row10
{
	position: absolute;
	top: 450px;
}

#row11
{
	position: absolute;
	top: 480px;
}

#row12
{
	position: absolute;
	top: 510px;
}

#row13
{
	position: absolute;
	top: 540px;
}

#row14
{
	position: absolute;
	top: 570px;
}

#row15
{
	position: absolute;
	top: 600px;
}

/*** for horizontal positioning ***/
#col1
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#col2
{
	position: absolute;
	left: 50px;
	top: 0px;
}

#col3
{
	position: absolute;
	left: 100px;
	top: 0px;
}

#col4
{
	position: absolute;
	left: 150px;
	top: 0px;
}

#col5
{
	position: absolute;
	left: 200px;
	top: 0px;
}

#col6
{
	position: absolute;
	left: 250px;
	top: 0px;
}

#col7
{
	position: absolute;
	left: 300px;
	top: 0px;
}

#col8
{
	position: absolute;
	left: 350px;
	top: 0px;
}

#col9
{
	position: absolute;
	left: 400px;
	top: 0px;
}

#col10
{
	position: absolute;
	left: 450px;
	top: 0px;
}

#col11
{
	position: absolute;
	left: 500px;
	top: 0px;
}

#col12
{
	position: absolute;
	left: 550px;
	top: 0px;
}

#col13
{
	position: absolute;
	left: 600px;
	top: 0px;
}

#col14
{
	position: absolute;
	left: 650px;
	top: 0px;
}

/*** for horizontal positioning ***/
#colrelative
{
	left: 0px;
	top: 0px;
}

/*** other stuff ***/
div.label
{
	position: relative;
	float: left;
/*	position: absolute; */
/*	left: 0px; */

	width: 180px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-transform: lowercase;

/*	border: 2px dashed green; */
	white-space: nowrap;

	padding: 0px;
	border: 0px;
}

div.narrow-label
{
	position: relative;
	float: left;
/*	position: absolute; */
/*	left: 0px; */
	width: 100px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-transform: lowercase;

/*	border: 2px dashed green; */
	white-space: nowrap;

	padding: 0px;
	border: 0px;
}

td.label, td.sep
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-transform: lowercase;
	vertical-align: top;
}

div.value
{
	position: absolute;
	left: 180px;

	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.relative-value
{
	position: relative;
	float: left;
/*	left: 180px;
	border: 2px dashed red; */

	padding: 0px;
	margin: 0px;
}

div.sep
{
	position: absolute;
	left: -15px;
/*	border: 2px dashed yellow;  */
	top: 0px;
	padding: 0px;
	border: 0px;
}

span.label
{
	vertical-align: top;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-transform: lowercase;
/*	border: 2px dashed green;
	border: 0px; */
	width: 180px;
}

span.value
{
	/*text-align: top;*/
	vertical-align: top;
/*	border: 2px dashed red; */
	border: 0px;
	padding: 0px;
}

span.sep
{
	vertical-align: top;
/*	border: 2px dashed yellow; */
	border: 0px;
	padding-right: 10px;
}

iframe.editable
{
	overflow: auto;
	border: solid 1px #977CB2; /*lightgrey*/
	padding: 2px;

	width: 300px;
	height: 240px;

	font-family: arial;

	scrollbar-face-color:white;
	scrollbar-arrow-color:#977CB2;
	scrollbar-highlight-color:white;
	scrollbar-base-color:white;
	scrollbar-shadow-color:#F0F0F0;
	scrollbar-darkshadow-color:#977CB2;
	scrollbar-3dlight-color:#977CB2;
	scrollbar-track-color:white;
}

textarea.editable
{
	overflow: auto;
	border: solid 1px #977CB2; /*lightgrey*/
	padding-left: 5px;
	color: red;

	width: 300px;
	height: 240px;

	scrollbar-face-color:white;
	scrollbar-arrow-color:#977CB2;
	scrollbar-highlight-color:white;
	scrollbar-base-color:white;
	scrollbar-shadow-color:#F0F0F0;
	scrollbar-darkshadow-color:#977CB2;
	scrollbar-3dlight-color:#977CB2;
	scrollbar-track-color:white;
}

span.editable
{
	overflow: auto;
	border: inset 2px;
}

div.editable a
{
	color: blue;
	text-decoration: underline;
}

div.editable a:hover
{
	color: red;
}

/*** date combo stuff ***/

select.min-combo
{
	width: 45px;
}

select.hour-combo
{
	width: 45px;
}

select.day-combo
{
	width: 45px;
}

select.short-month-combo
{
	width: 50px;
}

select.wide-month-combo
{
	width: 100px;
}

select.year-combo
{
	width: 60px;
}

.nrlogo
{
	position: relative;
	color: black;
	width: 760px;
}

/*** Page break ***/
.page-break
{
	page-break-before: always;
}

/* Used for rendering layouts */
div.layout
{
/*	left: 80px;
	width: 500px; */
	position: relative;
	border: 1px dashed gray;
	padding: 5px;
	margin: auto;
	width: 735px;
	/*overflow: auto;*/
}

.imageDetailThumb
{
	position:absolute;
	top: 205px;
	right: 0px;

	/*border: solid 1px red;*/
}

#disable-buttons
{
	top: 0px;
	left: 380px;
	width: 250px;
	height: 150px;
	/*border: 2px red solid;*/
}