/* global */

* {
  font-style: normal;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

img {
  border: none;
}

a, .blue {
  color: #4b8de3;
}

.green {
  color: #4ac367;
}

.orange {
  color: #ec954b;
}

.bold {
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font: 11px Tahoma, sans-serif;
  background-color: #ffffff;
  background: url(../img/img01.gif) repeat-x top left;
}

/* background: url(../img/bg.png) repeat-x top left white; */

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Verdana, sans-serif;
}

h2 {
  font: legend; 
  font-size: 1.2em; 
  font-weight: bold; 
}

h3 {
  font-size: 11px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 11px;
}


hr, .clr {
  clear: both;
  visibility: hidden;
}

/* header */

/*   background: url('../img/img01.jpg'); */

div#header {
  z-index: 0;
  margin: 0;
}

div#header h1 {
  display: none;
}

div#header div.hwrapper {
  z-index: 0;
  margin: 0 auto;
  width: 955px;
}

div#header a#logo {
  z-index: 2;
  position: absolute; 
  float: left;
  display: block;
  margin: 0 0 0 1px;
  width: 185px;
  height: 70px;
}

div#header ul {
  display: block;
}


div#header ul li {
  float: left;
  margin: 0 5px 0 0;
}

div#header ul li a {
  display: block;
  float: left;
}

div#header ul li a.current {
  font-weight: bold;
}

div#header div.right {
  float: right;
  font-size: 0.95em;
  margin: 4px 0 0 0;
}

div#header div.right a {
  display: block;
  float: left;
  color: #ffffff;
  margin: 0 0 0 0.5em;
}

div#header_logged_as {
  z-index: 2;
  float: right;
  margin: 0 4px -15px 0;
  color: #fafafa;
}

div#header a.grey {
  display: inline;
  float: none;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  color: #ccc; 
}

div#header ul#user_nav {
  float: left;
  margin: 0 10px 0 0;
}

div#header ul#user_nav li {
  margin: 0 0.4em;
}

/* wall_menu */

div#header div#wall_menu {
  z-index: 0;
  position: absolute;
  width: 650px;
  top: 140px;
  height: 32px;
  line-height: 32px;
  border-bottom: 3px solid #000000;
  background: repeat-x left bottom #CDDAF2;
  background-color: #CDDAF2;
}

/* div#header replaced div#main_menu  */

div#main_menu div.wrapper {
  margin: 0 auto;
  width: 980px;
}

div#main_menu ul#nav {
  margin-right: 10px;
  float: right;
  text-align: center;
}

div#main_menu ul li {
  float: left;
  margin: 0 8px 0 0;
}

div#main_menu ul#nav li a {
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0 7px;
}

div#main_menu ul#nav li a.upload {
  color: black;
}

/* removed div#header */

div#main_menu ul#nav li a.current, div#main_menu ul#nav li a:hover {
  text-decoration: none;
  color: black;
  margin-top: -3px;
  border-top: 3px solid #000000;
  background-color: #ffffff;
  -moz-border-radius: 6px 6px 0 0;
}


/* removed div#header */


div#main_menu {
  z-index: 1;
  position: relative; 
  width: 980px;
  margin: auto;
  margin-top: 30px;
  height: 22px;
  line-height: 25px;
  border-bottom: 3px solid #000000;
  background-color: #393E43;
}


/* flash_messages */


div#content div#flash_messages_wrapper {
  z-index: 0;
}

div#flash_messages {
  letter-spacing: 3px; 
  font-size: 1.2em; 
  font-weight: normal; 
  color: #6b683f;
  background: #0AFBAF;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3px;
}

div#flash_messages a {
  text-decoration: underline;
  color: #6b683f;
}

div#flash_messages a:hover {
  text-decoration: none;
}

div#flash_messages.error {
  color: #6b403f;
  background-color: #ff9b99;
  border-color: #a14c3d;
}

div#flash_messages.error a {
  color: #6b403f;
}

div#flash_messages.valid {
  color: #456b3f;
  background-color: #a8ff99;
  border-color: black;
}

