


/*
GLOBAL STYLES, FONTS & RESETS #4587C0 #4c525b;
*/
html
{
  min-height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}
body
{
/*  background-color: #4c525b;*/
  background-color: #ffffff;
}
*
{
  padding: 0;
  margin: 0;
  border: none;
  border-style: solid;
  border-width: 0px;
  border-color: #333743;
}
table
{
  border-collapse: collapse;
}
br
{
  clear: both;
}
ul
{
  list-style-type: none;
}
a:link,
a:visited
{
  color: #0033CC;
  text-decoration: none;
}
a:hover
{
  color: #EA3A11;
  text-decoration: underline;
}
*
{
  font-family: arial, verdana, sans-serif;
}
div,
td
{
  font-size: 0.98em;
  color: #000;
  text-align: left;
}
h2,
h3,
h4
{
  color: #000000;
}
h2
{
  font-size: 1.7em;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
h3
{
  font-size: 1.2em;
  text-transform: uppercase;
}
h4
{
  font-weight: bold;
  border-bottom: 1px solid #333743;
  padding: .5em 0px .5em 0px;
  margin-bottom: 10px;
}
h4 > span
{
  display: inline-block;
  position: absolute;
  background-color: #4c525b;
  padding-right: 6px;
  margin-top: -1px;
}
h3.sep
{
  display: block;
  border-bottom: 1px solid #333743;
  overflow: hidden;
  margin-bottom: 1em;
  height: 1em;
}
h3.sep > span
{
  display: block;
  overflow: hidden;
  position: absolute;
  background: #4c525b;
  padding: 5px 10px 5px 0px;
  font-weight: bold;
}




/*
GENERAL LAYOUT
*/
.generic_layout_container h3
{
  margin-bottom: 6px;
}

.layout_left
{
  float: left;
  width: 120px;
  padding: 0px 15px 0px 0px;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 45px;
  
}

.layout_left li { padding: 5px;}

.layout_left a { color:#000000;}



.layout_middle
{
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.layout_right
{
  float: right;
  width: 200px;
  text-align: left;
 
  vertical-align: top;
 ;
  margin-top: 45px;
  
}

#global_wrapper
{
  text-align: center;
  padding-top: 20px;
}

#global_content
{
  width: 95%;
  margin: 0px auto 0px auto;
  overflow: hidden;
  min-height: 500px;
}

/* Header */
.layout_page_header
{
  /*background-color: #e6e6e6;*/
 background-color: #fff;
  text-align: center;
  padding: 0px;
  clear: both;
  border-bottom: 1px solid #dde4e9;
}
.layout_page_header .layout_main
{
  width: 100%;
  height: 100px;
  text-align: right;
  margin: 0px auto 0px auto;
}

/* Footer */
.layout_page_footer
{
  clear: both;
  text-align: center;
  overflow: hidden;
}
.layout_page_footer .layout_main
{
  
  
  background-color: #ffffff;
  border-top: 1px solid #dde4e9;

  width: 930px;
  margin: 20px auto 0px auto;
  text-align: left;
  overflow: hidden;
  margin-top: 40px;
  padding: 10px;
}
.layout_page_footer select
{
  font-size: 1em;
}
.layout_core_menu_footer
{
  font-size: .9em;
  color: #333333;
text-align: center;
}


#footmenu{ text-align:center; margin-bottom: 20px;}





/*
MAIN MENU WIDGET
*/
.layout_core_menu_main
{
  
  width: 950px;
  margin: 0px auto 0px auto;
  text-align: left;
  overflow: hidden;
  background-color: #266da5;
  border: none;
  border-left: none;
  border-right: none;
  background-image: url(/directorycss/images/topbar_menu_bg.png);
  background-repeat: repeat-x;
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,.6);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.6);
}
.layout_core_menu_main ul
{
  width: 950px;
  margin: 0px auto 0px auto;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 10px 3px 15px;
}
.layout_core_menu_main li
{
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 15px;
}
.layout_core_menu_main li:hover
{
  background: transparent;
}
.layout_core_menu_main ul a
{
  
  outline: none;
  display: block;
  padding: .4em 0em .4em 0em;
  background-color: transparent;
}
.layout_core_menu_main ul a:link,
.layout_core_menu_main ul a:visited
{
   color: #fff;
   text-decoration: none;
}
.layout_core_menu_main ul a:hover
{
  color: #fff;
  text-decoration: underline;
  background: transparent;
}






/*
MINI MENU + SEARCH WIDGET + UPDATES LINK
Shows the mini menu and search widget and updates link
*/
.layout_core_menu_mini
{
  width: 350px;
  margin: 0px auto 0px auto;
  overflow: hidden;
}
.layout_core_menu_mini > div > ul
{
  
  float: right;
  overflow: hidden;
  background: transparent;
  padding: .5em;
  border: none;
  border-top: none;
}
.layout_core_menu_mini > div > ul > li
{
  float: left;
  overflow: hidden;
}
.layout_core_menu_mini > div > ul > li + li
{
  margin-right: 3px;
}
.layout_core_menu_mini #core_menu_mini_menu
{
  text-align: right;
  padding: 2px 0px 5px 10px;
  font-size: .9em;
  overflow: hidden;
}
.layout_core_menu_mini #core_menu_mini_menu > ul > li > a
{
  display: block;
  color: #b4bbc8;
  font-weight: bold;
  padding: 3px 7px 5px 7px;
}
.layout_core_menu_mini #core_menu_mini_menu > ul > li > a:hover
{
 
  background: transparent;
  color: #eee;
  text-decoration: none;
}
.layout_core_menu_mini #core_menu_mini_menu_updates
{
  margin-right: 5px;
}

#core_menu_mini_menu_update .updates_pulldown_active a#updates_toggle {
	
  background-color: #4E586C;
  color: #fff;
  text-decoration: none;
}






