div#stageWarn{
	position: absolute;
	top:  0;
	left:  0;
	right: 0;
	background-color: red;
	opacity: 0.6;
	z-index: 10000; /* yeah on top */
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 5px 0 5px 0;
	
}

/* @group Edit Record */
div#editContainer {
	white-space: nowrap;

}
div#editContainer table.formTable th{
	/* background-color: #dddde9; */
	border-right: 2px solid #cddab6;
	padding: 4px 5px 0 20px;

}
div#editContainer table.formTable{
	margin-top: 35px;
}
div#editContainer table.formTable td{
	padding-left: 05px;
	padding-right: 20px;
	white-space: normal;
}
div#editContainer span{
	background-color: #cddab6;	
	float: left;
	height: 300px;
	padding: 15px 10px;
	display: block;
	border: 1px solid #c0d0a1;

}
div#editContainer span.on{
	background-color: #84a349;	
	border: 1px solid #658c1b;
}
div#editContainer table.formTable{
	float: left;
	
}

div#globalMenu a{
	color: #6e6ca5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin-left: 25px;
}
#editForm select,
#editForm input{
	font-size: 9px;
}
#editForm td,
#editForm th{
	font-size: 10px;
}
div.multiForm{
/*	position: absolute; */
	padding: 10px;
	border: 1px solid #658c1b;
	background-color: #fff;
	z-index: 200;
}
div.multiForm table{
	border-right: none;
	padding:0px;
	
}
div.multiForm table td,
div.multiForm table th{
	padding-left: 0px;
	padding-right: 0px;
}

b.prodHandle{
	color: #6fad1f;
	cursor: move;
}
div.prodLine{
	width:250px;
}
/* @end */

/* @group tabs */
div.tabCtl{
	height: 30px;
}
div.tabCtl a{
		display: block;
		float: left;
		border: 1px solid #c0d0a1;
		background-color: #cddab6;
		color: #658c1b	;
		padding: 8px 20px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;

}
div.tabCtl a.on{
	color:  #fff;
	background-color: #84a349;	
	border: 1px solid #658c1b;
}
#userTabContent{
	padding-top: 20px;
	border-top: 1px solid #c0d0a1;
	font-size: 10px;
	width: 1280px;
	clear: left;
}

/* @end */

/*
COLORS:
Dark Blue type, background: 1b1958
GREEN type : 6fad1f
Light blue type: 6e6ca5
Dark type: 636467  (old: 39393b) 
light type: 505051
Yellow: d9b409

Green Boarders: #bcd0a3
/* @group v2 */

/* @group tags */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


body {
	margin: 0;
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana, "Lucida Grande",  Sans-serif;
	color: #636467;
}
p{
	margin:0 0 1em 0;
	padding:0;
	
}
dl {
	margin-left: 50px;
}

dl dt {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 24px;
}

dl  dd {
	margin-bottom: 5px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

table {
	border:none;
	border-collapse: collapse;
}

ol li {
	padding: 0;
	margin: 0 12px 6px 12px;	
}
ul li{
	padding: 0;
	margin: 0 12px 6px 12px;
	list-style-type: disc;
	list-style-position: outside;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #181351;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #adadd2;
}

input, select, textarea{
	font-size: 11px;
	font-family: Verdana,"Lucida Grande", sans-serif;
	font-weight: normal;
	
}
textarea{
	overflow: auto;
}
button{
	font-size: 11px;
	font-family: Verdana,"Lucida Grande", sans-serif;
	font-weight: bold;
	padding: 5px 5px 5px 10px;

}

form table th{
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	text-transform: none;
}
table th{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;

}

table {
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	

}
table td,
table th{
	padding: 2px 1px;
}

/* @end */

/* @group login
 */

#login {
	position: absolute;
	left: 675px;
	top:  205px;
	background-color: #d9b409;
	color: #fff;
	padding: 30px 40px;
	font-size:  11px;
	font-weight:bold;
	letter-spacing: 2px;

	
}
#login a{
	color: #fff;
}
#login div.forgotPass{
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 0px;
	text-align: right;
	
}
#login div#passhint{
	position: absolute;
	border: 1px solid #e9d372;
	background-color: #d9b409;
	padding: 20px;
	position: absolute;
	left: 10px;
	width: 325px;
	z-index: 20;
	letter-spacing: 1px;
	font-weight: normal;

}
#login input{
	border:1px solid #8c7a2f;
	background-color: #e9d372;
	color: #636467;
	height: 22px;
	width: 150px;
	vertical-align: middle;
	padding-top: 6px;
	padding-left: 4px;
}
#login a.button{
	border-color:#fff;
	background-color: #d9b409;
	color: #fff;
	background-image: none;
	letter-spacing: 1px;


}


