/* BASE */

* {
    font-family: "trebuchet ms", tahoma, sans-serif;
}
a {
    color: #003366;
    text-decoration: none;
}
a:hover {
    color: #BB0000;
    text-decoration: underline;
}
a img {
    border: 0;
	margin:0;
	padding:0;
}
body {
    margin: 0;
    padding: 0;
	/*scrolling:no;*/
	background: url("/images/bgww.gif") repeat-y top; border: none; 
	}

input[type=text], input[type=password] {
    border: 1px solid #336699;
    padding: 0.2em;
}
input[type=text]:focus, input[type=password]:focus {
    border-color: #666;
}
p.error, p.success {
    position: relative;
    border: 1px solid;
    font-size: small;
    padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
    width: 70%;
	margin-right:1em;
}

p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
}

p.success {
    background: #CFC;
    border-color: #696;
    color: #363;
}

td#availability {
    color: #ff8040;
    font-weight: bold;
}

td#availability.not-available {
    color:#CC0000;
}

textarea {
    font-size: small;
    padding: 0.2em;
}

th {
    padding-right: 1em;
    text-align: right;
}

/* HEADER */

div#header {
/*    background: #FFF url('bg_header.png') bottom repeat-x; */
    background: none;
	height:66px;
    border-bottom: 3px solid #DD0000;
    clear: both;
	background: url(logo.gif) 10px center no-repeat; 
    padding: 0.2em 0.5em 0em 0px;
}

div#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html div#header {
    height: 1%;
}

h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 0;
    padding: 1em 0.5em 1em 1em;
    text-transform: lowercase;
}

html > body h1 {
    background: url('logo.gif') 10px center no-repeat; 
    padding: 1em 0.5em 1em 23px;
}



html > body div#header.popup h1 {
    background: url('logo_24.png') 10px center no-repeat;
    padding: 0.5em 0.5em 0.5em 50px;
}

h1 a {
    color: #000;
}

h1 a:hover {
    color: #E41B17;
	text-decoration:none !important;
}

h2 {
    background: #666 url('bg_bar.png') center center repeat-x;
    clear: both;
    color: #DDD;
    font-size: medium;
    letter-spacing: 0.1em;
    margin: 0 0 0 0;
    padding: 0em 0em;
    text-transform: lowercase;
}

h2 a {
    color: #FEDC4F;
}

h2 a:hover {
    color: #FFF;
}

/* NAVIGATION */

span#rightnav {
	color:#FEDC4F;
	float:right;
}

p#access, p#navigation {
    font-size: medium;
    padding: 0.75em;
    text-transform: lowercase;
}

p#access {
    float: right;
}

p#navigation {
    float: left;
}

p#access a, p#navigation a {
    font-weight: bold;
    padding: 0.2em 0.5em;
}

p#access a:hover, p#navigation a:hover {
    background: #7AD;
    color: #FFF;
}

p#access span, p#navigation span {
    display: none;
}

/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
    width: 100%;
}

html > body ol#bookmarks {
    margin: 0 1em;
    padding: 0;
}

div.link a {
    color: #F62217;
    font-size: medium;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 140%;
    /*font-weight: lighter;*/
    letter-spacing: -1px; 
    background: none;
    display: block;
    margin: 0px 0px 0px 5px;
	padding:0px;
}

div.link a:visited {
    color: #666666;
}

div.meta {
    color:#DD0000 ;
    color: #999999;
	margin-left:5px;
}

div.metaon {
    color:#DD0000 ;
    color: #999999;
	font-size:85%;
	margin-left:5px;
}

div.description {
	margin-left:5px;
	color:#666666;
}

div.meta span {
    color:#CC0000 ;
    color: #999999;
}
.tagdata {
    color: #999999;
    display: block;
    padding: 1px 0 3px 16px;
    background: url('images/tag_#336699.png') left center no-repeat;
}

li.xfolkentry {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    padding: 1em 0.5em;
	
}

html > body li.xfolkentry {
    border-bottom: 1px dotted #336699;
}

li.xfolkentry div {
    padding: 0.1em;
}

li.xfolkentry.deleted {
    /*opacity: 0.5;*/
	/*filter: alpha(opacity=50);*/
}

li.xfolkentry.private {
    border-left: 3px solid #CC0000;
}

li.xfolkentry.shared {
    border-left: 3px solid #DD0000;
}

/* SIDEBAR */

div#sidebar {
    font-size: small;
    position: absolute;
    right: 1em;
    top: 5.4em;
    width: 270px;
}

div#sidebar a {
    color: #DD0000;
}

div#sidebar a:hover {
    color: #BB0000;
}