#core_menu_mini_menu #global_search_form
{
  padding: 1px 0px;
  margin-left: 10px;
}
#core_menu_mini_menu #global_search_field
{
 
  width: 100px;
  font-size: 1.2em;
  outline: none;
}
#core_menu_mini_menu .overTxtLabel
{
  padding-top: 1px;
  padding-left: 2px;
  font-size: 1.2em;
}



/*Spt Change*/
/*
SITE LOGO WIDGET
*/
.layout_core_menu_logo
{
  
  margin: 0px auto 0px auto;
  padding-top:70px;
 background-image: url(/static/luna2/images/sptdirdark.jpg);
  background-repeat: no-repeat;
  background-position: top left;
text-align: left;
padding-left:15px;
  letter-spacing: 2px;
 
}

.layout_core_menu_logo a
{
  color: #fff;
}














/*
GLOBAL NOTICES (OUTSIDE FORMS)
Used to show a message or notice with an icon on a page,
usually above content, not within a form.
*/
.tip
{
  overflow: hidden;
  clear: both;
}
.tip > span
{
  
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 6px 6px;
  padding: 6px;
  padding-left: 27px;
  float: left;
  margin-bottom: 15px;
  background-image: url(/directorycss/images/tip.png);
}



/*
GLOBAL FORM RESPONSES
Used to show feedback from form submissions, i.e.
error/result messages.
*/
ul.form-errors,
ul.form-notices
{
  margin: 0px 0px 20px 0px;
  overflow: hidden;
}
* + ul.form-errors,
* + ul.form-notices
{
  margin-top: 20px;
}
ul.form-errors > li,
ul.form-notices > li
{
  
  margin: 7px 5px 7px 5px;
  padding: 5px;
  padding-left: 30px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: 8px 5px;
  float: left;
  clear: left;
  overflow: hidden;
}
ul.form-errors > li {
  background-color: #262c36;
  background-image: url(/directorycss/images/error.png);
}
ul.form-notices > li {
  
  background-image: url(/directorycss/images/notice.png);
}


