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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: auto;
	width: 100%;
	font-family: arial;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

#container {
  height: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 0;
  background-color: transparent;
}

#bg {
  min-height: 100%;
  margin-left: 180px;
  position: relative;
  margin-top: 30px;
}

#leftmenu, #bg {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

#leftmenu {
	width: 180px;
	height: 100%;
	padding: 55px 0 0;
	position: fixed;
	background-color: #147;
	z-index: 999;
	border-right: 1px solid #CCC;
	margin-top: -35px;
	top: 35px;
}

/*Login page*/
#loginbox, #forgetbox, #newuserbox {
	width: 450px;
	height: 260px;
	border: 1px solid #CCC;
	margin: 50px auto;
	padding: 0 0px 50px;
	color: #20252D;
	background-color: #FFF;
	border-radius: 10px;
}

#loginbox td, #forgetbox td, #newuserbox td {
	padding: 5px 5px 5px 0;
}

#forgetbox, #newuserbox {
	display: none;
}

.headline {
	line-height: 1.4;
	font-size: 20px;
	padding: 7px 20px 6px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 10px;
	color: #676767;
	border-radius: 10px 10px 0 0;
	background-color: #f8f8f8;
	background-image: -webkit-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: -moz-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: -ms-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
}

.formlbl {
	font-size: 14px;
}

.public_tbox {
	margin-left: 20px;
	padding: 5px;
	width: 220px;
}

#loginbox form {
	margin: 20px;
}

#loginbox button, #forgetbox button, #newuserbox button {
	color: #444;
	text-decoration: none;
	padding: 8px 10px;
	background-color: #DDD;
	margin: 10px 0;
	display: inline;
	text-align: center;
	width: 150px;
	border-radius: 5px;
	border: 1px solid #AAA;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	transition: background 0.3s ease;
	background-image: -webkit-linear-gradient(top, #EFEFEF 0px, #DDDDDD 100%); /*decent chrome*/
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EFEFEF),color-stop(1, #DDDDDD)); /*old chrome and safari*/
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EFEFEF', EndColorStr='#DDDDDD'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EFEFEF', EndColorStr='#DDDDDD')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #EFEFEF 0px, #DDDDDD 100%); /*IE10*/
	background-image: linear-gradient(to bottom, #EFEFEF 0px, #DDDDDD 100%);
}

#loginbox button {
	margin-bottom: 15px;
}

#newuserbox button {
	margin: 5px 20px 0 20px;
}

#loginbox button:hover, #forgetbox button:hover, #newuserbox button:hover {
	text-decoration: none;
	background-color: #DDD;
	background-image: none;
}

#forgetbox table, #newuserbox table {
	margin: 20px;
}

#loginbox table {
	margin-bottom: 15px;
}

.red {
	color: #F00;
}

.remember {
	font-size: 11px;
	margin-left: 21px;
	vertical-align: bottom;
	margin-top: 4px;
	margin-top: 8px\0/;
	display: block;
}

#rememberme {
	margin-top: 3px;
	position: absolute;
}

.smlink {
	font-size: 11px;
	color: #147;
	display: block;
	text-decoration: none;
	margin: 10px 0 0 0;
}

#container {
	min-height: 100%;
	min-width: 100%;
	position: relative;
}

#forgetbox .lbtns {
	margin-left: 15px;
}

/* USERMSG FILE */
#msgcontainer {
	width: 100%;
	position: absolute;
}

#ctrdiv {
	margin: 100px auto;
	width: 600px;
}

#msgcontainer h1 {
	font-size: 20px;
	color: #147;
	line-height: 1.4;
	margin-bottom: 10px;
}

#msgcontainer .formlbl {
	line-height: 1.4;
}

/*MAIN INDEX LOGIN PAGE*/
#mainwrapper {
	height: 510px;
	/*width: 860px;*/
	width: 724px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
}