/* @end */

/* @group Front */
#supportInfo {
	position: absolute;
	top: 750px;
	left: 40px;
	font-size: 10px;
}


div#frontNews{
	background-color: #fff;
	position: absolute;
	border: 2px  solid #d9b409;
	top:  148px;
	left:350px;
	width: 800px;
	height: 510px;
	z-index:  20;
	overflow: hidden;
}


div#frontNews h2{
	color: #fff;
	background-color: #d9b409;
	font-size: 12px;
	padding: 20px 0 5px 10px;
	letter-spacing: 2px;
	
}
div#frontNewsContent{
	padding: 40px;
}

div#frontMenu{
	position: absolute;
	left: 760px;
	padding-top: 80px;
	padding-left: 20px;
	padding-bottom: 40px;

	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-left: 3px solid #d9b409;
	
		
}
div#frontMenu div{
	margin-left: 20px;
}
div#frontMenu a{
	display: block;
	margin-top: 11px;
}
div#frontRight{
	width: 495px;
	height:745px;
	background-color: #1b1958;
	position: absolute;
	top:  0;
	left: 35px;
}
#frontLeftImage{
	position: absolute;
	top: 148px;
	left: 331px;
}
#frontRightTop{
	position: absolute;
	top: 214px;
	left: 77px;
	
}
#frontRightBottom{
	position: absolute;
	top: 458px;
	left: 96px;
	
}

div#topMenu {
	position: absolute;
	top:  5px;
	left: 0px;
	width: 1200px;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

div#frontRight img#logo{
	position:absolute;
	left: 85px;
	top: 36px;
}
div#tips{
	background-color: #fff;
	position: absolute;
	border: 2px  solid #6fad1f;
	top:  148px;
	left:350px;
	width: 800px;
	height: 510px;
}
div#tips h2{
	color: #fff;
	background-color: #6fad1f;
	font-size: 12px;
	padding: 20px 0 5px 10px;
	letter-spacing: 2px;
	
}
#tipImage{
	float: left;
	margin-top: 100px;
	margin-left: 25px;
}
div#tips div#tipText{
		width: 450px;
	margin-top: 100px;
	margin-left: 300px;

height: 300px;
	overflow: auto;
}
div#tipText p,
div#tipText ul{
	margin-left: 20px;
}

div#tipsDontShow{
	position: absolute;
	left: 300px;
	bottom:  12px;
}
div#tipsView{
	position: absolute;
	right: 50px;
	bottom:  50px;
	font-size: 10px;
	color: #6fad1f;
	font-weight: bold;
}

div#tipsView img{
	vertical-align: bottom;
}
/* @end */

/* @group global Controls
 */

span.stickerGreen{
	color: #fff;
	padding: 2px 6px 2px 4px;
	font-size: 10px;
	background: url(/lib/icons/green_circle.png) no-repeat;
	font-weight: bold;

}
div#dateName{
	position: absolute;
	right: 10px;
	top:  5px;
	width: 855px;
	text-align: right;


	
}
div#globalMenu{
	position: absolute;
	right: 10px;
	top:  25px;
	width: 855px;
	text-align: right;

}
div#globalMenu a{
	color: #6e6ca5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin-left: 25px;
}
a#logo{
	margin-top: 10px;
	margin-left: 60px;
	float: left;
	display: block;
}
div.infoBox{
	position: absolute;
	border: 1px #636467 solid;
	padding: 18px 10px 10px 10px;
	background-color: #fff;
	font-size: 10px;
	z-index: 100;
}
div.infoBox h2{
	margin-top: 12px;
}
div.menu,
div.menuList{
	position: absolute;
	border: 1px #333 solid;
	background-color: #fff;
	z-index: 100;	
}
div.menu{
		padding: 20px 10px 10px 10px;
}
div.menuList{
	padding: 5px;
}

div.menu a,
div.menuList a{
	display: block;
	font-size: 10px;
	margin: 2px 0px;
}
div.menu a{
	text-transform: uppercase;
	font-weight:bold;	
}
	


div#piDialog{
	position: absolute;
	min-height: 30px;
	min-width: 200px;
}

/* used generically to control content start for basic header */
div#basicContent{
	margin-top: 75px;
	margin-left: 240px;
}

#titleBar{
	clear: both;
	margin-top: 5px;
	background-color: #dddde9;
	color: #6f70a4;
	padding: 7px 10px;	
	font-size: 10px;
	font-weight: bold;
}
#titleBar a{
		color: #6f70a4;

}