div#flash_messages.valid a {
  color: #456b3f;
}

div#page div#flash_messages p {
  padding: 0.6em 1em;
}

/* content */

div#content {
  z-index: 0;
  padding: 0 0 0 10px;
  border: 1px solid #000000;
  width: 960px;
  margin: auto;
  margin-top: -30px;
  background-color: #ffffff;
}

div#content a {
    color: #0B1999;
}

div#content div.wrapper {
  margin: 0 auto;
  width: 950px;
}

div#page {
  margin: 30px 0 0 0;
}

div#page h2.block_title {
   text-align: center; 
   color: #aaa; 
   letter-spacing: 5px; 
   margin: 0 0 0 20px;
}

div#page p {
  padding: 5px 0;
}

div#page ul {
  margin: 10px;
  padding: 0 10px;
}

div#page ul li {
  list-style-type: square;
}

div#page ul li ul li {
  list-style-type: circle;
}

div#content span.red { 
  color: red;
}

div#content span.green {
  color: green;
}
div#content span.black {
  color: black;
}

div#content span.notimportant {
  color: #aaa;
}

/* forms */

div#page form {
  margin: 0;
}

div#page input[type=text], div#page input[type=password] {
  border: 1px solid #9bbeec;
}

div#page input.form-error, div#page textarea.form-error {
  border: 2px solid red;
}

div#page input, div#page textarea {
  font-size: 12px;
  padding: 3px;
}

div#page form p {
  padding: 5px 0;
}

div#page span.help {
  font-size: 10px;
  color: #666;
}

div#page p.admin {
  padding: 3px 10px;
}

div#content div.important {
  margin: 15px 0;
  padding: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f6f6f6;
}

div#content div.important a.selected {
  border-bottom: 1px dotted #2772e3;
}

div#content div.important a.selected:hover {
  text-decoration: none;
}

div#content div.important p {
  padding: 0;
}

div#content div.important form {
  margin: 0;
}

div#content div.important form div.block {
  float: left;
  margin: 0 5px 0 0;
}

div#content div.important form input[type=text] {
  width: 80px;
}

div#page h3 span.admin a, div#page h2 span.admin a {
  color: #7197b0;
}

/* footer */

div#footer {
  clear: both;
}

div#footer, div#footer a {
  color: #111;
}

div#footer p {
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

div#footer p span {
  font-size: 9px;
  color: #333;
}

/* paginator */

div#paginator {
  padding: 10px 0 0 0;
  text-align: center;
}

div#paginator a {
  margin: 3px 4px;
  padding: 2px 5px;
  border: 1px solid #2F2E2F;
}

div#paginator a:hover {
  color: white;
  background-color: #2F2E2F;
  text-decoration: none;
}

/* autocomplete */

div#content div#page div.autocomplete {
  position: absolute;
  width: 250px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}

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

div#content div#page div.autocomplete ul li.selected {
  background-color: #ffb;
}

div#content div#page div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

/* tables */

div#page table {
  width: 100%;
  border: 1px solid #2F2E2F;
  border-bottom: 2px solid #2F2E2F;
  -moz-border-radius: 6px;
}

div#page table.filled {
  border: 1px solid #1859D8;
  border-top: 1px solid #2F2E2F;
  border-left: 2px solid #2F2E2F;
  border-collapse: collapse;
}



div#content table.filled_signin {
  float: left;
  background-color: #ffffff;
  border: none;
}


div#page table tr td, div#page table th {
  padding: 3px 5px;
  background-color: #F0F8FF;
  color: black;
}


div#page table tr.styled th {
  background: url('../img/styledbg.png') repeat-x left bottom #d2e4fc;
  font-family: Arial, Verdana, sans-serif;
  color: black;
  font-size: 13px;
}

div#page table tr.light td, div#page table tr.light th {
  background-color: white;
  border-top: 1px dotted #dedede;
}

div#page table tr.light.no_border td, div#page table tr.light.no_border th {
  border: 0;
}

div#page table tr.full th {
  background-color: #2F2E2F;
  color: white;
}