.btnhold {
	border: 1px solid #E8E5E1;
	background-color: #F0ECE8;
	background-image: -webkit-linear-gradient(top, #F0ECE8 0px, #C1BABB 100%); /*decent chrome*/
	background-image: -moz-linear-gradient(top, #F0ECE8 0px, #C1BABB 100%); 
	background-image: -ms-linear-gradient(top, #F0ECE8 0px, #C1BABB 100%); 
	background-image: linear-gradient(top, #F0ECE8 0px, #C1BABB 100%); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F0ECE8', EndColorStr='#C1BABB')"; /* IE9 */
	border-radius: 5px;
	width: 120px;
	height: 120px;
	margin: 20px 0 20px 15px;
	float: left;
}

.btnhold:hover, .btnhold:active {
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #FFF 0px, #CDCDCD 100%); /*decent chrome*/
	background-image: -moz-linear-gradient(top, #FFF 0px, #CDCDCD 100%); 
	background-image: -ms-linear-gradient(top, #FFF 0px, #CDCDCD 100%); 
	background-image: linear-gradient(top, #FFF 0px, #CDCDCD 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#CDCDCD')"; /* IE9 */
}

#loginLogoHold {
	padding: 20px 30px;
	text-align: center;
}

.loginheadline {
	background-color: #E3337E;
	font-family: arial;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 35px;
}

.headline {
	line-height: 1.4;
	font-size: 20px;
	padding: 7px 20px 6px;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 10px;
	color: #676767;
	border-radius: 10px 10px 0 0;
	background-color: #f8f8f8;
	background-image: -webkit-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: -moz-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); 
	background-image: -ms-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); 
	background-image: linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); 	
}

.lbl {
	font-size: 14px;
}

.public_tbox {
	margin-left: 20px;
	padding: 5px;
	width: 350px;
}

#market {
	margin-left: 20px;
	padding: 5px;
	/*width: 614px;*/
	width: 491px;
	border-radius: 5px;
}

.remember, #sendpwd {
	font-size: 11px;
	margin-left: 21px;
}

#mainwrapper table {
	margin: 30px 30px 0px 30px;	
}

#mainwrapper table td {
	height: 35px;
	min-width: 150px;
}

#mainwrapper table td .public_tbox {
	/*width: 600px;*/
	width: 480px;
	padding: 5px;
	border-radius: 5px;
}

#passrow {
	display: none;	
}

.rightalign {
	text-align: right;
}

#sendpwd:hover {
	text-decoration: underline;
	cursor: pointer;
}

/*FMBA PAGE*/
#wrapper {
	width: 984px;
	margin: 90px auto 20px;
}

#topbar {
	height: 60px;
	border-bottom: 1px solid #CCC;
	background-color: #f8f8f8;
	background-image: -webkit-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: -moz-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: -ms-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	color: #676767;
	top: 0;
	position: fixed;
	width: 100%;
}

#topwrap {
	margin: 0 auto;
	width: 1024px;
}

.sidehold {
	width: 50px;
	height: 100%;
	float: left;
}

#navtophold {
	width: 964px;
	height: 100%;
	float: left;
	margin-left: 27px;
}

#navtop {
	margin: 9px 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	height: 40px;
	background: white;
}

.navitem {
	display: block;
	float: left;
	width: 100px;
	font-size: 14px;
	height: 27px;
	padding: 13px 0 0 0;
	text-align: center;
	letter-spacing: -0.3px;
}

.navitem:first-of-type {
	border-radius: 5px 0 0 5px;
}

.rtri {
	width: 10px; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid transparent;
	float: left;
}

.rtri2 {
	width: 10px;
	background-color: #312A70;
}

.activenav {
	background-color: #312A70;
	color: #FFF;
	cursor: pointer;
}

.activated_rtri {
	border-left: 10px solid #312A70;
}

.page, #notesPopup, #inspirationPopup {
	display: none;
}

#page0 {
	display: block;
}

.page {
	margin: 30px 30px 30px 50px;
}

#notesLink {
	width: 30px;
	height: 30px;
	background: url('notes_default.png') no-repeat;
	color: #676767;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 980;
	cursor: pointer;
	text-align: center;
	padding: 15px;
}

#notesLink:hover {
	background: url('notes_hover.png') no-repeat;
}

#holder {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(1,1,1,0.3);
	display: none;
	z-index: 990;
}

#notesPopup, #inspirationPopup {
	height: 508px;
	width: 500px;
	border: 1px solid #ccc;
	margin: 60px auto 0;
	z-index: 1005;
	background-color: #FFF;
	top: 100px;
}

#inspirationPopup {
	height: 200px;
	width: 550px;
}

#inspUL {
	padding: 20px;
	font-size: 15px;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4;
}

.notesHeader {
	border-bottom: 1px solid #CCC;
	background-color: #f8f8f8;
	background-image: -webkit-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: -moz-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: -ms-linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: linear-gradient(top, #F8F8F8 0px, #EEEEEE 100%); /*decent chrome*/
	color: #676767;
	overflow: hidden;
	height: 19px;
	font-size: 14px;
	padding: 10px 0 4px 10px;
}

#customNotes {
	margin: 2px;
	height: 465px;
	width: 490px;
	resize: none;
	font-family: arial;
}