h1.title{
	border-top: 3px solid #d9b409;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 6px;
	color: #6fad1f;
	margin: 35px 0 0 0;
	text-align: right;
	width: 200px;
	position: absolute;
	left:0;
}
.ctl,
.greenCtl,
.purpleCtl,
.yellowCtl{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;

}
.greenCtl{
		color: #6fad1f;
}
.purpleCtl{
		color: #6e6ca5;
}
.yellowCtl{
	color: #ecc13e;
}
a.greenButtonLarge{
	
	font-size: 11px;
	font-family: Verdana,"Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px 5px 30px;
	border: none;
	background: #fff url(/lib/icons/green/large_button_arrow.gif) no-repeat 0 3px;
	color: #6fad1f;
/*	line-height: 31px;  11 + 5*2 padding +10 space */
}
a.greenButtonLarge:active {
		background: #fff url(/lib/icons/green/large_button_arrow.gif) no-repeat 5px 3px;

}

a.greenButtonLargeLeft{
	
	font-size: 11px;
	font-family: Verdana,"Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 15px 5px 30px;
	border: none;
	background: #fff url(/lib/icons/green/large_button_arrow_left.gif) no-repeat 0 3px;
	color: #6fad1f;
/*	line-height: 31px;  11 + 5*2 padding +10 space */
}
a.greenButtonLargeLeft:active {
		background: #fff url(/lib/icons/green/large_button_arrow_left.gif) no-repeat 5px 3px;

}

a.greenButton{
	display: inline-block;
	font-size: 11px;
	font-family: Verdana,"Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px 0px 25px;
	border: none;
	background:  url(/lib/icons/green/small_button_arrow.gif) no-repeat 0px 10px;
	color: #6fad1f;
/*	line-height: 31px;  11 + 5*2 padding +10 space */
}
a.greenButton:active {
		background:  url(/lib/icons/green/small_button_arrow.gif) no-repeat 5px 10px;

}

input.greenButton{
	font-size: 11px;
	font-family: Verdana,"Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 5px 5px 20px;
	border: 0px;
	background: #fff url(/lib/icons/green_button_arrow.gif) no-repeat 0 3px;
	color: #6fad1f;

}

a.whiteButtonSmall{
	
	font-size: 11px;
	font-family: Verdana,"Lucida Grande", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 3px 3px 25px;
	border: none;
	background:  url(/lib/icons/white_button_small.gif) no-repeat 0 4px;
	color: #fff;
}
a.whiteButtonSmall:active {
		background:  url(/lib/icons/white_button_small.gif) no-repeat 5px 4px;

}

/* standard outline buttons */
a.button{
	border: 2px solid #6e6ca5;
	border-left: 18px solid #6e6ca5;
	padding: 4px 20px 4px 6px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #6e6ca5;
	margin: 2px 2px 0 0;	
	line-height:normal;
}
a.closeBox{
	position: absolute;
	top: 3px;
	right: 3px;
}
a.cvMultiText{
	display: block;
	width: 200px;
	
}
/* potentially add an effect later */
a.button:active{
}

/*
  New Select list window controls
  

*/
div.choiceSelectLists{
	background: #fff;
	border: 1px solid #A8AABE;
	z-index: 2;
	padding: 5px 0px 5px 5px;
	width: 205px;
	position: absolute;
	
}
div.choiceSelectLists a.closeBox{
	display: block;
	text-align: right;
	position: relative;
	margin-bottom: 3px;
	
	}

div.choiceSelectLists div{
	height: 300px;
	padding-right: 5px;
	overflow: auto;
	overflow-x: hidden;
	width: 200px;
	
}

div.autoCompleter {
	background: #fff;
	border: 1px solid #A8AABE;
	padding: 0px;
	font-size: 10px;
}

div.autoCompleter ul {
	margin: 0;
		padding: 0;
}
div.autoCompleter ul li{
	list-style: none;
	margin: 0;
	padding: 2px 3px;

}	
div.autoCompleter li.selected{
	background-color: #dddde9;
	color: #181351;

}
/* DO we need this? TODO */
.autoCompleter span {
	display: none;
}

/* @end */

/* @group Report Builder */

#repBuildHead{
	position: absolute;
	left: 395px;
	top: 90px;
	border-top: 3px solid #d9b409;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 6px;
	color: #6fad1f;
	}

#repBuildInstr1,
#repBuildInstr2{
position: absolute;
top:  140px;
width: 305px;		
padding-bottom: 2px;
padding-left: 25px;
}
#repBuildInstr1 span,
#repBuildInstr2 span{
	margin-left: -25px;
}
#repBuildInstr1 em,
#repBuildInstr2 em{
	font-size: 9px;
	color: #505051;
}
#repBuildInstr2{
left:  820px;
}
#repBuildInstr1{
	left:460px;
}