div#page table.filled tr td, div#page table.filled th {
  padding: 7px;
  border-bottom: 1px dotted white;
}

div#page table tr.no_border td, div#page table tr.no_border th {
  border: 0;
}

div#page table.filled tr td {
  color: #222;
}

div#page table tr:hover td, div#page table tr.odd:hover td {

}

div#page table.no_effect tr:hover td, div#page table.no_effect tr.odd:hover td {
  background-color: transparent;
}

div#page table tr.odd td {
  
}

div#page table tr td.num {
  font-weight: bold;
  width: 1px;
}

div#page table th {
  text-align: left;
  font-weight: normal;
  font-size: 1.2em;
}

/* buttons */

/* BUTTONS */

.buttons a , .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color: #F7F7F7;
    border: 1px solid #77767C;
    border-top: 1px solid #2F2E2F;
    border-left: 2px solid #2F2E2F;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 10px;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #F7F7F7;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
    -moz-border-radius: 6px;
}

 /* Links */

div.important .buttons a, div.important .buttons button{
  border:1px solid #bbb;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
}

.buttons button{
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type]{
    padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img{
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width:16px;
    height: 16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color: white;
    border: 1px solid #2F2E2F;
    color: #336699;
}

.buttons a:active{
    background-color: #F7F7F7;
    border: 1px solid #77767C;
    color: #fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color: #0B1999;
}

.buttons a.positive:hover, button.positive:hover{
    background-color :white;
    border:1px solid #2F2E2F;
    color: red;
}

.buttons a.positive:active{
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color: #d12f19;
}

.buttons a.negative:hover, button.negative:hover{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* icons */
/*   background: url(../img/pencil.png) no-repeat left center transparent; */

div#content a.refresh, div#content a.add, a.edit, div#content a.delete,
div#content a.user, div#content span.calendar, div#content span.votes,
div#content span.photo, div#content a.add_photo, div#content a.delete_stream, div#content span.slideshow, div#content span.rotate_right, div#content span.rotate_left,
div#content span.rating, div#content span.views,
div#content a.zoom_in, div#content a.zoom_out, div#content a.lock, div#content a.unlock,
div#content a.content, div#content a.news, div#content a.avatar, div#content a.comment, div#content span.comment, 
div#content a.category, div#content a.file, div#content a.todo,
div#content a.do, div#content a.undo, div#content a.create, div#content a.modify,
div#content a.mini_add, div#content a.happy, div#content a.comment, div#content span.tags,
div#content a.send, div#content span.send, div#content span.gmail, div#content span.remove,
div#content span.yahoo, div#content span.msn, div#content span.lycos, div#content span.aol, div#content a.album,
div#content span.photo, div#content span.album, div#content a.organize, div#content a.manage, div#content span.manage,
div#content span.private, div#content a.friends, div#content a.photos, div#content a.slideshows, div#content a.slideshow, div#content a.calendar,
div#content span.sort, div#content a.zoom, a.email, a.email_new, div#content a.accept, div#content a.friend_add, a.send_to_friends,
a.go_back, a.close {
  background: url(../img/pencil.png) no-repeat left center transparent;
  padding-left: 20px;
  border: none;
}


a.close { background-image: url(../img/cross.png) }

a.send_to_friends { background-image: url(../img/user_go.png) }

a.go_back { background-image: url(../img/door_in.png) }

div#content a.refresh { background-image: url(../img/arrow_refresh.png) }

div#content a.add { background-image: url(../img/add.png) }

div#content a.delete { background-image: url(../img/delete.png) }

div#content .loading a.delete { background-image: url(../img/snake_transparent.gif) }

div#content a.friend_add { background-image: url(../img/user_add.png) }

div#content a.accept { background-image: url(../img/tick.png) }

div#content a.photos, div#content a.slideshows { background-image: url(../img/photos.png) }

div#content a.slideshow { background-image: url(../img/slideshow.png) }

div#content a.album { background-image: url(../img/album.png) }

a.email { background-image: url(../img/email.png) }

a.email_new { background-image: url(../img/email_new.png) }

div#content span.sort { background-image: url(../img/arrow_switch.png) }

div#content span.private { background-image: url(../img/lock.png) }

div#content a.friends { background-image: url(../img/group.png) }

div#content a.manage { background-image: url(../img/wrench_orange.png) }

div#content a.organize { background-image: url(../img/arrow_refresh.png) }

div#content span.photo { background-image: url(../img/photo.png) }

div#content span.album { background-image: url(../img/album.png) }

div#content a.avatar { background-image: url(../img/avatar.png) }

div#content a.comment { background-image: url(../img/comment.png) }

div#content span.comment { background-image: url(../img/comment.png) }

div#content span.remove { background-image: url(../img/remove.png) }

div#content span.manage { background-image: url(../img/manage.png) }

div#content span.rotate_right { background-image: url(../img/rotate_right.png) }

div#content span.rotate_left { background-image: url(../img/rotate_left.png) }

div#content span.slideshow { background-image: url(../img/slideshow.png) }

div#content span.gmail { background-image: url(../img/gmail.ico) }

div#content span.yahoo { background-image: url(../img/yahoo.ico) }

div#content span.lycos { background-image: url(../img/lycos.ico) }

div#content span.aol { background-image: url(../img/aol.ico) }

div#content span.msn { background-image: url(../img/msn.ico) }

div#content a.send, div#content span.send { background-image: url(../img/email_go.png) }

div#content span.votes { background-image: url(../img/thumb_up.png) }

div#content span.tags { background-image: url(../img/tag_blue.png) }

div#content span.battle { background-image: url(../img/lightning.png) }

div#content a.comment { background-image: url(../img/comment.png) }

div#content a.happy { background-image: url(../img/emoticon_smile.png) }

div#content a.mini_add { background-image: url(../img/bullet_add.png) }

div#content a.undo { background-image: url(../img/cross.png) }

div#content a.todo, div#content a.do { background-image: url(../img/tick.png) }

div#content a.file { background-image: url(../img/page_go.png) }

div#content a.category { background-image: url(../img/tag_blue.png) }

div#content a.news { background-image: url(../img/newspaper.png) }

div#content a.content { background-image: url(../img/text_align_justify.png) }

div#content a.zoom_in { background-image: url(../img/magnifier_zoom_in.png) }

div#content a.zoom { background-image: url(../img/magnifier.png) }

div#content a.lock { background-image: url(../img/lock.png) }

div#content a.unlock { background-image: url(../img/lock_open.png) }

div#content a.zoom_out { background-image: url(../img/magnifier_zoom_out.png) }

div#content span.views { background-image: url(../img/chart_line.png) }

div#content a.add_photo { background-image: url(../img/photo_add.png) }

div#content span.rating { background-image: url(../img/yellowstar.png) }

div#content span.calendar, div#content a.calendar { background-image: url(../img/calendar.png) }

div#content a.user { background-image: url(../img/user.png) }

/* fieldset */

fieldset {
  margin: 10px 0;
  padding: 0 10px;
  border: 1px solid #ddd;
}

fieldset legend {
  padding: 0 6px;
  font-weight: bold;
}

/* photos index */

div#photos, div#slideshows, div#albums {
  float: left;
  width: auto;
  border: 1px solid #aaa;
  margin: 5px 5px 5px 5px;
  background-color: #F0F8FF;
  padding: 3px 3px 3px 3px;
}

div#photos div.entry, div#slideshows div.entry, div#albums div.entry {
  float: left;
  width: auto;
  margin: 5px 5px 5px 5px;
  border: 1px solid #2F2E2F;
  background-color: #ffffff;
  padding: 5px 5px 5px 5px;
  text-align: center;
}

