/* 
  Those are the main and generic styles for this theme
*/
html { height: 100%; }
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/frame/bgtop.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: top;
	background-color: #911d62;
	height: 100%;
}


td, p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
  color: #6d1346;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.submit {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #6d1346;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #2F091F;
	border-bottom-color: #2F091F;
	border-left-color: #FFFFFF;
}

.submit_disabled {
  background: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 1px;
  padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
  border: solid 1px #999999;
}

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

/*
  Gauges Styles
*/
#gaugewrapper {
  border: solid 1px #000; 
  width: 100%;
}

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

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

/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.fullheight {
  height: 100%;
}

/*
  The following "homeColorSet" and "footerColorSet"
  styles are color switches for elements that are outside
  the main white-backgrounded area, the home one is
  located on the homepage (which has a dark blue background)
  and the footer covers the bottom of each page which
  is also using a dark blue background color
*/
.homeColorSet1 {
  color: #1f1f1f;
}

.homeColorSet2 {
  color: #1f1f1f;
}

.footerColorSet1 {
  color: #1f1f1f;
}

.footerColorSet2 {
  color: #1f1f1f;
}
.errortext {
  color: #FF0033;
}

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

/* Calendars Styles */
#calendar_emptyday {
  border: #FFFFFF solid 1px;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_day {
  border: #CCCCCC solid 1px;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_busyDay {
  border: #CCCCCC solid 1px;
  background-color: #DCE6FF;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
  color: #2f63b3;
}

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

#calendar_row {
  clear: both;
}

#calendar {
}

/* Star Rating System*/

	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 150px;
		height: 30px;
		position: relative;
		background: url(/theme/wway/images/frame/rank_objects/star_rating.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:30px;
		height: 30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/theme/wway/images/frame/rank_objects/star_rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:30px;
	}
	.star-rating a.two-stars{
		left:30px;
	}
	.star-rating a.two-stars:hover{
		width: 60px;
	}
	.star-rating a.three-stars{
		left: 60px;
	}
	.star-rating a.three-stars:hover{
		width: 90px;
	}
	.star-rating a.four-stars{
		left: 90px;
	}	
	.star-rating a.four-stars:hover{
		width: 120px;
	}
	.star-rating a.five-stars{
		left: 120px;
	}
	.star-rating a.five-stars:hover{
		width: 150px;
	}
	.star-rating li.current-rating{
		background: url(/theme/wway/images/frame/rank_objects/star_rating.gif) left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}		
		
/* ----- END ---- Star Rating System*/

/* Photo Rating System*/

	/*             styles for the star rater                */	
	.photo-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 150px;
		height: 30px;
		position: relative;
		background: url(/theme/wway/images/frame/rank_objects/photo_rating.gif) top left repeat-x;		
	}
	.photo-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.photo-rating li a{
		display:block;
		width:30px;
		height: 30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.photo-rating li a:hover{
		background: url(/theme/wway/images/frame/rank_objects/photo_rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.photo-rating a.one-star{
		left: 0px;
	}
	.photo-rating a.one-star:hover{
		width:30px;
	}
	.photo-rating a.two-stars{
		left:30px;
	}
	.photo-rating a.two-stars:hover{
		width: 60px;
	}
	.photo-rating a.three-stars{
		left: 60px;
	}
	.photo-rating a.three-stars:hover{
		width: 90px;
	}
	.photo-rating a.four-stars{
		left: 90px;
	}	
	.photo-rating a.four-stars:hover{
		width: 120px;
	}
	.photo-rating a.five-stars{
		left: 120px;
	}
	.photo-rating a.five-stars:hover{
		width: 150px;
	}
	.photo-rating li.current-rating{
		background: url(/theme/wway/images/frame/rank_objects/photo_rating.gif) left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}		
		
/* ----- END ---- photo Rating System*/

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

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

}

h1 {
	font-weight: bold;
	font-size: 17px;
	color: #252525;
}

h2 {
  font-size: 15px;
  font-weight: normal;
}

h3 {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
}

h4 {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}

h5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	vertical-align: middle;
}

h6 {
	color: #333333;
	font-size: 12px;
}
.profileheader {
	font-weight: bold;
	font-size: 13px;
	color: #4F0D33;
	background-image: url(/theme/wway/images/frame/quotebox.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 410px;
	padding-top: 0px;
	padding-left: 15px;
}

.profileusername {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
}
.profilesmalltxt {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	padding-left: 8px;
}
.profileonlinetxt {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	padding-right: 8px;
}
/* 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: #DCE6FF;
  width: 100%;
  border: solid 1px #DCE6FF;
}

.fullwidth {
  width: 80%;
}
/* Top Navigation menu */
#navigation {
	padding-left: 90px;
	background-image: url(images/frame/toplogo_header2.jpg);
	background-repeat: no-repeat;
	height: 29px;
}
.navff {
	background-image: url(images/frame/toplogo_header2.jpg);
	background-repeat: no-repeat;
	height: 29px;
}
#navigation a {
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
}
#navigation a:hover {
	color: #BE3A89;
}
#usercontrol { 
    padding-right: 80px;
	height: 29px;
}

