﻿


/***************  AJAX Rating *****************/


.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}


/***************  AJAX CollapsiblePanel *****************/

.collapseContent {
	
	margin: 1px 2px 1px 2px;
}

.collapsePanel {
	
	overflow:hidden;
	background-color:#efefef;
	border: solid 1px #000066;
}

.collapsePanelHeader{
	width:100%;
	height:40px;
	background-color:#000066;
	color:#ffffff;
	font-weight:bold;
}


/***************  AJAX Tabs *****************/

.tabs
{
	background-color:#ffffff;
	width:446px;
	margin-left:auto;
	margin-right:auto;
}
.tabcontainer
{
	background-color:#ffffff;
	text-align:center;
	width:600px;
	height:475px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}
.tabtext
{
    color:#000000;
    font-size: 1em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 2px;
}


/***********  AJAX Textbox Watermark ***************/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#000066;
	color:#000066;
}	


.profileunwatermarked 
{
 height: 18px;
 width: 148px;
}

.profilewatermarked 
{
 height: 20px;
 width: 150px;
 padding-top: 2px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 2px;
 border-color: #BEBEBE;
 border-width: 1px;
 border-style: solid;
 background-color: #F0F8FF;
 color: gray;
 font-size:x-small;
}


/***********  AJAX Slide Show ***************/

.ssDesc
{
	text-align:center;
	font-family:Trebuchet MS;
	font-size:x-small;
	
}
.ssTitle
{
	
	text-align:center;
	font-family:Trebuchet MS;
	font-size:large;
}
.ssButton
{
	font-family:Trebuchet MS;
	font-size:x-small;
	background-color:#545454;
	color:#C19B28;	
	padding: 2px 2px 2px 2px;
		
}




/***********  AJAX Popup Window ***************/


.popupMask, #popupMask
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;


}
.popupTitle
{
	font-size: 18pt;
	z-index: 205;
	font-weight: 800;
	color:#000000;
	
}
.popupContent
{
	text-align:left;
	color:#000000;
	padding-left:5px;

	
}
.popupContainer, #popupContainer {
	position: relative;
	z-index: 201;
	top: 0px;
	left: 0px;
	padding: 0px;
	
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
		
	margin: 0px;
	z-index: 202;
	position: relative;

}
#popupTitleBar {
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: relative;
	z-index: 203;

}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls 
{

}



/***********   AJAX Accordion  ***************/
.accordionHeader
{
    
    color: white;
    background-color: #000066;
    font-weight: bold;
    padding: 1px;
    margin-top: 1px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{

    border: 1px solid #000066;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color:#000000;

}

