* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(images/gifs/headerbg.gif) left 74px repeat-x;
	background-color: #f1f1f1;
	color: #1c447f;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #7F2D0C;
} 
img {
	border: none;
}
h2 {
	color: #1c447f;
}

input, select {
	margin: 3px;
	padding: 2px;
}



/*	LAYOUT	*/
#container {
	margin: 0 auto 0 auto;
	width: 986px;	
}
#header {
	height: 140px;
}
#headerleft {
	float: left;
	display: inline;
	width: 233px;;
	height: 140px;
}
#headermid {
	float: left;
	width: 264px;
	height: 140px;
}
	#hmtop {
		height: 90px;
		background-image: url(images/gifs/headerbg.gif);
		background-position: bottom;
		background-repeat: repeat-x;
	}
#headerright {
	float: left;
	width: 489px;
}
	#hrtop {
		height: 20px;
		text-align: right;
	}
	#hrmid {
		height: 70px;
		background-image: url(images/gifs/headerbg.gif);
		background-position: bottom;
		background-repeat: repeat-x;
	}
	#hrbottom {
		height: 50px;
		text-align: right;
	}
#content {
}
#top {}
#left {
	width: 728px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 20px;
	float: left;
	display: inline;
}
#right {
	float: right;
	width: 218px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	display: inline;
}
#tabbox {
	width: 727px;
}
	#tabcontainer {
		padding-left: 10px;
	}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #19417e;
	font-size: 18px;
}
.paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
#videobox {
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
	#vbleft {
		float: left;
		width: 190px;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding-top: 50px;
	}
		.vbheader {
			color: #19417e;
			font-size: 18px;
			line-height: 40px;
		}
		.vbbig {
			font-size: 18px;
			line-height: 22px;
		}
		.vbvotes {
			font-size: 11px;
			font-weight: normal;
			line-height: 40px;
		}
		.vbheader2 {
			color: #19417e;
			font-size: 14px;
			line-height: 25px;
		}
		.vbsmall {
			font-size: 14px;
			line-height: 18px;
		}
		.vbblue {
			color: #19417e;
		}
		.vbpink {
			color: #da0fcd;
		}
	#vbright {
		width: 538px;
		float: left;
		text-align: center;
	}
#viewprofile {
	float: left;
	background-color: #d7e0e9;
	border-color: #1c447f;
	border-width: 3px;
	border-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
	#vpleft {
		width: 150px;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
	}
	#vpmid {
		width: 322px;
		float: left;
		padding-left: 8px;
		padding-right: 6px;
	}
	#vpright {
		width: 205px;
		float: left;
		padding-left: 7px;
		padding-right: 13px;
	}
#meetme {
	float: left;
	background-color: #d7e0e9;
	border-color: #1c447f;
	border-width: 3px;
	border-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1c447f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
	#mmleft {
		float: left;
		width: 468px;
		padding-left: 8px;
		padding-right: 4px;
	}
		#mmleft ul {
			list-style: none;
			display: block;
		}
		.noteheader {
			font-size: 16px;
			padding-top: 0;
		}
		#subject {
			color: #333333;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			height: 18px;
			width: 300px;
			padding-top: 4px;
			padding-left: 4px;
			padding-right: 4px;
			padding-bottom: 4px;
			margin-top: 5px;
			margin-bottom: 15px;
		}
		#message {
			color: #222222;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			height: 100px;
			width: 450px;
			padding-top: 4px;
			padding-left: 4px;
			padding-right: 4px;
			padding-bottom: 4px;
			margin-top: 5px;
			margin-bottom: 15px;
		}
		#mmleft ul li ul li {
			display: block;
			float: right;
			padding-left: 5px;
			padding-right: 5px;
		}			
	#mmright {
		float: right;
		width: 219px;
		padding-left: 4px;
		padding-right: 8px;
	}
