/* 
  Those are the main and generic styles for this theme
*/
body {
  background: #000000 url("images/images/bg.jpg") 100% 0 fixed;
  color: #ffffff;
  font-size:12px;
  font-family:arial, sans-serif;
  margin: 0px;
}

html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}
div { margin:0; padding:0;}
#main {
  height: auto; margin:0 auto; width:1000px; background:url(images/images/mainbg.jpg) repeat-y;
}
#page{
	width:800;
	margin:0 auto;
	height: auto;
	padding-top:10px;
	background:url(images/images/mainbg.jpg) repeat-y;
	
}

#widecontent { width:700px; height:100%  margin:0; padding:0; margin-left:10px; float:left; display:inline; }
#sidebar{ width:265px; height:100%; float:right; display:inline; margin:0; padding:0; margin-right:0px; }


td, p {
  font-family: arial, sans-serif;
  margin: 0px;
  font-size:12px;
}
p{ padding-left:10px;}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
color:#c15b0a;
  text-decoration: underline;
}

img {
  border: none;
}


form{ margin:0; padding:0;}
input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.submit {
background: url(images/images/submit.jpg) no-repeat; width:56px; height:23px;
  font: 11px arial, sans-serif;
  font-weight: bold;
border:0;
  margin: 1px;
  padding: 3px 15px 3px 15px;

}

.submit_disabled {
  background: #CCCCCC;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999999;
}

/* Text hilight */
.hilight {
  background-color:#FFFF00; /* #1C0203; 
  border-top: 1px solid #2f63b3;
  border-bottom: 1px solid #2f63b3; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
margin-left:8px;
  border: solid 1px #700303; 
  width:90%;
}

#gaugelevel {
  position: relative; 
  left: 0; 
  top: 0; 
  background-color: #1b0202;
}

#gaugelabel {
  width: 100%; 
  position: relative; 
  top: 0; 
  left: 0; 
  text-align: center;
}






/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #F2F5FF;
  padding: 20px;
  width: 660px;
  border: 1px solid #BBD4F9;
}

/* Calendars Styles */
#calendar_emptyday {
  border: #570102 solid 1px;
  background-color:#b0510a;
  float: left;
  width: 18px;
  height: 14px;
  margin: 5px;
  margin-bottom:1px;
    margin-top:1px;
	padding-top:2px;
	display:inline;
}

#calendar_day {
	border: #570102 solid 1px;
	text-align: center;
	background-color:#b0510a;
	vertical-align: middle;
	float: left;
	width: 18px;
	height: 14px;
	margin: 5px;
	margin-bottom:1px;
	margin-top:1px;
	padding-top:2px;
	display:block;
}

#calendar_busyDay {
  border: #570102 solid 1px;
  background-color: #1C0203;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 18px;margin: 5px;
  height: 14px;
margin-bottom:1px;
	margin-top:1px;
  color: #2f63b3;padding-top:2px;
	display:block;
}

#calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}

#calendar_row {
  clear: both; display:inline;
}

#calendar {margin-left: 0px;
margin-top:5px;font-size:11px;
width:210px;
}

/* Vote styles */
#votewrap {
  height: 10px;
  width: 50px;
  background: url(images/frame/rank_objects/green_layer.gif) repeat-x;
  overflow:visible;
    float:right;
  display:inline;
}

#voteInt {
  height: 10px;
  width: 50px;
  text-align: center;
  font: 9px arial, sans-serif;
  float:right;
  display:inline;
}

.votehover {
  width: 20%;
  height: 10px;
  float: left;
  background: url(images/frame/rank_objects/blue_layer.gif) repeat-x;
  font-size: 1px;
  margin: 0px;
}

.voteclear {
  width: 20%;
  height: 10px;
  float: left;
  font-size: 1px;
  margin: 0px;
  display: block;
}

/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #B1500B;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family:  arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: bold;
  font-size: 22px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #658EFD;
  font-size: 25px;
}

h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform:capitalize;
}

h5 {
  color: #666666;
  font-size: 10px;
}

h6 {
  color: #ffffff;
  font: 12px  arial, sans-serif;
}

