/* GENERIC REDEFINITIONS */
* {
	margin: 0;
	padding: 0;
	}
*:focus {
	outline: none;
}
a {
	text-decoration:none;	
	color:#0a80c0;
	font-weight:bold;
	outline:none;
	}
	a:hover {
		text-decoration: underline;
		*color:#4F9908;*
		}
	a img {
		border: none;
		}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
	}
button {
	vertical-align: middle;
}
h1 {
	font-size: 16px;
	margin: 20px 0;
	}
h2 {
	font-size: 14px;
	margin: 15px 0 2px;
	}
h3 {
	font-size: 12px;
	color: #666;
	}
hr {
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
	}
img {
	vertical-align:bottom;
	}
input {
	vertical-align: middle;
}
ol {
	margin: 0 0 0 30px;
	}
option {
	padding: 0 16px 0 0;
	}
p {
	margin: 10px 0;
	}
small {
	font-size: 10px;
	}

/* ALL-PURPOSE CLASSES */
.clear {
	clear: both;
	}
br.clear {
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
	}
.details {
	font-size: 11px;
	}
.right {
	float: right;
	}
.left {
	float: left;
	}
.blue {
	color: #0B90D3;
	}
.navy {
	color: #234D8F;
	}
.red {
	color: #D22020;
	}
.green {
	color: #328E01;
	}
.orange {
	color: #EE7D18;
	}
.pink {
	color: #EA266E;
	}
.gray {
	color: #666;
	}
.privacy {
	padding: 3px 0 3px 12px;
	background: url('images/icon_lock.jpg') no-repeat 0 3px;
	color: #666;
}
.advisory {
	padding: 3px 0 3px 12px;
	background: url('images/icon_x.jpg') no-repeat 0 4px;
	color: #d22020;
}

/* ============== */
/* Page Structure */
/* ============== */

/* HEADER */
div#header {
	height: 75px;
	background: #1262ab url('images/tile_header.jpg') repeat-x bottom;
	}
	div#header a#mycribwarelogo {
		background: #1262ab url('images/mycribwarelogo.jpg') no-repeat bottom left;	
		display: block;
		width: 175px;
		height: 75px;
		text-indent: -9999px;
		float: left;
		}

/* TOP NAVIGATION */
ul#topnav {
	float:right;
	margin-top:52px;
	list-style: none;
	}
	ul#topnav li {
		display: inline;
		float: left;
		margin-left: 2px;
		}
	ul#topnav a {
		float: left;
		background-image: url('images/topnav_tab-left.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 0 0 0 3px;
		width: auto !important;
		width: 0.1em;
		cursor: pointer;
		white-space: nowrap;
		}
	ul#topnav a span {
		display: block;
		float: left;
		height: 13px;
		padding: 5px 8px 5px 5px;
		background-image: url('images/topnav_tab-right.gif');
		background-repeat: no-repeat;
		background-position: right bottom;
		color:#fff;
		line-height: 13px;
		font-weight: bold;
		font-size: 12px;
		cursor: pointer;
		white-space: nowrap;
		}
	ul#topnav a:hover,
	ul#topnav li.current a {
		background-position: left top;
		text-decoration: none;
		}
	ul#topnav a:hover span,
	ul#topnav li.current a span {
		background-position: right top;
		color:black;
		}