#usercontrol a {
  color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
}
#subnavigation {
	background-image: url(images/frame/submenu.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 530px;
	color: #333333;
	padding-left: 6px;
	font-size: 11px;
}
#subnavigation a{
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#subnavigation a:hover {
	color: #BE3A89;
	text-decoration: none;
}
/* Drop down menu */
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#dropmenudiv a{
	width: 100px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 14px;

}

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

/* Users pictures */
#picture {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

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

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

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

.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 {}

.tabberlive {
	margin-top:1em;
}

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

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

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #6d1346;
	border-right-color: #6d1346;
	border-bottom-color: #6d1346;
	border-left-color: #6d1346;
	background-color: #8b4c6b;
}

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

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	border-color: #6d1346;
	background-color: #6d1346;
}

ul.tabbernav li.tabberactive a {
	background-color: #c7779f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

ul.tabbernav li.tabberactive a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #DCE6FF;
	background-color: #c7779f;
}

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

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

#footer{
	background-image: url(images/frame/footerbg.gif);
	background-repeat: repeat-x;
	font-size: 8px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 58px;
	width: 100%;
	padding-bottom: 15px;
}
.footerlink{
	font-size: 11px;
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
}
.leftshadow{
	background-image: url(images/frame/leftshadow1.jpg);
	height: 100%;
	width: 60px;
	background-repeat: no-repeat;
	background-position: right top;
}
.rightshadow{
	background-image: url(images/frame/rightshadow1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 100%;
	width: 60px;
}
.leftshadow2{
	background-image: url(images/frame/leftshadow2.jpg);
	height: 100%;
	width: 60px;
	background-repeat: repeat-y;
	background-position: right top;
}
.rightshadow2{
	background-image: url(images/frame/rightshadow2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 60px;
}
#loginbox{
	background-image: url(images/frame/box_login.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 238px;
	padding-top: 2px;
	padding-left: 16px;
}
#mainbox{
	background-image: url(images/frame/box_main.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 524px;
	padding-top: 2px;
	padding-left: 16px;
}
.mainboxtitle {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.thumbimgg {
	padding: 3px;
	border: 1px solid #D7D7D7;	
}
.dateavail {
	color: #008CA1;
	font-size: 11px;
}
.newsboxtitletop{
	background-image: url(images/frame/rbox_top.jpg);
	background-repeat: no-repeat;
	padding-left: 17px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	height: 35px;
}
.newsboxtitlemid{
	background-image: url(images/frame/rbox_middle.jpg);
	background-repeat: repeat-y;
}
.newsboxtitlebtm{
	background-image: url(images/frame/rbox_bottom.jpg);
	background-repeat: no-repeat;
	height: 13px;
}
.lanebox{
	font-weight: bold;
	color: #6d1346;
	border: 2px dashed #7d1854;
}
.lanebox a {
	color: #FF0099;
}
#topbanner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#dhtmltooltip{
	position: absolute;
	width: 250px;
	border: 2px dashed #6d1347;
	padding: 5px;
	background-color: #8b4c6b;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	color: #FFFFFF;
}
#dhtmlratetip{
	position: absolute;
	width: 110px;
	border: 1px dotted #6d1347;
	padding: 5px;
	background-color: #8b4c6b;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
	color: #FFFFFF;
}
.updatestat{
	font-size: 11px;
}
.submitupds {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #6d1346;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #2F091F;
	border-bottom-color: #2F091F;
	border-left-color: #FFFFFF;
	padding: 5px;
}
.desktopquote {
	color: #252525;
	font-size: 11px;
	font-weight: bold;
}
.nudge:hover {
	background-color: #F9ECF3;
}
.shoutouttime {
	color: #999999;
	font-size: 9px;
}
.shoutlocation {
	color: #789F00;
	font-size: 9px;
}

/*Floating Toolbar*/
#nnnavigation {
	width: 100%;
	background-image: url(images/frame/footerbg.gif);
	background-repeat: repeat-x;
	background-color: #333333;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-bottom: 4px;
	padding-top: 6px;
}
 
#nnnavmenu {
	position: relative;
	z-index: 10;
	width: 50em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
 
#nnnavmenu li {
  display: inline;
  padding: 0 5px;
}
#nnnavmenu a {
	text-decoration: none;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
#nnnavmenu a:hover {
  color: #F843AF;
}