/* Some special form fields classes */
#formTitle_DISABLED {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #658EFD;
  font-size: 18px;
  font-weight: bold;
  background-color: #1C0203;
  width: 100%;
  border: solid 1px #1C0203;
}

.fullwidth {
  width: 100%;
}

/* Navigation menu */
#navi{
 background:url(images/images/menubg.jpg) no-repeat;
 height:17px;
 font-family: Arial, Helvetica, sans-serif;
 color:#cbcbcb;
 text-transform: capitalize;
 font-size:12px;
 padding-top:3px;
 }
 
 
#navigation {
  padding-left: 15px;
width:1000px;
  height:20px;
}


#navigation a {
	font: 12px arial, sans-serif;
	color:#cbcbcb;
	padding-left: 8px;
	margin-right:10px;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: .03em;   
}

#usercontrol {
padding-left:290px;
width:300px;

display:inline;
	text-align:right;
	padding-right: 10px;
}

#usercontrol a {
font: 12px arial, sans-serif;
	color:#cbcbcb;
	padding-left: 8px;
	margin-right:7px;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: .03em;   

}

/* Copyright */
#copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Users pictures */
#picture {
  padding: 2px;
border:1px #6c4949 solid; background:#000000;

}

/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* CHAT StyleSheet */
.chatNickEntity {
	clear: both;
	border-bottom: solid 1px #BBD4F9;
	padding: 2px;
}

.chatNickEntity:hover {
	clear: both;
	border-bottom: solid 1px #BBD4F9;
	padding: 2px;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color:#FFCC66;
}

#chatContent {
	width: 100%;
	height: 400px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
}

#nickList {
  width: 100%;
  height: 400px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

#shadeWrapper {
  background-color: #000;
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  visibility: hidden;
}

#noShadeContent {
  top: 30%;
  left: 30%;
  filter: alpha(opacity=99);
  -moz-opacity: .99;
  opacity: .99;
  position: absolute;
  z-index: 11;
  visibility: hidden;
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #fff; 
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber { width:720px;}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #6c4949;
	font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #6c4949;
	border-bottom: none;

	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #ffffff; 
}
ul.tabbernav li a:visited {
	color: #ffffff;
}

ul.tabbernav li a:hover
{
	color: #000000;
background:url(images/images/submenu.jpg) repeat-x;
	border-color: #6c4949;
}

ul.tabbernav li.tabberactive a {
	background:url(images/images/submenu.jpg) repeat-x;
	border:0;
}

ul.tabbernav li.tabberactive a:hover {
	color: #000000;
	background:url(images/images/submenu.jpg) repeat-x;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

.whitetxt { color:#FFFFFF;}
.whitetxttitle { color:#FFFFFF; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin-top:10px;margin-bottom:10px; }
.stdblock{ margin: 0 auto; text-align:center;}
#videoplayer { margin: 0 auto; padding:0; text-align:center;}

#headerbg { background: url(images/images/header.jpg) no-repeat;
widows:1000px; height:151px; }

#homelink { height:120px; padding-top:20px; width:200px; float:left; display:inline; }

#sidebox1{ background:url(images/images/loginbg.jpg) no-repeat;
width:227px;
height:156px;
padding:0px;
margin-left:5px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
}

/*login*/
#loginuser { margin-bottom:3px; margin-left:5px;}
#loginpass{margin-bottom:3px; margin-left:5px;}
#logintext { text-align:right; font-family:Arial, Helvetica, sans-serif; height:20px; font-size:11px;  margin-right:8px;width:160px; float:right; margin-top:10px;;display:block;}
input#username, input#password{ background-color:#b50707; border:0; width:152px; height:17px; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding-top:3px; color:#FFFFFF;}
input#userlogin{ background:url(images/images/loginbtn.jpg); border:0; width:56px; height:23px; display:inline; margin-right:5px; margin-bottom:2px;}

#errormsg{
	color:#999999;
	font-size:10px;
	float:left;
	display:inline;
	text-align:left;
	width:95%;
	text-align:right;
	margin-right:10px;
	height:16px;
	padding-top:2px;
	padding-left:12px;
}


