﻿h2 {
        clear: both;
}

.homeSidebarMessage {

}

.homeMessage, .homeSidebarMessage  {
	border:1px solid #D1C8B3;
	background-color:#F2F0DE;
	padding: 8px;
        margin-bottom: 10px;
}
.homeMessageHeader, .homeMessageHeader a, .homeSidebarMessage h3 {
	font-size: 16px;
line-height: 20px;
	color:#13398A;
	font-weight:normal;
	text-decoration:none;
margin-bottom: 10px;
}


#previousNext {
        margin-top: 20px;
        text-align: center;
}

#previousNext a {
        margin: 0 10px;
        display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
        color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');

}


#previousNext a:hover {
	text-decoration: none;
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');

}
#previousNext a:active {
	position: relative;
	top: 1px;
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

	table.expenses td {
	    padding: 0 10px 5px 0;	
            text-align: left;
	}
	
	table.expenses td.middle {
	    padding-right: 30px;
            text-align: right;	
	}
	
	table.expenses td.final {
            padding-right: 0;
            text-align: right;	
	}
.nivo-controlNav {
     display:none; 
}