@charset "UTF-8";
/* CSS Document */


/* GENERAL FORMATTING */

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1e1e1e;
	color: #CCCCCC;
	/*line-height: 16px;*/
}

html {
	width: 100%;
	height: 100%;
}

/*ul {
	margin: 0px;
	padding: 0px;
}

li {
	display: list-item;
	margin: 0px 0px 0px 10px;
}*/

p {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}


table {
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, span {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 14px;
	color: #7B2A8B;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}

h2 {
	font-size: 12px;
	color: #7B2A8B;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 40px;
    color: #CCCCCC;
    margin: 0px;
    padding: 0px;
    height: 40px;
    width: 100%;
    font-weight: bold;
    /*text-indent: 15px;*/
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}

a:link,
a:visited,
a:active {
	color: #7B2A8B;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #ccc;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;

}

.clearer {
	clear:both;
	margin: 0px;
	padding: 0px;
}


/* REUSABLE CLASSES */

.message_header_small
{
    background-image: url(../images/flowers_small.gif);
    background-repeat: no-repeat;
    width: 400px;
    height: 40px;
    color: #ff00ff;
    text-indent: 5px;
    line-height: 40px;
}

.padding10
{
    padding-left: 10px;
}

.message_header_smaller
{
    background-image: url(../images/flowers_smaller.gif);
    background-repeat: no-repeat;
    width: 300px;
    height: 40px;
    color: #ff00ff;
    text-indent: 5px;
    line-height: 40px;
}

.align_left
{
    float: left;
}

.align_right
{
    float: right;
}

.align_left_half
{
	float: left;
	width: 50%;
}

.align_right_half
{
    float: right;
    width: 48%;
}

a.grey_link
{
    color: #666;
}

a.grey_link:hover
{
    color: #7B2A8B;
}

a.grey_link_small
{
    padding: 0px;
    margin: 0px;
    font-size: 9px;
    color: #666;
}

a.grey_link_small:hover
{
    color: #7B2A8B;
}

a.light_grey_link
{
    color: #ccc;
}

a.light_grey_link:hover
{
    color: #ff00ff;
}

.error_message

{
    color: Red;
}

.main_headers_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 80%;
}

#update_progress
{
    margin: 0px;
	padding: 0px;
    float: right;
    width: 20%;
    line-height: 36px;
}

.ad_holder {
	height: 125px;
	width: 125px;
	background-color: #333333;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	*margin-left: 10px;
	_margin-left: 5px;
}

.dividerV5
{
    height: 5px;
    width: 100%;
}

.dividerV10
{
    height: 10px;
    width: 100%;
}

.dividerV15
{
    height: 15px;
    width: 100%;
}

.dividerV20
{
    height: 20px;
    width: 100%;
}

.dividerH10
{
    height: 100%;
    width: 10px;
}

.vertDivider
{
    height: 100%;
    width: 5px;
    padding: 10px 0px 5px 0px;
    background-image: url(../images/indent_small_vert.gif);
    background-repeat: repeat-y;
}

.vertDivider10
{
    height: 100%;
    width: 50px;
}

.horizDivider
{
    height: 2px;
    width: 100%;
    padding: 10px 0px 5px 0px;
    background-image: url(../images/indent_small.gif);
    background-repeat: repeat-x;
}

.horizDividerch
{
    height: 2px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/indent_small.gif);
    background-repeat: repeat-x;
}

/*li{list-style:none;}*/


.button
{
    background-color: #fff;
    border: solid 2px #7B2A8B;
    color: #7B2A8B;
    font-weight: bold;
    height: 26px;
}

/* HEADER SECTION */

#top_header_section {
	margin: 0px;
	padding: 0px;
	height: 168px;
	width: 100%;
	background-image: url(../images/top_circles_lines_grad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#inner_top_header_holder {
	margin: auto;
	padding: 0px;
	height: 168px;
	width: 960px;
}

.not_logged_in
{
    font-family: Times New Roman;
    padding: 0px;
    margin: 0px;
}