/* DASHBOARD */
div#dashboard {
	padding: 5px 0;
	margin: 0 0 5px 0;
	background: #f2f2f2;
	border-bottom: 1px solid #b1b1b1;
	font-size: 11px;
	}
	div#dashboard .box {
		background-image: url(images/column770_middle.gif);
		margin: 5px 0;
		}
		div#dashboard .box_top {
			background-image: url(images/column770_top.gif);
			height: 5px;
			top: -5px;
			margin-bottom: -5px;
			}
		div#dashboard .box_mid {
			padding: 3px;
			}
		div#dashboard .box_bottom {
			background-image: url(images/column770_bottom.gif);
			}
	div#dashboard div.dash-loggedin {
		margin: 0 0 10px 0;
		clear: both;
	}
	div#dashboard div.dash-loggedin a {	
		float:none;
		display:inline;
	}
	div#dashboard a {
		display:block;
		float:left;
		background-repeat: no-repeat;
		background-position: left;
		line-height: 23px;
		height:23px;
		width: 180px;
		margin: 0 0 3px;
		}	
	div#dashboard a span.dash_button{
		width:39px;
		padding: 0 4px 0 0;
		font-size: 15px;
		line-height: 23px;
		text-align:center;
		display:block;
		float:left;
		}
	div#dashboard a.blue {
		background-image: url('images/dash_btn_blue.jpg');
		}
	div#dashboard a.green {
		background-image: url('images/dash_btn_green.jpg');
		}
	div#dashboard a.pink {
		background-image: url('images/dash_btn_pink.jpg');
		}
	div#dashboard a.orange {
		background-image: url('images/dash_btn_orange.jpg');
		}
	div#dashboard a.navy {
		background-image: url('images/dash_btn_navy.jpg');
		}

/* CONTENT */
#content {
	font-size: 11px;
	}

/* COLUMNS */
div.main-column {
	margin: 0 auto;
	text-align: left;
	width:770px;
	}
div#narrow_left_column {
	width:260px;
	float:left;
	overflow: hidden;
	}
	div#narrow_left_column div.gradient {
		background-image:  url('images/gradient_column260.jpg');
		}
	div#narrow_left_column .box {
		background-image: url('images/column260_middle.gif');
		}
		div#narrow_left_column .box_top {
			background-image: url('images/column260_top.gif');
			}
		div#narrow_left_column .box_bottom {
			background-image: url('images/column260_bottom.gif');
			}
div#narrow_right_column {
	width:205px;
	float:right;
	overflow: hidden;
	}
		
	div#narrow_right_column div.gradient_yellow {
		background-image: url('images/gradient_column205_yellow.jpg');
		}	
	div#narrow_right_column div.gradient {
		background-image: url('images/gradient_column205.jpg');
		}
	div#narrow_right_column .box {
		background-image: url('images/column205_middle.gif');
		}
		div#narrow_right_column .box_top {
			background-image: url('images/column205_top.gif');
			}
		div#narrow_right_column .box_bottom {
			background-image: url('images/column205_bottom.gif');
			}

	div#narrow_right_column .box_yellow {
		background-image: url('images/column205_middle_yellow.gif');
		background-repeat:repeat-y;
		}
		div#narrow_right_column .box_yellow .box_top {
			background-image: url('images/column205_top_yellow.gif');
			background-repeat:no-repeat;			
			}
		div#narrow_right_column .box_yellow .box_bottom {
			background-image: url('images/column205_bottom_yellow.gif');
			}			
			
div#wide_right_column {
	width:505px;
	float:right;
	overflow: hidden;
	}
	div#wide_right_column div.gradient {
		background-image: url('images/gradient_column505.jpg');
		}
	div#wide_right_column .box {
		background-image: url('images/column505_middle.gif');
		}
		div#wide_right_column .box_top {
			background-image: url('images/column505_top.gif');
			}
		div#wide_right_column .box_bottom {
			background-image: url('images/column505_bottom.gif');
			}
div#wide_left_column {
	width:560px;
	float:left;
	overflow: hidden;
	}
	div#wide_left_column div.gradient_yellow {
		background-image:  url('images/gradient_column560_yellow.jpg');
		background-repeat:no-repeat;
		}		
	div#wide_left_column div.gradient {
		background-image: url('images/gradient_column560.jpg');
		}
	div#wide_left_column .box {
		background-image: url('images/column560_middle.gif');
		}
		div#wide_left_column .box_top {
			background-image: url('images/column560_top.gif');
			}
		div#wide_left_column .box_bottom {
			background-image: url('images/column560_bottom.gif');
			}
