/* mymanufactory.com */
html,body {
	margin:0;
	padding:0;
	background-color: #e0e4d6; 
	color: #333;
}

body, p, ol, ul, td {
  	font-family: verdana, arial, helvetica, sans-serif;
  	font-size:x-small;
  	line-height: 18px;
}

#wrapper {
	/*position: absolute;*/
	position:relative; /* needed for footer positioning*/
	background-color: transparent;
	padding: 0;
}

#content {
    overflow: hidden;
	background-color:#fff;
	margin: 0 20px 0 20px;
	padding: 10px  20px 20px 20px;
	border-bottom: 4px solid #bec0c0;
	border-top: 5px solid #92ba39;

}

pre {
  	background-color: #eee;
  	padding: 10px;
  	font-size: 11px;
}
img {
	border: none;
}
a {
	color: #a8262e;
}
a:hover {
	text-decoration: none;
}
h1 {

	font-size:medium;
	margin: 10px 0 10px 0;
	padding: 0;
}
h2 {
	font-size: small;
	margin: 10px 0 10px 0;
	padding: 0;
}
h3 {
   	margin-bottom: 2px;
   	padding: 0;
   	color: #000;
}
h4 {
   	margin: 2px;
   	padding:0;
   	color: #666;
}
h5 {
   	color: #888;
}
.dashstatus {
	width: 100%;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	color: #999;
	font-size: small;
	font-weight: bold;
	line-height: 13px;
	//border-bottom: 1px solid #888;
}
span.weekpdf {
	color: #333;
	font-size: small;
	font-weight: normal;
}
span.weekpdf a {
	padding-left: 2em;
	padding-bottom: 2px;
	height: 4em;
	background: url(/images/icon_pdf.gif) #fff 0.3em -0.1em no-repeat;
}

legend {
 	font-weight: bold;
}

/* fix IE bug */
@media screen {
* html legend {
	/* margin: -26px 0 0 0; */
	/* position: fixed; */
	/* line-height: 1.4; */
}
}
.flash_alert {
	border-color: #c99;
	color: #fff;
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-bottom: 12px;
	background: url(/images/alert_icon.gif) #c00 left no-repeat;
}

.loading_alert {
	border-color: #ccc;
	color: #000;
	text-align: left;
	border: 1px solid #ccc;
	margin: 15px;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-bottom: 12px;
	background: #eee;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  	width: 400px;
  	border: 2px solid red;
  	padding: 7px;
  	padding-bottom: 10px;
  	margin-bottom: 20px;
  	background-color: #f0f0f0;
}

#errorExplanation h2 {
  	text-align: left;
  	font-weight: bold;
  	padding: 4px 4px 4px 15px;
  	font-size: 11px;
  	margin: -7px;
  	background-color: #c00;
  	color: #fff;
}

#errorExplanation p {
  	color: #333;
  	margin-bottom: 0;
  	padding: 5px;
}

#errorExplanation ul li {
  	font-size: 10px;
  	list-style: square;
}
#header{
	position: relative;
    background: #344047 url(/images/header_bg.jpg) top repeat-x;
	padding: 0;
	margin: 0;
}
#header-logo-tools{
	overflow:hidden;
	background: transparent;
	padding: 0 20px 10px 20px;
}
#left-header {
	height: 40px;
	background: transparent;
	padding: 0;
	margin: 0;
}
#left-header img {
	float: left;
	padding: 0;
	margin: 0;
}
#left-header p {
	margin: 0;
	font-size: x-small;
	font-family: verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	padding: 22px 0 0 130px;
	color: #666;
}
#left-header p.account-name {
	margin: 0;
	padding: 26px 0 0 160px;
	font-size: x-large;
	color: #c4e3ff;
}

#menu{
	background: transparent;
	padding: 0;
	margin:0;
}

#modernbricksmenu{
	padding: 0;
	margin:0;
	width: 100%;
	height: 25px;
	background: transparent;
	/*voice-family: "\"}\"";*/
	voice-family: inherit;
}

#modernbricksmenu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 20px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	text-transform:uppercase;
}

