/*
 * SUMMARY: Librestream sub-stylesheet for Onsight Management Suite User Interface.
 *
 *          This style sheet should be used to supplement the main style sheet
 *          to customize the theme of the website.
 *
 *****************************************************************************/

/*****************************************
 * Global Website Styles
 *****************************************/
a
{
	color: #009DDC;	
}

hr
{
	border: dotted #D3EDFB 1px;
	height: 1px;
	color: #D3EDFB;
	background-color: #D3EDFB;
	width: 100%;
}

textarea
{
	background-color: #D3EDFB;
}

/*****************************************
 *  Footer Styles
 *****************************************/
.footer_div a
{
	color: #009DDC;
}

/*****************************************
 * Main Drop Down Menu Styles
 *****************************************/
.main_menu_hover
{	
	background-color: #009DDC;
	color: white;
}

.main_menu_selected
{
	background-color: #009DDC;
	color: White;
}

.sub_menu_item
{
	background-color: white;
	border-color: #666666 !important;
	color: black;
	height: 29px;
}

.sub_menu_hover
{	
	background-color: #009DDC;
	color: white;
}

.sub_menu_selected
{
	background-color: #009DDC;
	color: white;
}

a.logout_item:hover
{
	background-color: #009DDC;
	color: White;
}

/*****************************************
 * Content Page Title Styles
 *****************************************/
span.content_subtitle
{	
	color: #009DDC;
}

span.content_subtitle_small
{
	color: #009DDC;
}

span.content_subtitle_highlighted
{
	color: #333333;
}

span.content_subtitle_small_highlighted
{
	color: #606060;
}

/*****************************************
 * Form Control Styles
 *****************************************/
input[type="submit"],  input[type="button"], button
{	
	background-color: #006E99;	
}

/*****************************************
 * Login Form Styles
 *****************************************/
.loginform
{
	border-color: #009DDC;
}

/*****************************************
 * Data grid styles
 *****************************************/
.datagrid_title
{	
	background-color: #009DDC;	
}

.datagrid_alt
{
	background-color: #DFF3FD;
}

/*****************************************
 Item lists table definition
 *****************************************/
 /*
.row_itemlist_title
{
	background-color: #009DDC;
	color: White;
}

.row_itemlist_item_even
{
	background-color: #D3EDFB;
}
*/
.row_gridviewlist_title
{
	background-color: #009DDC;
	color: White;
}

.row_gridviewlist_item_even
{
	background-color: #D3EDFB;
}

.configPanel
{
	border: solid #D3EDFB 4px;
}

/*****************************************
 TabContainer and TabPanel Styles
******************************************/
.tab_container .ajax__tab_body 
{
	border-color: #009DDC;	
}
