
body {
    font-family: arial;
    margin: 0 0 0 0;
	padding:0 0 0 0;
}

/* Links get underline on hover */
a:hover {
	text-decoration:underline;
}
a {
    text-decoration:none;
    font-size: 12px;
}
input {
    font-family: arial;
    font-size: 11px;
}
table.editor {
    width: 100%;
}
.window-sub-nav {
    font-size: 11px;
}
.view-entry {
    width: 163px;
    height: 166px;
    padding: 10px;
    border-bottom: 1px dashed #D7D7D7;
    font-size: 11px;
}
.top-level-selected-tab {
    font-weight: bold;
    font-size: 11px;
    color: #990000;
}
.binder-content-pane {
    padding: 5px;
    text-align: center;
}
.binder-status {
	display:none; 
	position:absolute; 
	top:46px; 
	right:240px; 
	width:300px; 
	min-height:30px; 
	height:auto !important; 
	height:30px; padding-top:4px;
	vertical-align:middle; 
	z-index:4001;
	color:#4C4C4C; 
	background-color: #FFFFFF; 
	border:solid 1px #4C4C4C;
}
.binder-slide-show-pane {
    padding:0px; 
    margin: 0px;
    background: white url(/images/pattern.gif) repeat top right;
}
.binder-leadin-pane {
    /*padding-top: 8px;*/
    padding-top:0px;
    padding-left: 22px;
    padding-right: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #C1C1C1;
    /*height: 25px;*/
    height: 0px;
    background-color: #DBE2E2;
    display: none;
}
.lead-in-selected {
    padding: 5px;
    float:left; 
    border:2px solid #EEEEEE; 
    background-color: #FFFFFF;
    text-align: center;
    font-size: 86%;
}
.lead-in {
    padding: 5px;
    float:left; 
    border:2px solid #EEEEEE; 
    text-align: center;
    font-size: 86%;
}

.lead-in-padding {
    padding: 0px;
    float: left;
}

.binder-footer {
    padding-top: 2px;
    padding-bottom: 6px;
    min-height: 40px;
}
.binder-tab {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    bottom: -5px;
    line-height: 25px;
    height: 29px;
    width: 100%;
    overflow: hidden;
}
.binder-tab-selected {
    font-weight: bold;
    font-size: 11px;
    position: absolute;
	top:-1px;
    bottom: 0px;
    left: 9px; 
    height: 29px;
    width: 100%;
    right: 10px;
    overflow: hidden;
}
#binder-tab-selected-left {
	left:0;
	position:absolute;
	z-index:10;
	top:-1px;
	width:9px;
	height:29px;	 
}
#tab-ax {
    float: right;  
    height: 29px;
    width: 9px;
    position: relative; 
	top:-1px;
}
.binder-tab-selected-text {
    left: 0px;
    right: 10px;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.binder-tab-selected-edit {
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    left: 9px; 
    height: 29px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.binder-tab-unselected {
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 9px; 
    height: 29px;
    width: 100%;
    overflow: hidden;
}
#binder-tab-unselected-left {
	left:0;
	position:absolute;
	z-index:10;
	width:9px;
	height:29px;
}
#binder-tab-unselected-right {
	right:-1px; 
	position:absolute;
	width:9px;
	height:29px; 
}
.binder-subtab-selected {
    font-weight: bold;
    font-size: 11px;
    padding: 1px 5px 2px 5px;
}
.binder-subtab {
    text-decoration: underline;
    font-weight: bold;
    text-decoration: none;
}
.binder-subtab-input {
		text-align:center;
		background-color:#ffffff;
}
.binder-subtab-selected-text {
    left: 0px;
    right: 10px;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.binder-subtab-selected-edit {
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    left: 9px; 
    height: 22px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.binder-subtab-unselected {
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 9px; 
    height: 22px;
    width: 100%;
    overflow: hidden;
}
#binder-subtab-unselected-left {
	left:0;
	position:absolute;
	z-index:10;
	width:9px;
	height:22px;
}
#binder-subtab-unselected-right {
	right:-1px; 
	position:absolute;
	width:9px;
	height:22px; 
}
.binder-subtab-selected {
    font-weight: bold;
    font-size: 11px;
    padding: 1px 5px 2px 5px;
}
.binder-footer-left {
    padding-left:10px;
    font-size:x-small;
    float:left;
    text-align:left;
    width:30%;
}
.binder-footer-right {
    text-align:right;
    font-size: small;
    font-weight: normal;
    float:right;
    width:30%;
    font-weight: bold;
    font-size:11px;
    
}
.binder-footer-center {
    margin-top:6px;
    float:left;
    margin-left:auto;
    margin-right:auto;
    width:36%;
    text-align:center;
    font-size: 11px;
    line-height: 1.4;
}
.binder-header-top {
	background: url("/images/player_top.gif") repeat-x;
	color: #3a3a3a;
    height:30px;
	margin:0 0 0 0;
    padding:0px 12px 0px 12px;
}
.binder-header-top a {
	color: #3a3a3a;
    margin-top:12px;
    font-size:11px;
    font-weight: bold;
}
.binder-header-line {
    font-size:6px;
	height: 6px;
    padding: 0;
    margin: 0;
}