/*
GLOBAL FORM ELEMENTS
Used for most forms throughout the site.
*/
button
{
  
  padding: 5px;
  font-weight: bold;
  border: none;
  background-color: #3e82b1;
  border: 1px solid;
  color: #fff;
  background-image: url(/directorycss/buttonbg.png);
  background-repeat: repeat-x;
  background-position: 0px 1px;
}
button:hover
{
  background-color: #5ea1d0;
  cursor: pointer;
}
input[type=text],
input[type=password],
input.text,
textarea
{
  
  background-color: #fff;
  color: #333;
  border-width: 1px;
  border-color: #c0c0c0;
  padding: 3px;
  
  font-size: 12pt;
  
}
input[type=checkbox],
input[type=radio]
{
  border: none;
  padding: 0px;
  margin: 2px 5px 0px 0px;
  width: auto;
  display: block;
  float: left;
}
input[type=checkbox] + label,
input[type=radio] + label
{
  display: block;
  cursor: pointer;
}
textarea
{
  width: 300px;
  
}
textarea.codebox
{
  width: 95%;
  min-height: 200px;
  font-family: courier new, courier, serif;
}
select
{
  
  background-color: #fff;
  color: #333333;
  border-width: 1px;
  border-color: #c0c0c0;
  padding-bottom: 3px;
  padding-top: 4px;
  padding-right: 0px;
  font-size: 10pt;
  max-width: 250px;
 
}
select option
{
  padding: 0px 10px 0px 3px;
}
a.buttonlink
{
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 2px 0px 2px 21px;
  font-weight: bold;
  display: inline-block;
}
a.buttonlink_right
{
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 19px;
  font-weight: bold;
  display: inline-block;
}

.submit
{

color: #000;
background: #cccccc;
 border-width: 1px;
  border-color: #2B313D;
font-size: 11pt;

width: 70px;
padding-top: 4px;
padding-bottom: 3px;
}


/*
LARGE BOX FORM
These styles are for large forms that are given an exclusive page.
They are not intended for smaller forms that are embedded elsewhere.
Examples: Signup form, member settings form, etc.
*/
/* form container */
.global_form
{
  clear: both;
  overflow: hidden;
}
/* external form border */
.global_form > div
{
  float: left;
  overflow: hidden;
  margin: 0px auto 0px auto;
}
/* internal form border */
.global_form > div > div
{
 
  border: 5px solid #2B313D;
  padding: 12px 12px 12px 12px;
  background-color: #3b424e;
}
/* form headline */
.global_form div.form-wrapper-heading
{
  font-weight: bold;
  border-bottom: 1px solid #4c525b;
  height: 1em;
  margin-bottom: 15px;
}
.global_form div.form-wrapper-heading > span
{
  display: block;
  position: absolute;
  overflow: hidden;
  padding: 4px 6px 4px 0px;
  background: #3b424e;
}
.global_form div.form-wrapper + div.form-wrapper-heading
{
  margin-top: 10px;
}
/* form instructions (after title) */
.global_form > div > div > h3 + p
{
  padding: 2px;
  margin-top: 2px;
  max-width: 550px;
}
/* add some space above form elements if title/instructions precede */
.global_form > div > div > h3 + div,
.global_form > div > div > h3 + p + div
{
  margin-top: 20px;
}
/* container for form label/element rows */
.global_form > div > div
{
  overflow: hidden;
}
/* container row for a label (left) and element (right) */
.global_form div.form-wrapper
{
  clear: both;
  overflow: hidden;
}
/* left-side element label container */
.global_form div.form-label
{
  width: 150px;
  text-align: right;
  padding: 4px 15px 0px 2px;
  margin-bottom: 10px;
  overflow: hidden;
  float: left;
  clear: left;
  font-size: .9em;
  font-weight: bold;
  color: #ddd;
}
/* right-side form element container */
.global_form div.form-element
{
  min-width: 150px;
  max-width: 600px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
  float: left;
  clear: none;
}
/* all paragraphs of text in the form */
.global_form div > p
{
  max-width: 450px;
  padding-bottom: 10px;
}
/* paragraphs of text that come after an input element */
.global_form div > input + p
{
  margin-top: 3px;
  font-size: 7pt;
}
/* all text inputs in form */
.global_form input[type=text],
.global_form input[type=password]
{
  padding: 2px;
  font-size: 10pt;
  width: 200px;
}
/* only for text inputs that come after other text inputs */
/* i.e. for when there is a vertical list of text inputs */
.global_form input[type=text] + input[type=text]
{
  display: block;
  margin-top: 5px;
}
/* all checkboxes and radios in form */
.global_form input[type=checkbox],
.global_form input[type=radio]
{
  clear: left;
}
/* for clickable labels that appear to the right of elements */
/* such as checkboxes or radios */
.global_form input + label
{
  float: left;
  display: block;
  margin-top: 0px;
  margin-left: 2px;
}
/* all select boxes in form */
.global_form select
{
  padding: 1px;
  padding-right: 0px;
  font-size: 10pt;
  max-width: 250px;
}
/* all textareas in form */
.global_form textarea
{
  padding: 4px;
  font-size: 10pt;
  max-width: 300px;
  min-height: 100px;
}
.global_form p.description {
  margin: 3px 0px 10px 0px;
  padding: 0px;
}
.global_form #submit-element
{
  margin-bottom: 0px;
}
.global_form button[type=submit]
{
  margin-right: 3px;
}






