@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	color : #333;
	background-color : #FFF;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #00007B;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}

form { display: inline; }

#wrapper {
        border: 0px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
}
#header {
        background-color: #FFF;
        background-position: right top;
        border-bottom: 4px solid #C64934;
        background: url(../images/header_bg.png);
}
#invSystem{
			height: 38px;
			position: relative;
			width: 100%;
			background: url(../images/version.png) no-repeat;
			background-position: bottom right;
			margin: 0px;
			padding: 0px;
}
#message {
	margin-top: 6em;
	color: #FF0000;
}
#errors,#errors2,#infoDiv { 
	color: #FF0000; 
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#break {	height: 80px;	}
form {	margin: 0px;	}
.preload { display:none; }
.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
	text-align: center;
}
.login {
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #F1F3F5;
}
#loginHeader {
	color: #C64934;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}	
.login h1 {
	background: url(../images/login_header.png) no-repeat;
	background-position: left top;
	color: #333;
	margin: 0px;
	height: 50px;
	padding: 15px 4px 0 50px;
 	text-align: left;
	font-size: 1.5em;
}
.login p {	padding: 0 1em 0 1em;	}
.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.login-form {
	text-align: left;
	float: right;
	width: 60%;
}
.login-text {
	text-align: left;
	width: 40%;
	float: left;
}
.inputlabel {
	font-weight: bold;
	text-align: left;
}
label
{
	text-align: left;
}
.clr {	clear:both;	}
.ctr {	text-align: center;	}
#nfHeader { font-weight: bold; }
/* For IE */
.footnote {
	color: #333333;
	width: 350px;
	margin-top: 8px;
	margin-left: -7px;
	margin-bottom: -7px;
	text-align: left;
	float: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:10px;
}
.footnote a {
	color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:10px;
}
/* For other browsers */
html>body .footnote {
	width: 350px;
	margin-top: 8px;
	margin-left: -12px;
	margin-bottom: -12px;
	text-align: left;
	float: left;
	font-style: italic;
	font-size:10px;
}
.footer,.footer a {
	color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:10px;
}

/* END Login Page Styles */
/* TOOLBAR CSS */
table.menubar {
	width: 100%;
}
.menudottedline {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #FFFFFF;
	background-color: #F1F3F5;
}