.binder-header-left {
    padding: 6px 0 3px 10px;
    font-size:18px;
    float:left;
    text-align:left;
    width:70%;
    line-height:92%;
}
.binder-header-right {
	padding-top:6px;
    text-align:right;
    margin-right: 10px;
    font-size:12px;
	padding-right:4px;
    float:right;
    width:26%;
}
.binder-header-right img {
    vertical-align: middle;
    margin-top:4px;
}
.binder-header-center {
    float:left;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:36%;
    font-size: 11px;
    line-height: 1.4;
}
/* Toolbar */

.tb-icon {
    float: left;	
    padding: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #EEEEEE;
    background-color: #ffffff;
}

.tb-name {
    float: left;	
    padding: 3px;
    background-color: #D1DADA;
    border: 2px solid #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}

.tb-text-select {
    float: right;	
}

.tb-spacer {
    float: left;
    width: 4px;
}

.tb-divider {
    float: left;
    width: 7px;
    height: 22px;
    border-right: 1px solid #8D8D8D;
}

.tb-group {
    margin-right:16%;
    margin-left: 16%;
}

.title-box {
    padding: 10px;
    background-color: #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
.slide-box {
    padding: 20px;
    background-color: #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
/*
* Layout
*/
.layout-table {
    width: 850px;
    font-size: 11px;
}
.layout-nav {
    text-align: right;
}
.layout-content {
    text-align: center;
}
.layout-footer {
    text-align: center;
}

.layout-img {
    padding-bottom: 0px;
    width:500px;
}

.login {
    padding-bottom: 5px;
}
.ads {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.featured-content {
    width: 550px;
    min-height: 510px;
    border: 1px solid #D7D7D7;
    background-color: #EEEEEE;
}
.featured-content-text {
    padding: 20px;
}
.about-content {
    width: 250px;
    padding: 10px;
    min-height: 300px;
    border: 1px solid #D7D7D7;
    background-color: #EEEEEE;
    font-size: 11px;
}
.edit-content {
    width: 200px;
    padding: 10px;
    min-height: 300px;
    border: 1px solid #D7D7D7;
    background-color: #EEEEEE;	
}
.edit-content-td {
    width: 240px;
}
table.about-content-table {
    width: 100%;
    font-size: 11px;
}
.signup-content {
    width: 250px;
    padding: 10px;
    min-height: 130px;
    border: 1px solid #D7D7D7;
    background-color: #EEEEEE;
}
.signup-form {
    width: 540px;
    min-height: 470px;
    padding-left: 10px;
    border: 1px solid #D7D7D7;
    background-color: #EEEEEE;	
    font-size: 11px;
}
.login-form {
    width: 280px;
    min-height: 300px;
    background-color: #FFF;	
}
.icon {
    width:75px; 
    height:78px; 
    background-image: url(/images/binder_straightened.gif);	
    background-repeat: no-repeat;
    border:0px none;
    margin-top:4px;
}
.binder-thumb {
    width:60px; 
    height:60px; 
    border:0px none;
    margin-left: 12px;
    margin-top: 15px;
}
.errorExplanation {
    padding: 15px;
    border: 5px solid red;
    width: 90%;
}
.fieldWithErrors {
    border-left: 1px solid red;
}


/* Styles for images based tabs */
.my-tab-row  {
    height: 16px;
}

.my-tab-off {
    text-align: center;
    z-index: 10;
}

.my-tab-on {
    text-align: center;
    z-index: 10;
}
.my-tab-contentS{
    padding:0px 0px;
    border: 0px none;
    text-decoration:none;
    z-index: 10;
    height: 16px;
    text-align: left;
    margin-left:34px;
    
}
.my-tab-content {
    padding:0px 0px;
    border: 0px none;
    text-decoration:none;
    z-index: 10;
    height: 16px;
}
.my-tab-content-left {
    padding:0px 0px;
    width: 100px;
    height:30px;
    background-image: url(/images/main_nav_off_left.gif) ;
}
.my-create {
    text-align: center;
    z-index: 10;
    /* position: absolute;
    left: 700; 
    margin-top: 30px; */
    /* width:100px; */
}
.options-container {
    vertical-align: bottom;
    border-bottom: 1px solid #A6A5A6; 
    border-right:1px solid #A6A5A6;
}
.editor-options-close {
    /* width:220px; */
    width:40px;
    text-align: center;
    border:2px solid white; 
    font-weight: bold;
    padding:6px;
    background-color: #D1DADA;
    cursor: pointer;
}
.editor-options-spacer {
    height: 1px;
    position: absolute;
}
.editor-options-open {
    width:232px; 
    border-left:1px solid #A6A5A6; 
    border-bottom:1px solid #A6A5A6; 
    border-right:1px solid #A6A5A6; 
    display:none;
    background-color:#D1DADA;
}
.editor-tab {
    text-decoration: underline;
    color:#696969;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.editor-tab a {
    /*	color: #990000;	*/
    color: #003399;
}

.editor-tab-selected {
    font-weight: bold;
    font-size: 13px;
    color: #990000;	
}
.editor-divs {
    font-size: 13px;
    text-align: left;
    margin: 10px;
    font-weight: normal;
}
/*
* www.spiffycorners.com
*/
.spiffy-tab {
    text-align: center;
    padding-right: 5px;
}
.spiffy-tab-content {
    text-align: left;
}
.spiffy-tab-end {
    text-align: center;
}
.spiffy-sub-tab {
    background-color: #FFFFFF;
    padding: 10px 10px 10px 20px;
    text-align: center;
    font-size: 11px;
}
.my-sub-tab {
    width: 910px;
    background-image: url(/images/sub_nav_middle.gif);
    background-repeat: repeat-x;
    padding: 10px 10px 10px 20px;
    text-align: center;
    font-size: 11px;
    position: relative;
    top: -10px;
    z-index: 5;
}
.spiffy-sub-tab-b {
    background-color: #D1DADA;
    background-image: url(/images/b_subtab.gif);
    background-repeat: repeat-x;
    padding: 2px 2px 2px 2px;
    height: 29px;
    text-align: center;
}

.binder-subtab-span {
}

.spiffy-tab-content-b {
    text-align: center;
    white-space: nowrap;
    padding-right: 0px;
    width: 200px;
}
.spiffy-tab-content-add {
    white-space: nowrap;
    padding-right: 0px;
    width: 14px;
    text-align:left;
    padding-top:5px;
}
.spiffy-tab-credits {
    text-align: center;
    white-space: nowrap;
}
.spiffy-tab-credits {
    text-align: center;
    padding-left: 50px;
}
/* selected */
.spiffyS{
    display:block;
    font-size: 11px;
}
.spiffyS *{
    display:block;
    height:1px;
    overflow:hidden;
    background:#D1DADA;
}
.spiffyS1{
    border-right:1px solid #fcfcfc;
    padding-right:1px;
    margin-right:3px;
    border-left:1px solid #fcfcfc;
    padding-left:1px;
    margin-left:3px;
    background:#fdfdfd;
}
.spiffyS2{
    border-right:1px solid #fafafa;
    border-left:1px solid #fafafa;
    padding:0px 1px;
    background:#fefefe;
    margin:0px 1px;
}
.spiffyS3{
    border-right:1px solid #fefefe;
    border-left:1px solid #fefefe;
    margin:0px 1px;
}
.spiffyS4{
    border-right:1px solid #fcfcfc;
    border-left:1px solid #fcfcfc;
}
.spiffyS5{
    border-right:1px solid #fdfdfd;
    border-left:1px solid #fdfdfd;
}
.spiffy_contentS{
    padding:0px 5px;
    background:#D1DADA;
    font-size:11px;
    font-weight: bold;
    height: 20px;
    padding-top: 2px;
}
.spiffy_contentSC{
    padding:0px 5px;
    background:#FFFFFF;
    text-align: center;
}

/* not selected */
.spiffy{
    display:block;
}
.spiffy *{
    display:block;
    height:1px;
    overflow:hidden;
    background:#5C7D7F;
    font-size:11px;
}
.spiffy1{
    border-right:1px solid #e6e6e6;
    padding-right:1px;
    margin-right:3px;
    border-left:1px solid #e6e6e6;
    padding-left:1px;
    margin-left:3px;
    background:#d7d7d7;
}
.spiffy2{
    border-right:1px solid #f5f5f5;
    border-left:1px solid #f5f5f5;
    padding:0px 1px;
    background:#d4d4d4;
    margin:0px 1px;
}
.spiffy3{
    border-right:1px solid #d4d4d4;
    border-left:1px solid #d4d4d4;
    margin:0px 1px;
}
.spiffy4{
    border-right:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
}
.spiffy5{
    border-right:1px solid #d7d7d7;
    border-left:1px solid #d7d7d7;
}

.spiffy_content{
    padding:0px 5px;
    background:#5C7D7F;
    font-weight: bold;
    font-size: 11px;
    height: 20px;
    padding-top: 2px;
}


/* Toolbar */
.spiffyT{
    display:block;
}
.spiffyT *{
    display:block;
    height:1px;
    overflow:hidden;
    background:#E1E7EE;
}
.spiffyT1{
    border-right:1px solid #f2f4f7;
    padding-right:1px;
    margin-right:3px;
    border-left:1px solid #f2f4f7;
    padding-left:1px;
    margin-left:3px;
    background:#e8edf2;
}
.spiffyT2{
    border-right:1px solid #fcfcfd;
    border-left:1px solid #fcfcfd;
    padding:0px 1px;
    background:#e6ebf1;
    margin:0px 1px;
}
.spiffyT3{
    border-right:1px solid #e6ebf1;
    border-left:1px solid #e6ebf1;
    margin:0px 1px;
}
.spiffyT4{
    border-right:1px solid #f2f4f7;
    border-left:1px solid #f2f4f7;
}
.spiffyT5{
    border-right:1px solid #e8edf2;
    border-left:1px solid #e8edf2;
}
.spiffy_toolbar{
    padding:0px 0px;
    /* border:5px solid #DFDFDF; */
    background:#E1E7EE;
    height: 24px;
    width: 56%;
    float: right;
    position: relative;
    top: -2px;
    /* margin:2px 0px; */
}
.edit-menu {
    padding:12px;
    width:100%; /* IE */
    width:auto; 
    height:auto;
    border:1px solid #000000; 
    margin:2px;
    display:none; 
    position: absolute;
    background-color:#dddddd;
    text-align: left;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    z-index:1020;
    line-height:24px;
}

* html body .edit-menu {
    position: absolute;
}

a.mybut {
    width:20px;
    background-image: url(/images/d2.png) no-repeat;
    border:0px solid #000000; 
    text-decoration:none;
    /*position: absolute;*/
    right: 4px;
    top: 5px;
}
a.mi {
    border:0px;
    display:block;
	vertical-align:middle;
}
a.mi#mi-ok {
    text-align:center;
}
a.mybut:hover {
    border-color:red;
    color:black;
}
a.mybut.hover {
    display:block;
}

a.mi:hover {
    background-color:#9999cc;
}

.if {
    overflow: auto;
    border:0px dashed #D7D7D7;
    width:100%;
    height:99%;
    z-index:998;
}
.med {
    overflow: auto;
    border:0px dashed #D7D7D7;
    width:100%;
    height:100%;
    z-index:998;
    background-color: white;
}
.iframe-title-content {
    overflow: auto;
    text-align:left;
    font-size:16px;
    position: relative;
    top: 5%;
    height: 12%;
    border: none;
}
.if-div {
    border:1px solid #D7D7D7; 
    width:48%; 
    height:78%;
    left:1%;
    top:20%;
    position:absolute;
    background-color: transparent;
    overflow:auto;
    z-index:998;
}
.if-div-comment {
    border:1px solid #D7D7D7; 
    width:48%; 
    height:16%;
    left:1%;
    top:20%;
    background-color: transparent;
    z-index:998;
}

.if-div-right {
    border:1px solid #D7D7D7; 
    width:48%; 
    height:78%;
    left:51%;
    top:20%;
    position:absolute;
    background-color: transparent;
    overflow:auto;
    z-index:998;
}
.if-banner {
    cursor:move;
    display:none;
    width:100%;
    height:0px;
    margin-top:0px;
    background-color:#cc99cc;
    z-index:1001;
    
    /* make it transparent */
    filter:alpha(opacity = 50);
    -moz-opacity:0.5;
    opacity: 0.5;
}

.edit-box {
    filter:alpha(opacity=95);
    -moz-opacity:0.95;
    opacity: 0.95;
    z-index:4000;
    width:98%;
    height:200px;
    bottom:48px;
    position:fixed;
	background-color:#f7f6B9;
	border: solid 3px #FBE356;
}
.edit-footer {
    z-index:999999;
	height:44px;
}
.edit-search-title {
    height:45px;
    width:100px;
    font-size:11px;
    font-weight:bold;
    text-align:left;
    overflow: hidden;
}
.if-body {
	vertical-align:top;
    /* ipad fix: overflow: auto; */
	vertical-align:middle; 
	text-align:center; 
	font-size:36px; 
	margin:2px; 
}
.if-body ul {position:relative;}
.if-body ol {position:relative;}
.slide-outline {position:relative;}
#slide-outline {position:relative;}
.slide-outline ul {
    padding-left: 1em;
    margin-left: 0px;
}
.iframe-title-text {
    overflow: auto;	
	vertical-align:top;
}


#m0-title {
    overflow:hidden;
    /*line-height:2em;*/
    font-size: 11px;
    color: #606060;
    border: 0px;
}
#m1-title {
    overflow:hidden;
    line-height:2em;
    font-size: 11px;
    color: #606060;
}
.if-resize {
    cursor:move; 
    display:none ;
    float:right ;
    width:0px ;
    height:0px;
    margin-top:0px ;
    background-color:#cc99cc ;
    z-index:1001;
}
.div-parent {
    position:relative;
    margin: 0 auto;
    padding: 1px;
    /* border:1px solid #ff0000;*/
}
.coveremall {
    /* For debugging
    *
    *
    */
    background-color: #99ccbb; 
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
    
    cursor:move;
    display:none ;
    position:absolute ;
    width:100% ;
    height:100% ;
    z-index:1000;
}
.smallColorSquare{
    width:10px;
    height:10px;
    float:left;
    border:1px solid #000000;
    margin-right:1px;
    margin-bottom:1px;
    cursor:pointer;
    z-index:1001;
}
.color-menu {
    width:200px;
    position:absolute;
    margin-top:28px;
    margin-left:6px;
    background-color:white;
    z-index:1001
}
.editor-buttons {
    /*width:100%;*/
    height:24px;
    border:5px solid #DFDFDF; 
    text-align:center;
}  
#nav, #nav ul {
    margin: 0;
    list-style: none;
    padding: 3px;
    background-color: #D1DADA;
    font-size: 11px;
    font-weight: bold;
    z-index: 1200;
}
#nav a {
    display: block;
    width: 5em;
    padding: 3px;
    background-color: #D1DADA;
    border: 1px solid #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