#sidebox2{ background:url(images/images/searchboxbg.jpg) no-repeat;
width:243px;
height:157px;
padding:6px;
margin-left:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;

}
#sidebox2 p{padding-left:15px; padding-top:5px;}
.black{ color:#000000; font-weight:bold;}
 #query {width:130px; background-color: #b0510a; border: 1px solid #4a130c;height:17px; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:0;padding-top:3px;margin:0;margin-left:5px; color:#FFFFFF;}
#sidebox2 select{width:75px; background-color: #b0510a; border: 1px solid #4a130c;height:23px; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding-top:2px;padding-bottom:2px; color:#FFFFFF; scrollbar-face-color:#b0510a; scrollbar-arrow-color:#4a130c; scrollbar-darkshadow-Color:#202020;}
#sidebox2 #select option { border:0;}
#sidebox2 #picturebox { border:0; margin:0; padding:0;  margin-right:1px;}
#sidebox2 #online{ border:0; margin:0; padding:0;  margin-right:1px;}
#sidebox2 #submit { background:url(images/images/searchbtn.jpg) no-repeat bottom right; width:58px; height:25px; border:0; margin-left:17px;}
#sidebox2 #agelow, #sidebox2 #agehigh {width:25px; background-color: #b0510a; border: 1px solid #4a130c;height:17px; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:0;padding-top:3px;margin:0;margin-left:5px; color:#FFFFFF;}

 
#sidebox4img { background: url(images/images/profimagebg.jpg) no-repeat; width:240px; height:204px; margin-left:5px; padding:10px; text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#FFFFFF;} 
 
 
#welcomebox {font-family:Arial;	font-size:12px;	color:#FFFFFF;}
#welcomebox p{ padding-left:20px; padding-right:10px;}
 
#sidebox3{ background:url(images/images/referboxbg.jpg) no-repeat;
width:242px;
height:119px; 
font-family:Arial, Helvetica, sans-serif;
margin:0; padding:6px;
font-size:11px;
margin-left:5px; padding-top: 5px; 
padding:5px;
color:#FFFFFF;
text-align:left;
}
#sidebox3 a:link,#sidebox3 a:visited { color:#FFFFFF; text-decoration:none; padding-left:10px; padding-top: 5px; }
#sidebox3 a:hover,#sidebox3 a:active { color:#FFFFFF; text-decoration:underline; padding-left:10px; padding-top: 5px;}
#sidebox5{ background:url(images/images/moreariclebg.jpg) no-repeat;
width:227px;
height:269px; 
font-family:Arial, Helvetica, sans-serif;
margin:0; padding:0;
font-size:11px;
margin-left:5px;
padding:10px;
color:#FFFFFF;
text-align:left;
}
#footerbox { background:url(images/images/footerbg.jpg) no-repeat top; width:1000px; height:54px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; padding-top:20px; clear:both;}

#newblogleft{width:320px;float:left;display:inline;margin-left:16px;margin-bottom:10px;}
#newblogright{width:320px;float:right;display:inline;margin-right:0px;}
#latestblogbox { background:url(images/images/latestblogbg.jpg) no-repeat top; width:349px; height:95px; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; margin-bottom:5px; }
#latestblogbox2 { background:url(images/images/latestblogbg.jpg) no-repeat top; width:339px; height:85px; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; margin-bottom:5px; padding:5px; }

#blogimg {/*background:url(images/images/blogimage.jpg) no-repeat; width:100px; height:86px;*/ float:left; margin:0; padding:0; margin-top:5px; margin-left:6px;}
#blogimg img { border:1px #6c4949 solid; background:#000000;}

 #latestblog { font-family:Arial, Helvetica, sans-serifl; font-size:12px; color:#FFFFFF; padding-left:10px;}
#blogbody{ font-family:Arial, Helvetica, sans-serif; font-size:12px;  height:38px; padding-right:0px;}
#readthis { font-family:Arial, Helvetica, sans-serif; font-siz:10px; color:#CCCCCC;  padding-right:10px; text-align:right; padding-top:inherit; }
#readthis a{ color:#CCCCCC; text-decoration:none;}
#readthis a:hover{ color:#bf590a; text-decoration:none;}