#tellafriend {
	float: left;
	background-color: #d7e0e9;
	border-color: #1c447f;
	border-width: 3px;
	border-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1c447f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
	#name, #email {
		color: #333333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 18px;
		width: 300px;
		padding-top: 4px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 4px;
		margin-top: 5px;
		margin-bottom: 15px;
	}
		.sharerow {
			display: block;
			list-style: none;
			float: left;
			width: 207px;
			font-size: 14px;
		}
		.sharerow li {
			float: left;
			padding-left: 3%;
			padding-top: 4px;
			width: 47%;
			text-align: center;
		}
.vpheader {
	color: #1c447f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.tbtab {
	margin-bottom: -3px;
	padding-left: 2px;
	padding-right: 2px;
}
.tbcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	float: left;
}
.tbcontente {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	width: 300px;
	float: left;
}
.tbcontent p {
	padding-top: 4px;
	padding-bottom: 4px;
}
.tbcontente p {
	padding-top: 4px;
	padding-bottom: 4px;
}
.vpname {
	color: #1c447f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.vpblue {
	color: #1c447f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.black {
	color: #000000;
}
.center {
	text-align: center;
}

.ad {
	padding-left: 34px;
}
#btm {
	clear: both;
	text-align: center;
}
#footer{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c447f;
}

/*	IDs	*/
#username, #password {
	color: #9b9b9b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	width: 200px;
	padding-top: 4px;
	padding-left: 4px;
	border: 1px solid #7f9db9;
}
#loginboxcontent {
	margin-left: 7px;
	margin-right: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c447f;
	height: 100%;
}
	#loginboxcontent ul {
		list-style: none;
		float: left;
	}
	#loginboxcontent ul li {
		margin-top: 6px;
	}
	#loginboxcontent a {
		color: #1c447f;
	}
	.loginboximage {
		float: right;
		padding-left: 8px;
		padding-right: 8px;
	}
#rated_box {
	width: 194px;
}
#logo {
	float: right;
	padding-top: 9px;
}
#login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1c447f;
	padding-right: 5px;
	padding-top: 4px;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0;
}
#tabs {
	float: right;
	list-style: none;
}
#tabs li {
	float: left;
	padding-top: 8px;
	padding-left: 1px;
	padding-right: 1px;
}
#searchusers {
	
	padding-top: 2px;
}
/* CLASSes */
.userboxes {
	list-style: none;
	text-align: center;
	display: block;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
}
	.userboxes li {
		display: block;
		width: 86px;
		float: left;
		padding: 0 4px 0 0;
	}
	.userboxes li div {
		padding-top: 6px;
	}
	.userboxes li div div {
		background-image: url(images/pngs/userboxbg.png);
		background-position: top;
		background-repeat: no-repeat;
		padding: 0;
		height: 83px;
		width: 80px;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 3px;
	}
	.userboxes li ul {
		
	}
	.userboxes li ul li {
		background: none;
		padding: 0;
	}
	.ubfavorites li {
		padding-left: 5px;
		padding-right: 5px;
	}
	.ubfavorites li div div {
		background-position: 0 -19px;
		height: 64px;
	}
