/*	
    Microsearch WebSearch Custom Controls Stylesheet
	Last Updated: March 30, 2007
    Updated By: Michael Brockman

	Alter the properties and values as needed, but do not 
	change the names of the classes defined here.
    Attributes set on the custom controls in the ASPX or
    ASCX page take precedence over these selectors.
*/

/* Input Control Styles */
.WsLabel
{
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #0B577B;
    padding-right: 5px;
}
.WsTextBox
{
    border: 1px outset darkgray;
    /* background image set in Base.master */
}
.WsTextArea
{
	border: gray 1px solid;
	background-image: none;
	background-color: #e7efff;
}
.WsDropDownList
{
    background-color: #EFF6FB;
}

/* Button Styles */
.WsSubmitButton, .WsActiveButton, .WsInactiveButton, .WsCancelButton, .WsDeleteButton
{
    font-family: Arial;
	font-size: 12px;   
	border: 1px outset darkgray;
	color: White;
}
.WsSubmitButton, .WsActiveButton
{
	background-color: #63528C;
}
.WsInactiveButton
{
    color: #64695e;
    background-color: #dcdcdc;
}
.WsCancelButton
{
    background-color: #64695e;
}
.WsDeleteButton
{
	background-color: #C00000;
}

/* Hit Styles */
.WsHitStyle
{
    background-color: Yellow;
}

/* Data Styles */
.WsListHeader, .WsListHeader2, .WsListHeaderLink, .WsListHeaderLink2
{
	font-family: Arial;
	font-weight: bold;   
}
.WsListHeader
{
	font-size: 14px;
	color: White;
	background-color: #63528C;
}
.WsListHeader2
{
	font-size: 13px;
	color: DimGray;
	background-color: Gainsboro;
}
.WsListHeaderLink
{
}
.WsListHeaderLink2
{
}
.WsListItem, .WsListAlternatingItem, .WsListItemLink, .WsListAlternatingItemLink, .WsListFooter
{
	font-family: Arial;
	font-size: 11px;
}
.WsListItem, .WsListAlternatingItem
{
	color: DimGray;
}
.WsListItem, .WsListItemLink
{
	background-color: WhiteSmoke;
}
.WsListAlternatingItem, .WsListAlternatingItemLink
{
	background-color: White;
}
.WsListItemLink, .WsListAlternatingItemLink
{
    color: #0B577B;
    text-decoration: none;
}
.WsListItemLink:hover, .WsListAlternatingItemLink:hover
{
    text-decoration: underline;
}
.WsListFooter
{
    background-color: Gainsboro;
}

/* Link Styles */
.WsLink
{
}
.WsLink:hover
{
}