#repBuildDragList1{
position: absolute;
top:  180px;
left:460px;		
}
#repBuildDragList2{
position: absolute;		
top:  180px;
left:820px;		
	
}
#repBuildButtons{
	position: absolute;		
	top:  640px;
	left:820px;
	width: 330px;
	text-align:right;
	z-index: 5;		
}
#repBuilderPrevious{
	position: absolute;		
	top:  640px;
	left:460px;	
}
div.dragList{
	width: 330px;
	border: 1px solid #bcd0a3;
	float: left; 
	margin-right: 30px;
	cursor: move;
}
div.dragList h2{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #6fad1f;
	background-color: #c9d9b5;
	padding: 10px 20px;
	border-bottom: 1px solid #bcd0a3;

}
div.dragList ul{
	margin: 0;
	padding: 0;
	height: 408px;
	overflow: auto;
}
div.dragList ul li{
	list-style: none;
	margin: 0px 20px;
	padding: 6px 0 6px 0;
}

div#newReportRight{
	width: 360px;
	height:745px;
	background-color: #1b1958;
	position: absolute;
	top:  0;
	left: 35px;

}

div#newReportRight img#logo{
	position: absolute;
	top:  35px;
	left:  85px;
}
img#reportBuilderTop{
	position: absolute;
	top:  208px;
	left:  95px;
}
img#reportBuilderBottom{
	position: absolute;
		top:  453px;
	left:  115px;

}
#reportBuilderDisplay{
	position:absolute;
	top: 210px;
	left: 450px;
	width: 500px;	
}
#reportBuilderDisplay img{
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 2px;
}

#reportBuilderDisplay img.on{
	border: 2px solid #6fad1f;
	padding: 0px;
}

#reportBuildRefine{
	position: absolute;
	left: 925px;
	top: 210px;
	width: 275px;
	z-index: 10;
}
#reportBuildRefine div.refineSelect
#reportBuildRefine p{
	margin-top: 5px;
	margin-bottom: 10px;
	line-height:11px;

}
#reportBuildRefine a{
	font-style: italic;
	font-size: 10px;
	
}
#reportBuildRefine a.greenButtonLarge{
	font-style: inherit;
	font-size: 11px;
	
}

/* @end */
/* @group Reports */
div#reportTitleBar{
	clear: both;
	margin-top: 5px;
	background-color: #dddde9;
	color: #6f70a4;
	padding: 7px 10px;	
	font-size: 10px;
	font-weight: bold;
}
div#reportTitleBar a{
	font-weight: normal;
	font-style: italic;
	color:  #6f70a4;
}
div#reportTitleBar img,
div#titleBar img{
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}
div#reportMenu{
	position: absolute;
	right: 10px;
	top:  65px;
/*
	clear:right;
	float: right;
	*/
	width: 655px;
	text-align: right;
 font-size: 10px;
}
div#reportMenu a{
	text-transform: uppercase;
	margin-left: 25px;
	font-weight: bold;
	
}
div#leftMenu{
	position: absolute;
	left: 0px;
	top: 320px;
	width: 175px;
	text-align: right;
	padding: 0;
	
}
div#leftMenu a,
a.purpleCtlArrow{
	display: block;
	text-transform: uppercase;
	margin-left: 0px;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
	color: #6e6ca5;
	background: url(/lib/icons/lightblue/right_link_arrow.gif) no-repeat 175px 3px;
	width: 170px;
	padding-right: 10px;
}
div.fileMgtLists h2{
	margin-bottom: 12px;
}
div.fileMgtLists{
	margin-left: 215px;
	font-size: 11px;
	
}
div.fileMgtLists div{
	float: left;
	border-right: 1px solid #6fad1f;
	padding-top: 100px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 10px;
	
}
/*
	Menu that lists saved reports
*/
div#loadReportsMenu h2{
	cursor:pointer;
	color: #6f70a4;
	margin-top: 3px;
}
div#loadReportsMenu a{
	text-transform: none;
	color: #636467;
	margin: 0;
	font-weight: normal;
	display: inline;
	font-size: 11px;
	line-height: 14px;

}
div#loadReportsMenu a:hover{
		color: #6f70a4;

}
#selectAlert{
	top: 130px;
	left: 375px;
	
}
/* @group Text Reports */
#recordNotice{
	margin: 5px 0 0 35px;
	line-height: 14px;
	font-size: 11px;
	white-space: nowrap;
}
#recordNotice img{
	vertical-align: middle;
	margin-top: 0px;
}
#recordNotice a{
		color: #636467;

}
#selectedRecords{
	float: right;
	display: block;
	margin-right: 10px;

	
}
#textreport {
	margin: 35px 25px;
	color: #040404;
	font-size: 11px;
}
#textreport tr th{
	color: #9c9c9c;
 cursor: pointer;

}
#textreport tr td,
#textreport tr th{
	padding: 2px 12px;
	white-space:nowrap;
}
#textreport tr td{
 cursor: pointer;
}
/* search results <em> matched terms */
#textreport em{
	font-weight: bold;
	font-style: normal;
}
/* table row Odd 
	.trE table row Even
*/
.trO{
	background-color: #eeeeee;
}