.rightClose {
	float: right;
	margin: 0 10px 0 0;
	font-size: 10px;
	background: url('ExitSprite.gif') no-repeat;
	height: 15px;
	width: 15px;
}

.rightClose:hover {
	background: url('ExitSprite.gif') no-repeat scroll 0 -15px;
}

#monthDemandTbl, #dayDemandTbl, #hourDemandTbl, #commTbl {
	border: 1px solid #CCC;
	margin-bottom: 25px;
}

#monthDemandTbl td, #dayDemandTbl td, #hourDemandTbl td {
	border: 1px solid #CCC;
	text-align: center;
	background-color: #FFF;
}

#monthDemandTbl label, #dayDemandTbl label, #hourDemandTbl label {
	width: 40px;
	height: 17px;
	display: inline-block;
	font-size: 12px;
	padding-top: 7px;
}

#monthDemandTbl input, #dayDemandTbl input, #hourDemandTbl input {
	display: none;
}

.zerorow {
	display: none;
}

.hrow {
	background-color: #EEE;
}

.hrow td {
	padding: 5px;
}

#saveHolder {
	border: 1px solid #DDD;
	width: 150px;
	height: 40px;
	top: 70px;
	margin-left: 810px;
	position: fixed;
	background-color: white;
	display: none;
	background-color: #FAFAFA;
	box-shadow: 0 2px 2px #EEE;
}

#saveproghold {
	width: 130px;
	height: 10px;
	margin: 5px auto;
	background-color: #EEE;
	border: 1px solid #DDD;
}

#saveprog {
	width: 0%;
	height: 100%;
	background-color: #312A70;
	-webkit-transition: width 1s linear;
	-moz-transition: width 1s linear;
	-ms-transition: width 1s linear;
	transition: width 1s linear;
}

#savetext {
	font-size: 12px;
	text-align: center;
}

#fmbalogo {
	display: block;
	margin: 10px 0;
	padding: 50px 0;
}

.mainheading {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px 0px;
	color: #312A70;
}

.qlbl {
	margin: 10px;
	margin-left: 0px;
	display: block;
}

.tbox {
	margin-left: 0px;
	width: 600px;
	display: block;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #CCC;
}

.next {
	display: block;
	margin: 20px 0px;
	padding: 10px 50px;
	border: 1px solid #CCC;
	position: relative;
	width: 35px;
	border-radius: 5px;
	background-color: #FAFAFA;
	background-image: -webkit-linear-gradient(top, #FAFAFA 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: -moz-linear-gradient(top, #FAFAFA 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: -ms-linear-gradient(top, #FAFAFA 0px, #EEEEEE 100%); /*decent chrome*/
	background-image: linear-gradient(top, #FAFAFA 0px, #EEEEEE 100%); /*decent chrome*/	
	cursor: pointer;
}

.next:hover {
	background-color: #F8F8F8;
	background-image: none;
}

#finaliseSubmit {
	padding: 10px 50px 10px 40px;
}

.descripText {
	line-height: 1.4;
}

.descripList li {
	list-style: disc inside;
	padding: 10px 0;
}

.pageheadline {
	display: block;
	line-height: 1.4;
	font-weight: bold;
}

#commTbl {
	margin: 0 auto;
	background: #FFF;
}

#objectiveTbl td {
	padding: 5px 15px 5px 0;
}

.fullwidtextin, .in600 {
	width: 745px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCC;
}

.in600 {
	width: 600px;
}

#probTbl {
	margin-bottom: 10px;
}

.bullet {
	margin: 10px 0;
	display: block;
}

.bullet li {
	line-height: 1.4;
	list-style: inside disc;
}

.tarea {
	width: 775px;
	display: block;
	height: 100px;
	margin: 10px 0;
	resize: none;
	font-family: arial;
	border: 1px solid #CCC;
}

#positionInspiration {
	padding: 10px;
	cursor: pointer;
	font-size: 12px;
}

#positionInspiration:hover {
	text-decoration: underline;
}

#positionInspiration img {
	margin: 0 5px 0 0;
}

#commTbl .ctr {
	text-align: center;
}

#commTbl td {
	border: 1px solid #CCC;
	padding: 5px;
}

.hrow, .calcRow {
	font-weight: bold;
}

.calcRow {
	background: #EAEAEA;
}

#commTbl .calcRow td {
	padding: 8px 5px 5px;
}

#commTbl .hrow td {
	height: 30px;
	text-wrap: normal;
	vertical-align: middle;
}

.t1 {
	width: 285px;
}

.t2 {
	width: 50px;
}

