﻿/********************************************************/
/*	BUTTON												*/
/********************************************************/
.be_button_normal
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	width: 80px;
	cursor: pointer;
}
.be_button_large
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	width: 120px;
	cursor: pointer;
}


/********************************************************/
/*	DROPDOWNLIST										*/
/********************************************************/
.be_dropdownlist_normal
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}


/********************************************************/
/*	FILEUPLOAD											*/
/********************************************************/
.be_fileupload_normal
{
	height: 21px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}


/********************************************************/
/*	GRIDVIEW											*/
/********************************************************/
.be_gridview_normal
{
	width: 100%;
	border: solid 1px #dcdcdc;
	color: #333333;
	border-collapse: collapse;
}
.be_gridview_normal .padding_left
{
	padding-left: 5px;
}
.be_gridview_normal .RowStyle,
.be_gridview_normal .RowStyle td
{
	background-color: #f1f1f1;
	font-size: 11px;
	padding-top: 3px;
}
.be_gridview_normal .AlternatingRowStyle,
.be_gridview_normal .AlternatingRowStyle td
{
	background-color: #ffffff;
	font-size: 11px;
	padding-top: 3px;
}
.be_gridview_normal .EditRowStyle
{
}
.be_gridview_normal .SelectedRowStyle,
.be_gridview_normal .SelectedRowStyle td
{
	color: #333333;
	background-color: #fff1ce;
	padding-top: 3px;
}
.be_gridview_normal .HeaderStyle,
.be_gridview_normal .HeaderStyle tr,
.be_gridview_normal .HeaderStyle th
{
	height: 25px;
	color: #ffffff;
	background-color: #0d163f;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
}
.be_gridview_normal .FooterStyle
{
}
.be_gridview_normal .PagerStyle
{
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
	text-align: right;
}

/********************************************************/
/*	HYPERLINK											*/
/********************************************************/
.be_hyperlink_sub_title,
.be_hyperlink_sub_title:link
{
	color: #ffff80;
	font-size: 11px;
	font-weight: bold;
	display: list-item;
	text-decoration: none;
}
.be_hyperlink_sub_title:hover
{
	color: #ff7200;
}
.be_hyperlink_sub_title_supervisor,
.be_hyperlink_sub_title_supervisor:link
{
	color: #2aa31b;
	font-size: 11px;
	font-weight: bold;
	display: list-item;
	text-decoration: none;
}
.be_hyperlink_sub_title_supervisor:hover
{
	color: #ff7200;
}

.be_hyperlink_header,
.be_hyperlink_header:link
{
	color: #ff7200;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.be_hyperlink_header:hover
{
	text-decoration: underline;
}

/********************************************************/
/*	LABEL												*/
/********************************************************/
.be_label_login_title
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ff7200;
}
.be_label_group_title
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.be_label_page_title
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 20px;
	color: #ff7200;
}
.be_label_error
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ff0000; 
}
.be_label_success
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #0d163f; 
}
.be_label_message
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #0d163f; 
}


/********************************************************/
/*	LISTBOX												*/
/********************************************************/
.be_listbox_normal
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}


/********************************************************/
/*	PANEL												*/
/********************************************************/
.be_panel_group
{
	padding-left: 29px;
}


/********************************************************/
/*	TEXTBOX												*/
/********************************************************/
.be_textbox_normal
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

/********************************************************/
/*	TREEVIEW											*/
/********************************************************/
.be_treeview
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
}
.be_treeview .RootNodeStyle
{
	font-weight: bold;
}
.be_treeview td .NodeStyle a:link
{
	text-decoration: none;
	color: #000;
	font-size: 20pt;
}
.be_treeview td .LeafNodeStyle
{
	text-decoration: none;
	color: #000;
	font-size: 20pt;
}
.be_treeview .SelectedNodeStyle
{
	text-decoration: none;
	font-size: 20pt;
}
.be_treeview td .ParentNodeStyle{
	text-decoration: none;
	color: #000;
	font-size: 20pt;
}
.be_treeview .HoverNodeStyle
{
}
