@charset "utf-8";

#content
{
	/*font-size: 80%;*/
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #333;
	border-right: 1px solid #F9FBFB
}

#content { line-height: 1.4em }

p
{
	margin:0 0 1.2em;
	line-height: 1.4em
}

/* generic heading styles */	
#content h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
	margin: .3em 0 .2em;
	line-height: 1.2em;
	/**color: #333**/
}

h2 a, h2 a:visited
{
	color: #cf3a00;
	text-decoration: none
}

h2
{
	font-size: 1.6em;
	font-weight: 400;
	color: #cf3a00
}

h3
{
	font-size: 1.4em;
	font-weight: 400
}

h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited
{
	color: #333;
	text-decoration: none;
	background: url(/template_resources/images/underline.png) repeat-x bottom left
}

h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	text-decoration: none;
	background: url(/template_resources/images/underline-hover.png) repeat-x bottom left
}

h4
{
	font-size: 1.2em;
	font-weight: 400
}

h5
{
	font-size: 1.1em;
	font-weight: 400
}

h6
{
	font-size: 1em;
	font-weight: 700
}

/* end heading styles */


#content a { color: #408fcf }

#content a:visited { color: #1a8887 }
#content a:link {text-decoration:underline;}    /* unvisited link */

/* Spacing for all images that are not affected by a class */
#content img
{
	margin: 1em 0;
	border: 0
}

/* table styles */
table
{
	color: #444;
	margin-bottom: 2em
}

th
{
	font-weight: 700;
	text-align: left;
	padding: .6em 1em;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #d3e3e3
}

td
{
	text-align: left;
	padding: .6em 1em;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #EDF3F3
}

/* misc useful styles */
.nowrap { white-space: nowrap }

/* end of misc useful styles */


/* style for important alert messages - apply to <div> appears as a yellow box with yellow background */

.alert
{
	text-align: left;
	border: 2px solid #FFE033;
	background: #FFFFD5;
	/*background: #FFFFD5 url(/images/maintenance.png) no-repeat top right; */
	margin: 15px 5px 10px 0;
	padding: 5px 10px;
	font-size: 0.85em;
	color: #555
}

.alert h4
{
	font-weight: 600;
	padding-top: 2px;
	vertical-align: bottom
}

.alert p { margin: 0 0 5px }

#content .alert img
{
	float: right;
	margin: 5px 0 10px 10px
}