div#full_width_column {
	width:770px;
	overflow: hidden;
	}
	div#full_width_column div.gradient {
		background-image: url('images/gradient_column770.jpg');
		}
	div#full_width_column .box {
		margin: 11px 0 5px;
		background-image: url('images/column770_middle.gif');
		}
		div#full_width_column .box_top {
			background-image: url('images/column770_top.gif');
			height: 5px;
			top: -5px;
			margin-bottom: -5px;
			}
		div#full_width_column .box_bottom {
			background-image: url('images/column770_bottom.gif');
			}

/* BOXES */
.box {
	background-repeat: repeat-y;
	margin: 11px 0 17px;
	padding: 0 6px;
	height: auto !important;
	height: 1px;
	}
	.box .box_top {
		position: relative;
		height: 6px;
		top: -6px;
		margin: 0 -6px -6px;
		background-repeat: no-repeat;
		font-size: 0px;
		line-height: 0px;
		}
	.box .box_mid {
		padding: 0 4px 4px;
		overflow: hidden;
	}
	.box .no_padding {
		padding: 0 0 4px;
		overflow: hidden;
		}
	.box .box_bottom {
		position: relative;
		height: 6px;
		top: 6px;
		margin: -6px -6px 0;
		background-repeat: no-repeat;
		font-size: 0px;
		line-height: 0px;
		}
	.box .gradient, .box .gradient_yellow {
		min-height: 26px;
		height: auto !important;
		height: 26px;
		padding: 6px;
		background-repeat: no-repeat;
		background-position: 0 0;
		}
	.box .gradient h1,
	.box .gradient h2,
	.box .gradient h3,
	.box .gradient_yellow h1,
	.box .gradient_yellow h2,
	.box .gradient_yellow h3 {
		margin: 0;
		padding: 0;
		}

/* FOOTER */
div#global-footer {
	background-color:#C9C9C9;
	padding: 15px 0 25px;
	}
	div#global-footer-menu {
		margin: 0 auto;
		text-align: left;
		width:770px;
		}
		div#global-footer-menu ul {
			list-style:none;
			margin:0; padding:0;
			display: block;
			height: 14px;
			}
		div#global-footer-menu ul li {
			height: 14px;
			line-height: 14px;
			float: left;
			display: block;
			padding: 0 0 0 7px;
			margin: 0 0 0 7px;
			border-left: 1px solid black;
			}
		div#global-footer-menu ul li.first {
			border: none;
			margin: 0;
			padding: 0;
			}
	

/* ============= */
/* Page Elements */
/* ============= */

/* USER AVATARS */
div.avatar_grid .avatar {
	margin:3px;
	display: inline;
	float: left;
}
a.avatar {
	position: relative;
	display: block;
	text-decoration: none;
	height: 90px;
	width: 90px;
}
a.avatar:hover {
	text-decoration: none;
}
.avatar:hover img {
	background: #fff url('images/photo_thumbnail_over.jpg') repeat-x bottom;
	border-color: #158fce;
}
a.avatar span {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid black;
	background: #fff;
	padding: 2px;
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	z-index: 9999;
}
/* ANNOUNCEMENT ROTATOR */
div#announcement img {
	border:0;
	}
	div#announcement .announcement_images {
		display: none;
		}

/* USER LIST */
div.user_list div.user {
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:1em;
	}
	div.user_list h2 {
		margin:0;
		}