#modernbricksmenu a{
	float: left;
	display: block;
	color: #bacbd9;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	height: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	background: #333; /*Default menu color*/
	border-bottom: 1px solid #17506b;
}

#modernbricksmenu a:hover {
	background: #5b6975; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a { /*currently selected tab*/
	color: #fff;
	background: #a1c44a url(/images/menu_btn_bg.jpg) top repeat-x; /*Brown color theme*/ 
	border-color: #92ba39; /*Brown color theme*/ 
}


#logout {
	float: right;
	font: bold medium Verdana;
	letter-spacing: 0;
	background: transparent;
	color: #fff;
	height: 20px;
	margin: 0 20px 0 0;
	padding: 0;
}
#toolbar {
	position: relative;
	float: right;
	font: x-small Verdana;
	color: #fff;
	letter-spacing: 0;
	background: #666;
	margin: 10px 0;
	padding: 5px 7px 5px 7px;
}
#added_info {
	float: right;
	border: none;
	background: transparent;
	padding: 0 12px 0 0;
}
#added_info a {
	border: none;
	font: normal x-small Verdana;
	background: transparent;
	text-decoration: underline;
	letter-spacing: 0;
	color: #5b6670;
}
#added_info a:hover {
	background: transparent;
	text-decoration: none;
}

#toolbar a {
	color: #fff;
	background: #666;
	/*padding: 5px;*/
}
#login-screen {
	/*margin: 0 25%;*/
	width: 500px;
	margin: 0 auto 20px auto;
	padding-top: 70px;
}

/* form details */
.break-form {
	width: 100%;
	padding: 15px 0 2px 0;
	margin: 0 0 10px 0;
	color: #000;
	font-size: x-small;
	font-weight: bold;
	line-height: 10px;
	border-bottom: solid 1px #a1c44a;
}
.formbutton {	
	float: none; 
	font: small Verdana;
	padding: 4px;
	margin: 2em 1.5em 0 0;
	background-color: #d3ec90;
	/*color: #fff;*/
	cursor: pointer;
	border: solid 1px #a1c44a;
	font-weight: bold;
}
.formbutton-inside {	
	float: none; 
	font: small Verdana;
	padding: 3px;
	margin: 0;
	background-color: #d3ec90;
	/*color: #fff;*/
	cursor: pointer;
	border: solid 1px #a1c44a;
	font-weight: bold;
}
.formbuttonleft {
	float: none; 
	font: small Verdana;
	background-color: #d3ec90;
	/*color: #fff;*/
	cursor: pointer;
	margin: 2em 0 0 16em;
	border: solid 1px #a1c44a;
	padding: 5px;
	font-weight: bold;
}
input {
	padding: 3px;
}
select {
	padding: 3px 1px 3px 3px;
}
#login-screen input#password  {
	width: 140px;
}
#login-screen input#email  {
	width: 170px;
}
#login-screen input#openid_url  {
	width: 190px;
	background: url(/images/openid-login-bg.gif) no-repeat #fff 5px;
 	padding-left: 25px;
}

#login-screen input#login {
	width: 250px;
}
label.extralab {  
	float: left;  
	width: 15em;  
	margin-right: 1em;  
	text-align: right;
	padding-top: .3em;
}
label.extralab-short {  
	float: left;  
	width: 8em;  
	margin-right: 1em;  
	text-align: right;
	padding-top: .3em;
}
label.extralab-required {  
	float: left;  
	width: 15.5em;  
	margin-right: 0.5em;  
	text-align: right;
	padding-top: .3em;
}
label.extralab_long {  
	float: left;
	text-align: right;
	top: 0;
}
label.radio_input_first {
	float: none;
	width: 5em;  
	/*padding-left: 15em;*/
	margin-left: 16em;
	text-align: left;
}
label.radio_input {
	float: none;
	width: 5em;  
	/*padding-left: 15em;*/
	margin-left: 2em;
	text-align: left;
}

