@charset "utf-8";

#DataGridHeader td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	background-color: #006699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #40C1FF;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #40C1FF;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: default;
}
#DataGridRowEven td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #dddddd;
	height: 16px;
}
#DataGrid {
	border: 1px solid #000000;
}


#DataGridRowOdd td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
}
#Window {

}
#WindowTools {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	text-align: right;
	cursor: default;
	background-image: url(/images/gui/wndhdrctr.png);
	background-repeat: repeat-x;
}
#WindowTools img {
	cursor: auto;
}
#WindowShadow {
	background-image: url(/images/gui/wndshdwctr.png);
	background-repeat: repeat-x;
}
#WindowStatusBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(/images/gui/wndstatusbarbg.png);
	background-repeat: repeat-x;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align: right;
}

#WindowCaption {
	background-image: url(/images/gui/wndhdrctr.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 5px;
}
#ContextMenu td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	cursor: default;
	text-transform: uppercase;
}
#ContextMenu tr {
	background-color: #eeeeee;
	color: #0066CC;
}
#ContextMenuSeparator td {
	background-image: url(/images/gui/CM_separator.png);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #eeeeee;
}

#ContextMenuSeparator td:hover {
	background-color: #eeeeee;
}
.GuiWindow {
	
}


#ContextMenu tr:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}

#ContextMenu {
	border: 1px solid #000000;
}