/* MESSAGE LIST */
div.message_list .message {
	border:1px solid #ccc;
	padding:0px;
	margin-bottom:1em;
	}
	div.message h1, div.message h2, div.message h3 {
		margin:0 30px 0 0;
		}
	div.message_list div.message p {
		background:#E6E6E6;
		padding:1em;
		display:block;
		}
	div.message_list div.celeb p {
		background-color:#E3F2DA;
		}
	div.message_list div.celeb small {
		color:green;
		}
	div.message_list div.selected {
		border:1px solid #234D8F;
		}
	div.message_list div.selected td.gray {
		background:#DAF2FF;
		}
	div.message_list .unread {
		font-weight: bold;
		border-color: green;
		}
		div.message_list div.unread .message_content {
			background: url("images/btn_new.gif") no-repeat 99% 5% ;
			}
	div.message_list div.read {
		font-weight: normal;
		}
		div.message_list div.read h2 {
			font-weight: normal;
			}
			div.message_list div.read h2 a {
				font-weight: normal;
				}
		div.message_list div.read .message_content {
			background: url("images/btn_read.gif") no-repeat 99% 5% ;
			}
	div.message_list .message_content small {
		display: block;
		margin: 0 0 4px;
		}
	div.message_list table tbody tr td{
		vertical-align:top
		}
	div.message table tbody tr td {
		vertical-align:top
		}


/* YFLY MEDIA PLAYER */
#media_player {
	position: relative;
	margin: 0;
	height: 277px;
	}#media_player-object {
		position: relative;
		top: -6px;
		}


/* PHOTO ALBUMS */
dl.album {
	min-height: 135px;
	height: auto !important;
	height: 135px;
	margin: 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
	background: url(images/photos_tilebg.gif);
	}
	dl.album dt {
		float: left;
		width: 115px;
		height: 115px;
		margin: 10px;
		display: table !important;
		display: inline;
		position: relative;
		overflow: hidden;
		}
		dl.album dt a {
			display: table-cell !important;
			display: block;
			width: 115px;
			text-align: center;
			vertical-align: middle;
			position: static !important;
			position: absolute;
			top: 0 !important;
			outline: none;
			top: 50%;
			line-height: 0px;
			font-size: 0px;
			}
		dl.album dt img {
			position: relative;
			padding: 4px;
			border: 1px solid #999;
			background: #fff;
			top: 0 !important;
			top: -50%;
			}
	dl.album dd {
		margin-left: 135px;
		background: #fff;
		padding: 10px;
		min-height: 115px;
		height: auto !important;
		height: 115px;
		}
		dl.album dd h2 {
			margin-top: 0;
			}
	dl.album .polaroid {
		padding: 4px;
		}
div.album_container {
	border: 1px solid #ccc;
	background: url(images/photos_tilebg.gif);
	padding: 8px;
	text-align: center;	
	}
	div.album_container .polaroid {
		padding: 4px;
		}
div.album_grid {
	border: 1px solid #ccc;
	background: url(images/photos_tilebg.gif);
	padding: 0 0 0 3px;
	}
	div.album_grid .photo {
		float: left;
		width: 115px;
		height: 115px;
		margin: 5px 0 5px 5px;
		display: table !important;
		display: inline;
		position: relative;
		overflow: hidden;
		}
		div.album_grid .photo div {
			display: table-cell !important;
			display: block;
			width: 115px;
			text-align: center;
			vertical-align: middle;
			position: static !important;
			position: absolute;
			top: 0 !important;
			top: 50%;
			}
		div.album_grid .photo p {
			position: relative;
			top: 0 !important;
			top: -50%;
			margin: 0;
			padding: 0;
			}
		div.album_grid .photo img {
			line-height: 0px;
			font-size: 0px;
			}
		div.album_grid .photo span {
			display: block;
			height: 15px;
			margin: 3px 0 0 0;
			}
		div.album_grid .polaroid {
			padding: 4px;
			}
	div.album_grid div.owner {
		height: 133px;
	}
#select_people_in_photo {
	height: 100px;
	margin: 0 50px 0 0;
	overflow: auto;
	border: 1px solid #999;
	}

/* GROUPS */
#full_width_column #group_info {
	
	}
	#full_width_column #group_info h1 {
		font-size: 20px;
		}
	#full_width_column #group_info h3 {
		font-size: 14px;
		}
	#full_width_column #group_info p {
		font-size: 12px;
		line-height: 18px;
		}	
	#full_width_column #group_info .column1 {
		float: left;
		width: 240px;
		}
	#full_width_column #group_info .column2 {
		float: right;
		width: 500px;
		}
	#full_width_column #group_info .group_owner dt {
		float: left;
		width: 100px;
		}
	#full_width_column #group_info .group_owner dd {
		margin: 0 0 0 105px;
		height: auto !important;
		height: 1%;
		}
