/*
=============================================================================
Created By: 	Vlad Ilin
Date Created: 	Feb 3, 2009
Purpose:		...
Comments:		...

Modified By:		Rusty Cage
Date Modified:		06.25.2009
Comments:			additional styles / tweaks
______________________________________________________________________________
TOC
	1. Defaults
	2. Fonts
	3. Structure
		a. wrappper
		b. masterhead
		c. navigation
		d. content
		e. footer

=============================================================================
*/

/* -------------- 1. Defaults --------------------------- */
* { margin:0; padding:0; }
body { background: #a94abb url(/images/wallpaper.gif) repeat-y center top; font:normal 12px Arial, Helvetica, sans-serif; color:#666; }
a img { border:0; }
a { color:#941daa; text-decoration:none; }
a:hover { text-decoration:underline; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.mb_20 { margin-bottom:20px; }
.show { display:block; }
.hide { display:none; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w580 { width: 580px; }
.w620 { width: 620px; }
.orangeTxt { color: #ff6600; }
.mTop10 { margin-top: 10px; }
.mTop15 { margin-top: 15px; }
.mTop20 { margin-top: 20px; }
.mBottom5 { margin-bottom: 5px; }
.mBottom10 { margin-bottom: 10px; }
.mBottom15 { margin-bottom: 15px; }
.mBottom20 { margin-bottom: 20px; }
.mLeft5 { margin-left: 5px;  }
.mLeft25 { margin-left: 25px; }
a.flag { display:block; font-size:11px; margin-top:12px; cursor:pointer; }
a.delete { display: block; font-size:11px; margin: 0; cursor: pointer; text-align: center; }
div.flag { display:none; font-size:11px; margin-top:5px; font-style: italic; line-height: 6px; }
span.delete { display: none; font-size: 11px; font-style: italic; text-align: center; }
.accHead { cursor: pointer; }
.accBody { display: none; }

.orangeButton { width: 170px; height: 28px; background: url(/images/orangeButton.png) no-repeat top left; }
* html .orangeButton { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/orangeButton.png',sizingMethod='image'); }

.selectList { font-size: 11px; font-family: Arial; padding: 3px; border: 1px solid #666666; }
.submitButton { cursor: pointer; font-family: Georgia; font-size: 14px; color: #FFFFFF; border: none; font-weight: bold; display: block; padding-bottom: 7px; }
.txtBox { border: 1px solid #666666; padding: 2px; }
.error { border-color: #ff6600; }

.aButton { color: #FFFFFF; cursor: pointer; display: block; font-family: Georgia; font-size: 13px; font-weight: bold; text-align: center; padding-top: 2px; }
.aButton:hover { text-decoration: none; }

div#storyDescription { line-height: 20px; }
div#storyDescription p { margin-bottom: 10px; }
p.body { line-height: 20px; margin-bottom: 2px; }

li.formList { float: left; display: block; }

/* -------------- 2. Fonts ------------------------------ */
h1,h2,h3,h4,p,ul { }
h1 { font:normal 24px Arial, Helvetica, sans-serif; color:#941daa; }
.forums_post h2 { font:bold 16px Arial, Helvetica, sans-serif; color:#f60; }

h3 { font:bold 18px Georgia, "Times New Roman", Times, serif; color:#f60; }
p.main_text { font:14px/24px Arial, Helvetica, sans-serif; padding-bottom:20px; }
p.main_text a { color:#f60; text-decoration:underline; }
.links a { color:#06b2f4; text-decoration:underline; }
ul { list-style-type:none; }
fieldset { border:none; }
.blue_txt { color:#06b2f4!important; }
.orange_txt { color:#f60!important; }
.mb_20 { margin-bottom:20px; }

a.orange, a.orange:active, a.orange:hover { color:#f60; }
h4 { font:bold 12px Georgia, "Times New Roman", Times, serif; color:#f60;  }
h4.nameListHeader { padding: 5px 0; }

/* -------------- 3. Structure -------------------------- */

/* a. 
=div#wrapper
*/
div#wrapper { margin:0 auto; /*width:1000px; background-color:#fff;*/ width: 956px; background-color: #FFFFFF; }
/*div.padding_20 { padding:0 20px; }*/

/* b. 
=div#masterhead 
*/
div#masterhead { width:100%; height:215px; background:url(/images/headerBorder.png) no-repeat 255px 195px; }
div#topSection { padding-top: 10px; }
div#topAd { width:728px; height:90px; margin: 0 10px 0 20px; display: inline; }
div#login { display: inline; /*width:130px;*/ width:125px; height: 88px; border:1px dotted #b7acd4; padding-right:70px; background:url(/images/icon_paw.gif) 150px center no-repeat; }
div#login p { text-align:right; margin:6px 0; }
div#middleSection { position:relative;  }
div#middleSection a.help { position: absolute; top: 14px; left: 680px;  }
div#middleSection a.orangeButton { position: absolute; top: 10px; left: 760px; font-family: Georgia; font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: center; cursor: pointer; display: block; padding-top: 2px; }
div#middleSection a.orangeButton:hover { text-decoration: none; }
div#bottomSection { margin: 20px 0 0 0; }
div#bottomSection a.logo span { position: absolute; top: -9999px; left:0; }
div#bottomSection div#topNav { width: 377px; height: 35px;  margin: 40px 15px 0; }
div#bottomSection div.default { background: transparent url(/images/navigation_main.png) no-repeat 0px 0px; }
div#bottomSection div.breeds { background: transparent url(/images/navigation_main.png) no-repeat 0px -105px; }
div#bottomSection div.names { background: transparent url(/images/navigation_main.png) no-repeat 0px -175px; }
div#bottomSection div#topNav li { float:left; display: inline; width: 186px; height:35px;  }
div#bottomSection div#topNav li div { position: relative; }
div#bottomSection div#topNav li a { position:absolute; top:5px; left:0px; display:block; width: 186px; height: 35px; text-align: center; /*display: inline; float: left;*/ color: #FFFFFF; font-family: Georgia; font-size: 20px; font-weight: bold;  }
div#bottomSection div#topNav li a:hover { text-decoration: none; }
div#bottomSection div#searchName { display: inline; margin-top: 36px; }
div#bottomSection div#searchName input.search { /*width: 250px;*/ width: 248px; }



/* left side of the header */
div.header_left { width:747px; float:left; }
div.header_left ul { background:url(/images/nav_top.jpg) left top no-repeat; width:625px; height:38px; padding-left:122px; }
div.header_left ul li,div.header_left ul li a { float:left; }
div.header_left ul li a { text-indent:-1000000px; width:70px; height:38px; }
div.header_left ul li.home a { width:135px; }
div.header_left ul li.food a { width:107px; }
div.header_left ul li.crafts a { width:60px; }
div.header_left ul li.health a { width:97px; }
div.main_banner { margin:10px 0 0 19px; }

/* right site of the header */
div.header_right { width:213px; float:right; }
.bhg_logo a { display:block; background:url(/images/logo_bhg.gif) no-repeat bottom left; height:59px; width:100%; text-indent:-10000px; }
/*.login { width:130px; height: 88px; border:1px dotted #b7acd4; margin:10px 0 0 10px; padding-right:70px; background:url(/images/icon_paw.gif) 150px center no-repeat; }
.login p { text-align:right; margin:6px 0; }*/
div.reg_today a { display:block; background-image:url(/images/btn_register_today.gif); height:37px; width:211px; float:right; margin:10px 0 0; text-indent:-1000000px; }

/* nav_container includes logo */
div.nav_container { position:relative; width:100%; margin-bottom:15px; }
div.main_logo { width:260px; height:81px; position:absolute; top:-40px; left:-5px; }
div.main_logo a { display:block; width:100%; height:81px; text-indent:-1000000px; background:url(/images/logo_top_dog_names.gif) no-repeat; }
div.above_nav { /*padding:15px 0 8px;*/  clear:both; float:left; margin: 15px 0; }
div.btn_add_your_dog { background:url(/images/btn_add_your_dog.jpg) no-repeat; }
a.btn_add_your_dog { font-family: Georgia; font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: center; margin-top: -1px; }
a.btn_add_your_dog:hover { text-decoration: none; }
.above_nav div,.above_nav form { /*float:right; margin-left:15px;*/ }
.above_nav div a { /*padding-top:4px; display:block;*/ }
.above_nav form { width:299px; }



/*form.search { float:right; margin-top:3px; }*/
fieldset.search { float: right; }
input.search { /*float:right;*/ margin-top:3px; margin-left:3px; width:260px; border-top:solid 1px #666; padding:2px; border-left:solid 1px #666; border-bottom:2px solid #666; border-right:2px solid #666; }
input.go { /*float:right;*/ background:url(/images/btn_paw.gif) no-repeat; height:27px; width:26px; border:none; cursor:pointer; }

/* d. 
=div#content 
*/
div#content { }
.w_170 { width:170px; }
.w_300 { width:300px; }
.w_450 { width:450px; }
.w_640 { width:640px; }
div#content .main_image { float:left; margin:0 10px 10px 0; }

/* top names */
.top_f_names,.top_m_names { position: relative; background:url(/images/bg_yellowpaper.jpg) no-repeat; width:223px; height:248px; }
.top_f_names a.all , .top_m_names a.all { position: absolute; top: 9px; left: 170px; }
a.all-list { position: absolute; top: 11px; left: 245px; }
*:first-child+html .top_f_names a.all { top: 10px; }
*:first-child+html .top_m_names a.all { top: 10px; }
* html .top_f_names a.all { top: 10px; }
* html .top_m_names a.all { top: 10px; }
/*.top_names h4 a { display:block; margin:5px 0 9px; height:20px; text-indent:-10000px; }
.top_f_names h4 { background:url(/images/header_top_f_dog.jpg) no-repeat center; }
.top_m_names h4 { background:url(/images/header_top_m_dog.jpg) no-repeat center; }*/
.top_names h4 { font-family: Georgia; font-size: 15px; line-height: 33px; margin-left: 18px; }
.top_names ul li a { color:#f60; }
.top_names ol { /*padding:0 20px 0 40px;*/ }
.top_names ol li { color:#f60; list-style-type: decimal; list-style-position: outside; margin-left: 36px; line-height: 14px; padding: 0 0 7px; }
.top_names ol li a { color:#f60; display:block; }

/* Pagination */
.pagination { padding:10px 0 30px; border-top:1px solid #6acaef; }
.pagination { color:#06b2f4; }
.pagination a, .pagination a:active, .pagination a:visited .pagination a:hover { color:#06b2f4; text-decoration: none; }
.pagination a:hover { text-decoration: underline; }
a.previous,a.next { width:13px; height:15px; margin:0 2px 0 5px; position:relative; top:4px; }
.pagination form { margin-left:10px; }
.pagination form select { width:174px; }

/* commentsBox */
div#commentsBox { margin-bottom: 20px; }
div#commentsBox h2 { font:bold 16px Arial, Helvetica, sans-serif; color:#f60; }
.comment { width: 430px; padding:20px 10px; background:#F2FCFE url(/images/bg_yellowpaper_long-nf.jpg) bottom no-repeat; border-bottom:1px solid #6acaef; }
.commentLarge { width: 620px; padding:20px 10px; background:#F2FCFE url(/images/commentsBgLarge.png) bottom right no-repeat; border-bottom:1px solid #6acaef; }
.comment p, .commentLarge p { font-size:16px; color:#941daa; margin-bottom:10px; }
.comment h4, .commentLarge h4 { font-size: 12px; color: #FF6600; font-weight: bold; }
.comment h4 a, .commentLarge h4 a { color: #ff6600; }
.comment h4 a:hover, .commentLarge h4 a:hover { color: #ff6600; }
div#commentsBox a.tBarView, div#commentsBox a.tBarPost { cursor: pointer; }
div#commentsBox .commentBox { margin-bottom: 5px; border-color: #666666; border-style: solid; border-width: 1px 2px 2px 1px; padding: 2px; width: 430px; }
.comment label.formLabel, .commentLarge label.formLabel { display:block; margin: 5px 0px; }

/* blue box */
div.blueBox { width: 100%; min-height: 130px; background:#F2FCFE url(/images/bg_yellowpaper_long-nf.jpg) bottom no-repeat; border-bottom:1px solid #6acaef;  }
*html div.blueBox { min-height:130px; height: auto !important; height:130px; }
div.blueBox h3 { height: 24px; margin: 10px 4px 8px; font-size:16px; border-bottom: 2px solid #FF6600; }
div.blueBox div {float: left; display:inline; /* IE Six Sucks */ margin: 0 0 0 21px; width: 86px; height: 86px; overflow: hidden; }
div.blueBox p { color:#941DAA; font-size:16px; margin-bottom:10px; }
div.blueBox h4 { color:#FF6600; font-size:12px; font-weight:bold; }


/* story */
.story { position:relative; }

/*.story img{float:left; padding-right:10px;}*/
.top_story { }
.top_story p { margin-top:30px; line-height:18px; }
.main_story { border-top:solid 2px #c1ecfc; border-bottom:solid 1px #c1ecfc; margin:20px 0; padding:10px 0; }
.main_story .story { width:200px; }
.main_story .story_txt h5 { font-size:12px; line-height:16px; }
.main_story .story_txt p { font-size:11px; }
.main_story .story_txt { }
.articles { }
.articles .story { width:450px; margin-top:20px; padding-bottom:10px; border-bottom:1px solid #c1ecfc; }
.articles .story div.thumb { float:left; width:86px; height:86px; overflow:hidden; margin-right:10px; }
.articles .story div.story_txt { height:30px; }
.articles .story div.story_txt h4 { font-size:18px; margin-bottom:10px; }
.articles .story p { float:left; width:330px; margin-bottom:8px; }

/*.articles .story h4{font-size:18px; margin-bottom:10px;}
		/*.articles .story_txt{padding-left:100px;}
  		.articles .story_txt p { float: left; width: 330px; margin-bottom:10px;}
  		.articles .story div.thumb { width: 86px; height: 86px; overflow: hidden; }*/
.articles .story .header { padding-bottom:5px; margin-bottom:8px; border-bottom:2px solid #c1ecfc; }
.story .dog_tales h3 { background:url(/images/header_dog_tales.jpg) no-repeat; width:327px; text-indent:-100000px; }
.story .dog_articles h3 { background:url(/images/header_dog_articles.jpg) no-repeat; text-indent:-100000px; }
.articles .story .header h3 { padding:0 0 0 14px; }
.rate_breed { float: left; margin:15px 0; }
.rate_breed p { padding-bottom: 10px; }
.rate_breed #submitRating { margin-top: 10px; display: inline; }

.dog_name_main { position:relative; height:190px; }
.dog_name_main h1 { font:bold 48px Arial, Helvetica, sans-serif; }
.dog_name_main p { margin-bottom:5px; }
.dog_name_main .blue_txt { position:absolute; top:15px; right:15px; text-decoration:underline; }

/* Lists (dog names) */
.blue_dot_list { background:url(/images/bg_blue-dot.jpg) no-repeat; height:110px; padding:8px 10px; }
.blue_dot_list ul li { height:28px; float:left; padding:4px 0; text-align:center; width:50%; overflow:hidden; }
.blue_dot_list ul li.large_txt a { font-size:28px; }
.blue_dot_list ul li.small_txt a { font-size:18px; }
.lists select { width:300px; float:right; }
.lists label { float:left; }

/* New Poochies */
.new_pooch { background:url(/images/bg_yellowpaper_long.jpg) no-repeat; height:145px; margin-bottom:25px; }
.new_pooch h4 { background:url(/images/header_newest_poochies.gif) no-repeat 15px 16px; text-indent:-1000000px; border-bottom:2px solid #b2e6d9; height:32px; margin:0 0 8px 3px; }
.new_pooch a { margin:0 0 0 21px; float:left; }
.new_pooch a div { width:86px; height:86px; overflow:hidden; }

/* 170 styels and nav */
.dog_breeds_nav h2 { background:url(/images/sidebarPurple.png) no-repeat; height:35px; font-family: Georgia; font-size: 16px; font-weight: bold; color: #FFFFFF; display: block; padding-top: 8px; text-align: center; }
.nav_170 { background: url(/images/bg_gr_170_nav.jpg) repeat-y; padding-top:10px; line-height:26px; margin-top: -8px; }
.nav_170 ul { padding:0 10px; font-weight:bold; }
.nav_170 ul ul li { font-weight:normal; }
ul.bottom { background:url(/images/bg_170_nav.jpg) bottom no-repeat; padding-bottom:20px; }
.stories_nav h2 { background:url(/images/header_stories.jpg) no-repeat; height:35px; text-indent:-1000000px; }
.forums_nav h2 { background:url(/images/header_forums.jpg) no-repeat; height:35px; text-indent:-1000000px; }
div.btn_start_forum a { background:url(/images/btn_start_forum.jpg) no-repeat; width:170px; height:36px; text-indent:-10000000px; display:block; }
.groups_nav h2 { background:url(/images/header_groups.jpg) no-repeat; width:170px; height:36px; text-indent:-10000000px; display:block; }

/* Todays */
.todays { text-align:center; margin-bottom: 20px; }
.todays h3 { font-size: 16px; }
.todays ul { margin-bottom:6px; }
.todays ul li { padding:6px 10px; border-bottom:1px solid #06B2F4; font-weight:bold; }
.todays a.center { display: block; text-align: center; }
.todays .uPhoto { background: transparent url(/images/uploadphoto.gif) no-repeat 0 0; }
.todays .uVideo { background: transparent url(/images/uploadvideo.gif) no-repeat 0 0; }
.todays .generic { background: transparent url(/images/lightBlueThumb.jpg) no-repeat 0 0; }
.todays p { margin-top:5px; }
div.thumb { margin-top: 4px; width: 170px; height: 170px; overflow: hidden; }

/* mediaDetail */
div#mediaDetail { padding-bottom: 10px; margin-bottom: 10px; border-bottom:solid 1px #c1ecfc; }
div#mediaDetail div#tImage { float: left; margin-right: 10px; }
div#mediaDetail div#info { float:left; }
div#mediaDetail a.enlarge { margin: 10px 0 40px 0; }


/* search_breed */
.search_breed select { width:270px; }

/* generic registration form */
div#tdnForm { width:100%; }
div#tdnForm form { float:left; margin-top:60px; }
div#tdnForm fieldset { margin:0 0 20px 10px; }
div#tdnForm input.textBox { float:left; margin-left:3px; width:263px; border-top:solid 1px #666; padding:2px; float:left; border-left:solid 1px #666; border-bottom:2px solid #666; border-right:2px solid #666; }

/* user registration form */
.regForm { height:445px; background:transparent url(/images/regFormBg.png) no-repeat 0 0; }
.regForm #regButton { width:176px; height:36px; cursor:pointer; border:none; background:transparent url(/images/regButtonBg.png) no-repeat 0 0; }

/* yedda_module */
.yedda_module { background:url(/images/temp_img/yeddi_modules.jpg) no-repeat; height:241px; width:640px; }

/* d. 
=div#footer
*/
div#footer { padding:30px 0; }
.footSection { float:left; }
.fsTitle { text-align:right; width:150px; float:left; margin:6px 12px 0 0; }
.fLinks { border-bottom:1px dotted #d2c7bb; width:750px; float:left; }
.fLinks ul { margin:6px 0; padding:0; float:left; width:750px; }
.fLinks li { list-style:none; float:left; padding:0 4px 4px 0; }
.subList { display:none; font-size:80%; }

/* clear fix styles  */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

/* End hide from IE-mac */
.w_640 .list_results { background:url(/images/bg_blue-notebook-640-list.jpg) repeat-y left; }
.w_450 .list_results { background:url(/images/bg_blue-notebook-list.jpg) repeat-y left; }
.w_300 .list_results { background:url(/images/bg_blue-notebook-300-list.jpg) repeat-y left; }
.w_640 .list_results .list_head { background:url(/images/bg_blue-notebook-640-list-head.jpg) no-repeat; padding:6px 0 0 13px; height:25px; }
.w_450 .list_results .list_head { background:url(/images/bg_blue-notebook-list-head.jpg) no-repeat; padding:6px 0 0 13px; height:25px; }
.w_300 .list_results .list_head { background:url(/images/bg_blue-notebook-300-list-head.jpg) no-repeat; padding:6px 0 0 13px; height:25px; }
.list_results .list_head h3 { float:left; }
.list_results .list_head a { float:right; margin:3px 13px 0 0; color:#06B2F4; }
.list_results .list_head form { float:right; padding-right:20px; width:175px; }
.list_results .list_head form select { width:175px; }
.w_640 .list_results .container { background:url(/images/bg_blue-notebook-640-list-foot.jpg) no-repeat left bottom; padding-bottom:5px; }
.w_450 .list_results .container { background:url(/images/bg_blue-notebook-list-foot.jpg) no-repeat left bottom; padding-bottom:5px; }
.w_300 .list_results .container { background:url(/images/bg_blue-notebook-300-list-foot.jpg) no-repeat left bottom; padding-bottom:8px; }
.list_results div.row { padding:4px 10px; border-bottom:1px solid #d0effa; margin:0 7px 0 1px; }
.list_results div.row a { color:#FF6600; font:14px Arial, Helvetica, sans-serif; }
.w_640 .pagination { padding:10px 0; margin-top:10px; }
.w_640 .pagination span { position:relative; top:-3px; }
.row span { float:left; display:block; }
.nameList { background: url(/images/nameListBg.jpg) repeat-y 0 0; border-top:1px solid #6ACAEF; }
.nameList div.row { padding:4px 10px; border-bottom:1px solid #d0effa; margin:0 7px 0 1px; }
.nameList div.row a { color:#FF6600; font:14px Arial, Helvetica, sans-serif; }

.row span.w-100 { width:100px; color:#f60; }
.row span.w-120 { width:120px; color:#f60; }
.row span.w-140 { width:140px; color:#f60; }
.row span.w-170 { width:170px; color:#f60; }
.row span.w-180 { width:180px; color:#f60; }
.row span.w-200 { width:200px; color:#f60; }
.row span.w-300 { width:300px; color:#f60; }
.row span.w-180,.row span.w-180 a,.row span.w-100,.row span.w-100 a { color:#f60; }
.row span.w-140,.row span.w-140 a,.row span.w-170,.row span.w-170 a { color:#06B2F4; }
.stars { width:65px; margin-right:5px; }
.stars a { display:block; float:left; background:url(/images/star.jpg) no-repeat; height:11px; width:13px; }
div.error { margin:0 0 10px 15px; font-weight:bold; color:red; }

div#largePhoto { width: 440px; height: 350px; overflow: hidden; }

/* AUTO COMPLETE STYLES */
.ac_results { padding:0; border:1px solid black; background-color:white; overflow:hidden; z-index:99999; }
.ac_results ul { width:100%; list-style-position:outside; list-style:none; padding:0; margin:0; }
.ac_results li { margin:0; padding:2px 5px; cursor:default; display:block; font:menu; font-size:12px; line-height:16px; overflow:hidden; }
/*.ac_loading { background:white url(indicator.gif) right center no-repeat; }*/
.ac_odd { background-color:#eaf9fe; }
.ac_over { background-color:#A94ABB; color:white; }


/* RATING STYLES */
div.star-rating{float:left; width:38px; height:77px; text-indent:-999em; cursor:pointer; display:block; background:transparent; overflow:hidden; }
div.star-rating, div.star-rating a { background:url(/images/rate_this_breed.jpg) no-repeat; }
div.star-rating a { display:block; width:38px; height:100%; background-position:0 -154px; border:0; }
div.star-rating-on a { background-position: 0 0px!important}
div.star-rating-hover a { background-position: 0 -77px; }
/* Read Only CSS */
div.star-rating-readonly a { cursor:default !important}


/* KICKAPPS MESSAGE BOARD STYLES */
/*#ka_headerTopNav ul { display:none; }*/


/* GROUP PAGE STYLES */
h1.group { margin-top: 15px; }
div.group p.groupSmall { font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-style: italic; margin: 5px 0; }
div.group p { font-family: Arial,Helvetica,sans-serif; font-size: 14px; margin: 10px 0; line-height: 18px; }


/* PROFILE STYLES */
h2.profile { color:#FF6600; font-family:Arial,Helvetica,sans-serif; font-size:16px; font-weight:bold; }
a#editInfo { cursor: pointer; }
div#editUserForm { display: none; }
a#viewPhotos { cursor: pointer; }
a#viewVideos { cursor: pointer; }
a.openPanel { cursor: pointer; }
.editBlogTextarea { width:430px; height:250px; }

/* TOP 10 NAME LIST STYLE */
div.top10 { width: 300px; height: 143px; background: transparent url(/images/top10Bg.jpg) no-repeat 0 0; }
div.top10 div { float: left; width: 150px; display: inline; }
div.top10 div ul { margin-left: 10px; }
div.top10 div ul li { padding: 0 0 7px }