div#sidebar div.loginbox {
	position:relative;
	background: #FFF url('http://www.maxtags.com/images/loginregisterbg.png') top repeat-x;
	text-align:left;
	padding:0px;
}

div#sidebar div {
    background: #FFF;
    border-top: 0px solid #336699;
    border-bottom: 1px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    color: #555;
    margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

div#sidebar h2 {
	background: #FFFFFF url('bg_sidebar.png') bottom repeat-x;
    border-top: 0px solid #336699;
    border-bottom: 0px solid #336699;
    border-left: 1px solid #336699;
    border-right: 1px solid #336699;
    color: #DeFfFf;
    letter-spacing: 0;
    margin: 0;
    padding: 10px 10px 10px 10px;
}

div#sidebar hr {
    display: none;
}

div#sidebar p {
    margin: 0em;
}

div#sidebar p.tags a {
    margin: 0;
}

div#sidebar table {
    margin: 0.5em 0.5em 0 0.5em;
}

div#sidebar table td {
    padding-bottom: 0.25em;
    padding-right: 0.5em;
}

div#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	width:70%;
}

div#sidebar ul li {
    margin: 0;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #ffffff;
	border-left: 0px solid #f1f1f1;
	border-right: 0px solid #ffffff;
}

/* TAGS */

p.tags {
    line-height: 2.25em;
    margin: 2em 3%;
    text-align: justify;
    vertical-align: middle;
}

p.tags a, p.tags span {
    color: #47A;
    margin-right: 0.5em;
}

p.tags span:hover {
	/*cursor:pointer;*/
	/*cursor:hand;*/
    text-decoration: underline;
}

p.tags span.selected {
    background: #CEC;
}

/* TAGS Inner*/

p.tagsinner {
    line-height: 2.25em;
    margin: 2em 3%;
    text-align: justify;
    vertical-align: middle;
	width:100%;
}
p.tagsinner a, p.tagsinner span {
    color: #47A;
    margin-right: 0.5em;
}

p.tagsinner span:hover {
	cursor:pointer;
	/*cursor:hand;*/
    text-decoration: underline;
}

p.tagsinner span.selected {
    background: #CEC;
}

/* PROFILE */

table.profile th {
    width: 10em;
}

/* OTHER GUFF */

dd {
	background: #ffffff;
	color: #464;
	padding: 6px;
}
dd a {
	color: #464;
}
dd a:hover {
	text-decoration: underline !important;
}

dl {
	font-size: small;
	margin: 1em;
	width: 70%;
}
dl#profile dd {
	background: #CDE;
	border-color: #ABC;
	color: #247;
}
dl#profile dt {
	background: #BCE;
	border-color: #9AC;
	color: #245;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dl#profile a {
	color: #001155;
}
dl#meta dd {
	line-height: 1.5em;
}
dl#meta dt {
	background: #336699;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt {
	border-right: 0px solid #336699;
}
dt a {
	background: #BDB;
	color: #353;
	display: block;
	padding: 6px;
}
dt a:hover {
    border: 0;
}
form {
	margin: 0em;
}
form#search {
	background: none;
	color: #FFFFFF;
	font-size: small;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}
form label,
form td,
form th {
	font-size: small;
}
form table {
	margin: 0 0 0 1em;
}
h3 {
	background: #DDD;
	color: #555;
	font-size: small;
	letter-spacing: 0.2em;
	margin: 0em 1em 0em 1em;
	padding: 0.25em 0.75em;
	width:98%;
}
li {
	font-size: small;
	margin-bottom: 0.5em;
}
p {
    font-size: small;
    margin: 1em;
}
p#sort {
    color: #666666;
    font-size: small;
    float: right;
    margin: 0;
    position: absolute;
    right: 0.6em;
    top: 51px;
}
html > body p#sort {
    margin-right: 11px;
}
p#sort a#highlight {
    background: #DD0000;
    color: #FFFFFF;
    font-weight: normal;
    padding: 0 1em;
}
p#sort a {
    background: #336699;
    color: #FFFFFF;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 0 1em;
}
html > body p#sort a {
    margin-right: 0;
}
p#sort a:hover {
    background: #6699CC;
    text-decoration: none !important;
}
p#sort span {
    display: none;
}
p.paging {
    font-size: 67%;
	margin-left: 1em;
}
p.paging a,
p.paging span.disable, p.paging span.current, p.paging span.dots {
	background: #DDEEFF;
	color:#DD0000 ;
	display: block;
	float:left;
	margin-right: 0.1em;
	margin-top: 0em;
	margin-bottom: 0.1em;
	margin-left: 0em;
    padding: 0.2em 0.5em;
	border:1px solid #336699;
}
p.paging a:hover {
	background: #DD0000;
	color:#336699;
}
p.paging span.current {
	background: #DD0000;
	color: #003366;
	border:1px solid #336699;
}
p.paging span.disable {
	color: #336699;
	border:1px solid #336699;
}
p.paging span.dots {
	color: #336699;
	background: #FFFFFF;
	border:1px solid #ffffff;
}

