﻿/**************** MASTER PAGE ***************/

body
{
	position:absolute;
	/*background-color:#ababab;*/
	background-image:url(./images/background.jpg);
	background-repeat:repeat;
	margin:0 auto;
	width:100%;
	height:100%;
	float:left;
	display:inline;
}

.wrapper
{
	float:left;
	width:998px;
	margin:0 auto;
	position:absolute;
	z-index:1;
	display:inline;
}

.wrapper#all_wrapper
{
	background-image:url(./images/background_shadow.jpg);
	background-repeat:repeat-y;	
	background-position:right;
}

.wrapper#body_wrapper
{
	width:992px;
}

.wrapper#bg_shadow
{
	width:6px;
	height:inherit;
}

.header
{
	float:left;
	height:70px;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	display:inline;
}

.header#header_repeat
{
	width:990px;
	background-image:url(./images/header/header_repeat.jpg);
	background-repeat:repeat-x;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

.header#logo
{
	width:410px;
	background-image:url(./images/header/header_logo.jpg);
	background-repeat:no-repeat;
}

.header#title
{
	width:410px;
	height:18px;
	line-height:18px;
}

.header#title_spacer
{
	width:80px;
	height:18px;
}

.header#search
{
	width:304px;
	height:60px;
	background-image:url(./images/header/header_search.jpg);
	background-position:top;
	background-repeat:no-repeat;

}

.advanced_search_icon
{
	float:left;
	height:12px;
	width:12px;
	background-image:url(./images/header/advanced_search_icon.jpg);
	margin-top:1px;
	margin-right:3px;
}

.advanced_search_link
{
	float:left;
	font-family:Arial;
	color:black;
	font-size:12px;
	margin-top:5px;
	margin-left:10px;
	cursor:pointer;
}

.search_textbox
{
	float:left;
	width:223px;
	border:1px solid #1e1e1e;
	margin-left:10px;
	margin-top:8px;
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	color:#d4d4d4;
	padding-left:5px;
}

.search_textbox_type
{
	float:left;
	width:223px;
	border:1px solid #1e1e1e;
	margin-left:10px;
	margin-top:8px;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	color:#1e1e1e;
	padding-left:5px;
}

.search_button
{
	float:left;
	width:49px;
	height:21px;
	margin-left:5px;
	margin-top:8px;
}

.header#powered
{
	width:266px;
	height:48px;
}

.header#powered_text
{
	width:266px;
	height:18px;
	line-height:18px;
	text-align:right;
}

.header#pg_logo
{
	width:107px;
	height:30px;
	background-image:url(./images/header/header_pg_small.jpg);
	cursor:pointer;
}

.header#ss_logo
{
	width:114px;
	height:30px;
	background-image:url(./images/header/header_ss_small.jpg);
	cursor:pointer;
}

.powered_spacer
{
	float:left;
	width:20px;
	height:52px;
}

.header#college_signup_wrap
{
	float:right;
	height:22px;
	width:270px;
	background-image:url(./images/header/college_coach_bar.jpg);
	background-repeat:no-repeat;	
}

.header#college_signup_text
{
	margin-left:8px;
	margin-top:3px;
	font-size:12px;
}

.college_signup_click
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

.college_signup_click:hover
{
	color:#22a6f7;
}

.menu
{
	float:left;
	height:23px;
	width:990px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	background-image:url(./images/menu/menu_repeat.jpg);
	display:inline;
}

.menu_item
{
	float:left;
	width:auto;
	height:23px;
	margin-left:10px;
	margin-right:10px;
	cursor:pointer;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	display:inline;
}

.menu_click
{
	color:#FFFFFF;
}

.menu_click:hover
{
	color:#000000;
}

.menu_item#item_right
{
	float:right;
	margin:0;	
}

.menu_item#contact_right
{
	float:right;
	margin:0;	
}

.menu_item#logged_in
{
	float:right;
	margin-right:5px;
	display:none;	
}

.menu_item#login_fail
{
	float:right;
	margin:0;
	display:none;
}

.menu_item#video_ad_msg
{
	float:right;
	margin:0;
	display:none;
}

#login_fail:hover
{
	color:#000000;
	text-decoration:none;
}

.menu_item#menu_legend
{
	float:right;
	width:29px;
	height:23px;
	margin:0;
	background-image:url(./images/menu/menu_legend.jpg);
}

.menu_item#logged_in_icon
{
	float:left;
	width:21px;
	height:23px;
	margin:0;
	background-image:url(./images/menu/menu_logged_in.jpg);
}

.menu_item#logged_in_user
{
	float:left;
	margin-right:10px;
	margin-left:5px;
	color:#FFD700;
	
}

.menu_item#logged_in_user:hover
{
    color:#7e6a00;
}

.menu_item#item7
{
	float:right;	
}

.menu_item#item9
{
	float:right;
	font-size:10px;
	display:none;
}

.menu_item#login_wrap
{
	display:none;	
	float:right;
	background-image:url(./images/header/login_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#1e1e1e;
	margin:0 auto;
	width:990px;
	height:30px;
	
}

.menu_item#contact_wrap
{
	display:none;	
	float:right;
	background-image:url(./images/header/login_gradient.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	
}

#contact_item
{
	float:left;
	display:none;
	font-size:12px;
	margin-left:50px;	
}

.contact_text_white
{
	float:left;
	color:#FFFFFF;
}

.contact_text_blue
{
	float:left;
	color:#22a6f7;
}

.login_item_text
{
    float:right;
    margin-left:5px;
    font-family:Arial;
    color:#FFFFFF;
    font-size:12px;
    margin-top:5px;
}

.menu_item#login_username
{
	float:right;
	margin-left:5px;
	margin-right:0px;
	display:none;
	margin-top:4px;
}

.menu_item#login_password
{
	float:right;
	margin-left:5px;
	margin-right:0px;
	display:none;
	margin-top:4px;
}

.menu_item#login_button_wrap
{
	margin-left:0px;
	margin-right:7px;	
	margin-top:4px;
	display:none;
	float:right;
}

.login_textbox
{
	float:left;
	width:125px;
	border:1px solid #1e1e1e;
	margin-left:0px;
	margin-top:1px;
	margin-right:0px;
	margin-bottom:0px;
	height:16px;
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#1e1e1e;
	padding-left:5px;
	line-height:16px;
}

#hidden_textbox
{
	float:left;
	display:none;
}

.login_textbox_type
{
	float:left;
	width:125px;
	border:1px solid #1e1e1e;
	margin-left:0px;
	margin-top:1px;
	margin-right:0px;
	margin-bottom:0px;
	height:16px;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	color:#1e1e1e;
	padding-left:5px;
	line-height:16px;
}

.login_button
{
	float:left;
	width:49px;
	height:21px;
	margin-left:10px;
	margin-top:0px;
	margin-right:5px;
}

.menu_item_spacer
{
	float:left;
	width:1px;
	height:23px;
	background-image:url(./images/menu/menu_item_spacer.jpg);
}

.menu_item_spacer#login_item_spacer
{
	float:right;
}

.menu_item_spacer#logout_item_spacer
{
	float:right;
	display:none;
}

.menu#menu_footer
{
	border-top:1px solid #000000;
}

.footer_item
{
	float:left;
	width:auto;
	height:23px;
	margin-left:10px;
	margin-right:10px;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	line-height:22px;
	font-weight:bold;
}

.footer
{
	float:left;
	height:70px;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
}

.footer#footer_wrap
{
	width:992px;
	background-image:url(./images/header/footer_repeat.jpg);
	background-repeat:repeat-x;
	background-color:#1e1e1e;
}

.section#footer_links_wrap
{
	width:979px;
	height:55px;
	margin-top:0px;
	display:inline;
}

.link_section
{
	float:left;
	width:100px;
	height:50px;
	margin-top:10px;
	margin-left:20px;
	display:inline;
}
	
.content_div
{
	float:left;
	width:990px;
	background-color:#d4d4d4;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	padding-bottom:10px;
	height:auto;
	display:inline;
}

.section
{
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-family:Arial;
	font-size:12px;
	color:#1e1e1e;
	display:inline;
}

.section_spacer
{
	float:left;
	width:4px;
	background-color:#FFFFFF;
	display:inline;
	font-size:1px;
}

.corner_wrap
{
	float:left;
	width:5px;
	height:auto;
	display:inline;
}

.vert_corner_wrap
{
	float:left;
	width:auto;
	height:5px;
	display:inline;
	background-color:#FFFFFF;
}

.tl_corner
{
	float:left;
	width:5px;
	height:5px;
	background-image:url(./images/body/body_corner_TL.jpg);
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.tr_corner
{
	float:left;
	width:5px;
	height:5px;
	background-image:url(./images/body/body_corner_TR.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.tr_corner_right
{
	float:right;
	width:5px;
	height:5px;
	background-image:url(./images/body/body_corner_TR.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.bl_corner
{
	float:left;
	width:5px;
	height:5px;
	background-image:url(./images/body/body_corner_BL.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.br_corner
{
	float:left;
	width:5px;
	height:5px;
	background-image:url(./images/body/body_corner_BR.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.br_corner_right
{
	float:right;
	width:5px;
	height:5px;
	background-image:url(./images/body/body_corner_BR.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.black_section
{
	float:left;
	margin-left:2px;
	margin-top:6px;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	display:inline;
}

.black_section_spacer
{
	float:left;
	width:6px;
	background-color:#1e1e1e;
	display:inline;
	font-size:1px;
}

.vert_corner_black_wrap
{
	float:left;
	width:auto;
	height:6px;
	display:inline;
	background-color:#1e1e1e;
}

.black_corner_wrap
{
	float:left;
	width:6px;
	height:auto;
	display:inline;
	font-size:1px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.tl_corner_black
{
	float:left;
	width:6px;
	height:6px;
	background-image:url(./images/body/black_corner_TL.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.tr_corner_black
{
	float:left;
	width:6px;
	height:6px;
	background-image:url(./images/body/black_corner_TR.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.bl_corner_black
{
	float:left;
	width:6px;
	height:6px;
	background-image:url(./images/body/black_corner_BL.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.br_corner_black
{
	float:left;
	width:6px;
	height:6px;
	background-image:url(./images/body/black_corner_BR.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.tl_corner_black_v
{
	float:left;
	width:6px;
	height:6px;
	background-image:url(./images/body/black_corner_TL.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.tr_corner_black_v
{
	float:right;
	width:6px;
	height:6px;
	background-image:url(./images/body/black_corner_TR.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.bl_corner_black_v
{
	float:left;
	width:6px;
	height:6px;
	background-image:url(./images/body/black_corner_BL.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}

.br_corner_black_v
{
	float:right;
	width:6px;
	height:6px;
	background-image:url(./images/body/black_corner_BR.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	display:inline;
	font-size:1px;
}



.thumbnail_wrap
{
	float:left;
	width:104px;
	height:84px;
	cursor:pointer;
	background-image:url(./images/search_thumb_bg.jpg);
	display:inline;
}

.thumbnail
{
	float:left;
	width:95px;
	height:75px;
	overflow:hidden;
	border:1px solid #d4d4d4;
	margin-left:3px;
	margin-top:3px;
	display:inline;
}

.event_thumbnail
{
	float:left;
	width:95px;
	height:75px;
	overflow:hidden;
	margin-left:4px;
	margin-top:4px;
	display:inline;
}

.thumbnail_pic_full
{
	height:80px; 
	width:100px; 
	float:left;
	margin-left:0px;
	display:inline;
}

.thumbnail_pic
{
	height:auto; 
	width:95px; 
	float:left;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	display:inline;
}

.small_thumbnail_wrap
{
	float:left;
	width:80px;
	height:64px;
	border:1px solid #d4d4d4;
	cursor:pointer;
	margin-left:8px;
	margin-top:8px;
	display:inline;
}

.small_thumbnail
{
	float:left;
	width:80px;
	height:64px;
	background-image:url(./images/thumbnail_bg.jpg);
	overflow:hidden;
	display:inline;
}

.small_thumbnail_pic_full
{
	height:64px; 
	width:80px; 
	float:left;
	margin-left:0px;
	display:inline;
}

.small_thumbnail_pic
{
	height:auto; 
	width:80px; 
	float:left;
	display:inline;
}

.video_thumbnail_wrap
{
	float:left;
	width:112px;
	height:90px;
	border:1px solid #d4d4d4;
	cursor:pointer;
	margin-left:7px;
	margin-top:7px;
	display:inline;
}

.video_thumbnail
{
	float:left;
	width:112px;
	height:90px;
	/*background-image:url(./images/thumbnail_bg.jpg);*/
	background-color:#1e1e1e;
	overflow:hidden;
	display:inline;
}

.video_thumbnail_pic
{
	width:112px;
	min-height:90px; 
	max-width:112px;
	cursor:pointer;
	display:inline;
	margin-left:0 auto;
	margin-right:0 auto;
}

.video_row_wrap
{
	float:left;
	width:805px;
	height:305px;
	margin-top:5px;
	display:inline;
}

.video_thumb_wrap
{
	float:left;
	width:129px;
	height:144px;
	margin-top:5px;
	margin-left:5px;
	overflow:hidden;
	display:inline;
}

.video_thumb_title
{
	float:left;
	width:112px;
	margin-left:7px;
	margin-top:5px;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	display:inline;
}


.video_thumb_title_2
{
	float:left;
	width:112px;
	margin-left:7px;
	margin-top:5px;
	font-family:Arial;
	font-size:10px;
	color:#1e1e1e;
	font-weight:bold;
	display:inline;
}

.video_sort_wrap
{
	float:left;
	width:150px;
	height:325px;	
	display:inline;
}

.video_sort_title
{
	float:left;
	width:135px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	color:#1e1e1e;
	margin-top:5px;
	margin-left:5px;
	display:inline;

}

#viewVideoDatalist
{
	float:left;
	margin:0px;
}

.featured_star
{
	float:left;
	width:12px;
	height:12px;
	margin-top:3px;
	background-image:url(./images/featured_star.jpg);
	display:inline;
	margin-left:3px;
}

.featured_new
{
	float:left;
	width:12px;
	height:12px;
	margin-top:3px;
	background-image:url(./images/featured_new.jpg);
	display:inline;
	margin-left:3px;
}

.is_free_video_default
{
	float:right;
	width:28px;
	height:28px;
	background-image:url(./images/isFree_default.gif);
	margin-top:-95px;
	margin-right:-5px;
	display:inline;
}

.is_free_video_selected
{
	float:right;
	width:28px;
	height:28px;
	background-image:url(./images/isFree_selected.gif);
	margin-top:-95px;
	margin-right:-5px;
	display:inline;
}

.is_free_video_search
{
	float:right;
	width:28px;
	height:28px;
	background-image:url(./images/isFree_search.gif);
	margin-top:-80px;
	margin-right:0px;
	display:inline;
}

/********************** ADS *******************/

.ads_250x250
{
	float:left;
	width:250px;
	height:250px;
	cursor:pointer;
	margin-left:5px;
	margin-top:6px;
	display:inline;
}

.ads_262x99
{
	float:left;
	width:262px;
	height:99px;
	cursor:pointer;
	margin-left:1px;
	margin-top:5px;
	display:inline;
}

/******************** SIGNUP OVERLAY **********************/

#mattBox
{
	display:inline;
	position:absolute;  
	height:0px; 
	width:600px;
	/*top:25%;
	left:25%;*/
	margin-left:210px;
	margin-top:120px;
	background-color:#ffffff;
	border:1px solid #454545;
	z-index:3;
	display:none;
}

#mattOverlay
{
	display:inline;
	background-color:#000000; 
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
	float:left; 
	position:absolute; 
	z-index:2; 
	height:110%; 
	width:991px; 
	top:0; 
	left:0;  
	display:none;
}

#signup_overlay_wrap
{
	float:left;
	display:none;
	width:600px;
	overflow:hidden;
}

#search_overlay_wrap
{
	float:left;
	display:none;
	width:600px;
	height:470px;
	overflow:hidden;
}

.search_overlay_title
{
	float:left;
	width:580px;
	height:30px;
	font-family:Arial;
	font-size:30px;
	color:Black;
	text-align:left;
	margin-left:10px;
	background-color:White;
	padding-bottom:10px;
	border-bottom:1px solid #d1d1d1;
}

.search_overlay_icon_big
{
	float:left;
	width:30px;
	height:30px;
	background-image:url(./images/header/advanced_search_icon_big.jpg);
	margin-right:5px;
}

.search_overlay_bg
{
	float:left;
	width:580px;
	height:200px;
	background-color:#1e1e1e;
	margin-left:10px;
	margin-top:10px;
	padding-top:5px;
}

.search_overlay_submit_wrap
{
	float:left;
	width:580px;
	height:100px;
	background-color:White;
	margin-left:10px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #d1d1d1;
}

.search_overlay_submit_btn
{
	float:left;
	width:152px;
	height:41px;
	margin-left:214px;
}
	

.search_overlay_row
{
	float:left;
	width:580px;
	height:35px;
	margin-top:10px;
}

.search_overlay_item
{
	float:left;
	width:250px;
	height:35px;
	font-family:Arial;
	color:white;
	font-size:24px;
	text-align:right;
	line-height:35px;
}

.long_overlay_ddl
{
	float:left;
	width:200px;
	height:25px;
	margin-top:6px;
	margin-left:10px;
}

.med_overlay_ddl
{
	float:left;
	width:150px;
	height:25px;
	margin-top:6px;
	margin-left:10px;
}

.short_overlay_ddl
{
	float:left;
	width:50px;
	height:25px;
	margin-top:6px;
	margin-left:10px;
}

.calculating_wrap
{
	float:left;
	width:291px;
	height:25px;
	margin-left:158px;
}

#calc_hide
{
	display:none;
}

#calculating
{
	float:left;
	display:inline;
	background-color:White;
}
	

.signup_overlay_topexit_wrap
{
	float:left;
	width:600px;
	height:20px;
}

#signup_overlay_topexit
{
	float:right;
	height:15px;
	width:15px;
	font-family:Arial;
	margin-top:3px;
	margin-right:3px;
	background-image:url(./images/overlay_exit.jpg);
	cursor:pointer;
}

#search_overlay_topexit
{
	float:right;
	height:15px;
	width:15px;
	font-family:Arial;
	margin-top:3px;
	margin-right:3px;
	background-image:url(./images/overlay_exit.jpg);
	cursor:pointer;
}

#signup_overlay_top
{
	float:left;
	width:600px;
	height:314px;
	background-image:url(./images/signup_overlay_big.jpg);

}

.signup_overlay_button
{
	float:left;
	width:283px;
	height:79px;
	cursor:pointer;
	margin-top:10px;
	margin-left:8px;
}

.scout_overlay_wrap
{
	float:left;
	width:590px;
	display:inline;
}

.scout_overlay_spacer
{
	float:left;
	width:70px;
	height:50px;
}

.scout_overlay_button
{
	float:left;
	width:152px;
	height:41px;
	cursor:pointer;
	margin-top:-5px;
	margin-left:0px;
}

#signup_overlay_college
{
	float:left;
	width:300px;
	height:100px;
	font-family:Arial;
	font-size:12px;
	color:#000000;	
}

.menu_item#login_wrap2
{	
	float:left;
	width:290px;
	height:100px;
	margin-left:8px;
	background-image:url(./images/login_black_bg.jpg);
	background-repeat:no-repeat;
}

.login_overlay_title
{
	float:left;
	width:280px;
	height:20px;
	color:#22a6f7;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	text-align:left;
	margin-top:5px;
}

.menu_item#login_inner_wrap2
{
	float:left;
	width:290px;
	height:80px;
	margin:0;
	padding:0;
}

.menu_item#login_username2
{
	float:left;
	margin-left:10px;
	margin-top:5px;
}

.menu_item#login_password2
{
	float:left;
	margin-left:10px;
	margin-top:10px;
}

.menu_item#login_button_wrap2
{
	margin:0;
	padding:0;	
	width:50px;
	float:left;
	margin-top:12px;
}

#hidden_textbox2
{
	float:left;
	display:none;
}

.login_button2
{
	float:left;
	width:50px;
	height:21px;
}

.login_textbox2
{
	float:left;
	width:200px;
	border:1px solid #1e1e1e;
	margin-left:0px;
	margin-top:1px;
	margin-right:0px;
	margin-bottom:0px;
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#1e1e1e;
	padding-left:5px;
	line-height:16px;
}

.login_textbox_type2
{
	float:left;
	width:200px;
	border:1px solid #1e1e1e;
	margin-left:0px;
	margin-top:1px;
	margin-right:0px;
	margin-bottom:0px;
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	color:#1e1e1e;
	padding-left:5px;
	line-height:16px;
}

#signup_overlay_exit
{
	float:left;
	height:25px;
	width:295px;
	font-family:Arial;
	font-size:14px;
	color:#000000;
	cursor:pointer;
	padding-left:5px;
	text-align:center;
	margin-top:10px;
	line-height:25px;
	letter-spacing:normal;
}


a
{
	color:#FFFFFF;
	text-decoration:none;
}

.page_nav_wrap
{
	float:left;
	width:682px;
	height:25px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#22a6f7;
	line-height:35px;
	cursor:pointer;
	display:inline;
}

.page_nav_wrap#page_nav
{
	margin-left:8px;
}

.page_nav_wrap#page_back
{
	width:100px;
	text-align:left;
}

.page_nav_wrap#page_num
{
	width:482px;
	text-align:center;
}

.page_nav_wrap#page_next
{
	width:100px;
	text-align:right;
}

.page_nav_btn
{
	font-size:12px;
	font-weight:bold;
	color:#22a6f7;
	cursor:pointer;
}

.page_nav_btn:hover
{
	color:#1e1e1e;
}

.related_tags_wrap
{
	float:left;
	width:auto;
	max-height:15px;
	height:15px;
	display:inline;
}

.related_tags_link
{
	float:left;
	width:auto;
	color:#FFFFFF;
	max-height:15px;
	height:15px;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	line-height:15px;
	display:inline;
}

.related_tags_link:hover
{
	color:#22a6f7;
}

.related_tags_spacer
{
	float:left; 
	padding:2px; 
	max-height:15px;
	height:15px; 
	display:inline;
	line-height:12px;
}

.submit_button
{
	font-weight:bold;
	font-size:14px;
	color:#1e1e1e;
	width:152px;
	height:41px;
	display:inline;
}

.radiobtnlst_wrap
{
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:8px;
}

.ad_link
{
	float:left;
	border:none;
	text-decoration:none;	
}

.ad_img
{
	float:left;
	border:none;
	text-decoration:none;	
}

.featured_click
{
	float:left;
	display:inline;
	border:none;
	text-decoration:none;
}

#admin_item
{
	float:left;
	display:none;	
}

.menu_item_spacer#admin_item_spacer
{
	float:right;
	display:none;
}

#menu_click_admin
{
	float:right;
}

#error_msg_text
{
	color:Red;
}

.page_nav_btn_off
{
	font-size:12px;
	font-weight:bold;
	color:#d6d6d6;
	cursor:default;
}

.page_nav_btn_off:hover
{
	color:#d6d6d6;
}