.newRec {
	color: #6ba713;
}

.modRec {
	color: #734da1;
}
.delRec{
	text-decoration: line-through
}
/* highlight in text view when NOT in selected only view */
.notSelView tr.selRec,
#calendar .selRec,
#newRecordList .selRec{
	background-color: #e4feb0;
}

/* @end */
/* @end */

/* @group data display classes */

td.dNum{
	text-align: right;
}
#textreport tr td.dLongText,
td.dLongText{
	max-width: 200px;
	min-width: 100px;
	white-space: normal;

}
/* @end */

/* @group RecordHistory */
#recHistory{
	left: 235px;
	top: 180px;
}
#recHistory table td,
#recHistory table th{
 	border: 1px solid #bcd0a3;
 	padding: 2px;
 	font-size: 10px;
}
#recHistory table th{
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #6fad1f;
	background-color: #c9d9b5;
	border-bottom: 2px solid #bcd0a3;
	text-align: center;

}


/* @end */

/* @group help */

div#help{
	margin-top: 50px;
	padding: 10px 10px 10px 150px;
}
div#help h1{
	border-top: 3px solid #d9b409;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 6px;
	color: #6fad1f;
	text-align: right;
	width: 200px;
	position: absolute;
	left:0;
	top:15px;	
}
div#help div#tipText{
	margin-top: 20px;
	margin-left: 20px;
}
div#help h2{
	margin-top: 12px;
		clear: both;

}
div#help h3{
	margin-left: 10px;
	text-transform: none;
	clear: both;

	font-weight: bold;

}
div#help img#tipImage{
	margin: 0;
	float: right;
	margin-left:  10px;
}
/* @end */

/* @group v1 */


.cblist {
	width: 250px;
	height: 400px;
	overflow: auto;
	margin: 0px;
	float: left;
	padding: 0;
}

.cblist li {
	font-size: 10px;
	float: left;
	margin: 2px;
	width: 225px;
	list-style: none;
	padding: 0 0 0 23px;
	text-indent: -23px;
}
.days {
	float: left;
}
table.listTable {
	margin-top: 10px;
}
table.listTable td ,
table.listTable th {
padding: 2px 16px;
}

/* form tables global*/
table.inputTable th{
	text-align:right;
	font-weight: normal;
	text-transform:none;
	padding:5px 5px 0 0px;
	vertical-align: top;
	
}
table.inputTable td{
	text-align:left;
	padding: 3px;
}
table.inputTable img{
	vertical-align: middle;
}




#date_range_select {
	
}

.refine_select,
.refineSelect {
/*	background: #181351; */
	background: #fff; 
	border: 1px solid #A8AABE;
	z-index: 2;
	padding: 5px;
}

/* text in review record screens */

.newvalue {
	color: #6C9C3C;
}


.t_pub {
	color: #A8AABE;
	height: 10px;
}
/* @group Record Entry */







#thumbImage {
	float: left;
}

/* @end */



/* @end */

/* @group CV and Admin templates */

div.adminDocumentsColumn{
	float: left;
	margin-right: 50px;
}
div.adminDocumentsColumn div{
	margin-left: 20px;
}
div#adminEditList{
margin-top:6px;
float:left;
margin-right:50px;
height:500px;
overflow:auto;
padding-right:20px;
width: 300px;
}
div#adminEditList a{
	display: block;
}
/* @end */

/* @group Download Generator */
#modalOverlay{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	opacity: 0.5;
	z-index: 2000;
}
#modalMessage{
	position: fixed;
	top: 25%;
	left: 25%;
	width: 300px;
	background: #fff;
	padding: 20px;
	border: 1px solid #333;
	z-index: 2001;
}

/* @end */



select.bbxFVerr,
input.bbxFVerr{
	background-color: red;
	color: white;
}