div.collapsible p.tags {
	line-height: 2.25em;
	margin: 1em 2em;
}
th label {
	padding-right: 1em;
}
ul {
	margin-right: 1em;
	width: 75%;
}

#foot {
  font-size: small;
  padding: 1.5em 1em 1.8em 1em;
  clear: both;

  color: black;
  font-weight: bold;
}

#foot a {
  text-decoration: none;
  padding-right: 20px;
  font-weight: bold;
}

#foot a:hover {
  text-decoration: underline;
}

.news-vote {
width: 4.8em;
text-align: center;
font-size: 85%;
margin: 0;
padding: 0;
list-style: none;
}

.voting {
    background: url('http://www.maxtags.com/images/vote.png') left center no-repeat;
	background-color:#fcedb2;
	display:block;
	padding:0px;
	border:0px;
	margin:0px;
	height:20px;
}

.onlyvoting {
    background: url('http://www.maxtags.com/images/vote.png') left bottom no-repeat;
	background-color:#fcedb2;
	text-align:center;
	display:block;
	padding:0px;
	border:0px;
	margin:0px;
	height:40px;
	width:50px;
	padding-left:25px;
}

.news-vote li {
border: 1px solid #fff; /* fixes IE margin bug */
margin: 0;
padding: 0;
}

.shade-5 { background: #DDEEFF url('/bg_header.png'); }
.shade-5 a { bottom: auto; color: #336699; }
.shade-5 strong { color: #001155; }
.shade-5 strong {display: block;}

#welcome {
text-align: center;
}

#welcome ul li {
  text-align: left;
  font-weight: bold;
  padding-left: 0px;
  border:0px;
}

p.welcomemsg {
	color:#FF0000;
	font-size:150%;
	line-height:0px;
	padding:0px;
	text-indent:-10px;
}

p.welcomemsg ul li {
	text-align: left;
	font-weight: bold;
	border:0px;	
}

.copylink {
    padding: 0px 0 0px 14px;
    background: url('http://www.maxtags.com/images/copy.png') left center no-repeat;
}

.edit {
    padding: 0px 0 0px 14px;
    background: url('http://www.maxtags.com/images/edit.png') left center no-repeat;
}

.delete {
    padding: 0px 0 0px 14px;
    background: url('http://www.maxtags.com/images/delete.png') left center no-repeat;
}

.emailthis {
    padding: 0px 0 0px 18px;
    background: url('http://www.maxtags.com/images/email.png') left center no-repeat;
	font-weight: bold;
}

.comments {
    padding: 0px 0 0px 18px;
    background: url('http://www.maxtags.com/images/comments.png') left center no-repeat;
	font-weight: bold;
}

.comments_no {
    padding: 0px 0 0px 18px;
    background: url('http://www.maxtags.com/images/comments.png') left center no-repeat;
	font-weight: bold;
}

.blogthis {
background: #DDEEFF;
padding: 0px 5px 0px 5px;
border-right: 1px solid #ccc;
font-weight: bold;
}

.history {
    padding: 0px 0 0px 12px;
    background: url('http://www.maxtags.com/images/history.png') left center no-repeat;
	font-weight: bold;
}

#topnav {
	position:absolute;
	top:0px;
	right:10px;
	margin:0px;
	border:0px;
	padding:0px;
	height:25px;
	white-space:nowrap;
}

#topnav ul{
	display: inline;
	background-color: #FFFFFF;
    list-style: none;
	margin:0px;
	padding:0px;
	border:0px;
	height:25px;
}

#topnav li{
	display:inline;
	background-color: #FFFFFF;
    list-style: none;
	color:#999999;
	font-size:70%;
	text-align: left;
	font-weight: bold;
	padding:0px;
	margin: 0px 0px 0px 0px;
	border:0px;
	height:25px;
}

#topnav li a{
	float:left;
	display:block;
	background-color: #FFFFFF;
	padding: 3px 3px 3px 20px;
	border-top: 0px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 2px solid #ffffff;
	border-right: 0px solid #336699;
	margin: 0px 0px 0px 0px;
}

#topnav li a:hover{
	background-color:#88BBEE;
}

