/* ********** [ CONTENT HEADER ] ********** */

div#content div.title_wrap {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 0px 10px; }

	div#content div.title_wrap div.title {
		float: left; }

		div#content div.title_wrap div.title h1 {
			margin: 0px;
			padding: 0px;
			font: 18px/28px Trebuchet MS, tahoma;
			font-weight: bold;
		        color: #ffffff; }
                  
div#content div.options {
	height: 29px;
	float: right;
	display: block; }

	div#content div.options ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none; }

		div#content div.options ul li {
			margin: 0px;
			padding: 0px;
			float: left; }

			div#content div.options ul li span {
				margin: 0px 0px 0px 15px;
				display: block;
				float: left;
				font: 12px/28px tahoma;
				color: #ffffff; }
            
			div#content div.options ul li a {
				margin: 0px 0px 0px 15px;
				display: block;
				float: left;
				font: 15px/28px tahoma;
		        	color: #00ff00;
                                text-decoration: none; }

				div#content div.options ul li a:hover {
					text-decoration: underline; }



/* ********** [ CONTENT SUB HEADER ] ********** */

div#content div.subtitle_wrap {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 10px; }

	div#content div.subtitle_wrap div.title { }

		div#content div.subtitle_wrap div.title h1 {
			margin: 0px;
			padding: 0px;
			font: 18px Trebuchet MS, tahoma;
			font-weight: bold;
			color: #ffffff; }
            
div#content div.suboptions {
	height: 30px;
	display: block;
	padding: 0px 0px 0px 10px; }

	div#content div.suboptions ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none; }

		div#content div.suboptions ul li {
			margin: 0px;
			padding: 0px;
			float: left; }

			div#content div.suboptions ul li a {
				margin: 0px 15px 0px 0px;
				display: block;
				float: left;
				font: 12px/29px tahoma;
			        color: #ffffff;
                                text-decoration: none; }

				div#content div.suboptions ul li a:hover {
					text-decoration: underline; }



/* ********** [ CONTENT FOOTER ] ********** */

div#content div.outter div.footer {
	margin: 10px 0px;
	padding: 0px;
	font: 12px tahoma;
	color: #b2b2b2; }

	div#content div.outter div.footer a {
		font: 12px tahoma;
		color: #b2b2b2;
		text-decoration: none; }

		div#content div.outter div.footer a:hover {
			color: #ffffff;
			text-decoration: underline; }



/* ********** [ ALL CONTENT WRAP ] ********** */

div#content div.outter {
	margin: 0px 10px 10px 10px; }



/* ********** [ GENERAL CONTENT ] ********** */

/* user grid */

