﻿.button {
	border:none;
	border-right:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	border-top:none;
	background-color:#eef;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:2px;
	padding-top:2px;
	margin-top:0;
	font-size:10px;
}

.button:hover {
	background-color:#ddf;
}

.smallButton {
	border:solid 1px #999;
	font-size:10px;
	background-color:#c8dce9;
}


/* Other stuff
 */

/* Menu style sheet
 */
span.menu {
    background-color:#d31145;
    width:100%;
    height:18px;
    display:block;
    font:Arial;
    border-top:solid 1px #ffffff;
    border-bottom:solid 1px #ffffff;
    color:#FFFFFF;
    padding-top:1px;
    font-size:12px;
    text-align:center;
   }

span.menu span {
    padding-left:5px;
    padding-right:5px;
    margin-right:2px;
    background-color:#d31145;
    display:inline-block;
    height:10px;
    cursor:pointer;
   
    }

span.menu span.entry2 {
    padding-left:5px;
    padding-right:5px;
    margin-right:2px;
    background-color:#fdd;
    display:inline-block;
    height:10px;
    cursor:pointer;
}

span.menu span div.drop {
    background-color:#d31145;
    width:200px;
    border:solid 1px #ffffff;
    position:absolute;
    font-size:11px;
    padding:2px;
    text-align:left
}

span.menu span div.drop div {
	background-color:#d31145;
    font-size:11px;
    padding:2px;
    text-align:left
}

/* Sample of ICON on menu utem...
 */
