body {
    margin: 0px;
    background-color: #cacaca;
}

div {
    line-height: 17px;
}

.cke_dialog_body {
    background-color: #cacaca !important;
}

.cke_dialog_contents {
    background-color: white !important;
}

.cke_dialog_title {
    border: none !important;
}

.cke_dialog_footer {
    background-color: white !important;
}

.cke_dialog_background_cover {
    background-color: black !important;
}

table thead tr td {
    background-color: #b9740c;
    height: 24px;
    padding-left: 4px;
    padding-right: 4px;
}

table tbody tr {
    background-color: #e4e7e9;
}

.tableAlternate {
    background-color: #f2f6f8;
}

table tbody tr td {
    height: 22px;
    padding-left: 4px;
    padding-right: 4px;
}

input[type="text"] {
    border: 1px solid #4b4b4b;
}

input[type="password"] {
    border: 1px solid #4b4b4b;
}

input[type="submit"] {
    border: 2px solid white;
    background-color: #b9740c;
    margin: 0px;
    padding: 6px;
    font-weight: bold;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    color: white;
    cursor: pointer;
}

input[type="button"] {
    border: 2px solid white;
    background-color: #b9740c;
    margin: 0px;
    padding: 6px;
    font-weight: bold;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    color: white;
    cursor: pointer;
}

#mainFrame {
     width: 802px;
     margin: 0 auto;
}

#middle {
    width: 802px; 
    background-image: url(/images/background_new.png);
}

#content {
    /*width: 583px;*/
    width: 647px;
    float: left;
}

#topImage {
    width: 583px;
    height: 157px;
}

#innerContent {
    /*width: 553px; */
    width: 617px;
    padding: 15px; 
    padding-bottom: 0px;
}

#calendar table td {
    background-color: white;
    color: #999999;
    text-align: center;
    height: 18px;
    vertical-align: middle;
}

#calendarDiv {
	background-color: white; 
	border: 3px solid #b9740c; 
	position: absolute; 
	display: none; 
	z-index: 40;
}

#calendarHeader {
	height: 20px; 
	line-height: 20px; 
	background-color: #b9740c;
}

#calendarTitle {
	float: left; 
	margin-left: 10px;
}

#calendarContent {
	line-height: 14px;
	text-align: left;
}

#calendarDivShadow {
	background-color: black; 
	position: absolute; 
	display: none; 
	z-index: 30;
}