@import "calendar.css";
@import "menu.css";
@import "navbar.css";
@import "grid.css";
@import "tabstrip.css";
@import "treeview.css";
@import "dialog.css";
@import "splitter.css";
@import "PopupTreeView.css";
@import "advancedpageview.css";
@import "juniorbutton.css";
@import "searchtextbox.css";
@import "horizontalnavbar.css";
@import "gridpager.css";
@import "news.css";
@import "GridFormatting.css";
@import "pageviewadvancedsearch.css";
@import "combobox.css";
@import "arcticwhite_ribbon/css/style.css";
@import "passwordstrength.css";
/*
	Form Elements	
*/
.TextBoxReadOnly
{
	overflow: hidden; 
	width: 130px; 
	height: 14px; 
	text-align: left; 
	white-space: nowrap;
}

.TextBox
{
	border: solid 1px silver; /* #7F9DB9 */
	background-color: white;
	height: 18px;

}

.TextBox Div
{
}

.TextBox INPUT
{
    border: solid 0px transparent;
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
}

.DropDownList
{
	border: solid 1px silver; /* #7F9DB9 */
	background-color: white; 
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.SmallButton
{
	font-size: 11px;	
}

/*
	General
*/

div
{
	cursor: default;
	/*-moz-user-select: none;
	user-select: none;*/
}

span
{
	cursor:default;
	/*-moz-user-select: none;
	user-select: none;*/
}

body
{
	background-color: ghostwhite;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	/*-moz-user-select: none;
	user-select: none;*/
}

.Sound
{
	display: none;
	visibility: hidden;
	top: 100px;
	left: 100px;
	position: absolute;
}

.Hidden
{
	display: none;
	visibility: hidden;
}

.Visible
{
	display: block;
	visibility: visible;
}

a	
{
	position: relative;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

.Header
{
	text-decoration: underline;
	font-weight: bold;
	line-height: 22px;
}

.BigHeader
{
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
}

.OldBorder
{
	border: 1px solid #7F9DB9;
	background-color: white;
}

.Border
{
	border: 1px solid silver; /* 7F9DB9*/
	background-color: white;
}


.OPACHeader
{
	color:White;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	display: block;
	visibility: visible;
}

.PopupBox
{
	position: absolute;
	display: none;
	visibility: visible;
	z-index: 999999;
}

.ListView_LargeIcon
{
	position: static;
	float: left;
	width: 65px;
	height: 74px;
	color: Black;
	padding: 4px;
	text-align: center;
	border: 1px solid white;
}

.ListView_LargeIcon:hover
{
	background-color: #D5EDFF;
	border: 1px solid #7F9DB9;
	color: Black;
}

.ListView_LargeIcon:visited
{
	color: Black;
}

.ImageListItem
{
	position: static;
	float: left;
	width: 32px;
	height: 32px;
	color: Black;
	padding: 4px;
	text-align: center;
	border: 1px solid white;
}

.ImageListItem:hover
{
	background-color: #D5EDFF;
	border: 1px solid #7F9DB9;
	color: Black;
}


.calendar_table
{
	background-color: Gray;
	font: arial;
}

.calendar_headercell
{
	background-color: #ece9da;
	color: black;
	font-weight: bold;
	border: outset 1px;
	cursor: pointer;
}

.calendar_daycell
{
	font-size: 8px;
	background-color: White;
	width: 14px;
	height: 30px;
	cursor: pointer;
	border: solid 0px white;
}

.SmallFieldImage
{
	width: 16px;
	height: 16px;
	background-position:center;
	background-repeat:no-repeat;
	background-image: url(images/table/field/16/general.gif);
}

.ListBox{z-index:-1;}