@import url('app_styles.css');

/* IE fix to horizontally align content */
body
{
	text-align: center;
}
.container
{
	text-align: left;
}

/* Add some white space below webforms */
#content
{
	padding-bottom: 10px;
}

/* Fix issues of nesting tables and other elements in tables. */
.contenttbl,
.contenttblalt,
.contenttblhdr
{
	font-size: 1em;
}
#content table table
{
	font-size: 1em;
}
#content table H1,
#content table H2,
#content table H3,
#content table H4
{
	padding: 0;
}
#content table P,
#content table UL
{
	font-size: 1em;
	padding: 0;
}

/* Remove margins from tables as this style doesn't work with our apps */
#content table table
{
	margin: 0;
}

/* Item styles associated with the template's ApplicationMenu: */
.ApplicationMenuItemStyle td
{
	text-align: left;
	height: 2em;
	border-bottom: solid 1px #f60;
	background-color: #ffd699;
}
.ApplicationMenuItemStyle a, .ApplicationMenuItemStyle a:visited
{
	color: #000;
}
.ApplicationMenuItemStyle a:hover { color: #c00; }

.ApplicationMenuItemDisabledStyle
{
	color: #D0D0D0;
}

.ApplicationMenuItemSeparatorStyle 
{
	text-align: center;
	padding: 0px 6px 0px 6px;
	color: #000;
}