.votebookmarks {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/votebookmarks.png');
	background-repeat: no-repeat;
}
.mybookmarks {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/mybookmarks.png');
	background-repeat: no-repeat;
}
.myprofile {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/profile.png');
	background-repeat: no-repeat;
}
.mytags {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/MyTags.png');
	background-repeat: no-repeat;
}
.myvotes {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/myvotes.png');
	background-repeat: no-repeat;
}
.watchlist {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/watchlist.png');
	background-repeat: no-repeat;
}
.addbookmarks {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/addbookmarks.png');
	background-repeat: no-repeat;
}
.logout {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/logout.png');
	background-repeat: no-repeat;
}
.register {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/register.png');
	background-repeat: no-repeat;
}
.login {
	background-position: 3px 3px;
	background-image: url('http://www.maxtags.com/images/login.png');
	background-repeat: no-repeat;
}
.loginboxform {
	position:relative;
	background: url('http://www.maxtags.com/images/loginregister.png') right top no-repeat;
}
.welcomefont {
	font-size:85%;
}
.welcomefont2 {
	font-size:95%;
    color: #336699;	
}

.main-save {
	padding-left:62px;
	background: url('http://www.maxtags.com/images/main-save.png') left top no-repeat;
}
.main-vote {
	padding-left:62px;
	background: url('http://www.maxtags.com/images/main-vote.png') left top no-repeat;
}

.main-discover {
	padding-left:62px;
	background: url('http://www.maxtags.com/images/main-discover.png') left top no-repeat;
}

.searchcounter {
	width:70%;
	background: #88BBEE /*url('http://www.maxtags.com/images/counter-bg.png') right top no-repeat*/;
	border:0px solid #88BBEE;
	margin-right: 26%;
	padding-left:10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
.commentsbox {
    color: #999999;
	background-color: #ffffff;
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;
	width:70%;
	font-size:80%;
}
.commentsbox .commentsheader {
	background: #DDEEFF url('http://www.maxtags.com/images/comments_header_bg.gif') left top repeat-x;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	text-indent:3px;
	font-size:80%;
    color: #484848;
}
.commentsbox .commentsdescription {
	display:block;
	background-color: #ffffff;
    color: #666666;
	padding:5px;
	margin:0px;
}
.commentsbox ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
	width:100%;
}

.commentsbox ul li {
	background: #DDEEFF url('http://www.maxtags.com/images/comments_subheader_bg.gif') left top repeat-x;
    color: #666666;
    margin: 0;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
	border-bottom: 0px solid #DDEEFF;
	border-top: 1px solid #ffffff;
	border-left: 0px solid #DDEEFF;
	border-right: 0px solid #ffffff;
}

.codesnippet {
	position: relative;
	text-align:left;
	width:90%;
	z-index:1;
	border: 1px dotted #DDDDDD;
	padding: 5px;
	display:block;
	margin-bottom:10px;
	background-color:#6699CC;
	font-size:85%;
}

#helpcontainers {
	margin: 0px;
	border-top: 0px solid #DD0000;
	border-bottom: 0px solid #DD0000;
	border-left: 1px solid #DD0000;
	border-right: 1px solid #DD0000;
	background: #DDEEFF;
	width: 100%;
	font-size: 1.1em;
	float: right;
	clear:right;
	text-align: left;
}

p#helptext {
	margin: 0;
	padding: 5px;
	overflow: hidden;
	font-size:80%;
	border-bottom: 1px solid #DD0000;
}

.helpbutton {
	position:relative;
	float:right;
	clear:right;
	margin-right:10px;
	height:15px;
	width:300px;
	text-align:right;
	background: url('http://www.maxtags.com/images/help_IG.png') right top no-repeat;
	padding-right:0px;
}

ul#minitabs{
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	height:25px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	width:70%;
}

ul#minitabs li{
	height:25px;
	display: inline;
	margin: 10px;
	padding: 3px 0px 3px 0px;
}

ul#minitabs li a{
	padding: 3px 15px 3px 5px;
}

ul#minitabs li a:hover{
	background-color:#DD0000;
	padding: 3px 5px 3px 5px;
    color: #ffffff;
}

ul#minitabs li a.minitabactive{
	background-color:#DD0000;
	padding: 3px 5px 3px 5px;
    color: #ffffff;
}

.headminitab{ 
    height:22px;
	background-color:#6699CC;
	width:98.5%;
	margin:0px;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	text-align:left;
}

.welcomez{ 
	padding:5px;
}

.welcomez2{ 
	color:#ffffff;
	position:absolute;
	top:82px;
	left:530px; 
}
.welcomtab
{
	padding:0px;
	margin:5px;
	border:0px;
}

.welcomez3
	{
	font-size: 10px;
	}
