﻿.shortTextBoxWatermarked {color:Gray; width:100px; height:14px;}
.textBoxWatermarked {color:Gray; width:200px; height:14px;}
.middleTextBoxWatermarked {color:Gray; width:370px; height:14px;}

/* AJAX COLLAPSE PANEL */
.collapsePanelContent {
	width: 540px;
	height:0px; background-color: #EFEFEF;
	overflow:hidden; border-bottom: solid 2px #f20bc9;  padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;}
.collapsePanelHeader{	
	width: 545px; background-color: #E6E6E6;
	float:none; 
	cursor: pointer; 
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top: solid 2px #f20bc9; }
	
/* AJAX TABs */
.ajax__tab_yuitabview-theme .ajax__tab_header { border-bottom: solid 1px #89b1dc;}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{ background: #d3e4ee ;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #89b1dc;
    border-bottom-width:0px;}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab    
{   color:#000000;  padding:0.35em 0.75em;   margin-right:0.01em;}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer {background: #89b1dc;}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab { }
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer {background: #ffffff;margin-bottom: -1px;}
.ajax__tab_yuitabview-theme .ajax__tab_body {
    background: #ffffff; padding:0.25em 0.5em; border:solid 1px #89b1dc; border-top-width:0px;}