/*
SMALL BOX FORM
These styles are for small box forms, such
as the login box found by default on the main
index page. Form names and inputs are stacked
vertically (not floated) to fit into small-width
content areas.
*/
.global_form_box
{
  background-color: #3b424e;
  border: 1px solid transparent;
  
  padding: 10px;
  width: auto;
}
.global_form_box .form-wrapper
{
  margin-top: 10px;
}
.global_form_box .form-label
{
  padding: 0px;
  width: auto;
  float: none;
  clear: both;
  margin: 0px;
}
.global_form_box label
{
  text-align: left;
  display: block;
  font-size: .8em;
  margin-bottom: 2px;
}
.global_form_box .form-element
{
  overflow: hidden;
}



/*
FILTER FORM
These styles are for small, transparent forms
that contain search boxes or filter fields. They
are usually found on browse pages.
*/
form.filters
{
  
  padding: 10px;
}
form.filters div.form-label
{
  margin-bottom: 3px;
  font-size: .7em;
  text-transform: uppercase;
}
form.filters div.form-element
{
  margin-top: 2px;
}
form.filters button
{
  margin-top: 4px;
}
form.filters dt
{
  font-size: .7em;
  text-transform: uppercase;
  padding-bottom: 2px;
}
form.filters dd
{
  margin-bottom: 8px;
}




/*
POPUP FORM
These are used to style popup (i.e. smoothbox) forms.
Also used to style popup response messages, etc.
*/
.global_form_popup
{
  padding: 10px 10px 10px 13px;
  float: left;
  overflow: hidden;
}
.global_form_popup #submit-wrapper,
.global_form_popup #cancel-wrapper
{
  float: left;
  overflow: hidden;
}
.global_form_popup #buttons-wrapper
{
  margin-top: 10px;
}
.global_form_popup #buttons-wrapper button
{
  margin-right: 4px;
}
.global_form_popup_message
{
  padding: 5px;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}




/*
UPLOAD FORM
Styles the file upload form.
*/
#form-upload #submit-wrapper
{
  display: none;
}
#form-upload #demo-status a.buttonlink
{
  margin-right: 15px;
}








/*
SEARCH PAGE
Used to style the main search page.
*/
#searchform
{
  float: left;
  clear: right;
  padding: 5px;
}
#searchform input[type=text]
{
  width: 300px;
}
#searchform #query-label
{
  display: none;
}
#searchform #query-wrapper
{
  float: left;
  overflow: hidden;
  padding: 3px;
}
#searchform #submit-label
{
  display: none;
}
#searchform #submit-wrapper
{
  float: left;
  overflow: hidden;
  margin-left: 1px;
}
.search_result
{
  overflow: hidden;
  width: 500px;
  margin-top: 10px;
  border-top-width: 1px;
  padding-top: 10px;
}
.search_result .search_photo
{
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 7px;
}
.search_result .search_icon
{
  display: block;
  float: left;
  overflow: hidden;
  width: 48px;
  margin-right: 7px;
}
.search_result img
{
  margin: auto;
  display: block;
}
.search_result .search_info
{
  display: block;
  overflow: hidden;
}
.search_result .search_title
{
  font-weight: bold;
  font-size: 1.1em;
}