#group_info table td {
	padding: 0px;
	}
div#group_type {
    width: 450px;
	}
div.group_owner {
    width: 300px;
	}
div#group_types ul {
    margin: 5px 25px 0 10px;
	}
div.group {
    border:1px solid #ccc;
    padding:3px;
    margin:1em 0 1em 0;
	}

/* PROFILE */
div.profile p.synopsis {
	margin: 0 0 15px 0;
	padding: 0;
}
div.profile h1 span {
	color: #666;
}
div.profile h2, div.profile h3 {
	margin:0;
}
div.profile div.message p {
	background:#E6E6E6;
	padding:1em;
	display:block;
}
div.profile textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}

/* FLIRTS/SLAPS LIST */
div.flirts_slaps {
	
	}
	div.flirts_slaps dl {
		clear: both;
		margin: 5px 0;
		padding: 10px;
		border: 1px solid #ccc;
		background-repeat: no-repeat;
		background-position: top right;
		min-height: 90px;
		height: auto! important;
		height: 90px;
		}
		div.flirts_slaps dl.flirt {
			background-image: url('images/flirt.jpg');
			}
		div.flirts_slaps dl.slap {
			background-image: url('images/slap.jpg');
			}
	div.flirts_slaps dt {
		width: 90px;
		margin: 0;
		float: left;
		}
	div.flirts_slaps dd {
		margin: 0 0 0 95px;
		height: auto !important;
		height: 1%;
		}
		
div.right_corner_overlay {
	position: relative;
	width: 240px;
	}
	div.right_corner_overlay div {
		position: absolute;
		height:49px;
		width:89px;
		right: 5px;
		top: 4px;
		}			
		div.right_corner_overlay div.flirt {
			background-image: url(images/transparent_flirt.gif);					
			}		
		div.right_corner_overlay div.slap {
			background-image: url(images/transparent_slap.gif);
			}



/* COMMENT LIST */
div.comments {
	
	}
	div.comments dl {
		clear: both;
		padding: 10px 0 0 0;
		}
	div.comments dt {
		width: 90px;
		margin: 0;
		float: left;
		}
	div.comments dd {
		text-align: right;
		margin: 0 0 0 95px;
		}
	div.comments dd * {
		text-align: left;
		}
	div.comments dd.comment {
		padding: 0 10px;
		border: 1px solid #ccc;
		text-align: left;
		font-size: 11px;
		margin-bottom: 5px;
		}

/* BUTTON LISTS */
ul.smallbuttons {
	height: 20px;
	padding: 2px 0;
	}
	ul.smallbuttons a {
		background-image: url('images/btn_sm_blue.gif');	
		background-repeat:no-repeat;
		display:block;
		float:left;
		width:82px;
		height:19px;
		padding-top:6px;
		padding-left:20px;
		font-size: 11px;
		}
	ul.smallbuttons a:hover {
		background-position:bottom;
		color:#fff;
		}
	ul.smallbuttons a.green {
		background-image: url('images/btn_sm_green.gif');	
		}
	ul.smallbuttons a.red {
		background-image: url('images/btn_sm_red.gif');	
		}
	ul.smallbuttons a.orange {
		background-image: url('images/btn_sm_orange.gif');	
		}
	ul.smallbuttons a.flirt {
		background-image: url('images/btn_flirtback.gif');		
		}
	ul.smallbuttons a.slap {
		background-image: url('images/btn_slapback.gif');	
		}
	ul.smallbuttons a.pass {
		background-image: url('images/btn_passback.gif');
		}
		