#nav li {
    float: left;
    width: 5em;
}
#nav li ul {
    position: absolute;
    width: 9em;
    left: -999em;
}
#nav li ul a {
    width: 9em;
    text-align: left;
}
#nav li ul a:hover {
    background-color: #9999cc;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
.search-title {
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
}
#bintab-s {
    width:100%;
}
#bitab-us {
    width:100%;
    float: right; 
    height: 29px;
    margin-top: 0px;
    width: 10%;
    position: relative;
    background: url("/images/main_nav_off_right.gif") no-repeat; 
}

/* the following rule is recognized only by IE6 */	
* html body #binder-tab-selected-right {
    top: -1px;
}
* html body #binder-tab-selected-left {
    top: -1px;
}
* html body #binder-tab-unselected-left {
	top: -1px;
}
* html body #binder-tab-unselected-right {
	top: -1px;
}
* html body .btimg-u {
    top: -1px;
}
* html body .binder-tab-unselected {
    top: -1px;
}
* html body .binder-tab-selected-edit {
    position: relative;
}

.binder-info {
    padding-right:6px; 
    text-align: left;
    color: #4B4B4B;
    font-weight: normal;
}

/**
* POPUP CONTAINER STYLES
*/
#popupMask {
    position: absolute;
    z-index: 9998;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    /* this hack is so it works in IE
    */
    background-color:transparent !important;
    background-color: #333333;
    /* this hack is for opera support
    * you can uncomment the background-image if you don't care about opera.
    * this gives you the flexibility to use any bg color that you want, instead of the png
    */
    background-image/**/: url("/images/maskBG.png") !important; // For browsers Moz, Opera, etc.
    background-image:none;
    background-repeat: repeat;
    display:none;
}
#popupContainer {
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 0px;
    display:none;
    padding: 0px;
}
#popupInner {
    border: 2px solid #000000;
    background-color: #ffffff;
}