div#manage_photos div.entry {
  float: left;
  width: auto;
  margin: 5px 5px 5px 5px;
  border: 1px solid #2F2E2F;
  background-color: #ffffff;
  padding: 5px 5px 5px 5px;
}

div#photos div.entry.loading, div#slideshows div.entry.loading, div#albums div.entry.loading {
  background: url(../img/loading.gif) no-repeat center center transparent;
}

div#photos div.photo, div#slideshows div.slideshow, div#albums div.album {
  border: 1px solid #2F2E2F;
}

/* home */

div#home {
  width: 670px;
  float: left;
}

div#photowall {
  width: 270px;
  float: left;
}

div#home a.current {
  font-weight: bold;
}

div#home p.description strong {
  font-weight: bold;
  color: #4b8de3;
}

/* uploader */

div#uploader fieldset {
  margin: 5px;
}

div#uploader legend {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

div#uploader fieldset.flash {
  width: 720px;
  padding: 5px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

div#uploader .progressWrapper {
  float: left;
	width: 357px;
	overflow: hidden;
}

div#uploader .progressContainer {
	margin: 5px;
	padding: 4px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
}

div#uploader .red /* Error */ {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

div#uploader .green /* Current */ {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

div#uploader .blue /* Complete */ {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

div#uploader .progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