/*
COMMENTS
These styles are used everywhere comments appear.
*/
.feed_item_date + .comments
{
  margin-top: 10px;
}
.comments
{
  width: 450px;
}
.comments > ul
{
  overflow: hidden;
}
.comments > ul > li
{
  
  background-image: none;
  border: none;
  padding: 5px;
  border-top: 1px solid transparent;
  overflow: hidden;
  margin-bottom: 1px;
}
.comments .comments_author a
{
  font-weight: bold;
  margin-right: 2px;
}
.comments .comments_author_photo
{
  float: left;
  overflow: hidden;
}
.comments .comments_author_photo img
{
  display: block;
}
.comments .comments_options
{
  font-weight: bold;
  font-size: 1em;
  color: #aaa;
  margin-bottom: 6px;
}
.comments .comments_info
{
  font-size: .9em;
  padding-top: 2px;
  padding-left: 5px;
  overflow: hidden;
}
.comments .comments_date
{
  font-size: .9em;
  margin-top: 3px;
  color: #aaa;
  overflow: hidden;
}
.comments .comments_likes,
.comments .comments_viewall
{
  font-size: .8em;
}
.comments .comments_likes a,
.comments .comments_viewall a
{
  font-weight: bold;
}
.comments > form
{
  
  background-image: none;
  border: none;
  padding: 5px;
  padding-right: 10px;
  border-top: 1px solid transparent;
}
.comments > form > textarea
{
  width: 100%;
}
.comments > form > button
{
  display: block;
  margin-top: 7px;
}





/*
HEADLINE
Used at the top of most browse pages. Often contains button-style tabs.
*/
.headline
{
  overflow: hidden;
  margin-bottom: 15px;
}
.headline h2
{
  overflow: hidden;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 3px;
}



/* TABS (BUTTON STYLE, DEFAULT) */
.tabs
{
  margin-top: 5px;
    overflow: hidden;
	border: none;
}
.tabs > ul li
{
  float: left;
  overflow: hidden;
}
.tabs > ul li > a
{
  display: block;
  padding: .6em 1em .6em 1em;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}
.tabs > ul li:first-child > a
{
  
}
.tabs > ul li > a:hover
{
  background-color: #5E6B79;
  text-decoration: none;
  color: #fff;
}
.tabs > ul li + li
{
}
.tabs > ul li.active > a
{
  background-color: #545F6B;
  color: #d2d6de;
}
.tabs > ul li.active > a:hover
{
  text-decoration: none;
}





