.text {

}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: red;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
}

.mail {
	font-family: Arial, Helvetica, sans-serif;
        color: #000000;
}

.sales_bold {
	font-family: Arial, Helvetica, sans-serif;
        color: #840000;
        font-weight:900;
}

.table_header {
        font-weight:900;
        background-color: #C0C0C0;

}

.small { 
	FONT: 75%; 
	COLOR: #000000 ;

}

.h1, H1 {
	font-size: 90%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1pt;
	margin-bottom: 1pt;        
}

h3, H3 {
	font-size: 90%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1pt;
	margin-bottom: 1pt;        
}
a {
        color: #3333CC;
        text-decoration: none;
}

a:hover {
        COLOR: #FF0000;
        text-decoration: underline;
}

a.active        {
        color: #FFFF66;
}

a.visited       {
        color: #FFFF88;
}

DIV.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; 
        background-color: #FFFF99;
	margin-top: 5pt;
	margin-bottom: 5pt;
        padding-right: 10pt;        
        padding-left: 10pt;        
        padding-top: 10pt;        
        padding-bottom: 10pt;        
	border: thin dashed red;
	/*width: 50%;*/

}
table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}


.menuBarRight {
    font:10px verdana;
    text-align: right;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    /* background-color:#f3f3f3; */
    height:13px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:15px;
}
.menuBarLeft {
    font:10px verdana;
    text-align: left;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    /* background-color:#f3f3f3; */
    height:13px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:15px;
}
.menuBarLeftBold {
    font:10px verdana;
    text-align: left;
    font-weight: 900;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    /* background-color:#f3f3f3; */
    height:13px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:15px;
}
.menuBar {
    font:10px verdana;
    text-align: center;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #666666;
    /* background-color:#f3f3f3; */
    height:13px !important;
    /* Fix broken box model for IE5/Win, IE6/Win ignores the following rules */
    height /**/:15px;
}

.inputbox {
    font:9px verdana;
}

.tblSea {
    BORDER-RIGHT: #669999 1px solid; BORDER-TOP: #669999 1px solid; BORDER-LEFT: #669999 1px solid; BORDER-BOTTOM: #669999 1px solid
}