span.menu span div.drop div.entry3 {
    background-image:url(menu/bird_48.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:55px;
    font-size:18px;
    height:35px;
    color:#393;
}

span.menu span div.drop div.entry4 {
    background-image:url(menu/cow_48.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:55px;
    font-size:18px;
    height:35px;
}

span.menu span div.drop div.entry5 {
    background-image:url(menu/fish_48.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:55px;
    font-size:18px;
    height:35px;
    color:#933;
}

span.menu span div.drop div.entry6 {
    background-image:url(menu/lamb_48.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:55px;
    font-size:18px;
    height:35px;
}

span.menu span div.drop div.entry7 {
    background-image:url(menu/pig_48.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:55px;
    font-size:18px;
    height:35px;
}

span.menu span div.drop div.entry8 {
    background-image:url(menu/vegetable_48.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:55px;
    font-size:18px;
    height:35px;
}

span.menu span div.drop div.selected {
  background-color:#ddd;
}


/* Styles for the "CalendarApplicationSample"...
 */
table.calendarTest {
	width:90%;
	border-collapse:collapse;
	margin:10px;
}

table.calendarTest tr th{
	background-color:#fdb;
}

table.calendarTest tr td {
	padding:5px;
	vertical-align:top;
}

table.calendarTest tr td input{
	background-color:#eef;
	border:solid 1px #ccd;
	width:80px;
	font-size:10px;
	height:18px;
}

table.calendarTest tr.itemOdd td{
	background-color:#f0f0f0;
}

table.calendarTest tr.itemEven td{
	background-color:#e0e0e0;
}

input.calendarBtn {
	background-color:#eef;
	border:solid 1px #ccd;
	width:30px;
	font-size:10px;
	height:18px;
}

input.calendarBtnLarge {
	background-color:#eef;
	border:solid 1px #ccd;
	width:62px;
	font-size:10px;
	height:18px;
}

textarea.largeML {
	width:250px;
	height:80px;
}


/* Styles for our Custom TabControl
 */
.customTabControl {
	background-color:#ddd;
	width:100%;
	height:100%;
}

.customTabControl table {
	width:100%;
}

.customTabControl table tr th {
	width:25%;
}

.customTabControl table tr th input {
	background-color:#ccc;
	border:none;
	border-right:solid 1px Black;
	width:100%;
	padding:0px;
}

.customTabControl table tr th input:hover {
	background-color:#ccc;
	border:none;
	border-right:solid 1px Black;
	width:100%;
	color:Yellow;
}

.customTabControl table tr th input.selected {
	background-color:#ddd;
	border:none;
	border-right:solid 1px Black;
}

.customTabControl table tr th input.selected:hover {
	background-color:#ddd;
	border:none;
	border-right:solid 1px Black;
	color:Black;
}

.yellow {
	color:Yellow;
}

.comic {
	font-family:Comic Sans MS;
}

.hasBorder {
	border:solid 1px #999;
}


/* DataGrid
 */
.grid {
	width:100%;
	height:100%;
	overflow:auto;
}

.grid h2 {
	margin:0px;
	padding:5px 0px 5px 25px;
}

.grid table.dataGrid {
	width:95%;
	border-collapse:collapse;
	-moz-user-select:none;
	cursor:default;
}

div.light_blue_content div.grid table.dataGrid tr.headerRow {
	border-right:solid 1px #999;
	background-color:#c4d8e9;
}

div.ivory_white_content div.grid table.dataGrid tr.headerRow {
	border-right:solid 1px #999;
	background-color:#e9eDb5;
}

.grid table.dataGrid tr.headerRow td {
	border-right:solid 1px #999;
	padding:4px 5px 4px 7px;
	white-space:nowrap;
}

.grid table.dataGrid tr.headerRow td.first {
	width:300px;
}

div.ivory_white_content div.grid table.dataGrid tr.headerRow td input {
	border:none;
	background-color:#e9eDb5;
	font-size:10px;
	padding-left:15px;
	padding-right:15px;
}

div.ivory_white_content div.grid table.dataGrid tr.headerRow td input.filter {
	background-color:#e9eDb5;
	border-bottom:solid 1px #999;
}

.grid table.dataGrid tr.headerRow td input.down {
	background:#e9edb5 url(down.png) no-repeat 0 0;
}

.grid table.dataGrid tr.headerRow td input.up {
	background:#e9edb5 url(up.png) no-repeat 0 0;
}

div.ivory_white_content div.grid table.dataGrid tr.headerRow td input:hover.filter {
	border-bottom:solid 1px #999;
	background-color:#d9dDa5;
}

div.ivory_white_content div.grid table.dataGrid tr.headerRow td input:hover {
	border:none;
	background-color:#d9dDa5;
	font-size:10px;
}




div.light_blue_content div.grid table.dataGrid tr.headerRow td input {
	border:none;
	background-color:#c4d8e9;
	font-size:10px;
	padding-left:15px;
	padding-right:15px;
}

div.light_blue_content div.grid table.dataGrid tr.headerRow td input.filter {
	background-color:#c4d8e9;
	border-bottom:solid 1px #999;
}

div.light_blue_content div.grid table.dataGrid tr.headerRow td input:hover.filter {
	background-color:#b4c8d9;
}

div.light_blue_content div.grid table.dataGrid tr.headerRow td input:hover {
	background-color:#b4c8d9;
}




.grid table.dataGrid tr td {
	white-space:nowrap;
}

.grid table.dataGrid tr td.first {
	width:300px;
	white-space:normal;
	padding:4px 4px 4px 7px;
}

div.grid table.dataGrid tr:hover td.cell table.ivory_white_table_window {
	background-color:#F0F0C0;
}

td.cell input.ivory_white {
	width:60px;
	font-size:10px;
	background-color:#F9FDC5;
	border:none;
}

td.cell input:hover.ivory_white {
	width:60px;
	font-size:10px;
	background-color:#E0E0B0;
	border:none;
}

td.cell input.light_blue {
	width:60px;
	font-size:10px;
	background-color:#d8ecf9;
	border:none;
}

td.cell input:hover.light_blue {
	width:60px;
	font-size:10px;
	background-color:#c0d0e0;
	border:none;
}

div:hover.light_blue_dialog {
	background-color:#c0d0e0;
}

div.grid table.dataGrid tr:hover td.cell table.light_blue_table_window {
	background-color:#c8dce9;
}

div.light_blue_content div.grid table.dataGrid tr:hover.item td.first {
	background-color:#c8dce9;
}

div.ivory_white_content div.grid table.dataGrid tr:hover.item td.first {
	background-color:#F0F0C0;
}

div.light_blue_content div.grid table.dataGrid tr.item td.cell {
	background-color:#d8ecf9;
	padding:4px 4px 4px 7px;
}

div.ivory_white_content div.grid table.dataGrid tr.item td.cell {
	background-color:#F9FDC5;
	padding:4px 4px 4px 7px;
}

div.light_blue_content div.grid table.dataGrid tr:hover.item td.cell {
	background-color:#c8dce9;
}

div.ivory_white_content div.grid table.dataGrid tr:hover.item td.cell {
	background-color:#F0F0C0;
}

.grid table.dataGrid tr.item td a {
	cursor:pointer;
	text-decoration:none;
}