.commL1, .blankrow td, #calcTD {
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
}

.ctr {
	text-align: center;
}

.green {
	color: #008800;
}

#calcTot {
	text-align: center;
}

#makeItHappenTbl .t3 {
	padding: 5px 20px 5px 5px;
}

#makeItHappenTbl td {
	border: 1px solid #CCC;
	
}

#makeItHappenTbl td input {
	border: none;
	padding: 5px;
	width: 230px;
}

.boldme {
	font-weight: bold;
}

#retrieveStatus {
	height: 70px;
	width: 250px;
	display: none;
	border: 1px solid #CCC;
	background: white;
	margin: 100px auto;
	text-align: center;
	padding-top: 20px;
}

#retrieveStatus p {
	margin: 0 0 10px;
}

#retrieveProgHold {
	width: 200px;
	margin: 0 auto;
	height: 20px;
	border: 1px solid #CCC;
}

#retrieveProg {
	background-color: #312A70;
	width: 0%;
	height: 20px;
	-webkit-transition: width 1s linear;
	-moz-transition: width 1s linear;
	-ms-transition: width 1s linear;
	transition: width 1s linear;
}

/*ADMIN PAGE*/
#menuleft {
	width: 180px;
	height: 100%;
	padding: 0px 0 0;
	position: fixed;
	background-color: rgb(49,42,112);
	z-index: 999;
	border-right: 1px solid #448;
	font-family: tahoma, arial;
}

#manlogo img {
	width: 140px;
	padding: 30px 20px 30px;
}

.lmenu {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	text-align: left;
	line-height: 1.3;
	position: relative;
	background-color: rgb(49,42,112);
	border-bottom: 1px solid #448;
	/*background-image: -webkit-linear-gradient(top, #E9EDF1 0px, #D8E1E8 100%); */
	/*background-image: -moz-linear-gradient(top, #E9EDF1 0px, #D8E1E8 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9EDF1', endColorstr='#D8E1E8',GradientType=0 );*/
	/*background-image: -ms-linear-gradient(top, #E9EDF1 0px, #D8E1E8 100%);*/
	/*background-image: linear-gradient(top, #E9EDF1 0px, #D8E1E8 100%);	*/
}

.lmenu:nth-of-type(1) {
	border-bottom: 1px solid #448;
	border-top: 1px solid #448;
}

.lmenu span {
	display: block;
	padding: 10px 10px 10px 20px;
}

.lmenu:hover {
	background-color: #66A;
	color: #FFF;
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#413A80', endColorstr='#413A80',GradientType=0 );*/
/*	background-image: -webkit-linear-gradient(top, #147 0px, #147 100%); 
	background-image: -moz-linear-gradient(top, #147 0px, #147 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114477', endColorstr='#114477',GradientType=0 );	
	background-image: -ms-linear-gradient(top, #147 0px, #147 100%); 
	background-image: linear-gradient(top, #147 0px, #147 100%); */
}

.activeMenuState {
	background-color: #66A;
	color: #FFF;
	background-image: none;
}

#maincontent {
	margin-left: 180px;
	padding: 40px;
}

#mbacontent, .contholds {
	text-align: left;
	margin: 0;
	padding-bottom: 25px;
	background: #FFF;
	display: none;
	border: 1px solid rgb(49,42,112);
	/*border-radius: 5px;*/
}

h3 {
	font-size: 12px;
	padding: 12px 10px 11px 20px;
	border-bottom: 1px solid rgb(49,42,112);
	margin: 0 0 30px;
	color: #FFF;
	font-weight: bold;
	background-color: rgb(49,42,112);
	font-family: tahoma, arial;
	/*background-color: #f8f8f8;*/
	/*background-image: -webkit-linear-gradient(top, #F8F8F8 0px, #DFDFDF 100%); !*decent chrome*!*/
	/*!* background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #47A),color-stop(1, #147)); !*old chrome and safari*!*/
	/*!* filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#4477AA', EndColorStr='#114477'); !* IE6,IE7 *!*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#DFDFDF')"; !* IE8 *!*/
	/*background-image: -ms-linear-gradient(top, #F8F8F8 0px, #DFDFDF 100%); !*IE10*!*/
	/*background-image: -moz-linear-gradient(to bottom, #F8F8F8 0px, #DFDFDF 100%);*/
	/*background-image: linear-gradient(to bottom, #F8F8F8 0px, #DFDFDF 100%);*/
	/*border-radius: 5px 5px 0 0;*/
}

