/* BeamWeb - static page styles */


/*
External Links
[ icon ^= "externalLink" ] {
	padding-right: 20px;
	background: transparent url("http://beam.beamnet/src/www_beam/www/themes/beam1/externalLink.gif") no-repeat center right;
}
*/

h1.pageHeader {
    color: #dd3333;
    font-size: 105%;
    clear: left;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8CACBB;
}

.simpleTintedTable {
	border-spacing: 0px;
	padding:	24px; 
}

.simpleTintedTable th {
	align:	 left;
	padding: 3px;
}

.simpleTintedTable .odd {
	background-color: #F8F8F8;
}

.simpleTintedTable .even {
    background-color: 	transparent;
}


div#headedBox {
	border-width: 4;
	border-color: #46a7f1;
 	background-color: #e7f1fd;
	background-repeat: repeat-x;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;

	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;

}

div#headedBox h1{
	background-color: #46a7f1;	
	background-color: #78b5f3;

	background: url("background1-46a7f1.png") #46a7f1 repeat-x 0px 0px; 

	display: block;
	height: 26px;
	line-height: 26px;
	text-indent: 8px;
	font-size:  100%;
	font-weight: bold;
	color: #ffffff;
	margin: 2px 3px 3px 3px;
}
div#headedBox p {
	margin-left: 10px;
	margin-right: 10px;
}