.box {
	width: 480px;
	border: 2px #fff solid;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.boxheaderblue {
	color: #1c447f;
	font-size: 16px;
	font-family: Garamond, Verdana, Arial;
	font-weight: bold;
	padding-left: 7px;
}
.boxheaderpink {
	color: #db6ad4;
	font-size: 20px;
	font-family: Garamond, Verdana, Arial;
	font-weight: bold;
	padding-left: 7px;
}
.grey {
	color: #676767;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}
.greybold {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.blue {
	color: #1c447f;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
}
.bluebold {
	color: #19417e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.pinkbold {
	color: #da0fcd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.ubpadleft {
	padding-left: 15px;
}
.boxcontent {
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 466px;
}
.5pxpadleft {
	padding-left: 5px;
	display: block;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clear {
	clear: both;
}
.t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}
.t_left {
	text-align: left;
}
.uline {
	text-decoration: underline;
}
.no_bull {
	list-style-type: none;
}
ul.inlist {
	margin: 6px 0;
}
ul.inlist li {
	display: inline;
}
ul.inlist li a {
	font-size: 11px;
	padding: 0 4px;
}
.row {

}
.l_box {
	background:  url(images/pngs/left_heading.png) no-repeat top left;
	margin:  0 4px;
}
.l_box_content {
	background: #163659;
	border-bottom: 1px solid #3a5879;
	border-right: 1px solid #3a5879;
	border-left: 1px solid #3a5879;
	padding: 3px 0;
	margin: 0 1px 24px 4px;	
}
.l_box h3 {
	font-size: 18px;
	line-height: 36px;
	padding: 0 12px;
	font-weight: normal;
}
.r_box {
	background: url(images/pngs/}right_heading.png) no-repeat top right;
}
.r_box_content {
	background: #264260;
	padding: 18px 4px;
	border-bottom: 8px solid #143253;
	border-top: 4px solid #143253;
	border-left: 2px solid #143253;
	border-right: 2px solid #143253;	 
}
.r_box h3 {
	font-size: 18px;
	line-height: 36px;
	padding: 0 12px;
	text-align: right;
	font-weight: normal;
}
.r_box h4 {
	background: url(images/pngs/bullets.png) no-repeat center left;
	font-size: 12px;
	font-weight: normal;	
	float: left;
	width: 110px;
	padding-left: 30px;
}
.r_box p {
	font-size: 9px;
	float: right;
	width: 200px;
	text-align: right;
}
.copy, .contact_link {
	padding-top: 8px;
}

/*

===================================
CUSTOM
===================================

*/
.title{
	border-bottom: 1px solid #000;
}
.form{
	border-collapse: collapse;
	border: 1px solid #000;
}
.form tr{
	background: #7ac;
	margin: 5px;
}	
.form td{
	padding: 10px;
	font: bold 90% tahoma;
	color: #fff;
}

#register {
}

.error {
}

.form_submit td{
	text-align: right;
	background: #cde;
}

.notify {
	width: 350px;
	border: 1px solid #000;
}

.notify_header {
	background: #67a;
	color: #fff;
	font: bold 80% tahoma;
	padding: 3px;
}

.notify_item {
	font: normal 80% tahoma;
	padding: 3px;
	border-top: 1px solid #ccc;
}

#inbox {
	width: 500px;
}

.inbox_select {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#inbox_table {
	border: 1px solid #000;
	border-collapse: collapse;
}

#inbox_table th {
	padding: 5px;
	background: #67a;
	color: #fff;
}

#inbox_table td {
	text-align: center;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #ccc;
}

#inbox_table td a {
	text-decoration: none;
	color: #000;
}

#inbox_table td a:hover {
	text-decoration: underline;
}

#inbox_nav {
}

#inbox_message {
	border: 1px solid #000;
	padding: 5px;
}

#reply_box {
	border: 1px solid #ddd;
	background: #eef;
	padding: 5px;
	width: 300px;
}

.photo_list {
	border: 1px solid #ccc;
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.photo_list img{
	border: 0;
}

.match_list {
	border: 1px solid #ccc;
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.match_list img{
	border: 0;
}

.match_list a{
	text-decoration: none;
	color: #000;
}

.match_list a:hover{
	text-decoration: underline;
}

#message_popup{
	position: absolute; 
	border: solid 1px #ccc;
	background:  #ff9;
	color: #000;
	display: none;
	padding: 4px;
}

#close_popup {
	float: right;
	margin-top: -25px;
	position: relative;
}

#close_popup img{
	border: 0;
}

.profile_tag_edit {
	border: 1px solid #ccc;
	background: #ff9 url('images/icons/delete.png') no-repeat;
	background-position: right;
	padding: 3px;
	padding-right: 20px;
	font-size: 90%;
	cursor: pointer;
	margin: 3px;
	float: left;
}

.profile_tag {
	border: 1px solid #ccc;
	background: #fdf url('images/icons/zoom.png') no-repeat;
	background-position: right;
	padding: 3px;
	padding-right: 20px;
	font-size: 90%;
	cursor: pointer;
	margin: 3px;
	float: left;
}

.profile_tag a{
	color: #000;
}

.profile_tag a:hover{
	text-decoration: none;
	font-weight: bold;
}

#tagger_error {
	color: #f00;
	font-size: 80%;
}