/*
TABS (TAB STYLE, NON-DEFAULT)
*/
.tabs_alt
{
  background-color: #3b424e;
  background-image: none;
    margin: 5px 0px 15px 0px;
  padding-top: 2px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.tabs_alt > ul
{
  margin: 0px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #7c8892;
  padding: 3px 0px 5px 7px;
}
.tabs_alt > ul > li
{
  display: inline-block;
  padding: 0px;
  
}
.tabs_alt > ul > li.tab_active > a,
.tabs_alt > ul > li.active > a
{
  
  border: 1px solid #7c8892;
  border-bottom: none;
  background-color: #5e6f7e;
  color: #eee;
  position: relative;
  top: 1px;
  padding: 5px 6px 5px 6px;
}
.tabs_alt > ul > li > a
{
  padding: 5px 7px 5px 7px;
  text-decoration: none;
  color: #fff;
  border-bottom: none;
  outline: none;
}
.tabs_alt > ul > li > a span
{
  font-size: .8em;
  font-weight: normal;
  margin-left: 4px;
  border: none;
}
.tabs_alt > ul > li > a:hover
{
  background: #545F6B;
  padding: 5px 6px 5px 6px;
 
  border: 1px solid #7c8892;
  border-bottom: none;
}
.tab_container_inactive
{
  display: none;
}
.tabs_alt > ul > li.tab_closed
{
}
.tabs_alt > ul > li.tab_open > a
{
  
  border: 1px solid #4E586C;
  border-bottom: none;
  background-color: #4E586C;
  color: #fff;
  position: relative;
  top: 1px;
  padding: 5px 6px 5px 6px;
}
.tab_pulldown_contents_wrapper
{
  display: none;
  
  overflow: hidden;
  position: absolute;
  padding: 2px;
  margin-top: 21px;
  background-color: #4E586C;
  z-index: 99;
}
.tab_pulldown_contents
{
  overflow: hidden;
  background: #262c36;
  max-height: 500px;
  overflow-y: auto;
}
.tab_pulldown_contents > ul > li
{
  padding: 5px;
  font-size: .8em;
  min-width: 100px;
  max-width: 250px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.tab_pulldown_contents > ul > li + li
{
  border-top: 1px solid #333743;
}
.tab_pulldown_contents > ul > li:hover
{
  background-color: #3F4857;
  cursor: pointer;
}
.tabs_alt > ul > li.tab_open .tab_pulldown_contents_wrapper
{
  display: block;
}







/*
PULLDOWN SELECT BOX
Styles the inline pulldown select popup box that is used
as an alternative to regular input select boxes in some places.
*/
.pulldown > a,
.pulldown_active > a
{
  display: inline-block;
  font-weight: bold;
  padding: 5px 7px 5px 18px;
  background-position: 6px 5px;
  outline: none;
  font-size: .8em;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-image: url(/directorycss/images/more.png);
  background-repeat: no-repeat;
  color: #fff;
}
.pulldown > a
{
  
  background-color: #4E586C;
  text-decoration: none;
}
.pulldown > a:hover
{
  background-color: #787C89;
	color: #fff;
}
.pulldown_active > a
{
 
  background-color: #4E586C;
  color: #fff;
  text-decoration: none;
  background-image: url(/directorycss/images/more_active.png);
}
.pulldown_contents_wrapper
{
  display: none;
  
  overflow: hidden;
  position: absolute;
  min-width: 100px;
  max-width: 300px;
  padding: 4px;
  background-color: #4E586C;
  z-index: 99;
  margin-top: 22px;
}
.pulldown_active .pulldown_contents_wrapper
{
  display: block;
}
.pulldown_contents
{
  overflow: hidden;
  background: #262c36;
  max-height: 500px;
  overflow-y: auto;
}
.pulldown_contents ul > li
{
  width: 100%;
  padding: 5px;
  font-size: .8em;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.pulldown_contents ul > li + li
{
  border-top: 1px solid #333743;
}
.pulldown_contents ul > li:hover
{
  background-color: #3F4857;
  cursor: pointer;
}
.pulldown_options {
	margin: 4px 0px;
}
.pulldown_options a
{
  color: #fff;
  font-size: .8em;
  padding: 3px 3px 3px 6px;
  text-decoration: none;
	border-left: 1px solid #333743;
}
.pulldown_options a:first-child {
	border-left: none;
}
.pulldown_options a:hover
{
  color: #fff;
}
/*
PULLDOWN SELECT BOX FOR UPDATES
Styles the inline pulldown select popup box used for updates that is used
as an alternative to regular input select boxes in some places.
*/

.updates_pulldown > a,
.updates_pulldown_active > a
{
  display: block;
  color: #b4bbc8;
  font-weight: bold;
  padding: 3px 7px 5px 7px;
}
.updates_pulldown > a
{
  display: block;
	
  color: #E1E5F0;
	background: #4E586C;
  font-weight: bold;
  padding: 3px 7px 5px 7px;
}
.updates_pulldown > a:hover
{
 
  background: #5C6981;
  color: #fff;
  text-decoration: none;
}
.updates_pulldown > a.new_updates
{
 
  background: #C83148;
  color: #fff;
}
.updates_pulldown > a.new_updates:hover
{
  
  background: #E13D48;
  color: #fff;
}

.updates_pulldown_active > a
{
  
  background-color: #4E586C;
  color: #fff;
  text-decoration: none;
}
.updates_pulldown_active .pulldown_contents_wrapper
{
  display: block;
}
ul.notifications_menu > li,
ul.notifications_menu > div
{
  color: #b4bbc8;
  padding: .5em;
  min-width: 160px;
}
ul.notifications_menu > li
{
  overflow: hidden;
  clear: both;
  padding-top: 7px;
  padding-bottom: 7px;
  float: left;
  width: 100%;
}
ul.notifications_menu > li + li
{
  border-top-width: 1px;
}
ul.notifications_menu > li.notifications_unread
{
  font-weight: bold;
	background-color: #343C4C;
}
.pulldown_contents > ul > li.notifications_unread:hover {
	background-color: #3F4857;
}
ul.notifications_menu > li > span
{
  display: block;
  padding-left: 22px;
  background-repeat: no-repeat;
  float: none;
  padding-top: 2px;
  min-height: 16px;
}
ul.notifications_menu > li > span > a
{
  display: inline;
  float: none;
}
ul.notifications_menu > li > a
{

}



/*
TAGS
Styles lists of tags that are used for message recipients, lists of friend
lists, etc. Each tag has its own remove link.
*/
.tag
{
  
  display: inline-block;
  background-color: #2D3541;
  font-weight: bold;
  display: inline-block;
  float: left;
  padding: 5px 5px 5px 5px;
  margin: 0px 10px 5px 0px;
	font-size: .9em;
}
.tag a
{
  text-decoration: none;
  margin-left: 3px;
  text-transform: uppercase;
}






/*
OVERRIDES
*/
.layout_core_statistics ul > li span
{
  font-size: 1.5em;
}
#im_container
{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.im_item_tooltip_settings
{
  background-color: #000;
  color: #fff;
}
.compose-container .overTxtLabel,
#core_menu_mini_menu .overTxtLabel
{
  color: #b4bbc8;
}
.global_form_box label
{
  font-size: .9em;
}
ul.forum_categories .forum_topics > span + span,
ul.forum_categories .forum_posts > span + span
{
  font-size: .8em;
}
form.filters dt
{
  font-size: .9em;
  text-transform: none;
}

.layout_page_footer .layout_main
{
  padding: 7px 10px 7px 10px;
}

ul#demo-list li.file {
	background-color: #4c525b;
	border: none;
}

ul.feed .feed_item_photo {
	margin-right: 12px;
}

.comments .comments_date {
	margin-top: 5px;
	font-size: 1em;
}

#TB_window {
	background-color: #4c525b;
}

.quicklinks {
	padding: 8px 0px;
}

.quicklinks li {
	padding: 0px 6px 0px 6px;
}


/* Global member photos and icons */
img.main
{
  max-width: 720px;
  max-height: 720px;
}
img.thumb_normal
{
  max-width: 140px;
  max-height: 160px;
}
img.thumb_profile
{
  max-width: 200px;
  max-height: 400px;
}
img.thumb_icon
{
  width: 48px;
  height: 48px;
}
img.main,
img.thumb_normal,
img.thumb_profile,
img.thumb_icon
{
  border: 1px solid #1c1f25;
}


/* New Spaintalking */

div.searchbar{
	position:relative;
	float: right;
	top: -20px;
	margin-right: 80px;
	text-align:right;
	 font-size: .7em;
	 
}

div.searchbar a{
	color: #333333; text-decoration: none;
	 
}

div.searchbar a:hover{
	color: #333333; text-decoration: underline;
	 
}






.q a,.q2 a,.b a,.d a,.u a,.u1 a,.u2 a,.u3 a,.u4 a,.u5 a{display:block;}



.u1{width:180px;}
.u1{float:left;}
.u1{margin-right:0px;}
.u1{margin-top:0px;}
.u1{display:block;}
.u1{text-align:left;}

.u2{width:200px;}
.u2{float:left;}
.u2{margin-left:10px;}
.u2{margin-top:0px;}
.u2{display:block;}
.u2{text-align:left;}

.u3{width:200px;}
.u3{float:left;}
.u3{margin-left:50px;}
.u3{margin-top:0px;}
.u3{display:block;}
.u3{text-align:left;}	

.u4{width:180px;}
.u4{float:left;}
.u4{margin-right:10px;}
.u4{margin-top:0px;}
.u4{display:block;}
.u4{text-align:left;}
.u4{font-size: 1.4em; color:#fff;}

.u5{width:650px;}
.u5{float:left;}
.u5{margin-left:20px;}
.u5{margin-top:0px;}
.u5{font-size: 1.0em; color:#000;}




#categoryh dl, #home dl {

  margin: 0px 0px 0px 0px;

  width: 100%;

  float: left;

}



#categoryh dt a {

  font-weight: bold;

  font-size: 1.1em;
  padding:5px;

}

#categoryh dt, #category dd, #home dt, #home dd {

  margin: 0px 0px 0px 0px;

}



#categoryh dd, #home dd {

  padding-bottom: 0px;

}