#popupFrame {
    margin: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999;
    text-align: center;
    font-family: arial;
    font-size: 11px;
}
#popupTitleBar {
    background-color: #486CAE;
    color: #ffffff;
    font-weight: bold;
    height: 1.3em;
    padding: 5px;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #78A3F2;
    border-left: 1px solid #78A3F2;
    border-right: 1px solid #204095;
    position: relative;
    z-index: 9999;
}
#popupTitle {
    float:left;
    font-size: 1.1em;
}
#popupControls {
    float: right;
    cursor: pointer;
}
.player-frame {
    border: 2px solid green;
    padding: 1px;
}
.player-binder-name {
    font-size:12px;
    line-height:20px;
}
.player-what{
    position: relative;
    float:left; 
    color:#878787;
    text-align:left;
    z-index: 0;
}
.player-what:hover{
    background-color: transparent;
    z-index: 50;
}
.player-what span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #ECEDDF;
    padding: 5px;
    left: -1000px;
    border: 1px solid gray;
    visibility: hidden;
    text-align:center;
    color: blue;
    text-decoration: none;
}
.player-what span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}
.player-what:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 60px; /*position where enlarged image should offset horizontally */
}
.about-title {
    font-size:20px;
    font-weight:bold;
    text-align:center;
    width:50%;  
}
.about-content {
    font-size:14px;
    width:50%;
    float:left;
    text-align:left;
}
.about-frame {
    width:50%;
    float:left;
}
/* styles for helper menu */
.helper-main {
    width:162px;
    position:absolute;
    top:40px;
    right:4px;
    padding-right:6px;
    z-index: 1000;
}
.helper-top {
    height:23px;
    width:154px;
    background-color: transparent;
    background-image: url(/images/helper_top.gif);
    background-repeat:no-repeat;
}
.helper-middle {
    background-color: transparent;
    background-image: url(/images/helper_middle.gif);
    background-repeat:repeat-y;
    width:154px;
    margin-left:1px;
    text-align:left;
    font-size:12px;
}
.helper-bottom {
    height:22px;
    width:154px;
    background-image: url(/images/helper_bottom.gif);
    background-color: transparent;
    background-repeat:no-repeat;
}
.image-arrow-h {
    background-image: url(/images/icons/arrow_button_h.gif);
    background-repeat:no-repeat;
    padding-left:24px;
    margin-left:6px;
    height:16px;
}
.clear-floats {
    clear: both;
}
#close-modal-window {
    position: relative;
    top:-20px;
    text-align:right;
    margin-right:-14px;
}
#close-modal-window a {
    color:#FFFFFF;
    font-weight:bold;
}
* html #close-modal-window a {
    color:#000000;
}
.modal-window {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:4000;
}
* html .modal-window {
    width:110%;
    height:1000px;
}
#modal-window-background {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: relative;
    z-index:5000;
    opacity: .6;
    filter: alpha(opacity=60);
}