div#uploader .progressBarInProgress, div#uploader .progressBarComplete, div#uploader .progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

div#uploader .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

div#uploader .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

div#uploader .progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}

div#uploader a.progressCancel, div#uploader a.progressCancel:link, div#uploader a.progressCancel:active, div#uploader a.progressCancel:visited, div#uploader a.progressCancel:hover {
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	
	background-image: url(../img/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

div#uploader a.progressCancel:hover  {
	background-position: 0px 0px;
}

/* styled box background: repeat-x left bottom #CDDAF2 */

div#content h3.styled {
  text-decoration: none;
  text-align: center;
  color: #000000;
  padding: 2px 10px;
  border-top: 2px solid #FF6B17;
  border-right: 2px solid #FF6B17;
  -moz-border-radius: 6px 6px 0 0;
  background-color: #FF7C0F;
}

div#content h5.styled {
  text-decoration: none;
  text-align: center;
  color: white;
  padding: 2px 10px;
  border-top: 1px solid #2F2E2F;
  border-right: 2px solid #2F2E2F;
  -moz-border-radius: 6px 6px 0 0;
  background-color: #7885F8;
}


/*   background-image: url('../img/styledimportantbg.png'); */


div#content .box_title {
  background-color: #FFB83F;
  border:  1px solid #aaa;
  margin: 0 0 10px 0;
  padding: 2px;
  float: left;
  text-align: center;  
}

div#content .styled.important a {
  color: #d47c2a;
}

div#content h3.styled.double {
  padding: 7px 10px; 
  -moz-border-radius: 6px;
}

div#content p.styled, div#content div.styled, div#content ul.styled {
  padding: 5px 10px 7px 10px;
  margin: 3px 0 0 0;
  font-size: 11px;
  text-align: justify;
  border-left: 1px solid #FFDCC8;
  border-right: 2px solid #FF6B17;
  border-bottom: 1px solid #FF6B17;
  -moz-border-radius: 0 0 6px 6px;
}


div#content div.featured {
  padding: 3px 3px 3px 3px;
  margin: 0  0 0 10px;
  font-size: 11px;
  text-align: justify;
}


div#content div.highlights {
  padding: 5px 10px 7px 10px;
  font-size: 11px;
  text-align: justify;
  border: 1px solid #ffffff;
  -moz-border-radius: 0 0 6px 6px;
}

.styled.withbg {
  background-color: #F3F5FA;
}

div#content div.signin {
  padding: 5px 0 0 15px;
  margin: 5px 0 0 0;
  font-size: 11px;
  text-align: justify;

}

div#content ul.styled {
  margin: 0;
  padding-left: 25px;
}

div#content div.nav_section {
  border: none;
  background-color: #fff;
  padding: 10px 0 0 10px;
}


div#content p.styled.double, div#content styled.double {
  border-right: 2px solid #2F2E2F;
  border-bottom: 1px solid #2F2E2F;
  background-color: #F7F7F7;
}


div#content p.styled.important {
  border-color: #fce7d2;
}

/* profile */

