@charset "UTF-8";
/* CSS Document */
#headContainer{background:#376b99;}
a, a.button span:hover, input#signInButton, #content h3 {color:#376b99;}
#topNavigation a.current, #topNavigation a:hover{color:#376b99;}
#topNavigation a:hover{	border-bottom:1px solid #151832;}

.panel .subNav a:hover, #content a:hover{color:#1b4c79;}

#leftColumn{background:#d3dde7 url(../img/ritualsTheme/rituals_panelGradient.jpg) top repeat-x;}

#headerStart{background:url(../img/ritualsTheme/rituals_leftGradient.jpg) repeat-y right;}
#headerEnd{background:url(../img/ritualsTheme/rituals_rightGradient.jpg) repeat-y left;}
#topNavigation ul {background:url(../img/ritualsTheme/rituals_transp.png) repeat;}
h2{background:url(../img/ritualsTheme/rituals_line.jpg) repeat-x bottom;}
ul.subNav li{background:url(../img/ritualsTheme/rituals_thinLine.jpg) top repeat-x; display:inline-block;}
a.smallArrow, a#signInButton{background:url(../img/ritualsTheme/rituals_arrow.png) center right no-repeat;}
.subNav a.current  {background:url(../img/ritualsTheme/rituals_hand.png) right no-repeat;}

input {
	border-top-color:#61b5d3;
	border-left-color:#61b5d3;
	border-right-color:#478ea7;
	border-bottom-color:#478ea7;
}

h5 {
	width:100%;
	border-bottom:0.1em solid #ebf0f5;
	padding-bottom:.4em;
	margin-bottom:1.6em;
	margin-top:3em;
	text-transform:uppercase;
	color:#376b99;
	font-weight:normal;
	font-size:1em;
	letter-spacing:0.1em;
}

#content table{
	width:100%;
}

.rightFloat{
	margin-right:3em;
	width:22.5em;
}

.rightCells{
text-align:right;
}
.centerCells{
text-align:center;
}
.leftCells{
text-align:left;
}

.rightCells, .centerCells, .leftCells{
	padding:0.5em 0;
}

table tr td.current {color:#376b99;}

table tr td a {
	text-decoration: underline;
}
