/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFFFFF;
background: white url(../../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
background-image: url(../../images/shadeactive.gif);
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../../images/shadeactive.gif);
border-bottom-color: white;
color: #000000;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
/*display:none;*/
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
/*display:none;*/
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(../../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../../images/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
/*display:none;*/
}

@media print {
.tabcontent {
display:block !important;
}
}

.display_property
{
	display:block ;
}
/* start rating code */
.rating
{
	width: 80px;
	height: 16px;
	margin: 0 0 20px 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	clear: both;
	position: relative;
	background: url(../../images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar
{
	background-position: 0 0;
}
ul.rating li
{
	cursor: pointer; /*ie5 mac doesn't like it if the list is floated\*/
	float: left; /* end hide*/
}
ul.rating li a
{
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	text-decoration: none;
	z-index: 200;
}
ul.rating li.one a
{
	left: 0;
}
ul.rating li.two a
{
	left: 16px;
}
ul.rating li.three a
{
	left: 32px;
}
ul.rating li.four a
{
	left: 48px;
}
ul.rating li.five a
{
	left: 64px;
}
ul.rating li a:hover
{
	z-index: 2;
	width: 80px;
	height: 16px;
	overflow: hidden;
	left: 0;
	background: url(../../images/star-matrix.gif) no-repeat 0 0;
}
ul.rating li.one a:hover
{
	background-position: 0 -96px;
}
ul.rating li.two a:hover
{
	background-position: 0 -112px;
}
ul.rating li.three a:hover
{
	background-position: 0 -128px;
}
ul.rating li.four a:hover
{
	background-position: 0 -144px;
}
ul.rating li.five a:hover
{
	background-position: 0 -160px;
}
/* end rating code */

/*____________________________________Ajax Star Rating System________________________*/


#star ul.star { LIST-STYLE: none; MARGIN: 0px 0px 0px 0px; PADDING: 0px 0px 0px 0px; WIDTH: 60px; HEIGHT: 19px; LEFT: 0px; TOP: 0px; POSITION: relative; FLOAT: left; BACKGROUND: url('../../images/stars1.gif') repeat-x; CURSOR: pointer; }
#star li { PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 55px; HEIGHT: 19px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute; PADDING: 0; }
#star li.curr { BACKGROUND: url('../../images/stars1.gif') left 25px; FONT-SIZE: 1px; }
#star div.user { LEFT: 13px; top: 5px; POSITION: relative; FLOAT: left; FONT-SIZE: 13px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; }

#ster ul.ster { LIST-STYLE: none; MARGIN: 0px 0px 0px 20px; PADDING: 0px 0px 0px 0px; WIDTH: 60px; HEIGHT: 19px; LEFT: 0px; TOP: 0px; POSITION: relative; FLOAT: left; BACKGROUND: url('../../images/stars1.gif') repeat-x; }
#ster ul.ster1 { LIST-STYLE: none; MARGIN: 0px 0px 0px 20px; PADDING: 0px 0px 0px 0px; WIDTH: 60px; HEIGHT: 19px; LEFT: 0px; TOP: 0px; POSITION: relative; FLOAT: left; BACKGROUND: url('../../images/stars1.gif') repeat-x; }
#ster ul.ster2 { LIST-STYLE: none; MARGIN: 0px 0px 0px 0px; PADDING: 0px 0px 0px 0px; WIDTH: 60px; HEIGHT: 19px; LEFT: 0px; TOP: 0px; POSITION: relative; FLOAT: left; BACKGROUND: url('../../images/stars1.gif') repeat-x; }
#ster li { PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 55px; HEIGHT: 19px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute; PADDING: 0; }
#ster li.curr { BACKGROUND: url('../../images/stars1.gif') left 25px; FONT-SIZE: 1px; }
#ster div.user { LEFT: 13px; top: 5px; POSITION: relative; FLOAT: left; FONT-SIZE: 13px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; }