ul.smallbuttons a.previous {
	background-image: url('images/btn_sm_left_blue.gif');
}
ul.medbuttons {
	height: 20px;
	padding: 2px 0;
	}
	ul.medbuttons a {
		background-image: url('images/btn_md_blue.gif');	
		background-repeat:no-repeat;
		display:block;
		float:left;
		width:100px;
		height:19px;
		padding-top:6px;
		padding-left:20px;
		font-size: 11px;
		}
	ul.medbuttons a:hover {
		background-position:bottom;
		color:#fff;
		}
	ul.medbuttons a.green {
		background-image: url('images/btn_md_green.gif');	
		}
	ul.medbuttons a.red {
		background-image: url('images/btn_md_red.gif');	
		}
	ul.medbuttons a.orange {
		background-image: url('images/btn_md_orange.gif');	
		}
	ul.medbuttons a.flirt {
		background-image: url('images/btn_sm_flirt.gif');	
		background-repeat:no-repeat;
		display:block;
		float:left;
		width:35px;
		height:19px;
		padding-top:6px;
		padding-left:25px;	
		}
	ul.medbuttons a.slap {
		background-image: url('images/btn_sm_slap.gif');	
		background-repeat:no-repeat;
		display:block;
		float:left;
		width:35px;
		height:19px;
		padding-top:6px;
		padding-left:25px;	
		}
		
ul.widebuttons {
	height: 20px;
	padding: 2px 0;
	}
	ul.widebuttons a {
		background-image:url('images/btn_lg_blue.gif');	
		background-repeat:none;
		background-position:top;
		display:block;
		height:19px;
		width:117px;
		padding-top:6px;
		padding-left:20px;
		float:left;
		font-size: 11px;
		}
	ul.widebuttons a:hover {
		background-position:bottom;
		color:#fff;
		}
	ul.widebuttons a.green {
		background-image: url('images/btn_lg_green.gif');	
		}
	ul.widebuttons a.red {
		background-image: url('images/btn_lg_red.gif');	
		}
	ul.widebuttons a.orange {
		background-image: url('images/btn_lg_orange.gif');	
		}
	ul.widebuttons a.flirt {
		background-image: url('images/btn_lg_flirt.gif');		
		}
	ul.widebuttons a.slap {
		background-image: url('images/btn_lg_slap.gif');	
		}
	ul.widebuttons a.pass {
		background-image: url('images/btn_pass.gif');
		}
		
ul.plainbuttons {
	display: block;
	height: 20px;
	}
	ul.plainbuttons a {
		background-repeat:no-repeat;
		display:block;
		float:left;
		height:20px;
		line-height: 20px;
		text-align: center;
		font-size: 11px;
		}
		ul.plainbuttons a.small {
			background-image: url('images/btn_pages_multi.gif');	
			width:50px;
			}
		ul.plainbuttons a.medium {
			background-image: url('images/btn_md_plain.gif');
			width: 88px;	
			}

ul.adminbuttons {
	display: block;
	height: 20px;
	}
	ul.adminbuttons a {
		background-repeat:no-repeat;
		display:block;
		float:left;
		height:20px;
		line-height: 20px;
		text-align: center;
		font-size: 10px;
		color: #666;
		font-weight: normal;
		}
		ul.adminbuttons a.small {
			background-image: url('images/btn_pages_multi.gif');	
			width:50px;
			}
		ul.adminbuttons a.medium {
			background-image: url('images/btn_md_plain.gif');
			width: 88px;	
			}
div.pagination_links {
	height: 17px;
	padding: 3px 0;
	}
	div.pagination_links a {
		background-image: url('images/btn_pages_single.gif');	
		background-repeat:no-repeat;
		display:block;
		float:left;
		width:20px;
		height:17px;
		padding-top:3px;
		text-align:center;
		}
		div.pagination_links a.active {
			background-position:bottom;
			color:#fff;
			}
	div.pagination_links a.grouped {
		background-image: url('images/btn_pages_multi.gif');	
		background-repeat:no-repeat;
		display:block;
		float:left;
		width:50px;
		height:17px;
		padding-top:3px;
		text-align:center;
		}
	div.pagination_links a:hover {
		background-position:bottom;
		color:#fff;
		}