#category dl, #home dl {

  margin: 0px 0px 0px 0px;

  width: 33%;

  float: left;

}

#category dt a {

  font-weight: bold;

  font-size: .9em;

}

#category dt, #category dd, #home dt, #home dd {

  margin: 0px 0px 0px 0px;

}

#category dd, #home dd {

  padding-bottom: 10px;

}

 dl {

 

  width: 50%;

  float: left;

}

 dt {

  margin: 10px 10px 5px 10px;
font-size: 1.0em;

}


 dt a {

 font-weight: none;
float: left;
margin-right: 5px

}

dd {

  margin: 10px 10px 5px 10px;
font-size: 0.6em;
background-color: #f8f8f8;


}


 .clear:after {

  height: 0px;

  clear: both;

  display: block;

  visibility: hidden;

  content: ".";

}

.clear {

  display: inline-block;

}

/* start non ie/mac css \*/

* html .clear {

  height: 1%;

}

.clear {

  display: block;

}

div.icon2 {
float:left;
background-image:url('/images/front/home_feedsright.gif');
background-repeat:no-repeat;
padding-left:35px;
height:29px;
padding-top:3px;
font-size:17px;
font-family:arial;
font-weight:bold;
color:#000;
}

div.icon3 {
float:right;
padding-top:5px;
font-weight:bold;
font-family:arial;
font-size:9pt;
padding-left: 20px;
}

