body,html
{
	height:100%;
	margin:0px;
	font-family:tahoma;
	font-size:12px;
	color:#000000;
}

img
{
	behavior: url(iepngfix.htc);
	border:0px;
}

.error
{
	font-size:9px;
	font-weight:bold;
	color:#ff0000;
}

td.menuItem
{
    height:60px;
    width:24%;
    text-align:center;
    border:1px solid #e3e3e3;
    background-color:#ffffff;
}

td.menuItem:hover
{
    background-color:#e3e3e3;
    cursor:hand;
}

td.menuItemSelected
{
    height:60px;
    width:24%;
    text-align:center;
    border:1px solid #5c5c5c;
    background-color:#5c5c5c;
}

td.subMenuItem
{
    height:20px;
    text-align:center;
    border:1px solid #e3e3e3;
    background-color:#ffffff;
    padding:10px;
}

td.subMenuItem:hover
{
    background-color:#e3e3e3;
    cursor:hand;
}

td.galleryImage
{
    width:100px;
    height:100px;
    text-align:center;
    vertical-align:middle;
    background-color:#ffffff;
}

td.galleryImage:hover
{
    background-color:#e3e3e3;
    cursor:hand;
}

a, a.visited
{
    color:#5c5c5c;
    text-decoration:none;
}

a:hover
{
    color:#e70404;
    text-decoration:underline;
}

input[type="text"], input[type="password"], select, textarea
{
    background-position: top;
    background-repeat: repeat-x;
    border: #e3e3e3 1px solid;
    font-size: 12px;
    color: #000000;
    font-family: tahoma;
    background-color: #ffffff;
}