#deskmenu {background:url(images/images/submenu.jpg)  repeat-x; padding-top:3px; height:17px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:center;} 

#break{background:url(images/images/break.jpg) no-repeat; width:697px; height:15px;}
#break2{background:url(images/images/break2.jpg) no-repeat; width:647px; height:15px;}
#boxbg {background:url(images/images/boxbg.jpg) no-repeat;width:687px; height:98px; padding:10px; margin:0; }
#rankingvotes{ background: url(images/icons/rating.png) no-repeat; width:54px; height:54px; padding-top:23px; padding-left:18px; float:left; display:inline;}
#commentbox{ border-top:1px #99480d solid;border-bottom:1px #99480d solid; padding:10px; min-height:98px; max-height:100%;}
#commentimg{ margin-top:-5px; margin-left:-2px; float:left; display:inline; height:auto;}
#commentcontent { float:right; display:inline; width:590px; height:auto;}


/*logos*/
#welcomelogo{ background:url(images/images/welcomelogo.jpg) no-repeat; width:270px; height:40px; }
#searchboxlogo{ background:url(images/images/searchboxlogo.jpg) no-repeat;width:172px;height:43px;}
#referlogo {background:url(images/images/referlogo.jpg) no-repeat top;width:121px;height:40px;   }
#loginlogo {background:url(images/images/loginlogo.jpg) no-repeat top;width:73px;height:44px;margin:0;padding:0;}
#latestbloglogo {background:url(images/images/latestbloglogo.jpg) no-repeat; width:122px; height:37px;}
#mydesktoplogo { background: url(images/images/mydesktoplogo.jpg) no-repeat; width:270px; height:40px; }
#mycontact{ background: url(images/images/mycontacts.jpg) no-repeat; width:135px; height:37px; }
#mysettinglogo{ background: url(images/images/mysettinglogo.jpg) no-repeat; width:188px; height:40px; }
#myselflogo{ background: url(images/images/myself.jpg) no-repeat; width:89px; height:40px; }
#myfavorite{ background: url(images/images/myfavoriteblog.jpg) no-repeat; width:188px; height:40px; }
#todaylogo{ background: url(images/images/today.jpg) no-repeat left; width:700px; height:27px; text-align:right; padding-top:10px;}
#latestbloglogo{ background: url(images/images/latestblog.jpg) no-repeat; width:280px; height:40px; text-align:right; }
#myeventslogo{ background: url(images/images/myevents.jpg) no-repeat left; width:230px; height:39px; margin-top:5px; margin-left:2px; }
#next5eventslogo{ background: url(images/images/next5events.jpg) no-repeat; width:230px; height:35px; margin-top:0px; margin-left:2px;  }
#sitenewslogo{ background: url(images/images/sitenews.jpg) no-repeat; width:142px; height:35px;margin-top:2px; margin-left:2px; }
#recentviewslogo{ background: url(images/images/recentviews.jpg) no-repeat; width:142px; height:35px;margin-top:2px; margin-left:3px; }
#myrankinglogo{ background: url(images/images/myrankinglogo.jpg) no-repeat; width:153px; height:42px;margin-top:2px; margin-left:2px; }
#mysavedlogo{ background: url(images/images/mysavedsearch.jpg) no-repeat; width:227px; height:42px;margin-top:2px; margin-left:3px; }
#didyoulogo{ background: url(images/images/didyouknow.jpg) no-repeat; width:169px; height:37px;margin-top:2px; margin-left:2px; }
#welcomeprofilelogo{ background: url(images/images/welcomeprofile.jpg) no-repeat; width:249px; height:40px;margin-top:2px; margin-left:-3px; }
#welcomemybloglogo{ background: url(images/images/welcomemyblog.jpg) no-repeat; width:203px; height:40px;margin-top:2px; margin-left:-3px; }
#commentslogo{ background: url(images/images/comments.jpg) no-repeat; width:127px; height:37px;margin-top:2px; margin-left:-3px; }
#memyselflogo{ background: url(images/images/memyself.jpg) no-repeat; width:167px; height:40px;margin-top:2px; margin-left:-3px; }
#dropcommentlogo{ background: url(images/images/dropcomment.jpg) no-repeat; width:333px; height:40px;margin-top:2px; margin-left:-3px; }
#keepinlogo{ background: url(images/images/keepin.jpg) no-repeat; width:169px; height:37px;margin-top:5px; margin-left:2px; }
#sendanodlogo{ background: url(images/images/sendanod.jpg) no-repeat; width:169px; height:37px;margin-top:5px; margin-left:2px; }
#ratemelogo{ background: url(images/images/rateme.jpg) no-repeat; width:227px; height:42px;margin-top:2px; margin-left:2px; }
#geologo{ background: url(images/images/geo.jpg) no-repeat; width:231px; height:42px;margin-top:5px; margin-left:2px; }
#searchbloglogo{ background: url(images/images/searchblog.jpg) no-repeat; width:164px; height:37px;margin-top:5px; margin-left:2px; }
#moreartlogo{ background: url(images/images/moreartlogo.jpg) no-repeat; width:186px; height:36px;margin-top:0px; margin-left:-3px; }
#writeartlogo{ background: url(images/images/archivedart.jpg) no-repeat; width:254px; height:40px;margin-top:0px; margin-left:50px; }
#writebloglogo{ background: url(images/images/writeblog.jpg) no-repeat; width:203px; height:40px;margin-top:0px; margin-left:-3px; }
#successlogo{ background: url(images/images/success.jpg) no-repeat; width:203px; height:40px;margin-top:0px; margin-left:-3px; }
#writeartlogo{ background: url(images/images/writeart.jpg) no-repeat; width:254px; height:40px;margin-top:0px; margin-left:-3px; }
#profilecommentlogo{ background: url(images/images/profilecomment.jpg) no-repeat; width:254px; height:40px;margin-top:0px; margin-left:-3px; }