#mbatbl, .admintbl {
	border: solid 1px #d9d9d9;
	text-align: center;
	margin: 0 15px;
	border-collapse: collapse;
	padding: 2px 5px 0;
	text-align: center;
	border-spacing: 2px;
}

#mbatbl tr:nth-child(even), .admintbl tr:nth-child(even) {
	background-color: #FAFAFA;
	border-bottom: 1px solid #e4e4e4;
}

#mbatbl tr:nth-child(odd), .admintbl tr:nth-child(odd) {
	background-color: #FFF;
	border-bottom: 1px solid #e4e4e4;
}

#mbatbl thead tr:nth-of-type(1), .admintbl thead tr:nth-of-type(1) {
	font-weight: bold;
	color: #11161A;
	background: #eee;
	border-bottom: 1px #d9d9d9 solid;
}

#mbatbl thead tr:nth-of-type(1) td, .admintbl thead tr:nth-of-type(1) td {
	padding: 5px;
}

#mbatbl td, .admintbl td {
	font-size: 12px;
	padding: 4px 10px 5px 10px;
	text-align: center;
	white-space: nowrap;
}

.admintbl .lft, #mbatbl .lft {
	text-align: left;
}

.admintbl .genrow:hover, #mbatbl .genrow:hover {
	background: #EEE;
}

.tdfull {
	min-width: 200px;
}

.tdmid {
	min-width: 100px;
}

.tdicon {
	min-width: 35px;
}

.icon15 {
	height: 16px;
}

#blanket {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.1);
	z-index: 90;
}

#userEditPopup {
	display: none;
	z-index: 100;
	height: 290px;
	width: 400px;
	background-color: #FFF;
	margin: 65px auto;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), 0 22px 70px 4px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(0, 0, 0, 0.3);
}

#userEditPopup input {
	width: 250px;
}

#userEditPopup select {
	width: 254px;
}

#userEditPopup table {
	margin: 0 10px 10px 10px;
	font-size: 12px;
}

#userEditPopup table td {
	padding: 2px 10px;
}

#blanket button {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	margin-left: 20px;
	background-color: #EFEFEF;
	background-image: -webkit-linear-gradient(top, #EFEFEF 0px, #DDDDDD 100%); /*decent chrome*/
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #EFEFEF),color-stop(1, #DDDDDD)); /*old chrome and safari*/
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EFEFEF', EndColorStr='#DDDDDD'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EFEFEF', EndColorStr='#DDDDDD')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #EFEFEF 0px, #DDDDDD 100%); /*IE10*/
	background-image: linear-gradient(to bottom, #EFEFEF 0px, #DDDDDD 100%);
}

#blanket button:hover {
	background-image: none;
}

.textlink {
	font-size: 13px;
	display: block;
	margin-left: 20px;
	width: 250px;
}

.textlink2, .textlink3 {
	font-size: 13px;
	margin-left: 20px;
	width: 250px;	
	display: block;
}

.textlink3 {
	float: left;
}

#briefcontent .searchRow, #mbacontent .searchRow, #digibriefcontent .searchRow {
	margin: -20px 0 20px 300px;
}

.addnew {
	color: #080;
	display: block;
	margin: -17px 0 0 25px;
	font-weight: bold;
	width: 250px;
}

#showdelhold {
	display: block;
	width: 650px;
	margin: -20px 0 0 360px;
	font-size: 12px;
}

.admintbl, #mbatbl {
	border: 1px solid #CCC;
	margin: 0 20px;
}

.admintbl td img, #mbatbl td img {
	opacity: 0;
	margin-left: 10px;
}

.searchRow {
	margin: 0 0 10px 20px;
}

.popReturn {
	font-size: 12px;
	margin-left: 20px;
}

/*ONE BRIEF PAGE*/
#brwrapper {
	background-color: #FFF;
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
	width: 950px;
	margin: 0 auto;
	color: #444;
}

#brmenuhold {
	width: 950px;
	height: 190px;
	background-color: #FFF;
	text-align: center;
	position: fixed;
	z-index: 900;
}

#brcontenthold, #prescontenthold {
	padding: 195px 30px 30px;
	font-size: 13px;
}

#brcontenthold table td, #brAdminHold table td, #prescontenthold table td {
	padding: 2px 10px 2px 0;
}

#brcontenthold .genTextIn {
	width: 220px;
}

.brBlankRow td {
	height: 20px;
}

#brcontenthold .spendTextIn {
	width: 210px;
	border: none;
	margin-left: 5px;
}

#brcontenthold table .col3, #brAdminHold table .col3, .magencytbl .col3, #prescontenthold table .col3 {
	padding-left: 20px;
}