/* TABS */
ul.chrometabs {
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	border-bottom:1px solid #ccc;
	width:100%;
	height: 30px;
	overflow:visible;
	}
	ul.chrometabs li {
		margin:0 1px;
		padding:0;
		height: 30px;
		display: block;
		float: left; 
		background:url("images/chrome_tabs-right-both.gif") no-repeat right top;
		}
		ul.chrometabs li a {
			margin:0;
			height: 13px;
			padding:10px 13px 7px 13px;
			display:block;
			float: left;
			background:url("images/chrome_tabs-left-both.gif") no-repeat left top;
			text-align:center;
			color:#666;
			}
		ul.chrometabs li.active {
			background-position:right -32px;
			height: 31px;
			}
		ul.chrometabs li.active a {
			background-position:left -32px;
			color:black;
			height: 14px;
			}
		ul.chrometabs li.first {
			margin-left:2px;
			}
		ul.chrometabs li.inbox,
		ul.chrometabs li.sent {
			width: 100px;
			}

/* USER MESSAGES, ERROR MESSAGES */
#error {
	padding: 14px 0 20px 0;
}
#error h1 {
	margin: 15px 0 0 0;
	padding: 0;
}
#error h3 {
	margin: 0 0 15px 0;
	padding: 0;
}
.flash_message {
	padding:1em;
	margin:1em;
	background-position: 9px 50%;
	background-repeat: no-repeat;
	padding-left:2em;
	border: 1px solid #777;
	}
	.flash_message ul {
		list-style:disc;
		margin-left:1em;
		padding:1em;
		}
.info {
	background-color: #d2f2c2;
	color: #338e00;
	background-image: url('images/success.gif');
	}
.notice {
	background-color: #ffa;
	color: #000;
	background-image: url('images/notice.gif');
	}
.error {
	background-color: #edc5c5;
	color: #d22020;
	font-weight: bold;
	background-image: url('images/icon_x.jpg');
	}
div.errorExplanation {
	margin:1em;
	padding:1em;
	border:1px solid #ccc;
	}
	div.errorExplanation ul li {
		line-height:1.5em;
		}

/* LISTS */
ul {
	list-style:none;
}
ul.bullet {
	list-style: disc;
	margin: 0 0 0 30px;
	}
	ul.bullet li {
		margin: 3px 0;
	}
ul.nav {
	list-style:none;
}
ul.nav li {
	display:inline;
}

/* IMAGES */
.polaroid {
	border:1px solid #ccc;
	padding:3px;
	background: #fff;
}

/* HRs (horizontals rules) */
div.line {
	margin:1em 0 1em 0;
	clear:both;
	border-top:1px solid #ccc;
	height:1px;
}

/* TABLES */
table {
	width:100%;
	border-spacing:0;
}
table tbody td {
	padding:5px;
}

table tbody.striped tr.even td {
	background-color: #efefef;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div.user_list table tbody tr td{
	vertical-align:top
}
table tbody tr td.label {
	text-align:right;
	font-weight: bold;
	width:25%;
	vertical-align: top;
}
td.gray {
	background:#eee;
	color: #000;
}

/* FORMS */
span.fieldWithErrors {
	}
form td.message_label {
	width: 125px;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	}
input.btn_lg_blue {
	font-size:.93em;
	outline:none;
	border:0;
	color:#2A9ED9;
	font-weight:bold;
	height:25px;
	width:137px;
	background:url('images/btn_lg_blue.gif');
	text-align:left;
	padding-left:20px;
	}
input.btn_lg_blue:hover {
	background-position:bottom;
	color:#fff;
	}
