﻿html, body
{	
	margin:0;
	padding:0;
	height:99%; /* needed for container min-height */
	color:#555555;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

body.SiteMaster
{   
	background-image:url('/App_Themes/Default/Images/body_bg.jpg');
	background-position:0 -86px;
	background-repeat:repeat-x;
}

h2
{
    color:#00000;
    font-size:17px;
    margin:20px 0 12px;
    padding:0;
}

div.SiteMaster-Container
{	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */	
	height:auto !important; /* real browsers */
	height:99%; /* IE6: treaded as min-height*/

	min-height:99%; /* real browsers */
	width:928px;
	border:solid 1px #DFDFDF;
}
* html div.SiteMaster-Container
{/** ie6 hack **/   
    width:926px; 
	border:none;
}

div.SiteMaster-Header
{
	height:60px;	
	width:930px;
	position:relative;
	padding-top:20px;
	background:white;
	left:-1px;
	top:-1px;
	font-size:14px;
	color:#767676;
	border-bottom:solid 1px #DFDFDF;
	overflow:hidden;
}

* html div.SiteMaster-Header
{/** ie6 hack **/   
 width:929px; 
 height:54px;
}
div.SiteMaster-Header a
{
	color:#767676;
	margin:0px 15px;
}
div.SiteMaster-Header a:hover
{
	color:#009fd4;
	text-decoration:none;
}

div.SiteMaster-HeaderImage
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	display:none;
}

div.SiteMaster-Content
{	   
	margin:30px;
	margin-top:20px;
	padding-bottom:30px;   /* Height of the footer */
	
}

* html div.SiteMaster-Content
{/** ie6 hack **/
    border-left:solid 1px #DFDFDF;
	border-right:solid 1px #DFDFDF;	
	margin:0px;
	padding-right:30px;
	padding-left:30px;
	padding-bottom:30px;
	padding-top:20px;
}

div.SiteMaster-PageContent
{
	position:relative;
}

div.SiteMaster-Footer
{   
	position:absolute;
	bottom:-1px !important;
	left:-1px;
	right:-1px;
	border-top:solid 1px #DFDFDF;	
	background:white;	
	vertical-align:middle;
	text-align:right;
	padding-right:10px;
	height:30px;   /* Height of the footer */
	line-height:30px;
	font-size:10px;
	
}
* html div.SiteMaster-Footer
{/** ie6 hack **/    
	width:917px;
	position:relative;
	border-right:solid 1px white;
	left:0px;
	right:5px;
	top:-10px;
} 

td.Input-Label
{
	vertical-align:top;
	width:140px;
}

td.Input-Value
{
}

input.Input-Value
{
	width:245px;
}