#brcontenthold table .col33, #prescontenthold table .col33 {
	padding-left: 40px;
}

#brcontenthold table .tdBorder, #prescontenthold table .tdBorder {
	border: 1px #ccc Solid;
	padding-left: 5px;
}

#brcontenthold table #totAirSpend, #brcontenthold table .noInput {
	height: 20px;
	padding-top: 9px;
}

.brheadline, .sechead, .subsechead {
	font-weight: bold;
	line-height: 1.4;
	display: block;
}

.subsechead {
	font-size: 11px;
}

.diSizeHead {
	font-weight: bold;
	display: block;
	margin: 15px 0 5px;
}

#mainTop {
	height: 120px;
}

#subMenu {
	height: 40px;
	color: #FFF;
	font-size: 14px;
	border-bottom: 3px solid rgb(49,42,112);
	background-color: rgb(49,42,112);
}

#brlogohold {
	float: left;
}

#brlogohold img {
	margin: 25px 30px;
	height: 65px;
}

#obnavTitle {
	float: left;
	display: block;
	padding: 13px 30px 15px 30px;
	font-weight: bold;
	color: #FFF;
}

#subMenu ul {
	display: none;
}

#subMenu li {
	float: left;
	display: block;
	padding: 13px 15px;
	cursor: pointer;
	background-color: rgb(234,234,234);
	margin: 0 10px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(153,153,153);
}

#subMenu .inactiveAdminTab:hover {
	background-color: #DDD;
}

#subMenu .activeAdminTab {
	color: #FFF;
	background-color: rgb(49,42,112);
}

.sectionHeadline {
	display: block;
	font-family: "arial black", arial;
	padding: 10px;
	background-color: rgb(49,42,111);
	color: #FFF;
	margin: 20px 0;
}

.genTarea, .reqTarea {
	width: 885px;
	resize: none;
	height: 50px;
	border: 1px solid #ccc;
	margin: 10px 0;
	font-family: arial;
}

.reqTarea {
	width: 862px;
}

#brcreative, #brcampaigns, #brintegration, #brdigital, #brstrategy, #brresearch, #brshowspons {
	display: none;
}

#brAdminHold, #actionText, .hidey {
	display: none;
}

#brAdminHold {
	padding: 195px 30px 100px;
}

#brCreatAdmin, #brCampaignsAdmin, #brIntAdmin, #brStrategyAdmin, #brDigitalAdmin {
	font-size: 13px;
}

.brCrRequest, .brDiRequest {
	display: none;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	margin-top: 10px;
}

.reqHead {
	display: block;
	background-color: #EFEFEF;
	background-image: -moz-linear-gradient(top,#EFEFEF,#DFDFDF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFEFEF), to(#DFDFDF));
	background-image: -webkit-linear-gradient(top,#EFEFEF,#DFDFDF);
	background-image: -ms-linear-gradient(top,#EFEFEF,#DFDFDF);
	background-image: linear-gradient(top,#EFEFEF,#DFDFDF);
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
}

.reqHeadText {
	font-weight: bold;
}

.delreq { 
	float: right;
	font-size: 10px;
	color: #F88;
	cursor: pointer;
	margin-top: 2px;
}

.delreq:hover {
	color: #F00;
}

.reqTbl {
	margin: 10px;
}

.newreq {
	font-size: 12px;
	color: rgb(255,80,186);
	cursor: pointer;
	display: block;
	margin: 10px;
}

.newreq:hover {
	color: rgb(230,10,106);
}

#brDiReq1, #brDiReq2, #brDiReq3, #brDiReq4, #brDiReq5 {
	margin-left: 20px;
}

#brDiCheckers1, #brDiCheckers2, #brDiCheckers3, #brDiCheckers4, #brDiCheckers5 {
	display: none;
}

.diReqHold {
	margin: 10px;
}

#saveDiv {
	width: 200px;
	float: right;
	margin-top: 30px;
}

#saveConbtn {
	padding: 8px 30px;
	width: 60px;
	margin-left: 40px;
	display: block;
	border-radius: 5px;
	font-size: 13px;
	border: 1px solid #CCC;
	color: #444;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#submitbtn {
	padding: 8px 30px;
	margin-left: 20px;
	margin-top: 20px;
	display: block;
	border-radius: 5px;
	font-size: 13px;
	border: 1px solid #CCC;
	color: #444;
	font-weight: bold;
}