#main_sa_logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 168px;
	width: 168px;	
}

.home_logo
{
    width: 168px;
    height: 168px;
    display: block;
}

.home_logo span
{
    display: none;
}

.png {
    background-image: url(../images/main_logo.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#header_section_top {
	float: right;
	height: 110px;
	width: 792px;
}

#user_header_panel {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 110px;
	width: 400px;
	background-image: url(../images/user_header_panel.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#sign_in_header
{
	height: 40px;
	width: 380px;
	background-image: url(../images/indent_small.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	*margin-right: 0px;
	_margin-right: -20px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.sign_in
{
    font-size: 18px;
    font-weight: 200;
    line-height: 40px;
    margin: 5px 0px 0px 0px;
    float: left;
}

.date
{
    line-height: 40px;
    margin: 5px 0px 0px 0px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
}

#sign_in_controls
{
    width: 380px;
    height: auto;
    padding: 0px 10px 0px 10px;
    font-weight: 300;
}

#header_section_bottom {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 58px;
	width: 792px;
}

.user_name
{
    background-image: url(../images/sign_in/textbox_bg_large.jpg);
    background-repeat: no-repeat;
    width: 153px;
    height: 18px;
    border: solid 0px #000;
    padding: 1px;
}

.password
{
    background-image: url(../images/sign_in/textbox_bg_large.jpg);
    background-repeat: no-repeat;
    width: 153px;
    height: 18px;
    border: solid 0px #000;
    padding: 1px;
}

#sign_in_links
{
    padding: 0px 10px 0px 10px;
    margin: 5px 0px 0px 0px;
    *margin: 5px 0px 0px 0px;
    _margin: 0px 0px 0px 0px;
}

#logged_in_header
{
    height: 40px;
	width: 380px;
	background-image: url(../images/indent_small.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#welcome_div
{
    float: left;
    margin: 15px 0px 0px 0px;
}

.welcome
{
    font-size: 18px;
    font-family: Times New Roman;
}

.user
{
    color: #7B2A8B;
}

.logged_in_table
{
    width: 380px;
    margin: 0px 0px 0px 10px;
}

.logged_in_label
{
    color: #7B2A8B;
    float: left;
}

/*TOP NAV SECTION*/

#top_nav_list_positioning {
	height: 58px;
	width: 792px;
	position: relative;
    top: 0px;
    left: 0px;
}

.top_nav_list {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 792px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-width: 0px;
}

a.top_nav_list_item {
	margin: 0px -2px 0px 0px;
	padding: 0px;
	height: 36px;
	width: 79px;
	float: left;
	background-image: url(../images/top_nav_btn_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
	display: inline;
	text-align: center;
	color: #7B2A8B;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	border-width: 0px;
}

a.top_nav_list_item_selected 
{
    margin: 0px -2px 0px 0px;
	padding: 0px;
	height: 36px;
	width: 79px;
	float: left;
	line-height: 36px;
	display: inline;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-image:url(../images/top_nav_btn_bac-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	border-width: 0px;
}









a.top_nav_list_item_f {
	margin: 0px -2px 0px 0px;
	padding: 0px;
	height: 36px;
	width: 79px;
	float: left;
	background-image: url(../images/forum_tab_img.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
	display: inline;
	text-align: center;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	border-width: 0px;
}

a.top_nav_list_item_selected_f 
{
    margin: 0px -2px 0px 0px;
	padding: 0px;
	height: 36px;
	width: 79px;
	float: left;
	line-height: 36px;
	display: inline;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-image:url(../images/forum_tab_img_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	border-width: 0px;
}



















a.top_nav_list_item_signup {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 79px;
	float: left;
	background-image: url(../images/top_nav_btn_bac-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
	display: inline;
	text-align: center;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	border-width: 0px;
}

a.top_nav_list_item_double_line {
	margin: 0px -2px 0px 0px;
	height: 32px;
	width: 79px;
	float: left;
	background-image: url(../images/top_nav_btn_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 14px;
	text-align: center;
	color: #7B2A8B;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 0px;
}

a.top_nav_list_item_double_line_selected 
{
    margin: 0px -2px 0px 0px;
	padding: 0px;
	height: 32px;
	width: 79px;
	float: left;
	line-height: 14px;
	display: inline;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image:url(../images/top_nav_btn_bac-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	border-width: 0px;
}

a.top_nav_list_item_f:hover,
a.top_nav_list_item_f:active {
	background-image:url(../images/forum_tab_img_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
}





a.top_nav_list_item:hover,
a.top_nav_list_item:active {
	background-image:url(../images/top_nav_btn_bac-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
}






a.top_nav_list_item_double_line:hover,
a.top_nav_list_item_double_line:active {
	background-image:url(../images/top_nav_btn_bac-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
}

a.top_nav_list_item_signup:hover,
a.top_nav_list_item_signup:active {
	background-image:url(../images/top_nav_btn_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #7B2A8B;
}

/*.top_nav_list a,
.top_nav_list a:link,
.top_nav_list a:visited,
.top_nav_list a:active {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	display: block;
	height: 100%;
	width: 100%;
}

.top_nav_list a:hover {
	color: #FFFFFF;
}*/

/* WELCOME BAR SECTION */

#welcome_search_section {
	margin: 0px;
	height: 37px;
	width: 100%;
	background-image: url(../images/indent_on_1e.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#inner_welcome_bar_holder {
	padding: 0px;
	height: 25px;
	width: 960px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#welcome_header_message {
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 550px;
}

#welcome_bar_left_hand_side{
	width:120px;float:left;
}

#welcome_bar_right_hand_side {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 25px;
	width: 250px;
}

#rss_button_holder {
	margin: 0px;
	float: left;
	height: 24px;
	width: 220px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/rss_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#search_holder {
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
}

#search_holder_new {
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100%;
}

.search_holder_new {
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 100%;
}

#search_bar_table  {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 225px;
	float: right;
}

#search_input_cell {
	height: 24px;
	width: 140px;
	line-height: 24px;
	background-image: url(../images/search_bar_img.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

#search_input_cell_new {
	height: 24px;
	width: 180px;
	line-height: 24px;
	vertical-align: top;
	padding: 1px 0px 0px 0px;
	*padding: 0px;
	_padding: 0px;
	margin: 0px;
}

.search_input_cell_new {
	height: 24px;
	width: 180px;
	line-height: 24px;
	vertical-align: top;
	padding: 1px 0px 0px 0px;
	*padding: 0px;
	_padding: 0px;
	margin: 0px;
}

#search_input_cell_repeat {
	height: 24px;
	width: auto;
	*width: 100%;
	_width: 100%;
	line-height: 24px;
	background-image: url(../images/search_bar_img_repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: top;
}

.search_bar {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	line-height: 24px;
	text-indent: 5px;
}

.search_bar_new {
	margin: 0px;
	height: 20px;
	width: 180px;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-right-style: none;
	padding: 2px 0px 0px 0px;
	text-indent: 5px;
}

.search_bar_long {
	margin: 0px;
	height: 20px;
	width: 230px;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-right-style: none;
	padding: 2px 0px 0px 0px;
	text-indent: 5px;
}


#search_button_cell {
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 35px;
	vertical-align: top;
}

.search_button {
	background-color: transparent;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/search_button_img.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.search_button:hover {
	background-image: url(../images/search_button_img_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* WHITE/FLOWER SECTION */

.large_white_flower_section {
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/flowers.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.large_white_flower_section_min {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/flowers.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.white_bar_inner_holder {
	margin: auto;
	padding: 0px;
	height: 190px;
	width: 960px;
	_width: 962px;
	*width: 962px;
}

#white_header_table_functions {
	height: 170px;
	width: 730px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#latest_members_cell {
	height: 170px;
	width: 430px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/latest_members_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}

.latest_members_headers_holder {
	float: left;
	height: 34px;
	width: 410px;
	background-image: url(../images/indent_small.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	*margin-left: 10px;
	_margin-left: 5px;
}

#latest_members
{
    float: left;
    width: 410px;
    height: 116px;
    margin: -5px 0px 0px 0px;
    padding: 0px 0px 0px 8px;
    *padding: 0px 0px 0px 8px;
    _padding: 0px 0px 0px 20px;
    border: none;
}

.users_ctrl
{
    width: 410px;
    height: 116px;
    margin: 10px 0px 0px 10px;
    *margin: 10px 0px 0px 10px;
    _margin: 10px 0px 0px 5px;
    padding: 0px;
}

#img_holder
{
    text-align: center;
    width: 68px;
    height: 58px;
}

#img_text_holder
{
    text-align: left;
    width: auto;
    height: auto;
}

.vertical_table_divide {
	width: 10px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#prom_img
{
    float: right;
    width: 230px;
    height: 190px;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/home/woman-flower.jpg);
    background-repeat: no-repeat;
    background-color: Transparent;
}

.reg_link
{
    width: 230px;
    height: 190px;
    display: block;
}

.reg_link span
{
    display: none;
}


a.online
{
    font-size: 9px;
    color: #00cc00;
}

a.online:hover
{
    color: #7B2A8B;
}

.online_panel
{
    height: 8px;
    width: 80px;
    padding: 0px;
    margin-top: -20px;
    float: right;
}

#recent_activity_cell {
	width: 290px;
	height: 170px;
	background-image: url(../images/recent_activity_back.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: right top;
	vertical-align: top;
}

.recent_activity_headers_holder {
	float: left;
	height: 34px;
	width: 270px;
	background-image: url(../images/indent_small_purple.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	*margin-left: 10px;
	_margin-left: 5px;
}

#recent_activity
{
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    *padding: 0px 0px 0px 15px;
    _padding: 0px 0px 0px 10px;
    width: 240px;
    height: 136px;
}

.activity_ctrl
{
    margin: 0px;
    padding: 0px;
    width: 240px;
    height: 136px;
}

#activity_holder
{
    width: 135px;
    height: 60px;
}

/* HORIZONTAL DIVIDE (above main section) */

#horiz_divider {
	background-image: url(../images/single_indent.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 100%;
	background-position: center bottom;
}

/* MAIN SECTION */

/* left navigation */

#left_navigation
{    
    width: 165px;
    height: auto;
    margin: 10px 0px 0px 10px;
    *margin: 10px 0px 0px 10px;
    _margin: 0px 0px 0px 5px;
    float: left;
}

.left_nav_table
{
    width: 145px;
    height: auto;
    border: solid 0px #fff;
}

.loggedin_left_navigation
{
    background-image: url(../images/side_nav_back_grad.gif);
    background-repeat: repeat-y;
    width: 145px;
    height: auto;
    min-height: 100px;
    padding: 5px 10px 5px 10px;
    margin: 0px;
}

.left_nav_panel
{
    background-image: url(../images/side_nav_back_grad.gif);
    background-repeat: repeat-y;
    width: 145px;
    height: auto;
    min-height: 200px;
    padding: 5px 10px 5px 10px;
}
.left_nav_panel_chat
{
    background-image: url(../images/side_nav_back_grad.gif);
    background-repeat: repeat-y;
    width: 145px;
    height: auto;
   
    padding: 5px 10px 5px 10px;
}
.top_left_nav
{
    background-image: url(../images/user_panel_grad_header.gif);
    background-repeat: no-repeat;
    width: 165px;
    height: 5px;
}

.bottom_left_nav
{
    background-image: url(../images/user_panel_grad_footer.gif);
    background-repeat: no-repeat;
    width: 165px;
    height: 5px;
}

a.left_nav_item:link,
a.left_nav_item:active,
a.left_nav_item:visited
{
    text-indent: 5px;
    line-height: 25px;
    display: block;
    color: #666666;
    font-weight: normal;
}

a.left_nav_item:hover
{
    color: #7B2A8B;
}

a.top_left_nav_item:link,
a.top_left_nav_item:active,
a.top_left_nav_item:visited
{
    line-height: 30px;
    display: block;
    color: #666666;
    font-weight: normal;
}

a.top_left_nav_item:hover
{
    color: #7B2A8B;
}

.left_nav_img
{
    width: 100%;
    height: 2px;
}

/* END LEFT NAV */

#main_section {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/main_section_swatch.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#main_section_holder {
	margin: auto;
	/*min-height: 400px;*/
	height: auto;
	width: 960px;
	background-color: #1e1e1e;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#left_column {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 185px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-image: url(../images/left_col_grad.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*#middle_column {
	padding: 0px;
	float: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 610px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}*/

.middle_column{
    padding: 0px;
    float: left;
    min-height: 200px;
	height: auto !important;
	height: 200px;
    width: 600px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    vertical-align: top;
}

.middle_column1{
    padding: 0px;
    float: left;
    min-height: 200px;
	
	height: 250px;
    width: 600px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    vertical-align: top;
}

.middle_column_large{
    padding: 0px;
    float: left;
    min-height: 200px;
	height: auto !important;
	height: 200px;
    width: 745px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    vertical-align: top;
}

#middle_column_left_section {
    width: 345px;
    margin: 0px;
    float: left;
    min-height: 200px;
	height: auto !important;
	height: 200px;
    padding: 0px;
}

#middle_column_right_section {
    margin: 0px;
    float: right;
    min-height: 200px;
	height: auto !important;
	height: 200px;
    width: 240px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.middle_column_left_section {
    width: 345px;
    margin: 0px;
    float: left;
    min-height: 200px;
	height: auto !important;
	height: 200px;
    padding: 0px;
}


.middle_column_right_section {
    margin: 0px;
    float: right;
    min-height: 200px;
	height: auto !important;
	height: 200px;
    width: 240px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.right_column {
	margin: 0px;
	padding: 0px;
	float: right;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width: 145px;
	background-image: url(../images/right_col_grad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*FOOTER SECTION */

#footer_section {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 100%;
	background-image: url(../images/footer_indent.jpg);
	background-repeat: repeat-x;
}

#inner_footer_holder {
	padding: 0px;
	height: 44px;
	width: 960px;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#copyright
{
    color: #666666;
    float: left;
    line-height: 53px;
}

#bottom_navigation
{
    float: left;
    width: 80%;
}

.bottom_nav
{
    height: 53px;
    width: 100%;
    text-align: center;
}

a.bottom_nav_link:link,
a.bottom_nav_link:active,
a.bottom_nav_link:visited
{
    color: #666666;
    line-height: 53px;
    display: inline;
}

a.bottom_nav_link:hover
{
    color: #7B2A8B;
}

#blur_logo {
	padding: 0px;
	float: right;
	height: 21px;
	width: 33px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#bottom_flowers {
	background-image: url(../images/bottom_flowers.gif);
	background-repeat: repeat-x;
	background-position: right top;
	margin: auto;
	padding: 0px;
	height: 76px;
	width: 100%;
}

/* RESULT PAGE */

#results
{
    width: auto;
    height: auto;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

a.result_link
{
    cursor: pointer;
    color: #7B2A8B;
}

a.result_link:hover
{
    color: #ccc;
}

.results_button
{
    float: right;
}

/* REGISTRATION */

input.RadUpload_Default .ruBrowse {
    width:86px;    
}

input.ruButton
{
    margin-top: -1px;
    background-color: #fff;
    border: solid 2px #7B2A8B;
    color: #7B2A8B;
    font-weight: bold;
    height: 24px;
}

input.ruFileInput, .ruFakeInput {
    vertical-align:top;
    /*margin-left: -10px;*/
}

.profile_upload
{
    margin-left: -10px;
}

/* ADVERTISING */

div.radr_clipRegion
{
    border: solid 0px #1e1e1e;
    background-color: Transparent;
}

.align_centre
{
    text-align: center;
}
/*li { list-style:none;}*/

.box_border
{
	background-color:#2F2F2F; border:#121212 1px solid;
	color:#FFFFFF;
}

/* Tab Menu For Bookmarks and Account Settings Starting */
.Menu {
	background:url(../images/images2.jpg) repeat-x; 
	padding: 4px 5px;
	margin: 0px 0px 0px 0px;
	color:#666;
	cursor:pointer;
}
.Menu:hover {
	color:#FFF;
}
.MenuSelected {
	background:url(../images/images1.jpg) repeat-x; 
	padding: 4px 5px;
	margin: 0px 0px 0px 0px;
	color:#FFF;
	cursor:pointer;
}
/* Tab Menu For Bookmarks and Account Settings End */
/***************************************************/
/* Browse Members Starting */
a#grey_link
{
    color: #666;
}

a#grey_link:hover
{
    color: #7B2A8B;
}
/* Browse Members End */
#grey {
	color:#7B2A8B;
	font-weight:bold;
}
#link {
	color:#666;
}
#link:hover {
	color:#7B2A8B;
}
/* Header Title Starting */
#welcome_header_message_title {
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 170px;
	text-align:left;
	width:580px;
}
/* Header Title End */
/***********************/
/*Profile Tabs Starting*/

#top_nav_list_positioning {
	height: 58px;
	width: 792px;
	position: relative;
    top: 0px;
    left: 0px;
}

.top_nav_list {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 792px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-width: 0px;
}

span.top_nav_list_item {
	margin: 0px -2px 0px 0px;
	padding: 0px;
	height: 36px;
	width: 79px;
	float: left;
	background-image: url(../images/top_nav_btn_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
	display: inline;
	text-align: center;
	color: #7B2A8B;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	border-width: 0px;
	font-weight:bold; 
	cursor:pointer;
}

span.top_nav_list_item_selected 
{
    margin: 0px -2px 0px 0px;
	padding: 0px;
	height: 36px;
	width: 79px;
	float: left;
	line-height: 36px;
	display: inline;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-image:url(../images/top_nav_btn_bac-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	border-width: 0px;
	font-weight:bold; 
	cursor:pointer;
}


span.top_nav_list_item_signup {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 79px;
	float: left;
	background-image: url(../images/top_nav_btn_bac-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
	display: inline;
	text-align: center;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	border-width: 0px;
}

span.top_nav_list_item_double_line {
	margin: 0px -2px 0px 0px;
	height: 32px;
	width: 120px;
	float: left;
	background-image: url(../images/top_nav_btn_back_long.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 14px;
	text-align: center;
	color: #7B2A8B;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 0px;
	font-weight:bold; 
	cursor:pointer;
}

span.top_nav_list_item_double_line_selected 
{
    margin: 0px -2px 0px 0px;
	padding: 0px;
	height: 32px;
	width: 120px;
	float: left;
	line-height: 14px;
	display: inline;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image:url(../images/top_nav_btn_bac-hover_long.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	border-width: 0px;
	font-weight:bold; 
	cursor:pointer;	
}

span.top_nav_list_item:hover,
span.top_nav_list_item:active {
	background-image:url(../images/top_nav_btn_bac-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
}

span.top_nav_list_item_double_line:hover,
span.top_nav_list_item_double_line:active {
	background-image:url(../images/top_nav_btn_bac-hover_long.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
}

span.top_nav_list_item_signup:hover,
span.top_nav_list_item_signup:active {
	background-image:url(../images/top_nav_btn_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #7B2A8B;
}
.profile_tab_style {
	font-weight:bold; 
	cursor:pointer;
}
/*Profile Tabs End*/


/* Top Navigation begin*/
#dlTopNav{border-width:0px;border-collapse:collapse;}
/* Top Navigation End*/