#modal-window-login-content {
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 160px;
    width: 270px;
    margin-left: -125px;
    margin-top: -125px;
    z-index:6000;
    text-align:center;
    border: solid 2px #950202;
    padding:0 20px 0 20px;
}
* html #modal-window-login-content {
    left:45%;
    width:300px;
}
#modal-window-signup-content {
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 160px;
    width: 400px;
    height: 440px;
    margin-left: -125px;
    margin-top: -125px;
    z-index:6000;
    text-align:left;
    border: solid 2px #950202;
    padding:0 20px 0 20px;
}
* html #modal-window-signup-content {
    left: 50%;
}
.share {
    text-align:right;
    margin-top:4px;
    float:right;
    width:344px;
	height:29px;
    background: url(/images/icons/share.gif);
    background-repeat:no-repeat;
}
#about-content-1 {
    color:#9C0707;
}
.edit-menu-text {
    font-size:12px;
    font-weight:normal;
    width:44%;
    margin-left:4px;
    float:left;
    text-align:left; 
	color:#404040;
	white-space:normal;
}
.xsearch {
    width:98%;
    border-left:0px solid #A6A5A6;
    border-bottom:0px solid #A6A5A6;
    border-right:0px solid #A6A5A6;
}
.results-text {
    float:left;
    width:150px;
    text-align:left;
    font-size:10px;
    font-weight:bold;
    padding-left:6px;
    padding-top:5px;
}
.alert {
    display:none;
    text-align:left;
    position:absolute;
    top:30px;
    right:30px;
    width:200px;
    border-style:solid;
    border-width:2px;
    padding:15px 20px 5px 20px;
    z-index:3000;
	color:#4C4C4C;
	background-color:white;
	border-color:#949494;
	border-radius:8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-webkit-box-shadow:7px 8px 10px #7D7D7D;
	-moz-box-shadow: 7px 8px 10px #7D7D7D;
	box-shadow: 7px 8px 10px #7D7D7D;
}
.more-tabs-left {
	float:left; 
	position:relative;
	top:5px;
	width:18px;
	height:29px;
	z-index:1000;
	cursor:pointer;
}
*.more-tabs-left {
	top /*\**/:4px\9;
}
.more-tabs-right {
	float:left;  
	border:0;
	position:relative;
	top:5px;
	left:-1px;
	width:18px;
	height:29px;
	z-index:1000;
	cursor:pointer;
}
*.more-tabs-right {
	top /*\**/:4px\9;
}
/* styles for the star rater */
.star-rating{
    float:right;
    list-style:none;
    margin: 0px;
    padding:0px;
    width: 100px;
    height: 20px;
    position: relative;
}
.star-rating li{
    padding:0px;
    margin:0px;
    /*\*/
    float: left;
    /* */
}

.star-rating li a{
    display:block;
    width:20px;
    height: 20px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}
.star-rating li a:hover{
    z-index: 1;
    left: 0px;
}
.star-rating a.one-star{
    left: 0px;
}
.star-rating a.one-star:hover{
    width:20px;
}
.one-star-rating {
    z-index: 1;
    left: 0px;
    width: 20px;
}
.star-rating a.two-stars{
    left:20px;
}
.star-rating a.two-stars:hover{
    width: 40px;
}
.two-star-rating {
    z-index: 1;
    left: 20px;
    width: 40px;
}
.star-rating a.three-stars{
    left: 40px;
}
.star-rating a.three-stars:hover{
    width: 60px;
}
.three-star-rating {
    z-index: 1;
    left: 40px;
    width: 60px;    
}
.star-rating a.four-stars{
    left: 60px;
}	
.star-rating a.four-stars:hover{
    width: 80px;
}
.four-star-rating {
    z-index: 1;
    left: 60px;
    width: 80px;    
}
.star-rating a.five-stars{
    left: 80px;
}
.star-rating a.five-stars:hover{
    width: 100px;
}
.five-star-rating {
    z-index: 1;
    left: 80px;
    width: 100px;    
}