div.datagrid {
	margin: 0px 0px 10px 0px; }

	div.datagrid div.odd,
	div.datagrid div.even,
	div.datagrid div.single { }

	div.datagrid table.datagrid {
		width: 100%;
		border: 0px; }

		/* rows */

		div.datagrid div.odd {
			background: #414141;
			border: 1px solid #585858; }

			div.datagrid div.odd table.datagrid { }

		div.datagrid div.even {
			background: #414141;
			border: 1px solid #585858; }

			div.datagrid div.even table.datagrid { }

		div.datagrid div.single {
			background: #414141;
			border: 1px solid #585858; }

			div.datagrid div.single table.datagrid { }

		/*div#content div.outter table.chat {
			width: 450px; }*/

		/* item */

		table.datagrid td.item {
			padding: 10px 0px 10px 10px;
			vertical-align: top; }

			table.datagrid td.item div.player { }

			table.datagrid td.item div.image { }

				table.datagrid td.item div.image img { }

				table.datagrid td.item div.image a img {
					border: 2px solid #ffffff; }

				table.datagrid td.item div.image a:hover img {
					border: 2px solid #ffffff; }

		/* content */

		table.datagrid td.data {
			padding: 10px;
			width: 100%;
			vertical-align: top; }

			/* header */
			table.datagrid td.data h2 {
				margin: 0px 0px 5px 0px;
				padding: 0px;
				float: left;
				font: 12px tahoma;
				font-weight: bold;
				color: #e2ba00; }

				table.datagrid td.data h2 a {
					float: left;
					font: 12px/18px tahoma;
					font-weight: bold;
					color: #e2ba00;
					text-decoration: none; }

				table.datagrid td.data h2 a:hover {
					color: #f2c700; }

			/* image */
			table.datagrid td.data div.image {
				margin: 0px 10px 0px 0px;
				float: left; }

				table.datagrid td.data div.image img { }

				table.datagrid td.data div.image a img {
					border: 2px solid #ffffff; }

				table.datagrid td.data div.image a:hover img {
					border: 2px solid #ffffff; }

			/* player */
			table.datagrid td.data div.player {
				padding: 0px 0px 10px 0px;
				float: left;
				font: 12px arial;
				color: #404040; }

			/* form */
			table.datagrid td.data div.form {
				margin-right: 10px; }

			/* entry */
			table.datagrid td.data div.entry {
				clear: left; }

				table.datagrid td.data div.entry div.paragraph {
					font: 12px/18px tahoma;
					color: #ffffff;
					text-align: justify; }

					table.datagrid td.data div.entry div.paragraph span {
						font-weight: bold;
						display: block; }

					table.datagrid td.data div.entry div.paragraph a {
						font: 12px/18px tahoma;
						color: #e2ba00;
						text-decoration: none; }

						table.datagrid td.data div.entry div.paragraph a:hover {
							text-decoration: underline; }

			/* datainfo */
			table.datagrid td.data div.datainfo {
				clear: left; }

				table.datagrid td.data dl.datainfo {
					margin: 0px;
					padding: 0px;
					width: 300px;
					float: left; }

					table.datagrid td.data dl.datainfo dt {
						margin: 0px;
						padding: 0px 5px 0px 0px;
						float: left;
						font: 12px/18px tahoma;
						font-weight: bold;
						color: #b2b2b2; }

					table.datagrid td.data dl.datainfo dd {
						margin: 0px;
						padding: 0px;
						font: 12px/18px tahoma;
						color: #ffffff; }

			/* quickinfo */
			table.datagrid td.data div.quickinfo {
				clear: left; }

				table.datagrid td.data dl.quickinfo {
					margin: 5px 0px 0px 0px;
					padding: 0px;
					width: 300px;
					float: left; }

					table.datagrid td.data dl.quickinfo dt {
						margin: 0px;
						padding: 0px 5px 0px 0px;
						float: left;
						font: 11px/18px arial;
						font-weight: bold;
						color: #b2b2b2; }

					table.datagrid td.data dl.quickinfo dd {
						margin: 0px;
						padding: 0px;
						font: 11px/18px arial;
						color: #ffffff; }

			/* actions */
			table.datagrid td.data div.actions {
				margin-left: 10px;
				padding: 0px 0px 5px 5px;
				float: right;
				border: 1px solid #585858;
				border-width: 0px 0px 1px 1px; }

				table.datagrid td.data ul.actions {
					margin: 0px;
					padding: 0px;
					width: 120px;
					list-style-type: none; }

					table.datagrid td.data ul.actions li {
						margin: 0px;
						padding: 0px;
						float: left;
	    				display: block;
						font: 11px/18px tahoma;
						color: #b2b2b2;
						width: 120px; }

						table.datagrid td.data ul.actions li.status {
							padding-left: 24px;
							width: 96px;
							background: url("icon_online.png") no-repeat 4px 2px;
							color: #aeecb4; }

						table.datagrid td.data ul.actions li.profile a {
							background: url("icon_profile.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.pictures a {
							background: url("icon_pictures.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.edit a {
							background: url("icon_edit.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.remove a {
							background: url("icon_remove.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.primary a {
							background: url("icon_primary.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.comments a {
							background: url("icon_comments.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.approve a {
							background: url("icon_approve.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.join a {
							background: url("icon_join.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.guests a {
							background: url("icon_guests.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.leave a {
							background: url("icon_leave.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.chat a {
							background: url("icon_chat.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.friends a {
							background: url("icon_friends.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.favorites a {
							background: url("icon_favorites.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.wink {
							position: relative; }

						table.datagrid td.data ul.actions li.wink a {
							background: url("icon_wink.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.message a {
							background: url("icon_message.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li.block a {
							background: url("icon_block.png") no-repeat 4px 2px; }

						table.datagrid td.data ul.actions li a {
							padding-left: 24px;
							width: 96px;
							float: right;
	    					display: block;
							font: 11px/20px tahoma;
							color: #b2b2b2;
							text-decoration: none; }

						table.datagrid td.data ul.actions li a:hover {
							color: #e2ba00; }


/* ********** [ LIST CONTENT ] ********** */

/* list grid */

div.listgrid {
	margin: 0px 0px 10px 0px; }

	div.listgrid div.single { }

	table.listgrid {
		width: 100%;
		border: 0px; }

		table.listgrid td {
			padding: 4px;
		    font: 12px arial;
			color: #ffffff;
			background: #4f4f4f; }

			table.listgrid td a {
				font: 12px arial;
				color: #ffffff;
				text-decoration: none; }

				table.listgrid td a:hover {
					text-decoration: underline; }

			table.listgrid td a.new {
				font-weight: bold; }

		table.listgrid tr.header td {
			font-weight: bold;
			color: #e2ba00;
			background: #414141; }

		table.listgrid tr.footer td {
			text-align: right; }

		table.listgrid tr.even td {
			background: #464646; }

			table.listgrid tr td.name {
				width: 150px; }

			table.listgrid tr td.date {
				width: 120px; }

			table.listgrid tr td.checkbox {
				width: 32px; }



/* ********** [ CALENDAR CONTENT ] ********** */

/* list grid */

div.calendargrid {
	margin: 0px 0px 10px 0px; }

	div.listgrid div.single { }

	table.calendargrid {
		width: 100%;
		background: #4f4f4f;
		border: 0px; }

		table.calendargrid td {
			background: #444444; }

			table.calendargrid tr.weekdays td {
				padding: 4px;
			    font: 12px arial;
				color: #e2ba00;
			    font-weight: bold;
			    background: #414141;
			    text-align: center; }

			table.calendargrid td.eventdays {
				padding: 4px 4px 0px 4px;
				height: 50px;
				width: 80px; }

			table.calendargrid td.eventtoday {
				background: #484848; }

			table.calendargrid td h2 {
                margin: 0px 0px 4px 0px; padding: 0px;
			    font: 11px arial;
			    font-weight: bold;
				color: #ffffff; }

			table.calendargrid td a {
                margin: 0px; padding: 0px;
			    font: 10px arial;
				color: #e2ba00;
				text-decoration: none; }

				table.calendargrid td a:hover {
					text-decoration: underline; }



/* ********** [ REPORT AND RATE ] ********** */

div.outter div.report,
div.outter div.rating {
	padding-left: 10px;
	float: right; }

div.outter div.report div.report-inner,
div.outter div.rating div.rating-inner {
	position: relative; }

	/* winks */
	div.outter div.winkbox {
		padding: 10px;
		z-index: 1;
		position: absolute;
		top: 19px; right: 0px;
		background-color: #656565;
		border: 1px solid #cccccc; }

		div.outter ul.actions li.wink div.winkbox a {
			padding: 0px;
			margin-top: 5px;
			width: 73px;
			height: 29px;
			display: block;
			float: none;
			font: bold 11px/29px tahoma;
			color: #474646;
			text-decoration: none;
			text-align: center;
			background: url("button_hover_small.png") no-repeat; }

			div.outter ul.actions li.wink div.winkbox a:hover {
				text-decoration: none;
				background: url("button_hover_small.png") no-repeat 0px -29px; }

	/* report */
	div.outter div.report p {
		margin: 0px;
		padding: 0px; }

		div.outter div.report a {
			font: 11px tahoma;
			color: #b2b2b2;
			text-decoration: none; }

			div.outter div.report a:hover {
				text-decoration: underline; }

	div.outter div.reportbox {
		padding: 10px;
		z-index: 1;
		position: absolute;
		top: 0px; right: 0px;
		background: #656565;
		border: 1px solid #cccccc; }

		div.outter div.reportbox p.response {
			margin: 0px;
			padding: 0px;
			font: 12px tahoma;
			color: #ffffff;
			white-space: nowrap; }

		div.outter div.reportbox a {
			margin-top: 5px;
			width: 73px;
			height: 29px;
			display: block;
			font: bold 11px/29px tahoma;
			color: #ff871f;
			text-align: center;
			background: url("button_hover_small.png") no-repeat;
			text-decoration: none; }

			div.outter div.reportbox a:hover {
				text-decoration: none;
				background: url("button_hover_small.png") no-repeat 0px -29px; }


	/* rating */
	div.outter div.rating p {
		margin: 0px;
		padding: 0px; }

		div.outter div.rating a {
			font: 11px tahoma;
			color: #b2b2b2;
			text-decoration: none; }

			div.outter div.rating a:hover {
				text-decoration: underline; }

	div.outter div.ratingbox {
		padding: 10px;
		z-index: 1;
		position: absolute;
		top: 0px; right: 0px;
		background: #656565;
		border: 1px solid #cccccc; }

		div.outter div.ratingbox p.response {
			margin:0px;
			padding: 0px; }

			div.outter div.ratingbox p.response {
				font: 12px tahoma;
				color: #ffffff;
				white-space: nowrap; }

			div.outter div.ratingbox p.selscore {
				white-space: nowrap; }

			div.outter div.ratingbox p.currscore {
				margin-top: 5px;
				font: 11px tahoma;
				color: #ffffff;
				white-space: nowrap; }


/* ********** [ SMILIES BOX ] ********** */
div.outter div.smilies {
	width: 16px;
	height: 16px; }

div.outter div.smilies div.smilies-inner {
	position: relative; }

	div.outter div.smilies p {
		margin: 0px;
		padding: 0px; }

		div.outter div.smilies a {
			font: 11px tahoma;
			color: #ffffff;
			text-decoration: none; }

			div.outter div.smilies a:hover {
				text-decoration: underline; }

	div.outter div.smiliesbox {
		padding: 4px 0px 0px 4px;
		width: 120px;
		z-index: 1;
		position: absolute;
		bottom: 16px; right: 0px;
		background: #656565;
		border: 1px solid #cccccc; }

		div.outter div.smiliesbox div.smiliesitem {
			margin: 0px 4px 4px 0px;
			width: 16px;
			height: 16px;
			float: left; }



/* ********** [ OVERRIDES ] ********** */

/* homepage */
div.page_homepage {
	margin: 10px; }

/* member's private page */
div.account_home_data table.datagrid dl.datainfo {
	width: 570px; }

/* member's public page */
div.page_member_profile_data table.datagrid dl.datainfo {
	width: 570px; }

/* news image */
div.page_news table.datagrid td.data div.image,
div.page_news_details table.datagrid td.data div.image {
	margin: 0px 0px 0px 10px;
	float: right; }

/* rate pictures */
div.page_rate table.datagrid td.item div.image {
	text-align: center; }

div.page_rate table.datagrid td.data div.paragraph {
	text-align: center; }

/* member profile pictures */
div.page_member_pictures table.datagrid td.item div.image {
	margin-left: 15px;
	margin-right: 15px;
	float: left; }

div.page_member_pictures_view table.datagrid td.item div.image {
	text-align: center; }

/* member profile videos */
div.page_member_videos table.datagrid td.item div.image {
	margin-right: 10px;
	float: left; }

div.page_member_videos_view table.datagrid td.item div.image {
	text-align: center; }

/* member messages view */
div.page_account_messages_view div.message_view {
    padding: 4px;
    height: 150px;
    width: 435px;
    overflow: auto;
    font: 11px verdana;
    color: #000000;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    background-color: #FFFFFF; }


/* ********** [ FORM TEXT BOXES ] ********** */
input.text_small {
    width: 435px; }

input.text_full {
    width: 100%; }

textarea.textarea_small {
    width: 435px;
    height: 120px; }

textarea.textarea_full {
    width: 100%;
    height: 120px; }

textarea.public_textarea_small, textarea.public_textarea_full {
    width: 100%;
    height: 80px; }


/* ********** [ HOMEPAGE ] ********** */

div.content_page {
	margin: 0px 0px 10px 0px; }

div.content_page div.flatgrid {
	margin: 0px; }

	div.content_page div.flatheader { }

		div.content_page div.flatheader h3 {
			margin: 0px;
			padding: 0px 0px 6px 10px;
			display: block;
			font: bold 13px tahoma;
			color: #ffffff; }

	div.content_page div.flatgrid div.single { }

		div.content_page div.flatgrid table.flatgrid {
			margin: 0px;
			width: 100%;
			border: 0px; }

			div.content_page div.flatgrid div.single {
				background: #414141;
				border: 1px solid #585858;
				border-width: 1px 1px 0px 1px; }

				div.content_page div.flatgrid div.single table.flatgrid { }

			/* thumbnail */
			div.content_page table.flatgrid td.item {
				padding: 10px 0px 5px 0px;
				vertical-align: top; }

				div.content_page table.flatgrid td.item div.image {
			color: red;
                                        width: 128px; }

					div.content_page table.flatgrid td.item div.image img { }

					div.content_page table.flatgrid td.item div.image a img {
						border: 3px solid #ffffff; }

					div.content_page table.flatgrid td.item div.image a:hover img {
						border: 3px solid #ffffff; }

			/* row */
			div.content_page table.flatgrid td.row {
				padding: 10px;
				vertical-align: top;
				text-align: justify;
				font: 12px/18px tahoma;
				color: #ffffff; }

				div.content_page table.flatgrid td.row a {
					font: 12px/18px tahoma;
					color: #e2ba00;
					text-decoration: none; }

					div.content_page table.flatgrid td.row a:hover {
						text-decoration: underline; }

			div.content_page table.flatgrid td.odd {
				background: #414141;
				border-bottom: 1px solid #585858; }

			div.content_page table.flatgrid td.even {
				background: #414141;
				border-bottom: 1px solid #585858; }

				div.content_page table.flatgrid td.row div.image {
					margin: 0px 0px 0px 10px;
					float: right; }

					div.content_page table.flatgrid td.row div.image img { }

					div.content_page table.flatgrid td.row div.image a img {
						border: 3px solid #ffffff; }

					div.content_page table.flatgrid td.row div.image a:hover img {
						border: 3px solid #ffffff; }

				div.content_page table.flatgrid td.row h4 {
					margin: 0px;
					padding: 0px; }

					div.content_page table.flatgrid td.row h4 a {
						font: 12px tahoma;
						font-weight: bold;
						color: #e2ba00;
						text-decoration: none; }

					div.content_page table.flatgrid td.row h4 a:hover {
						color: #f2c700; }






/* ********** [ BANNERS ] ********** */

/* sidebar */
div.banner_sidebar {
	margin: 10px; }


div.banner_header {
	padding-top: 15px;
	float: right; }




/* ********** [ BARAD_ADDED FOR PICTURES ON HOMEPAGE ] ********** */


/*    **********  LARGE SECTION OF THIS CODE DOES NOT APPEAR NEEDED BY PHOTO ARRAY ******************************* */

  div.piccontent_page {
	  margin: 0px 0px 0px 0px; 
                          }                 




     	div.piccontent_page div.picgrid {
	                         }                    


               div.piccontent_page div.picheader {                      
                                 }                                            
        
              


               div.piccontent_page div.picheader ul {
                        color: blue;
                        height: 28px;                         
                        margin: 0px 0px 0px 10px;                
                              }                                 

        	div.piccontent_page div.picheader li {
			margin: 0px;
			padding: 0px 0px 0px 30px;
			display: block;
                        color: red;
			font: bold 14px tahoma;
			      }                                                                  

/*    ************************************************************  END OF CODE THAT DOES NOT APPEAR NEEDED FOR PHOTO ARRAY */

	div.piccontent_page div.picgrid div.picsingle { }

		div.piccontent_page div.picgrid table.picgrid {
			background: #ffff99
                        margin: 0px;
			width: 100%;        
                      	border: 0px;
                              }

			div.piccontent_page div.picgrid div.picsingle {
				background: #ffff99;
				border: 1px solid #585858;
				border-width: 1px 1px 1px 1px; }

				div.piccontent_page div.picgrid div.picsingle table.picgrid { }

			/* thumbnail */
			div.piccontent_page table.picgrid td.item {
				padding: 0px 0px 0px 0px;
				vertical-align: top; }

				div.piccontent_page table.picgrid td.item div.image {
					width: 100px; }

					div.piccontent_page table.picgrid td.item div.image img { }

					div.piccontent_page table.picgrid td.item div.image a img {
						border: 2px solid #ffffff; }

					div.piccontent_page table.picgrid td.item div.image a:hover img {
						border: 2px solid #000000; }


/*   *************************** CODE BELOW THIS SECTION NOT NEEDED FOR PHOTOS FORMATTING (TO END)  ******************   */

			/* row */
			div.piccontent_page table.picgrid td.row {
				padding: 10px;
				vertical-align: top;
				text-align: justify;
				font: 12px/18px tahoma;
				color: #ffffff; }

				div.piccontent_page table.picgrid td.row a {
					font: 12px/18px tahoma;
					color: #e2ba00;
					text-decoration: none; }

					div.piccontent_page table.picgrid td.row a:hover {
						text-decoration: underline; }

			div.piccontent_page table.picgrid td.odd {
				background: #414141;
				border-bottom: 1px solid #585858; }

			div.piccontent_page table.picgrid td.even {
				background: #414141;
				border-bottom: 1px solid #585858; }


				div.piccontent_page table.picgrid td.row div.image {
					margin: 0px 0px 0px 10px;
					float: right; }

					div.piccontent_page table.picgrid td.row div.image img { }

					div.piccontent_page table.picgrid td.row div.image a img {
						border: 3px solid #ffffff; }

					div.piccontent_page table.picgrid td.row div.image a:hover img {
						border: 3px solid #ffffff; }




				div.piccontent_page table.picgrid td.row h4 {
					margin: 0px;
					padding: 0px; }

					div.piccontent_page table.picgrid td.row h4 a {
						font: 12px tahoma;
						font-weight: bold;
						color: #e2ba00;
						text-decoration: none; }

					div.piccontent_page table.picgrid td.row h4 a:hover {
						color: #f2c700; }


                                                                                                        
/* ********** [ CUSTOMIZED PAGES - GENERAL CONTENT ] ********** */

/* user custgrid */

div.custdatagrid {
	margin: 0px 0px 10px 0px; }

	div.custdatagrid div.odd,
	div.custdatagrid div.even,
	div.custdatagrid div.single { }

	div.custdatagrid table.custdatagrid {
		width: 100%;
		border: 0px; }

		/* cust_rows */

		div.custdatagrid div.odd {
			background: #ffffff;
			border: 1px solid #585858; }

			div.custdatagrid div.odd table.custdatagrid { }

		div.custdatagrid div.even {
			background: #ffffff;
			border: 1px solid #585858; }

			div.custdatagrid div.even table.custdatagrid { }

		div.custdatagrid div.single {
			background: #ffffff;
			border: 1px solid #585858; }

			div.custdatagrid div.single table.custdatagrid { }

		
		/* cust_content */

		table.custdatagrid td.custdata {
			padding: 10px;
			width: 100%;
			vertical-align: top; }

			/* cust_header */
			table.custdatagrid td.custdata h2 {
				margin: 0px 0px 5px 0px;
				padding: 0px;
				float: left;
				font: 12px tahoma;
				font-weight: bold;
				color: #e2ba00; }

				table.custdatagrid td.custdata h2 a {
					float: left;
					font: 12px/18px tahoma;
					font-weight: bold;
					color: #e2ba00;
					text-decoration: none; }

				table.custdatagrid td.custdata h2 a:hover {
					color: #f2c700; }


			
			/* cust_form */
			table.custdatagrid td.custdata div.custform {
				margin-right: 10px; }

			/* cust_entry */
			table.custdatagrid td.custdata div.custentry {
				clear: left; }

				table.custdatagrid td.custdata div.custentry div.custparagraph {
					font: 12px/18px tahoma;
					color: #339966;
					text-align: justify; }

					table.custdatagrid td.custdata div.custentry div.custparagraph span {
						font-weight: bold;
						display: block; }

					table.custdatagrid td.custdata div.custentry div.custparagraph a {
						font: 12px/18px tahoma;
						color: #e2ba00;
						text-decoration: none; }

						table.custdatagrid td.custdata div.custentry div.custparagraph a:hover {
							text-decoration: underline; }

			