/* Styles used by inner pages */

/* Common page styles */
A:link, A:visited
{
	text-decoration: none;
	color: #0049E0;
}

A:active, A:hover
{
	text-decoration: underline;
	color: #5A5C57;
}

h1
{
	font-size: 1.3em;
	color: #0049E0;
}
h1 a:link
{
	color: #0049E0;
}
h1 a:hover
{
	text-decoration: underline;
}
h1 a:visited
{
	color: #0049E0;
}

h2
{
	font-size: 1.2em;
	color: #003048;
}
h3, h4, h5
{
	font-size: 1.1em;
}
h6
{
	font-size: 10px;
	color: #0049E0;
}
hr
{
	color: #003048;
}

/* BreadCrumbs styles */
span.breadCrumbs
{
	font-weight: bold;
	font-size: 11px;
	color: #94c8f9;
}

span.breadCrumbs a:link, span.breadCrumbs a:visited
{
	text-decoration: none;
	color: #94c8f9;
}

span.breadCrumbs a:hover
{
	text-decoration: underline;
}

span.breadCrumbsCurrentNode
{
	color: #53a5ef;
}

#MainContent
{
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-height: 420px; /* Doesn't work on IE5+! */
	height: auto !important;
	height: 420px;
	/* height: expression(420 +  "px" ); /* IE5+ only hack for above rule */
}

td#NavBarContentCell
{
	width: 750px;
}

td#MainContentCell
{
	/* IE5+ only fix */
	width: expression(document.body.clientWidth > 750 ?  "750px" : "inherit" );
}

.FieldLabels
{
	font-weight: bold;
	color: #0080C2;
	background-color: #99CCE7;
	width: 150px;
	text-align: right;
	vertical-align: top;
}

.FieldLabelsNoWidth
{
	font-weight: bold;
	color: #0080C2;
	background-color: #99CCE7;
	text-align: right;
	vertical-align: top;
}

td.contentLeftSide
{
	background-image: url(../images/inner_border_left_FFFFFF.gif);
	background-repeat: repeat-y;
	min-height: 460px; /* Doesn't work on IE5+! */
	height: auto !important;
	height: 460px;
	/* height: expression(460 +  "px" ); /* IE5+ only hack for above */
}

td.contentRightSide
{
	background-image: url(../images/inner_border_right_FFFFFF.gif);
	background-repeat: repeat-y;
	min-height: 460px; /* Doesn't work on IE5+! */
	height: auto !important;
	height: 460px;
	/* height: expression(460 +  "px" ); /* IE5+ only hack for above */
}

#ContentFooter
{
	margin-top: 30px;
	color: #a9a9a9;
	font-size: 10px;
}

#ContentFooter hr
{
	color: #a9a9a9;
}

#ContentFooter a:link, #ContentFooter a:visited
{
	font-weight: bold;
	color: #a9a9a9;
	text-decoration: none;
}

#ContentFooter a:hover, #ContentFooter a:active
{
	text-decoration: underline;
	color: #0049E0;
}

/*
p ul
{
	margin-top: -10px;
}

p + ul
{
	margin-top: 1px;	/ * firefox for above * /
}
*/

ul.smallgap
{
	margin-top: -10px;
}

p + ul.smallgap /* firefox fix */
{
	margin-top: 1px;
}