div#content div.profile_photo {
  margin: 0 0 0 17px;
  padding: 0;
  width: 145px;
  text-align: center;
  float: left;
}

/* from profile_photo  -moz-border-radius: 6px 6px 0 0; */

div#content div.profile_links {
  margin: 5px 0 0 5px;
  padding: 5px;
  width: 145px;
  text-align: left;
  float: left;
  font-size: 9px;
}

div#content div.profile_links hr {
  border: 1px dotted #2F2E2F;
  visibility: visible;
  margin: 5px 0;
}

div#content div.profile_info {
  -moz-border-radius: 0 6px 6px 0;
  margin: 15px 0 0 5px;
  padding: 10px;
  width: 145px;
  text-align: center;
  float: right;
  background-color: #ffffff;
  font-size: 9px;
}

div#content table.profile {
  float: left;
  width: 545px;
  margin-left: 20px;
}

div#content div.inbox_photo {
  overflow: hidden;
  float: left;
  margin: 5px 8px 2px 8px;
  width: 90px;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 8px;

}

div#content div.my_inbox_photo {
  overflow: hidden;
  float: left;
  margin: 3px 3px 3px 3px;
  width: 90px;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
}

div#content div.left_inbox_photo {
  overflow: hidden;
  float: left;
  margin: 3px 3px 3px 3px;
  width: 90px;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
}

div#content div.right_inbox_photo {
  overflow: hidden;
  float: left;
  margin: 3px 3px 3px 3px;
  width: 75px;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
}

div#content div.wall_inbox_photo {
  overflow: hidden;
  float: left;
  margin: 5px 0 0 15px;
  width: 75px;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
}


div#content div.featured_index {
  overflow: hidden;
  float: left;
  margin: 0 3px 0 2px;
  width: 80px;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 1px 12px 1px 13px;
}

div#content div.album_index_photos {
  overflow: hidden;
  float: left;
  margin: 0 20px 0 10px;
  width: 80px;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 1px 5px 1px 5px;
}

div#content div.slideshow_index_photos {
  overflow: hidden;
  float: left;
  margin: 3px 3px 3px 3px;
  width: 90px;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 5px;
}

div#content div.friends_inbox_photo {
  overflow: hidden;
  float: left;
  margin: 3px 0 2px 5px;
  padding: 2px;
  width: 60px;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  border 1px solid red;
}

div#content div.email_photo {
  overflow: hidden;
  float: left;
  margin: 5px 10px 3px 3px;
  width: 50px;
  text-align: center;
  font-size: 9px;
  line-height: 10px;
}

div#content div.friends_inbox {
  float: left;
  width: 490px;
  border-bottom: 1px dotted #9bbeec;
}

/* comments */

div#comments div.entry {
  border-bottom: 1px dotted #9bbeec;
  padding: 10px 0;
}

/* comment */

div.comment.notlast {
  border-bottom: 1px dotted #ccc;
  margin: 4px 0 4px 0;
}

div#content div.comment p {
  float: left;
}

div.comment span.date {
  float: right;
  margin: 0 0 4px 0;
}

/* buddy */

.buddy img {
  float: left;
  z-index:1;
  text-align: justify;
  font-size: 8px;
  margin: 2px 0 0 0;
}

/* dropdown menu */

.sub_menu {
  float: left;
  display:none;
  position: relative;
  border: solid 1px #dedede; 
  border-top-color: #f0f0f0;
  border-right-color: #999999; 
  border-bottom-color: #999999; 
  padding:10px; 
  margin: 5px 0 0 400px;
  width:120px; 
  background:#FFFFFF;
  -moz-border-radius: 6px;
  z-index: 1000;
}

.sub_photos_menu {
  float: left;
  display:none;
  position: relative;
  border: solid 1px #dedede; 
  border-top-color: #f0f0f0;
  border-right-color: #999999; 
  border-bottom-color: #999999; 
  padding:10px; 
  margin: 5px 0 0 100px;
  width:120px; 
  background:#FFFFFF;
  -moz-border-radius: 6px;
  z-index: 1000;
}