#errorlogo{ background: url(images/images/error.jpg) no-repeat; width:77px; height:40px;margin-top:0px; margin-left:-3px; }
#notifylogo{ background: url(images/images/notify.jpg) no-repeat left; width:700px; height:25px;margin-top:0px; margin-left:2px; text-align:right; padding-top:15px; }
#recentprofviewslogo{ background: url(images/images/recentprofileview.jpg) no-repeat; width:199px; height:37px;margin-top:5px; margin-left:3px; }
#archivedartlogo{ background: url(images/images/archivedart.jpg) no-repeat; width:204px; height:40px;margin-top:5px; margin-left:3px; }
#mymaillogo{ background: url(images/images/mymail.jpg) no-repeat; width:118px; height:40px;margin-top:5px; margin-left:3px; }
#withselectlogo{ background: url(images/images/withselect.jpg) no-repeat; width:156px; height:40px;margin-top:5px; margin-left:3px; }
#mailboxlogo{ background: url(images/images/mailbox.jpg) no-repeat; width:101px; height:37px;margin-top:0px; margin-left:-3px; }
#createmailboxlogo{ background: url(images/images/createmailbox.jpg) no-repeat; width:188px; height:37px;margin-top:5px; margin-left:3px; }
#quotalogo{ background: url(images/images/quota.jpg) no-repeat; width:74px; height:37px;margin-top:5px; margin-left:3px; }
#writemaillogo{ background: url(images/images/writemail.jpg) no-repeat; width:156px; height:40px;margin-top:5px; margin-left:3px; }
#composemaillogo{ background: url(images/images/composemail.jpg) no-repeat; width:250px; height:40px;margin-top:5px; margin-left:3px; }
#mycontactlogo{ background: url(images/images/mycontact.jpg) no-repeat; width:142px; height:40px;margin-top:5px; margin-left:3px; }
#managecontactlogo{ background: url(images/images/managecontact.jpg) no-repeat; width:257px; height:40px;margin-top:5px; margin-left:3px; }
#creategroupslogo{ background: url(images/images/creategroups.jpg) no-repeat; width:153px; height:40px;margin-top:5px; margin-left:3px; }
#addcontactlogo{ background: url(images/images/addcontact.jpg) no-repeat; width:209px; height:40px;margin-top:5px; margin-left:3px; }
#pickgrouplogo{ background: url(images/images/pickgroup.jpg) no-repeat; width:147px; height:40px;margin-top:5px; margin-left:3px; }
#createcontactgrouplogo{ background: url(images/images/createcontactgroup.jpg) no-repeat; width:270px; height:40px;margin-top:5px; margin-left:3px; }
#newrequestlogo{ background: url(images/images/newrequest.jpg) no-repeat; width:270px; height:40px;margin-top:5px; margin-left:3px; }
#newblogslogo{ background: url(images/images/newblogs.jpg) no-repeat; width:141px; height:40px;margin-top:5px; margin-left:3px; }
#newcommentproflogo{ background: url(images/images/newcommentprof.jpg) no-repeat; width:295px; height:40px;margin-top:5px; margin-left:3px; }
#search4bloglogo{ background: url(images/images/search4blog.jpg) no-repeat; width:171px; height:40px;margin-top:5px; margin-left:3px; }
#lastbloglogo{ background: url(images/images/lastblog.jpg) no-repeat; width:171px; height:42px;margin-top:5px; margin-left:-3px; }
#editbloglogo{ background: url(images/images/editblog.jpg) no-repeat; width:191px; height:42px;margin-top:5px; margin-left:-3px; }
#searchblog2logo{ background: url(images/images/searchblog2.jpg) no-repeat; width:191px; height:40px;margin-top:5px; margin-left:2px; }
#savedsearcheslogo{ background: url(images/images/savedsearches.jpg) no-repeat; width:210px; height:40px;margin-top:5px; margin-left:2px; }
#searchuserlogo{ background: url(images/images/searchuser.jpg) no-repeat; width:145px; height:40px;margin-top:5px; margin-left:2px; }
#othersearchlogo{ background: url(images/images/othersearch.jpg) no-repeat; width:202px; height:37px;margin-top:5px; margin-left:2px; }
#onlineuserlogo{ background: url(images/images/onlineuser.jpg) no-repeat; width:141px; height:40px;margin-top:5px; margin-left:2px; }
#matchmelogo{ background: url(images/images/matchme.jpg) no-repeat; width:141px; height:40px;margin-top:5px; margin-left:2px; }
#mygallerylogo{ background: url(images/images/mygallery.jpg) no-repeat; width:238px; height:40px;margin-top:5px; margin-left:2px; }
#dropyourcommentslogo{ background: url(images/images/dropyourcomments.jpg) no-repeat; width:220px; height:40px;margin-top:5px; margin-left:2px; }