button {
	background: transparent url('images/btn_lg_transparent.gif') top left no-repeat;
	vertical-align: middle;
	width: 137px; 
	height: 25px;
	text-align: left;
	border: none;
	outline: none;
	line-height: 25px;
	font: bold 11px arial;
	text-indent: 20px;
	}
	button.blue {
		background: transparent url('images/btn_lg_blue.gif') top left no-repeat;
		}
	button.green {
		background: transparent url('images/btn_lg_green.gif') top left no-repeat;
		}
	button.orange {
		background: transparent url('images/btn_lg_orange.gif') top left no-repeat;
		}
	button.red {
		background: transparent url('images/btn_lg_red.gif') top left no-repeat;
		}
button.large {
	background: transparent url('images/btn_xlg_blue.gif') top left no-repeat;
	width: 170px; 
	height: 35px;
	text-align: center;
	border: none;
	outline: none;
	line-height: 35px;
	font-size: 1.3em;
	text-indent: 0;
	}
	
/* SEARCH OPTIONS */
div.search_options table {
	margin-top:1em;
	padding:1em;
	background-color:#eee;
}

div.search_options tbody.gray td {
	text-indent:1em;
}

div.search_options tbody.gray td.divider {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
}

/* PAGINATION */

div.pagination_links {
	float:right;
}



/* AUTO COMPLETION */

div.auto_complete {
  width: 350px;
  background: #fff;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected { 
  background-color: #ffb; 
}
div.auto_complete ul strong.highlight { 
  color: #800; 
  margin:0;
  padding:0;
}

/* SORTABLES */
ul.sortable {
	border:1px solid #ccc;
	min-height:20px;
	line-height:1.5em;
	padding:0.5em;
	}
	ul.sortable li {
		cursor: move;		
	}
	ul.sortable li a {
		display:inline;
	}

ul.sortable_hover {
	border:1px dashed #328E01;
	background:#efefef;
	}

ul#friendships {
	width:300px;
	height:200px;
	overflow:auto;
	}
	ul#friendships li {
		line-height:2em;
		border-bottom:1px solid #ccc;
		}
		ul#friendships span.best_friend {
			display:none;
		}

ul#top_ten {
	background:#eee;
	height:215px;
	overflow:hidden;	
	}		
	ul#top_ten li {
		display:block;
		position:relative;
		width:90px;
		height:90px;
		float:left;
		margin:0.5em;
		}	
		ul#top_ten span.friend {
			display:none;
			}		
	

/* =================== */
/* = Marketing Pages = */
/* =================== */
.home .highlight {
	float: right;
	padding: 0px 20px 5px;
	background: #dceef8;
	margin: 5px 0 0;
	width: 180px;
	}
.home .why {
	line-height: 2;
	width: 300px;
	}
.contact .highlight {
	background: #dceef8;
	padding: 5px 20px;
	}
.login .highlight {
	background: #ffe260;
	padding: 0 20px 10px;
	width: 280px;
	height: 250px;
	float: right;
}
.login .login_form {
	background: #ebf8ff;
	padding: 0 20px 10px;
	border-right: 4px solid #fff;
	margin: 0;
	width: 175px;
	height: 250px;
	float: left;
}
a#signup {
	text-indent:-9999px;
	display:block;
	height:34px;
	width:172px;
	background-image:url('images/btn_signup.jpg');
}
}
a#blogger {
	background-image:url('images/blogger.gif');
}
.step_one {
	background: url('images/numbers_stage1.jpg') no-repeat;
	width: 127px;
	height: 28px;
	text-indent: -9999px;
	float: right;
}
.step_two {
	background: url('images/numbers_stage2.jpg') no-repeat;
	width: 127px;
	height: 28px;
	text-indent: -9999px;
	float: right;
}
.step_three {
	background: url('images/numbers_stage3.jpg') no-repeat;
	width: 127px;
	height: 28px;
	text-indent: -9999px;
	float: right;
}

/* GENERIC */
.user_actions {
	padding: 3px;
}
.tribal {
	text-align:center;
}

div.invite_yellow {
	background: #FFE260;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}
p.signup_url {
	font-size: 1.15em;
	font-weight: 700;
}