#edit_profile td{
	vertical-align: top;
	padding-right: 20px;
}

.image_list {
/*	border: 1px solid #ccc;
	background: #ff9; */
	padding: 3px;
	margin: 3px;
}

#profile {
	background: #d7e0e9;
	border: 2px solid #1c447f;
	padding: 5px;
	margin-top: 15px;
	font-family: Verdana;
	font-size: 70%;
}

#profile b {
	color: #1c447f;
	font-weight: normal;
}

#profile a{
	color: #000;
	text-decoration: none;
}

#profile img{
	border: 0;
}

#profile_left{
	float: left;
	width: 150px;
}

#profile_center{
	float: left;
}

#profile_description {
	background: #fff;
}

#profile_media{
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
}

#profile_image img{
	border: 2px solid #1c447f;
}


#profile_gifts {
	border: 1px dashed #000;
	width: 100px;
	text-align: center;
	padding: 5px;
}

#profile_tabs {
	margin-top: -27px;
	font-size: 130%;
	background: #1c447f;
	width: 350px;
	color: #fff;
	border: 2px solid #1c447f;
	border-bottom: 0px;
	float: right;
}

#profile_tabs a{
	color: #fff;
}

.gift_list {
	border: 1px solid #ccc;
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.gift_list img{
	border: 0;
}

.gift_item {
	border: 2px solid #1c447f;
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
	background: #c7e1f6;
}

.giftrow {
	display: block;
	list-style: none;
	font-size: 14px;
}
.giftrow li {
	float: left;
	padding-left: 3%;
	text-align: center;
	width: 75px;
	padding-top: 4px;
}

.gift_item img{
	border: 0;
}

.gift-box {
	width: 175px;
}

.gift-content {
	width: 175px;
	background: url('images/gifs/gift_tile.gif') repeat-y;
	font-weight: bold;
}

.gift-top {
	background: url('images/gifs/gift_top.gif');
	width: 175px;
	height: 13px;
}

.gift-bottom  {
	background: url('images/gifs/gift_bottom.gif');
	width: 175px;
	height: 11px;	
}

#cart td{
	text-align: center;
	padding: 5px;
	padding-top: 25px;
	margin: 5px;
	border-bottom: 1px solid black;
}


.shop_item {
	border: 2px solid #1c447f;
	float: left;
	text-align: center;
	margin: 5px;
	padding: 5px;
	width: 200px;
	background: #c7e1f6;
}

.shop_item img{
	border: 0;
}

.search_result {
	float: left;
	border: 2px solid #fff;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.search_result a{
	color: #1c447f;
	font-weight: bolder;
	text-decoration: none;
}

.search_result a:hover {
	text-decoration: underline;
}	

/*Profile Page Additions*/
#profilecontent {
	width: 740px;
	overflow: hidden;
}
	#plinks {
		width: 100%;
		text-align: right;
	}
	#plinks a {
		color: #1c447f;
		text-decoration: none;
	}
	#pleft {
		width: 175px;
		float: left;
		display: inline;
		text-align: center;
	}
	#pright {
		padding: 15px 0 0 15px;
		width: 550px;
		float: right;
		display: inline;
	}
	* html #pright {
		width: 500px;
	}
	.pbox {
		background: #e3e6ea;
		width: 512px;
		margin: 0 0 10px 0;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	.pboxtop {
		background: url(images/gifs/pboxtop.gif) top left no-repeat;
		width: 100%;
		height: 11px;
	}
	.pboxcontent {
		padding: 0 10px 0 10px;
	}
	.pboxbottom {
		background: url(images/gifs/pboxbottom.gif) top left no-repeat;
		width: 100%;
		height: 11px;
	}
	.pboximages img {
		margin: 8px;
		border: 1px #b0bed2 solid;
	}
	.pbox table td {
		padding: 3px 5px 3px 5px;
	}
	.grey2 {
		color: #676767;
		font: Verdana, Arial, Helvetica, sans-serif;
	}
	.size18 {
		font-size: 18px;
	}
	.size10 {
		font-size: 10px;
	}