#morepicturelogo{ background: url(images/images/morepicture.jpg) no-repeat; width:157px; height:37px;margin-top:5px; margin-left:2px; }
#controlgallerylogo{ background: url(images/images/controlgallery.jpg) no-repeat; width:211px; height:37px;margin-top:5px; margin-left:2px; }
#gallerymanagelogo{ background: url(images/images/gallerymanage.jpg) no-repeat; width:220px; height:40px;margin-top:5px; margin-left:2px; }
#uploadpictureslogo{ background: url(images/images/uploadpictures.jpg) no-repeat; width:170px; height:40px;margin-top:5px; margin-left:2px; }
#editpicturelogo{ background: url(images/images/editpicture.jpg) no-repeat; width:170px; height:40px;margin-top:5px; margin-left:2px; }
#registerlogo{ background: url(images/images/register.jpg) no-repeat; width:101px; height:40px;margin-top:5px; margin-left:2px; }





#recentviewbox{ background:url(images/images/recentviewbg.jpg) repeat-y;
width:247px;
height:auto; 
font-family:Arial, Helvetica, sans-serif;
margin:0; padding:0;
font-size:11px;
margin-left:4px;
/*padding:5px;*/
color:#FFFFFF;
text-align:left;
}
 
#recentviewtop { background:url(images/images/recentviewtop.jpg) top no-repeat; padding:5px; height:auto; width:237px;}
#recentviewfooter{background:url(images/images/recentviewfooter.jpg) top no-repeat; height:20px; width:247px; }



#userquote {background:#520101; border-bottom: solid 1px #723207; border-top: solid 1px #723207;/*float:left; display:inline;*/ margin-left:5px; padding:5px; width:350px; text-align:left; margin:0 auto;}