.overlay
{
	background-color:White;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.gridoverlay
{
	background-color:white;
	margin:0px;	
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-align:center;
	vertical-align:middle;
}

.gridoverlay img
{
	vertical-align:middle;
}

a
{
	color:#009fd4;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.Page-Title
{
	margin-bottom:10px;
}
span.Page-Title
{
	color:#ED1A3D;
	font-size:20px;
	margin:0 0 12px;
	padding:0;
	font-weight:bold;
}

div.Page-Subtitle
{
	margin-bottom:10px;
}
span.Page-Subtitle
{
	font-size:14px;
	margin:0 0 12px;
	padding:0;
	font-weight:bold;
}

.RememberMe label
{
	margin-right:15px;
}
.RememberMe label:hover
{
	color:#009fd4;
	cursor:pointer;
}

div.NumUpDown
{
	float:left;
	clear:none;
	width:110px;
}

input.NumUpDown
{
	width:76px;
	text-align:center;
}

.NumUp
{
	background-image:url('/App_Themes/Default/Images/NumUp.gif');
	background-repeat:no-repeat;
	border:none;
	background-color:Transparent;
	width:24px;
	height:9px;
	position:absolute;
	top:2px;
	background-position: 1px 0px;
}

.NumDown
{
	background-image:url('/App_Themes/Default/Images/NumDown.gif');
	background-repeat:no-repeat;
	border:none;
	background-color:Transparent;
	width:24px;
	height:9px;
	position:absolute;
	top:10px;
	background-position: 1px 0px;
}

div.ContentTable
{
	position:relative;
	border:1px solid #E4E4E4;
	padding:10px 10px 10px 10px;
	margin:10px 0px;
}

div.QueryResult
{
	/*
	border-top:1px solid #E4E4E4;
	margin-top:10px;
	padding: 15px 0px;
*/
}

div.QueryResult-Text
{
	position:relative;
}
div.QueryResult-Message
{
	margin-top:10px;
	border-top:1px solid #E4E4E4;
	padding-top:10px;	
}
div.QueryResult-SuccessMessage
{    
	text-align:center;
}
div.QueryResult-Updates
{
	position:absolute;
	top:40px;
	right:5px;
	width:450px;
}

div.Result-Delist
{
    padding-top:7px;    
    margin-left:-2px;
}

div.Result-Delist table
{
    padding-top:5px;
    border:dotted 1px red;
    background:#ffeded;
}

div.Result-Delist td
{
	padding-bottom:4px;
}

div.DelistRegistered
{
    padding-top:10px;
}

div.Searching
{
	border-top:1px solid #E4E4E4;
	margin-top:10px;	
	padding:15px 0 10px 370px;
	overflow:hidden;
}

.ajax__validatorcallout_popup_table 
{
	z-index:100000;
}

div.DelistRegistered a
{
	margin-right:20px;
}

div.Page-Description
{
	padding-bottom:10px;
}

div.Pager
{
	padding-top:10px;
	text-align:center;
}

.Pager-PrevButton
{
	padding:0px 10px;	
	padding-right:10px;
}
.Pager-NextButton
{
	padding:0px 10px;	
	border-left:dotted 1px #CCCCCC;
}
.Pager-IndexButton
{
	padding:0px 2px;	
	border-left:dotted 1px #CCCCCC;
	width:32px;
	display:inline-table;
}

.Pager a[disabled='disabled']
{
	color:#a0a0a0;
}
.Pager a[disabled='disabled']:hover
{
	text-decoration:none;
}

table.Statistics
{
}
table.Statistics tr td
{
	border-bottom:1px dotted #CCCCCC;
	line-height:30px;
}
table.Statistics tr:hover
{
    background:#F9F9F9;
}

table.Statistics th
{
	font-weight:bold;
	color:#424242;
	font-size:17px;
	padding:0;
	padding-bottom:5px;
	text-align:left;
}
table.Statistics th:hover
{
	background:white;
}
td.Statistics-Title
{
	width:140px;
	vertical-align:top;
}
td.Statistics-Value
{
	width:240px;
}
input.Statistics-Value
{
	width:230px;
}

div.PasswordMessage
{
	position:absolute;
	bottom:140px;
	right:0px;
	height:58px;
	width:700px;
	margin-right:10px;
	text-align:right;
	vertical-align:bottom;
}

div.PasswordMessage span
{
	position:absolute;
	bottom:3px;
	margin-right:10px;
	right:0px;
	width:700px;	
}

div.Result-Delist-RegisterAnimation
{
    margin-left: 140px; 
}

div.Result-Delist-Animation
{
    padding:30px;
    padding-left:0px;
    margin-left: 140px;
    margin-top:-10px;
}

div.Result-Delist span.DelistTitle
{
    color:#424242;
    font-size:17px;
    font-weight:700;
    text-align:left;
}

div.Result-Delist table
{
    margin-top:4px;
}

div.QueryResult-Statistics
{
    min-height:250px;
}

* html div.QueryResult-Statistics
{/** ie6 hack **/   
    height:250px;
}


span.Warning
{
    border: 1px solid #FED22F;
    background:#FBF8EE url('/App_Themes/Default/Images/Warning.gif') no-repeat 10px 10px;
    padding:10px;
    padding-left:30px;
    color:#363636;
    width:800px;
    display:block;
}

span.Error
{
    border: 1px solid #CC0000;
    background:#fcedf0 url('/App_Themes/Default/Images/Error.gif') no-repeat 10px 10px;
    padding:10px;
    padding-left:30px;
    color:#363636;
    width:800px;
    display:block;
}