.allowSave, #submitbtn {
	cursor: pointer;
	background-color: #DFDFDF;
	background-image: -moz-linear-gradient(top,#EFEFEF,#DFDFDF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFEFEF), to(#DFDFDF));
	background-image: -webkit-linear-gradient(top,#EFEFEF,#DFDFDF);
	background-image: -ms-linear-gradient(top,#EFEFEF,#DFDFDF);
	background-image: linear-gradient(top,#EFEFEF,#DFDFDF);

}

.allowSave:hover, #submitbtn:hover {
	background-image: none;
	background-color: #EFEFEF;
}

.saving {
	cursor: default;
	background-color: #EFEFEF;
}

#saveAlert {
	display: none;
	position: fixed;
	top: 0px;
	width: 125px;
	font-size: 13px;
	background: rgba(0,0,0,0.7);
	border: 1px solid #000;
	color: #FFF;
	padding: 10px;
	margin-left: 390px;
}

#saveCountdown {
	font-size: 9px;
	margin-top: 5px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	height: 11px;
	color: #312A70;
}

/* BRIEF ADMIN SECTIONS */
.brAdminSct {
	display: none;
}

.brCrReq1StatusRow, .brCrReq2StatusRow, .brCrReq3StatusRow, .brCrReq4StatusRow, .brCrReq5StatusRow, .brDiReq1StatusRow, .brDiReq2StatusRow, .brDiReq3StatusRow, .brDiReq4StatusRow, .brDiReq5StatusRow {
	visibility: hidden;
}

.greyedOut {
	color: #CCC;
	border: #EEE 1px solid;
}

.sorter {
	cursor: pointer;
}

/* DATEPICKER */
.ui-datepicker {
	font-family: arial;
	font-size: 13px;
}

.ui-datepicker .ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background-color: rgb(49,42,112);
	background-image: none;
	border: 1px solid rgb(49,42,112);
	color: #FFF;
}

#WIPcontent h1 {
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#upload_div {
	height: 135px;
	width: 300px;
	background-color: #EEE;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), 0 22px 70px 4px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(0, 0, 0, 0.3);
	position: fixed;
	margin: 200px 320px;
	z-index: 990;
	display: none;
}

#upload_div form {
	margin: 0 15px;
}

#upload_div p {
	font-size: 12px;
	padding: 0 10px 6px;
}

#upload_div h3 {
	margin-bottom: 10px;
	padding: 9px 10px 6px 10px;
}

#upload_target {
	display: none;
}

#viewAgencyBrief:hover, #viewDiscoveryDoc:hover {
	text-decoration: underline;
}

.light0, .lighter1 {
	height: 15px;
	width: 15px;
	background-color: green;
	border-radius: 10px;
	margin-left: 4px;
	display: block;	
}

.light1, .lighter0 {
	height: 15px;
	width: 15px;
	background-color: #E00;
	border-radius: 10px;
	margin-left: 4px;
	display: block;
}

.grnbk {
	background-color: #080;
	color: #FFF;
}

.redbk {
	background-color: #F00;
	color: #FFF;
}

.newrevslave {
	display: none;
}

#intToolie, #campToolie, #CICToolie {
	background-color: #FCFCFC;
	border-radius: 5px;
	box-shadow: 0 0 4px #DDD;
	border: 1px solid #CCC;
	height: 260px;
	width: 200px;
	position: absolute;
	margin-top: 470px;
	margin-left: 710px;
	display: none;
	font-size: 12px;
	padding: 15px;
}

#intToolie {
	height: 400px;
}

#campToolie {
	height: 274px;
}

#intToolie .boldme, #campToolie .boldme {
	text-align: center;
}

#intToolie .tooltext, #campToolie .tooltext {
	line-height: 1.4;
	text-align: left;
}

#CICToolie {
	margin: 50px 0 0 -237px;
	position: fixed;
}

#reOpenDiv {
	position: absolute;
	margin: 30px 0 0 500px;
}

#reOpenBtn {
	padding: 8px 30px;
	width: 160px;
	margin-left: 40px;
	display: block;
	border-radius: 5px;
	font-size: 13px;
	border: 1px solid #CCC;
	color: #444;
	cursor: pointer;
	background-color: #DFDFDF;
	background-image: -moz-linear-gradient(top,#EFEFEF,#DFDFDF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFEFEF), to(#DFDFDF));
	background-image: -webkit-linear-gradient(top,#EFEFEF,#DFDFDF);
	background-image: -ms-linear-gradient(top,#EFEFEF,#DFDFDF);
	background-image: linear-gradient(top,#EFEFEF,#DFDFDF);

}

#reOpenBtn:hover {
	background-image: none;
	background-color: #EFEFEF;
}
#btholder {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.7);
	text-align: center;
	display: none;
	z-index: 90;
}
#brieftypeselect {
	margin: 100px auto;
	background: #FFF;
	box-shadow:0 0 4px 4px rgba(0,0,0,0.1);
	padding: 20px;
	width: 300px;
}
.brieftypespan {
	background-color: #E3337E;
	color: #FFF;
	padding: 7px 20px;
	margin: 25px 20px 10px;
	cursor: pointer;
	display: inline-block;
}