.sub_menu a:link, .sub_menu a:visited, .sub_menu a:hover {
  display:block; 
  font-size: 11px; 
  padding: 4px;
}

.item_line{
  border-top:solid 1px #dedede;
}

a.selected {
  border-bottom: 1px dotted #999999;
}

/* photo show */

div#photo {
  float: left;
}

div#photo_left {
  float: left;
}


div#photo_center {
  float: left;
}

div#photo_right {
  float: left;
}

div#the_photo_container {
  float: left;
  display: block;
  height: auto;
  width: auto;
  background-color: #F0F8FF;
  padding: 6px 6px;
  border: 1px solid #2F2E2F;
}

div#the_photo_container div.photo_border {
  float: left;
}

div#content div.index_photo_border {
  width: 75px;
  height: 75px;
  border: 2px solid #BD0606;
}


span.navigator_square {
  float: left;
  display: block;
  height: 75px;
  width: 95px;
  background-color: #F0F8FF;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #2F2E2F;
  margin: 0 0 0 8px;
}

span.navigator_square.with_margin {
  margin: 0 0 0 8px;
}

span.navigator_square.current {
  border: 3px solid #E82D03;
  margin: 0 0 0 5px;
}

/* navigation_tabs */
span.navigation_tabs {
  background-color: #393E43; 
  color: #fff; 
  padding: 3px 10px 5px 12px; 
  margin: 0 6px 0 2px; 
  font-weight: bold;
}


/* zoomed_photo */

div#content div#zoomed_photo {
  display: none;
}

div#content.zoomed_mode div.wrapper {
  width: 100%;
  text-align: center;
}

div#content.zoomed_mode div#photo_left, div#content.zoomed_mode div#photo_center, div#content.zoomed_mode div#photo_right {
  display: none;
}

div#content.zoomed_mode div.wrapper div#zoomed_photo {
  display: block;
  height: auto;
  width: 950px;
  background-color: #F0F8FF;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 10px;
  border-top: 1px solid #2F2E2F;
  border-bottom: 1px solid #2F2E2F;
}

/* friends_list */

div#friends_list a:hover {
  text-decoration: none;
  font-weight: bold;
}

span.icons {
  background-color: #FDFFE7; 
  font-size: 11px;
  display: block;
  margin: 2px 0 2px 0; 
  padding: 9px; 
  border-right: 1px solid #2F2E2F; 
  border-bottom: 1px solid #2F2E2F;
  float: right; 
  width: 200px;
}

span.icons_photo_name {
  background-color: #FDFFE7; 
  font-size: 11px; 
  display: block; 
  margin: 3px 0 2px 0; 
  padding: 4px; 
  border-right: 1px solid #2F2E2F; 
  border-bottom: 1px solid #2F2E2F;
  float: left; 
  width: 180px; 
  height: 41px; 
}

div.icons {
  font-size: 11px;
  display: block;
  margin: 2px 0 2px 0; 
  padding-top: 8px; 
  background-color: #FDFFE7; 
  border-right: 1px solid #2F2E2F; 
  border-bottom: 1px solid #2F2E2F;
  float: left; 
  width: 100px;
  height: 76px; 
}

div.icons_photo_name {
  background-color: #FDFFE7; 
  font-size: 11px; 
  display: block; 
  margin: 3px 0 2px 0; 
  padding: 4px 4px 4px 8px; 
  border-bottom: 1px solid #2F2E2F;
  float: left; 
  width: 260px; 
  height: 75px; 
}

span.icons a:hover {
  text-decoration: none;
  font-weight: bold;
}

span.icons img {
  vertical-align: middle;
}

/* slideshow */

div#footer.slideshow {
  width: 850px;
  margin: 10px auto 10px auto;
  -moz-border-radius: 6px 6px 6px 6px;
  background: url(../img/80white.png) repeat top left transparent;
}

div#header.slideshow {
  margin: 10px auto;
  width: 950px;
}

div#content.slideshow {
  margin: 1px auto 1px auto;
  text-align: center;
  width: 950px;
}

