﻿html, body
{
	padding: 0;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-color: #000000;
}


html, body
{
	height: 100%;
	width: 100%;
	color: #FFCC99;
	background-repeat: repeat;
	background-color: #000000;
}
.MasterForm
{
	height: 100%;
	min-height: 100%;
	width: 100%;
}

.TopMenu
{
	float: right;
	clear: left;
}
.middle
{
	width: 100%;
	min-height: 85%;
}


.FillContainer
{
	width: 100%;
	height: 100%;
}
.ReportViewer
{
	width: 100%;
	height: 100%;
	min-width: 30cm;
	min-height: 30cm;
}
.ScoreReport
{
	margin: auto;
	text-align: center;
	width: 600px;
	text-align: left;
	background-color:#222;
	padding:10px 15px 10px 30px;	
}

#ScoreReport td, th
{
	border: thin solid #808080;
}

#ScoreReport td:first-child, th:first-child
{
	text-align: right;
}

.center
{
	text-align: center;
}


.DetailsView
{
	background-color: White;
	border-color: White;
	border-style: ridge;
	border-width: 2px;
	padding: 2px;
}

.DetailsView td
{
	background-color: #DCDCDC;
	padding-right: 5px;
	padding-left: 5px;
}


.ListViewAlternatingRow
{
	background-color: #99CCFF;
	color: #000000;
	text-align: center;
}

.ListViewRow
{
	background-color: #DCDCDC;
	color: #000000;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ListViewSelectedRow
{
	background-color: #008A8C;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.ListViewEditRow
{
	background-color: #008A8C;
	text-align: center; /*color: #FFFFF0;*/ /*This was commented out because it would hide callout message somehow */
}

.ListViewInsertRow
{
	text-align: center;
}


.ListViewEmptyDataTalbe
{
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-color: #999999;
	border-style: none;
	border-width: 1px;
}


.ListViewLayoutDataTable
{
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-color: #999999;
	border-style: none;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ListViewLayoutDataTable td
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:2px;
	padding-right:2px;
}
.ListViewLayoutDataTableHeaderRow
{
	background-color: #CCCCCC;
	color: #000000;
	text-align:center;
}

.ListViewLayoutDataTableHeaderRow th
{
	padding-left: 5px;
	padding-right: 5px;
}

.ListViewLayoutPager
{
	text-align: center;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


.ListViewBulletedListLayout
{
	background-color: #F2F2F2;
	margin-bottom: 20px;
}


.ListViewBulletedListEditItem
{
	background-color: #CCFFCC;
}

.ListViewBulletedListItem
{
	background-color: #E9E9E9;
}

.ListViewBulletedListInsertItem
{
	background-color: #FFFFCC;
}


.ImageButtonDisabled
{
	 /* opacity: 0.3;
	filter: alpha(opacity=30); msie	*/
}

.TextBoxReadOnly
{
	background-color: #CCCCCC;
	border-style: none;
}

.ItemLabel
{
	font-size: small;
}

.DialogPanel
{
	border-width: 3px;
	border-color: #FF6600;
	padding: 30px;
	background-color: #E3EEFB;
}
.HiddenButton
{
	visibility: hidden;
}

.watermark
{
	font-style: italic;
	font-weight: lighter;
	color: #999;
}
/* xp theme */
.biyee .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 14px;
	background: url(tab-line.gif) repeat-x bottom;
	font-weight: bold;
	color: #006600;
}
.biyee .ajax__tab_outer
{
	padding-right: 4px;
	background: url(tab-right.gif) no-repeat right top;
	height: 25px;
	font-size: 15px;
}
.biyee .ajax__tab_inner
{
	padding-left: 3px;
	background: url(tab-left.gif) no-repeat;
}
.biyee .ajax__tab_tab
{
	height: 13px;
	padding: 4px;
	margin: 0px;
	background: url(tab.gif) repeat-x;
}
.biyee .ajax__tab_hover .ajax__tab_outer
{
	cursor: pointer;
	background: url(tab-hover-right.gif) no-repeat right top;
}
.biyee .ajax__tab_hover .ajax__tab_inner
{
	cursor: pointer;
	background: url(tab-hover-left.gif) no-repeat;
}
.biyee .ajax__tab_hover .ajax__tab_tab
{
	cursor: pointer;
	background: url(tab-hover.gif) repeat-x;
}
.biyee .ajax__tab_active .ajax__tab_outer
{
	background: url(tab-active-right.gif) no-repeat right top;
}
.biyee .ajax__tab_active .ajax__tab_inner
{
	background: url(tab-active-left.gif) no-repeat;
}
.biyee .ajax__tab_active .ajax__tab_tab
{
	background: url(tab-active.gif) repeat-x;
}
.biyee .ajax__tab_disabled
{
	color: #A0A0A0;
}
.biyee .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 1em;
	border: 1px solid #999999;
	border-top: 0;
	padding: 8px;
	background-color: #ffffff;
}

.ValidationCallout
{
	color: #FF0000;
	background-color: #C0C0C0 !important;
}



