h2 {
margin-top: 0;
}

.container {
padding: 0 40px 0 40px;
}

table table {table-layout: auto}
.users td, .user_friends td {
     padding-left: 40px;
     padding-right: 10px;
 }
tr .even {background: #CCC}
.events td {
    padding-left: 40px;
    padding-right: 10px;
}
.great {
  font-size:larger;
}

.great_date {
	font-weight:bold;
}
.avatar {
    float: left;
    padding: 10px;
    width: 100px;
	border: 0;
}
.wide {
    width:100%
}
.calculate_form {
    width: 190px
}
.fieldWithErrors {
    color: red;
    padding: 0;
    margin: 0;
}
.header {
background:white;
}

table.user_friends td, th.center { 
text-align: center; 
}

.friend_type{
font-weight:bold;
}

.user_today {
padding: 10px;
font-family: monospace;
#border-bottom: 1px dashed black;
font-size: 90%;
}

.copyright {
padding-top: 5px;
font-family: monospace;
border-top: 1px dashed black;
font-size: larger;
}

.left_col {

}

.right_col {
}

.center_col {

}

.page_title {
width: 100%;
border: 1px dashed black;
padding:0 0 0 10px;
background: aliceblue;
}

.x_years {color: crimson; font-weight:bold }
.x_months { color: mediumorchid; font-weight:bold }
.x_weeks {color: lightseagreen; font-weight:bold}
.x_days {color: peru; font-weight:bold}
.x_minutes {color: darkorange; font-weight:bold}
.x_seconds {color: seagreen; font-weight:bold}

.notice, .success, .warning, .error, .validation {
text-align: center;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
display:none;
}
.notice {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/error.png');
}

.tagline {
font-weight: bold;
font-size: 150%;
letter-spacing: 120%;
color: crimson;
text-shadow : 1px 2px 5px blue;
font-style: italic;
}

.intro 
{
	padding: 20px 26px 26px 20px;
	border-top: #DBEEF2 10px solid;
	border-right: #B7DDE6 10px solid;
	border-bottom: #B7DDE6 10px solid;
	border-left: #DBEEF2 10px solid;
	width: 90%;
}
	

#================ pagination
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;

	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;

		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;

		color: #DDD;
	}