table#toolbar {
	margin: 0px 0px 0px 0px;
}
table#toolbar a.toolbar {
	color : #808080;
	background-color: #F1F3F5;
	text-decoration : none;
	display: block;
	border: 1px solid #DDD;
	padding: 2px 1px 2px 1px;
	white-space: nowrap;
	font-size: 11px;
}
table#toolbar a.toolbar:hover {
	color : #C64934;
	border: 1px solid #c24733;
	background-color: #f1e8e6;
	padding: 3px 0px 1px 2px;
}
table#toolbar a.toolbar:active {
	color : #FF9900;
}
/* END OF TOOLBAR CSS */
/*ADMINHEADING*/
table.adminheading {
	background-color: #FFF;
	font-family : Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
	color: #C64934;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
table.adminheading th {
	background: url(../images/cPanel.png) no-repeat left;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	height: 50px;
	padding-left: 50px;
	color: #C64934;
}
table.adminheading th.weightReport {
	background: url(../images/showReport.png) no-repeat left;
}
table.adminheading th.createLot {
	background: url(../images/newItem.png) no-repeat left;
}
table.adminheading th.settings {
	background: url(../images/maintenance.png) no-repeat left;
}
table.adminheading th.colPref {
	background: url(../images/editCols.png) no-repeat left;
}
table.adminheading th.empty {	
	background: #FFFFFF;
	padding-left: 0px;
	width: 5px;
}
table.admingheading td.loadPic {
	width: 32px;
	height: 32px;
	padding:5px 10px 0px 0px;
}
table.adminheading td.head {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	padding: 0px 0px 2px 0px;
}
/*END ADMINHEADING*/
/*INVOICING*/
.head
{
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	padding: 5px 2px 5px 2px;
	text-align: left;
}
.head2
{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #000066;
	padding: 5px 2px 5px 2px;
}
#eomHeadDiv
{
	float: left;
	width: 600px;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	padding: 5px 0px 5px 0px;
	text-align: left;
}
#eomHeadDiv2
{
	float: right;
	width: 300px;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	padding: 5px 0px 5px 0px;
	text-align: right;
}
/*END INVOICING*/
/*ADMINLIST TABLE*/
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}
table.adminlist th {
	margin: 0px;
	padding: 6px 0px 2px 0px;
	height: 25px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
}
table.adminlist td.head {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
table.adminlist th a { font-weight: bold; }
table.adminlist td { border-bottom: 1px #CCCCCC solid; }
table.adminlist td.NB { border-bottom: 1px #FFFFFF solid; }
table.adminlist td.none { border:0; }
table.adminlist2 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
table.adminlist2 th {
	margin: 0px;
	padding: 6px 0px 2px 0px;
	background: #FFF;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
table.adminlist2 th.greyBar {
	margin: 0px;
	padding: 6px 0px 2px 0px;
	height: 25px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
}
table.adminlist2 th a { font-weight: bold; }
table.adminlist2 td.vLine
{
	margin: 5px 0px 0px 0px;
	/*background: url(../images/vLine.gif) repeat-y;*/
}
table.adminlist2Small {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 9px;
}
table.adminlist2Small th {
	margin: 0px;
	padding: 6px 0px 2px 0px;
	background: #FFF;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
table.adminlist2Small th.thLine {
	border-bottom: 2px solid #666666;
}
table.adminlist2Small th.big {
	margin: 0px;
	padding: 6px 0px 2px 0px;
	background: #FFF;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
table.adminlist2Small th.greyBar {
	margin: 0px;
	padding: 6px 0px 2px 0px;
	height: 25px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
}
table.adminlist2Small th a { font-weight: bold; }
table.adminlist2Small td { 
	font-size: 9px;
	border-bottom: 1px #CCCCCC solid; 
}
table.adminlist2Small td.vLine
{
	margin: 5px 0px 0px 0px;
	/*background: url(../images/vLine.gif) repeat-y;*/
}

table.adminlistShort {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}
table.adminlistShort th {
	margin: 0px;
	padding: 6px 0px 2px 0px;
	height: 25px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
}
table.adminlistShort td { border-bottom: 1px #CCCCCC solid;
}


/* END ADMINLIST */

/*COFFEELOTS TABLE*/
table.clots {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}
table.clots th {
	margin: 0px;
	padding: 6px 0px 2px 0px;
	height: 25px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
}
table.clots td { 
}

table.clots td.label { 
	padding: 0px 0px 0px 0px;
}

table.tabArea {
	font-size: 11px;
	border: 1px solid #999999;
	background: #E5E5E5;
	height: auto;
}
table.tabArea table:hover {
	background: #E5E5E5;
}
table.tabArea th {
	background: none;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	padding: 0px 0px 1px 0px;
}
table.tabArea td.func {
	background: url(../images/background.jpg);
	padding: 4px 0px 4px 4px;
}
table.tabArea td.func a {
	font-weight: normal;
	font-size: 10px;
}
table.tabArea2 {
	text-align: left;
	font-size: 10px;
	border: 1px solid #999999;
	background: #CCC;
}
table.tabArea table.tabArea2 table:hover {
	background: #CCC;
}
table.tabArea2 th a {
	font-weight:normal;
}
table.tabAreaTop {
	font-size: 11px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #E5E5E5;
	height: auto;
}
table.tabAreaTop table:hover {
	background: #E5E5E5;
}
table.tabAreaTop th {
	background: none;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	padding: 0px 0px 1px 0px;
}
table.tabAreaTop td.func {
	background: url(../images/background.jpg);
	padding: 4px 0px 4px 4px;
	font-weight: bold;
}

table.tabAreaMid {
	font-size: 11px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #E5E5E5;
	height: auto;
}
table.tabAreaMid table:hover {
	background: #E5E5E5;
}
table.tabAreaMid th {
	background: none;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	padding: 0px 0px 1px 0px;
}
table.tabAreaMid td.func {
	background: url(../images/background.jpg);
	padding: 4px 0px 4px 4px;
	font-weight: bold;
}

table.tabAreaBottom {
	font-size: 11px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #E5E5E5;
	height: auto;
}
table.tabAreaBottom table:hover {
	background: #E5E5E5;
}
table.tabAreaBottom th {
	background: none;
	font-size: 11px;
	font-weight: bold;
	height: auto;
	padding: 0px 0px 1px 0px;
}
table.tabAreaBottom td.func {
	background: url(../images/background.jpg);
	padding: 4px 0px 4px 4px;
	font-weight: bold;
}

/* END COFFEELOTS */
a.dGrey {
	color: #444444;
	font-weight: bold;
}
.tdCenter { text-align: center; }
.tdCenterRed { 
	text-align: center;
	color: #FF0000;
}
.tdRed { color: #FF0000; }
.tdBY	{
	text-align: left;
	background:#FFFF00;
}
.tdBYC	{
	text-align: center;
	background:#FFFF00;
}
.tdBY3	{
	text-align: left;
	background: #FF9900;
}
.tdBYC3	{
	text-align: center;
	background: #FF9900;
}
.tdLeft	{ text-align: left; }
.settingsHead {
	font-weight: bold;
	font-size: 14px;
}
input, textarea, select {
	padding-left: 1px;
	margin: 1px 0px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #666666;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.inpctr
{
	text-align: center;
}
.tFix {
	margin: 10px 0px 10px 0px;
}
.check {
	border: 0;
	margin: 0;
	padding: 0;
}
.inputbox {
	margin: 0;
	color : #333333;
	background-color : #FFF;
}
.inputbox2 {
	color: #000000;
	background: #FFFFFF;
	text-align: left;
}
.inputbox2RDO
{
	color: #000000;
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #999999;
}
.disabled
{
	color: #000000;
	background: #CCCCCC;
	text-align: left;
}
.inputbox2b {
	color: #000000;
	background: #FFFFFF;
	text-align: center;
}
.inputbox2Red {
	color: #FF0000;
	background: #FFFFFF;
	text-align: center;
}
.inputbox2c {
	color: #000000;
	background: #CCCCCC;
	text-align: center;
}
.inputbox2cl {
	color: #000000;
	background: #CCCCCC;
	text-align: left;
}
.inputbox3 {
	color: #FF0000;
	background: #FFFF99;
	text-align: center;
}
.inputbox3PNU {
	color: #FF0000;
	background: #FFFF99;
	text-align: center;
	margin: 0px 0px 3px 0px;
}
.inputbox3L {
	color: #FF0000;
	background: #FFFF99;
	text-align: left;
}
.inputbox4 {
	color: #FFFF99;
	background: #BE4C34;
}
.inputbox5 {
	color: #000000;
	background: #CCCCCC;
	text-align: center;
}
.inputbox7 {
	color: #000000;
	background: #FFFFFF;
	text-align: center;
}
.selectList {
	padding: 0px 0px 0px 3px;
	margin: 1px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #666666;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.selectListRed {
	padding: 0px 0px 0px 3px;
	margin: 1px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	background: #FFFFFF;
	border: 1px solid #666666;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#TabbedPanels1 {
	width: 900px;
	padding-right: 5px;
}
a.toolbar2 {
	color : #808080;
	background-color: #F1F3F5;
	text-decoration : none;
	display: block;
	border: 1px solid #999999;
	padding: 2px 1px 2px 1px;
	white-space: nowrap;
}
a.toolbar2:hover {
	color : #C64934;
	border: 1px solid #c24733;
	background-color: #f1e8e6;
	padding: 3px 0px 1px 2px;
}
a.toolbar2:active {
	color : #FF9900;
}
.acShadow {
	position:absolute;
	width:350px;
	margin:.3em .3em .3em 0em ;
	z-index:5;
	/*background:#a0a0a0;*/
}
.acBox li.highlight {background:#a0a0a0;}
.acBox  {
	position:relative;
	bottom:4px;
	right:0px;
	border:1px solid #404040;
	background:#fff;
	text-align:left;
	overflow:hidden;
	display:none;
}

.acBox ul {
	width:100%;
	padding:5px 0px 0px 0px;
	list-style:none;
	color: #000000;
}
.acBox li {
	padding:0 5px;
	cursor:default;
	white-space:nowrap;
	display:list-item;
}
table#wtReportPalletsTable {
	border: 1px solid #000000;
	border-collapse: collapse;
}
table#wtReportPalletsTable th {	border-bottom: 1px solid #666666;	}
table#wtReportPalletsTable th.midBreak {
	border-bottom: 0;
	padding: 0px 2px 0px 2px;
}
table#wtReportPalletsTable td.midBreak {	border-bottom: 0px;	}
table#wtReportPalletsTable td.midBreakBottom {	border: 0;	}
table#wtReportPalletsTable td.bottom {	border: 0;	}
table#wtReportPalletsTable td.grey {	background: #CCCCCC;	}
table#wtReportPalletsTable td.aLeft { text-align: left; }
table#wtReportPalletsTable td.grey2 {
	background: #CCCCCC;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
table#wtReportPalletsTable td {
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align: center;
}
table#wtReportTable2 {
	border: 1px solid #666666;
	background: #E5E5E5;
}
table#palletTotalsTable td {
	text-align: center;
	font-weight: bold;
}
table#palletTotalsTable2 {
	background: #CCC;
	border: 2px solid #BE4C34;
	margin: 2px 0px 2px 0px;
}
.inputPalletBox {
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #FFF;
	border: 0;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.inputPalletBoxBold {
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background: #FFF;
	border: 0;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}

.inputPalletBoxGreen {
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	background: #FFF;
	border: 0;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.inputPalletBoxRed {
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background: #FFF;
	border: 0;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.inputPalletBoxOrange {
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	background: #FFF;
	border: 0;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.inputPalletBoxBlue {
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
	background: #FFF;
	border: 0;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.inputPalletTotals {
	padding-left: 1px;
	margin: 4px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #E5E5E5;
	border: 2px solid #333333;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.inputPalletTotals2 {
	padding-left: 1px;
	margin: 4px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #CCC;
	border: 2px solid #333333;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.inputPalletTotalsRed {
	padding-left: 1px;
	margin: 4px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	background: #E5E5E5;
	border: 2px solid #333333;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
/* CONTROL PANEL */
#cpanel {  text-align: center;  vertical-align: middle; }



#cpanel div.icon   { margin: 3px; }

#cpanel div.icon a { 

	display: block; float: left;

	height: 97px !important;

	height: 100px; 

	width: 108px !important;

	width: 110px; 

	vertical-align: middle; 

	text-decoration : none;

	border: 1px solid #DDD;

	padding: 2px 5px 1px 5px;

}



#cpanel div.icon a:link    {  color : #808080;  }

#cpanel div.icon a:hover   { 

	color : #333; 

	background-color: #f1e8e6;  

	border: 1px solid #c24733;

	padding: 3px 4px 0px 6px; 

}

#cpanel div.icon a:active  {  color : #808080;  }

#cpanel div.icon a:visited {  color : #808080;  }



#cpanel div.icon img { margin-top: 13px; }

#cpanel div.icon span { display: block; padding-top: 3px;}

table.adminform {

	background-color: #f9f9f9;

	border: solid 1px #d5d5d5;

	width: 100%;

	padding: 10px;

	border-collapse: collapse;

}
.bRed {
	font-weight: bold;
	color: #FF0000;
	font-size: 11px;
}
.bGreen {
	font-weight: bold;
	color: #006600;
}
.sGrey {
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}
.redI {
	color: #C64934;
	font-style: italic;
	font-weight:bold;
}
.red { color: #FF0000; }
.green { color: #006600; }
.calendar-month {
	margin: 0px;
	padding: 6px 0px 2px 0px;
	height: 15px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 600px;
	width: 100%;
}
.calendarBig {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 600px;
	width: 100%;
}
.calendarBig td {
	border: 1px solid #999999;
	color: #0033CC;
	height: 50px;
	background: #FFFFFF;
	vertical-align:top;
	text-align: left;
	font-size: 11px;
}
.calendarBig td a { font-size: 11px; }
.calendarBig th { background: #999999; }
.calendarBig td.past {
	background: url(../images/redBG1.gif) repeat;
	border: 1px solid #FF0000;
	color: #FFFF00;
	vertical-align:top;
}
.calendarBig td.present {
	/*background: url(../images/blueBG1.gif) repeat;
	color:  #FF0000;*/
	background: #00FFFF;
	border: 1px solid #333333;
	text-align: left;
	vertical-align:top;
	font-weight:bold;
}
.calendarBig td.present a, .calendarBig td.selTD a {
	color: #FF3300
}
.calendarBig td.present a:hover, .calendarBig td.selTD {
	color: #FF6600;
}
a.presentLink {
	color:  #FF0000;
}
a.presentLink:hover {
	color: #FFFF00;
}
.calendarBig td.standard {
	background: #FFFFFF;
	text-align: left;
	vertical-align:top;
	font-weight:normal;
}
.calendarBig td.presentEmpty {
	background: #99FF99;
	/*color: #000000;*/
	border: 2px solid #333333;
	font-weight:bold;
	text-align: left;
	vertical-align:top;
}
.calendarBig td.future {
	background: url(../images/greenBG1.gif) repeat;
	border: 1px solid #006600;
	color: #FFFF00;
	vertical-align:top;
}
.calendarBig td.lGrey {	background: #CCCCCC; }
.calendarBig td.selTD { 
	background: #99FF99;
	background: url(../images/blueBG1.gif) repeat;
	text-align: left;
	vertical-align:top;
	font-weight:bold;
}
a.button{
	background:url(../images/button.gif) no-repeat;
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.submitForm{
		background:url(../images/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.closeForm{
		background:url(../images/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

.cpHead
{
	text-align: left;
	clear: both;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
table.formTable td 
{
	background-color: #FFF;
	text-align: left;
}
table.formTable td.center 
{
	background-color: #FFF;
	text-align: center;
}
table.formTable th.BB
{
	border-top: 1px solid #CCC;
}
table.formTable2
{
	background-color: #F2F2F2;
}
table.formTable2 td 
{
	text-align: left;
}
table.formTable2 td.center 
{
	text-align: center;
}
#example {height:30em;}
label { display:block;float:left;width:45%;clear:left; }
.clear { clear:both; }
#resp { margin:10px;padding:5px;border:1px solid #ccc;background:#fff;}
#resp li { font-family:monospace }

