﻿body
{
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 85%;
	color: #000000;
	margin: 30px;
	background: url(../../images/bkgrnd_mnt_55a.jpg);
	background-repeat: no-repeat;
}

textarea
{
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 85%;
}

a:link
{
	color: #003366;
	text-decoration: none;
}

a:visited
{
	color: #003366;
}

a:hover
{
	text-decoration: none;
	color: red;
}

a:active
{
	color: green;
}

h1
{
	font-size: x-large;
}

h2
{
	font-size: large;
}

/*---General layout------------*/
.topBar
{
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	padding-bottom: 3px;
	border-bottom: black 1px solid;
	background-color: White;
}

.ThinDiv
{
	width: 800px;
}
.WideDiv
{
	width: 100%;
}

/*--Ajax styles--------------*/

.AutoCompleteList
{
	visibility: hidden;
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	overflow: auto;
	text-align: left;
	list-style-type: none;
	font-family: courier new;
}

.Watermark
{
	color: gray;
}

.PopupPanel
{
	width: 350px;
}

.PasswordStrength
{
	display: none;
}



/*--Buttons----*/
.AddNewButton
{
	float: right;
}


/*--Insert/Update item form view table ------------*/
.InsertTable
{
	width: 100%;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}
.InsertLabel
{
	width: 25%;
	padding: 1px;
	padding-left: 3px;
	color: #666666;
}
.InsertData
{
	width: 75%;
	padding: 1px;
}
.InsertRow
{
	background: #F5F4EF;
}
.InsertRowAlt
{
	background: #FBFBF9;
}

.InsertRowFoot
{
	background: #E8E6D9;
	text-align: right;
}

/*-- View item form view table ----------------*/
.ItemTable
{
	width: 100%;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}
.ItemLabel
{
	width: 25%;
	padding: 2px;
	padding-left: 3px;
	color: #666666;
}
.ItemData
{
	width: 75%;
	padding: 2px;
}
.ItemRowHeader
{
	color: #F7F6F3;
	background: #8BA3BC;
	font-weight: bold;
	text-align: right;
}
.ItemRow
{
	background: #F5F4EF;
}
.ItemRowAlt
{
	background: #FBFBF9;
}
.ItemRowFoot
{
	background: #E8E6D9;
	text-align: right;
}


/* --css friendly adapter styles (Menu) --------*/
.AspNet-Menu-Horizontal
{
}

ul.AspNet-Menu
{
	width: 522px;
}

ul.AspNet-Menu ul
{
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	width: 87px;
	left: 0;
	top: 100%;
}

ul.AspNet-Menu li
{
	background-color: White;
	width: 85px;
	text-align: left;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #003366;
	cursor: pointer;
}

li.AspNet-Menu-WithChildren
{
}

li.AspNet-Menu-Leaf
{
}

li.AspNet-Menu-Selected
{
	font-weight: bold;
}

a.AspNet-Menu-Link
{
}

/* --css friendly adapter styles (Gridview) -----*/
.AspNet-GridView
{
	width: 100%;
}

.AspNet-GridView div.AspNet-GridView-Pagination, .AspNet-GridView div.AspNet-GridView-Pagination a, .AspNet-GridView div.AspNet-GridView-Pagination span
{
	background: #E8E6D9;
}

.AspNet-GridView table
{
	border: solid 1px #CCCCCC;
	width: 100%;
}

.AspNet-GridView table thead tr th
{
	color: #F7F6F3;
	background: #8BA3BC;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 2px;
	text-align: left;
	cursor: pointer;
}

.AspNet-GridView table thead tr th a
{
	color: #F7F6F3;
}

.AspNet-GridView table thead tr th a:hover
{
	color: red;
}

.AspNet-GridView table tbody tr td
{
	color: #333333;
	background: #F5F4EF;
	padding: 2px;
	text-align: left;
	border-right: solid 1px #CCCCCC;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background: #FBFBF9;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.AspNet-GridView table tfoot tr td
{
}

/*jquery tablesorter zebra widget style for odd rows*/
.AspNet-GridView table tbody tr.odd td
{
	background: #FBFBF9;
}

.AspNet-GridView table tbody tr.even td
{
	background: #F5F4EF;
}

/*fix for ajax calendar when it is inside an AspNet-GridView styled grid*/
.ajax__calendar_days table tr td, .ajax__calendar_months table tr td, .ajax__calendar_years table tr td
{
	padding: 0 !important;
	background-color:White !important;
	border: 0 !important;
}