div#header.slideshow div#made_by a{
  color: #0B1999;
}

div#header.slideshow div#made_by {
  background: url(../img/80white.png) repeat top left transparent;
}


div#header.slideshow h2 {
  margin: 20px 0 0 0;
  padding: 10px;
  float: left;
  background: url(../img/80white.png) repeat top left transparent; 
  -moz-border-radius: 6px;
}

div#slideshow_admin {
  background-color: #FF6B17;
  padding: 10px;
  height: 25px;
  border-bottom: 2px solid #4b8de3;
  margin: auto;
  width: 1000px;
}


#SlideshowExport {
  display: none;
}

div#export_my_slideshow {
  background: url(../img/80white.png) repeat top left transparent; 
  margin: 5px 0 0 0;
  padding: 7px;
  -moz-border-radius: 6px;
  width: 900px;
  text-align: center;
  border: 1px solid #2F2E2F;
}


.swfupload {
position: absolute;
z-index: 1;
}

div#page div.js-kit-rating table, div#page div.js-kit-rating table tr td {
  border: 1;
  background-color: #E55812;
}


.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

/* tabs */

   div#content div#tabs{
        margin: 0 0 0 -35px;
        padding: 0;
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 5px;
    }
   div#content div#tabs ul{
        font: bold 11px Arial, Verdana, sans-serif;
        margin:0;
        padding:0;

    }
   div#content div#tabs li{
        display:inline;
        margin:0 2px 0 0;
        padding:0;
        text-transform:uppercase;
    }

/* removed from background	url(images/tabs_left.gif) no-repeat left top */
  div#content  div#tabs a{
        float:right;
        background: #BD0606;
        color: white;
        margin:0 2px 0 0;
        padding:0 0 0 1px;
        text-decoration:none;
    }
/* removed from background	 url(images/tabs_right.gif) no-repeat right top */
   div#content  div#tabs a span{
        float:right;
        display:block;
        background: transparent;
        padding:4px 9px 2px 6px;
    }

/* removed	border:1px solid #42577B; */
   div#content div#tabs a span{float:none;}
   div#content div#tabs a:hover{background-color: #F76B4C; color: black; border:1px solid #E82D03;}
   div#content div#tabs a:hover span{background-color: #F76B4C;}
   div#content div#tabHeaderActive span, div#content div#tabHeaderActive a { background-color: #F76B4C; color:#000; border:1px solid #E82D03;}
    .tabContent {
        clear:both;
        padding-top:0;
	margin_top:0;
        background-color:#FFF;
    }

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### End Drop Down ULs CSS ######### */

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}

/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:220px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .blackbox,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../img/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(../img/dialog2-blue.gif);
 z-index:1;
}

.dialog .blackbox {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:5px 0px 0px 10px;
 z-index:1;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 z-index:1;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .blackbox_wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
 z-index:1;
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

/* dialog variants - not needed for first blue (non-drip) style */

.dialog.type2 .blackbox,
.dialog.type2 .t,
.dialog.type2 .b,
.dialog.type2 .b div {
 background-image:url(../img/dialog2-red-800x1200-drip.png);
 _background-image:url(../img/dialog2-red-drip.gif);
 width:290px;
 z-index:1;
}

/* "drip" variant */

.dialog.drip .b,
.dialog.drip .b div {
 height:75px;
 width:300px;
 z-index:1;
}

.dialog.drip {
 margin-left:65px;
}

.dialog.drip .t,
.dialog.drip .b div,
.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft,
.dialog.drip .blackbox_wrapper {
 margin-left:-65px;
 width:65px;
 z-index:1;

}

.dialog.drip .blackbox_wrapper {
 width:auto;
 z-index:1;
}

.dialog .blackbox_wrapper .hd,
.dialog .blackbox_wrapper .bd,
.dialog .blackbox_wrapper .ft {
 margin-left:auto;
 text-align: justify;
 z-index:1;
}

.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft {
 zoom:1;
 width:auto;
 padding:0px 2px 0px 12px;
}