fieldset {
	background-color: #ffffcc;
	margin-top: 15px;
	padding: 15px;
}
fieldset ol {  
	padding: 1em .2em 1em .2em;
	list-style: none;
	background: transparent;
	margin: 0;
}
fieldset li {  
	padding-bottom: .3em;
}
fieldset p {  
	padding: 0;
	margin: .2em;  
	color: #666;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;
	margin: 0;  
	padding: 0 0 0 17.7em;  
	background-color: transparent;
}
fieldset.submit-login {  
	float: none;  
	width: auto;  
	border-style: none;
	margin: 0;  
	padding: 0 0 0 10.7em;  
	background-color: transparent;
}
/* required */
label.extralab-required sup {   
	color: #888;
	font: xx-small Verdana;
}
span.extrainfo {  
	color: #666;
	font: x-small Verdana;
}
span.extrainfo2 {  
	color: #666;
	font: xx-small Verdana;
}
span.required {  
	color: #666;
	font: x-small Verdana;
	margin-left: 2em;
}
/* end form details*/
#footer {	
	//position:absolute;
	position: inherit;
	width:100%;
	bottom:0; /* stick to bottom *position:fixed;*/
	\width: 100%;
	w\idth: 100%;
	color: gray;
	background-color: transparent;
	padding: 0 0 0.5em 0;
}
#footer p {
	font: xx-small Verdana;
	margin: 1em 2em 10px 21px;
}
#footer p a {
	color: gray;
}
span.toleft {  
	float: left;  
	width: 36em;  
	margin-right: 1em;  
	text-align: left;
}
/* START:notice */
#flash_action_ok {
	/* special for IE 6 position: static/relative/absolute/fixed; */
	height: 1%;
	border-color: #9c9;
	color: #060;
	text-align: left;
	border: 1px solid #ccc;
	padding: 0.5em 0.5em 0.5em 30px;
	font-size: x-small;
	margin: 1em 0 1em 0;
	background: url(/images/ok_icon.gif) #E2F9E3 left no-repeat;
}
#flash_notice {
	/* special for IE 6 */
	height: 1%;
	color: #fff;
	text-align: left;
	border: 1px solid #ccc;
	padding: 0.5em 0.5em 0.5em 30px;
	font-size: x-small;
	margin: 1em 0 1em 0;
	margin-bottom: -1px;
	min-height: 20px;
	background: url(/images/alert_icon.gif) #c00 2px 2px no-repeat;
}
#flash_info {
	/* special for IE 6 */
	height: 1%;
	border-color: #9c9;
	color: #060;
	text-align: left;
	border: 1px solid #ccc;
	padding: 0.5em 0.5em 0.5em 30px;
	font-size: x-small;
	margin: 1em 0 1em 0;
	background: url(/images/info_icon.gif) #edf3fe left no-repeat;
}
/*IE6 don't understnad this*/
html>body #flash_action_ok {
	height: auto
}
/*IE6 don't understnad this*/
html>body #flash_notice {
	height: auto
}
/*IE6 don't understnad this*/
html>body #flash_info {
	height: auto
}
/* END:notice */
/* TABLES */
.list-line-even {
	background: #ddd;	
}
.list-line-green {
	/*background: #e2f9e3;*/
	background: #f4f4f4;
}
.list-line-red {
	/*background: #ffd9d9;*/
	background: #e7e3df;	
}
.list-line-yellow{
	background: #ffffcc;
}
.list-line-odd {
	background: #e7debd;
}
.list-line-odd td, .list-line-even td, .list-line-green td, .list-line-red td, .list-line-yellow td {
	border: 1px solid #fff;
}
.next-prev-week {
	font-size: xx-small;
	background: #eee ;
	text-align: center;
	text-transform: uppercase;
}
.next-prev-week a {
	font-size: xx-small;
}
table.standard-table tr.list-line-special {
	background: #edf3fe;
}
table.standard-table {
	/*width: 100%;*/
	/*border-top: 1px solid #000;*/
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table.standard-table th {
	height: 32px;
	font-size: xx-small;
	font-weight: normal;
	color: gray;
	/*text-transform: uppercase;
	text-transform: capitalize;*/
	padding: 2px 3px 10px 3px;
	vertical-align:bottom;
	border-top: 1px solid #888;
	border-left: 1px dotted #888;
	border-right: 1px dotted #888;
	line-height: 1em ;
	letter-spacing: -0.1em;
}

table.standard-table td.email-subject { background: #e8e8e8; font-weight: bold }
table.standard-table td.email-body { background: #eee }
table.standard-table td.email-body p { font-size: smaller; line-height: 1em; }

table.standard-table th.sort-row-header, table.standard-table th.sort-row-header a {
	background: #a8262e;
	color: #fff;
}

table.standard-table th.mark {
	background: #ffc; 
	color: #333;
}
table.standard-table td {
	font-size: xx-small;
	padding: 4px;
	border-top: 1px solid #888;
	white-space: nowrap;
	line-height: 1.6em;
}
table.standard-table td.sort-row {
	/*background: #eeeeee;*/
}
table.standard-table tr.total-line {
	border-top: 1px solid #fff;
}
table.standard-table td.total-cell {
	font-size: xx-small;
	font-weight: bold;
	padding: 4px;
	color: #92ba39;
	white-space: nowrap;
}
span.today {
	background-color: yellow;
	padding: 2px 5px 2px 5px;
	font-size: xx-small;
	text-transform: uppercase;
	color: #333;
}
span.yesterday {
	background-color: #c4e3ff;
	padding: 2px 5px 2px 5px;
	font-size: xx-small;
	text-transform: uppercase;
	color: #333;
}
.cal-content {
	font-size: 9px;
	line-height: 11px;
}
.cal-sum {
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	color: #92ba39;
}
/* END:TABLES */

span.link_in_h  {
	font-size: 11px;
}
.dumb {
	color: #888;
	font-style: italic;
}
table.standard-table td.desc {
	font-size: 10px;
	white-space: normal;
	line-height: 12px;
}
span.highlight {
	background-color: #ffc;
}
span.download-xls span.download-pdf span.download-doc {
	color: #333;
	font-weight: normal;
	font-style: italic;
}
span.download-xls a {
	font-size: 11px;
	padding-left: 2em;
	padding-bottom: 2px;
	height: 4em;
	background: url(/images/icon_xls.gif) transparent 0.3em 0 no-repeat;
}
span.download-pdf a {
	font-size: 11px;
	padding-left: 2em;
	padding-bottom: 2px;
	height: 4em;
	background: url(/images/icon_pdf.gif) transparent 0.3em 0 no-repeat;
}
span.download-doc a {
	font-size: 11px;
	padding-left: 2em;
	padding-bottom: 2px;
	height: 4em;
	background: url(/images/icon_doc.gif) transparent 0.3em 0 no-repeat;
}
p.download-files {
	font-size: 11px;
	margin-bottom: 2em;
}
span.client_id  {
	font-size: 10px;
}
span.h3_extrainfo {
	font-size: 10px;
	color: #666;
}
span.h3_extrainfo_important  {
	font-size: 10px;
	color: #ff0000;
}
span.project_id  {
	font-size: 9px;
}
/* highlights */
.highlights {
	/* special for IE 6 */
	height: 1%;
	background-color: #ffff99;
	border: 2px solid #ff0000;
	color: #060;
	text-align: left;
	padding: 0.5em 20em 0.5em 0.5em;
	font-size: small;
	margin: 15px 0;
}
.highlights p {
	color: #000;
	margin: -4px 0 10px 0;
	padding: 0;
	
}
.highlights h1 {
	font-size: medium;
	color: #92ba39;
	padding: 0;
	margin: 0 0 10px 0;
}
.highlights p.highlight-date {
	font-size: x-small;
	font-style: italic;
	color: gray;
	padding: 0;
	margin: 2px 0;
}
/* DELETE link */
a.del {
	font-weight: bold;
	color: #ff0000;
}

a.del:hover {	
	color: #ffffff;
	background-color: #ff0000;
}
/* UNHIDE DIV */
.unhide {
	padding-left: 30px;
	background: url(/images/unhide_bg.gif) transparent repeat-y left;

}
.hide {
	padding-left: 20px;
	background: url(/images/minus_icon.gif) transparent no-repeat left;

}
.show {
	padding-left: 20px;
	background: url(/images/plus_icon.gif) transparent no-repeat left;

}