#introQuestions {
	display: none;
}

.caSoldDiv, .inSoldDiv {
	display: none;
}

#reportcontent {
	min-height: 500px;
	overflow: hidden;
}

#reportcontentAJAX {
	font-size: 13px;
	padding: 0 20px;
	font-family: arial;
}

#reportcontent .reshead {
	font-weight: bold;
	padding: 6px 5px 5px 10px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3px;
}

#reportcontent .reshold {
	border: 1px solid #CCC;
	width: 47%;
	margin: 10px 20px 10px 0;
	float: left;
	padding: 0 0 5px 0;
}

.ritem {
	display: block;
	padding: 4px 5px 2px 10px;
	border-bottom: 1px solid #E8E8E8;
}

.rt {
	text-align: right;
	float: right;
	margin-right: 15px;
}

.rtfill {
	background-color: #5AF;
}

#reportHeader {
	font-size: 13px;
	padding: 0 20px;
}

#reportHeader #fromdate, #reportHeader #todate, #reportHeader #reportChooser {
	margin-right: 10px;
	margin-left: 5px;
}

#brCrSponType1, #brCrSponType2, #brCrSponType3, #brCrSponType4, #brCrSponType5 {
	display: none;
} 

.qlink {
	font-size: 13px;
	color: #666;
	margin: 20px 0 0 25px;
	display: inline-block;
}

.qlink:hover {
	color: #000;
}

#brCrActionOText1, #brCrActionOText2, #brCrActionOText3, #brCrActionOText4, #brCrActionOText5 {
	margin-top: 3px;
	margin-bottom: 3px;
}

#sponOnlineReq {
	display: none;
	line-height: 1.3;
	font-size: 11px;
}

#brcontenthold .brTbl .backColour, #prescontenthold .brTbl .backColour {
	color: #FFF;
	background: rgb(49,42,112);
}

#brcontenthold .brTbl .tdaddpad, #prescontenthold .brTbl .tdaddpad {
	padding-top: 5px;
	padding-bottom: 5px;
}

.underline {
	text-decoration: underline;
}

.rttd {
	padding: 5px;
	text-align: right;
	border-bottom: 1px solid #DDD;
}

.lalign {
	text-align: left;
}

/* Presentation request page */
.preTarea {
	width: 500px;
	resize: none;
	height: 80px;
	border: 1px solid #ccc;
	margin: 0;
	font-family: arial;
}

#prescontenthold {
	margin-bottom: 50px;
	padding-top: 10px;
	padding-left: 0;
}

#prescontenthold .brTbl td {
	vertical-align: top;
	padding: 10px;
}

#prescontenthold .brTbl .tdaddpad {
	padding: 10px;
	line-height: 1.5;
	text-align: center;
}

#prescontenthold .brTbl .explanation {
	height: 130px;
}

#prescontenthold .genTextIn {
	width: 290px;
}

#diroragency {
	margin-left: 5px;
	padding: 5px;
	width: 200px;
}

#prescontenthold .brlabel {
	line-height: 1.7;
}

.mandFlag {
	border: 2px solid #F00;
}
#digiflowtbl td {
	padding: 7px 10px 6px;
}

#dflowtbl, #dflowtbl tr {
	border: none;
}
#dflowtbl td {
	border: none;
	padding: 7px 20px 6px 10px;
	text-align: left;
}
#dflowtbl tr {
	background: none;
}
#dflowtbl a {
	color: #00C;
}
#dflowtbl a:hover {
	text-decoration: underline;
}
#workflowsavebtn, #workflowsavebtnTop {
	margin: 20px;
	padding: 6px 25px;
}
.flowsaver {
	width: 100px;
}
.flowwider {
	width: 400px;
}
#workflowsavebtnTop {
	margin-top: 0;
}
.wfheading {
	font-weight: bold;
}
.wfgeneral {
	padding-left: 10px;
}
#showItemsA {
	font-weight: normal;
}
#showItemsA:hover {
	text-decoration: underline;
}
.exportlink {
	font-size: 11px;
	color: rgb(49,42,112);
}
.exportlink:hover {
	text-decoration: underline;
}