div.icontent2 {
	width:658px; 
	padding:10px 10px 10px 10px; 
	border: 1px solid #999999;
	min-height:250px;
	
}



.t { color: #000080; font-size: 1.2em;}

.grd{
	
	clear:both;
	margin-bottom: 20px;
	
}









#lside {

        float: left;
        
        width: 92%;
        text-align: left;
	    padding: 0px 10px 10px 20px;
	    border-left: 1px solid #dde4e9;
	    border-right: 1px solid #dde4e9;
	}
	
#width {

        
        width: 95%;
       
	    
	}	

.paging {

  margin-top:40px;

}

.paging {

  text-align: center;
letter-spacing: 4px;
font-family:arial;
font-size:1.2em;
}

.paging img, .paging select, .paging input {

  vertical-align: middle;

}


.menulink {color: #ffffff; text-decoration: none}



.navb a:link {color: #ffffff; text-decoration: none}

 .navb a:visited {color: #ffffff; text-decoration: none}

 .navb a:active {color: #ffffff; text-decoration: none}

 .navb a:hover {color: #ffffff; text-decoration: underline}

 .navb {font-size: 13px;}
 
 div.homebar{
	font-size: 1.0em;
 	padding: 5px 15px 25px 0px;
	text-align:left;
	
}

#cat
	{ width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #dde4e9;

}

.grn {

	 color: #008000; font:90% arial,sans-serif;

}

.nw { color: #FF0000; }

img.icon { 
    
    margin-right: 5px; 
}



.logo ul{
 
  float: right;
  overflow: hidden;
  background: transparent;
  padding: .5em;
  border: none;
  border-top: none;
  font-size: .9em;
}
.logo li
{
  float: left;
  overflow: hidden;
}
.logo li + li
{
  margin-right: 3px;
}




.logo > ul > li > a
{
  display: block;
  color: #333333;
  font-weight: bold;
  padding: 3px 7px 5px 7px;
}
.logo ul > li > a:hover
{
 
  background: transparent;
  color: #333333;
  text-decoration: underline;
}

.imglogo {padding-top: 0px;
margin-left: 58px;}

.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {

  background: transparent url(images/button-left.gif) top left no-repeat;

  font-weight: normal;

  font-size: 9px;

  color: #FF0000;

  vertical-align: text-top;

}


/* PPC Advert CSS for Search Results sidebar */

.google_ad_wrapper {
 width: 125px;
}

.google_ad_header {
 width: 125px;
 font-weight: bold;
}

.google_ad_desc {
 width: 125px;
 font-size: 10px;
}

.google_ad_url {
 width: 125px;
 color: green;
 font-size: 10px;
 background: #EBEBEB;
}

/* END PPC Advert CSS for Search Results sidebar */
.row {

  margin-bottom: 1px;

  padding: 4px;

}

.row label.name {

  padding-right: 5px;

  width: 25%;

  float: left;

}

.row label.name span {

  color: #8c3030;

}

.row .value.wrappedtext {

  margin-left: 25%;

  padding-left: 5px;

}

/* hack for ie 5.5 text/textarea resizing */

.row .value input.text, .row .value input.password, .row .value textarea {

  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');

}

/* the previous style causes problems with long sidebars in ie6 */

.row .value input.text, .row .value input.password, .row .value textarea {

  w\idth: 72%;

}

.row .value input.text.shorttext {

  width: 100px;

}

.row.required {

  background: #fff;

}

.row.requiredb {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
  background: #e2e1eb;

}


.row.invalid {

  color: #8c3030;

  background: #eedddd;

  font-weight: bold;

}
.regword { margin-top: 10px;}
.spacerform{ height: 50px;}
.pspacer{ margin-top: 50px;}



