﻿body
{
	font-family: Arial, "MS Sans Serif" , sans-serif;
	font-size: 8pt;
}
.hidden
{
	display: none;
}
.TDWPanelDetail
{
	background-image: url(IMG/SheetGray.gif);
	background-repeat: no-repeat;
}
.TDWBorder
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}


.TDWLabel
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, "MS Sans Serif" , sans-serif;
	text-decoration: none;
}
.TDWLabelBig
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial, "MS Sans Serif" , sans-serif;
	text-decoration: none;
}
.TDWLabelTime
{
	font-weight: normal;
	font-size: 7pt;
	color: black;
	font-family: Arial, "MS Sans Serif" , sans-serif;
}
.TDWLabelRequired
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Arial, "MS Sans Serif" , sans-serif;
}

.TDWLabelMessage
{
	font-weight: bold;
	font-size: 8pt;
	color:Blue;
	font-family: Arial, "MS Sans Serif" , sans-serif;
	text-decoration: none;
}
.TDWLabelError
{
	font-weight: bold;
	font-size: 8pt;
	color:Red;
	font-family: Arial, "MS Sans Serif" , sans-serif;
	text-decoration: none;
}

.TDWPanel
{
	border:1px solid #DADADA;
	background-image: url(IMG/moduleBg.gif);
	background-repeat:repeat-x;
}
.TDWPanelDark
{
	border:1px solid #DADADA;
	background-image: url(IMG/moduleBgDark.gif);
	background-repeat:repeat-x;
}

.TDWMenuItemKios
{
	border: 1px solid #DADADA;
	background-image: url(IMG/MainItemBackground.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 20px;
	color: dimgray;
}
.TDWPanelTop
{
	background-color: #eaebee;
}

.TDWPanelLeft
{
	background-color: #eaebee;
}

.TDWPanelRight
{
	background-color: #ffffff;
}
