﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/* This style sheet is intended to contain OFTEN CHANGED rules used when the GridView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */


a:visited, a:link
{
	text-decoration:none;
	color:blue;
}

a:hover
{
	text-decoration:underline;
}

.PrettyGridView .AspNet-GridView
{
    width: 100%;
    
    
    
    
}

.smallEdit .PrettyGridView .AspNet-GridView  input[type="text"]
{
	width:100%;
	font-size:10px;
}

.smallEdit .PrettyGridView .AspNet-GridView select
{
	width:auto;
	font-size:10px;
}


.AspNet-GridView-Pagination 
{
	padding-top:5px;
	color: White;
	font-weight:bold;
	 height:20pt;
	
}

.AspNet-GridView-Pagination a:link, .AspNet-GridView-Pagination a:visited
{
	
	padding: 4px;
	color: #f7f6f3;
    background: #5D7B9D;
	
    border-bottom: solid 1px ;
    border-right: solid 1px;
     border-top: solid 1px ;
    border-left: solid 1px ;

    margin-top:100pt;
   
   
   

}
.PrettyGridView .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    /*width: 100%;*/
}

.PrettyGridView .AspNet-GridView .noBorders table ,
.PrettyGridView .AspNet-GridView .noBorders td
{
    border: 0px;
    padding:0px;
    border-width:0px;
    margin:0px;
   
    /*width: 100%;*/
}



.PrettyGridView .AspNet-GridView table thead tr th
{
    color: #F7F6F3;
    background: #5D7B9D;
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    padding: 2px;
    
  
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    padding: 2px 20px 2px 2px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    vertical-align:top;
    
}

.PrettyGridView .alignRight
{
	float:right;
}

.actions
{
	/*font-size:100px;*/
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}

.filter, .filter input, .filter select
{
	border: 0px;
    padding:0px;
    border-width:0px;
    margin:0px;
    font-size:15px;
    font-weight: bold;
}

tr.dataGridHeadingLevel0
{
	background-color:Gray;
	font-weight:bold;
}
tr.dataGridHeadingLevel1
{
	font-weight:bold;
	background-color:Gray;
}
tr.dataGridHeadingLevel2
{
	font-weight:bold;
	background-color:Gray;
}
tr.dataGridHeadingLevel3
{
	font-weight:bold;
	background-color:Gray;
}



.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}



.actionButton
{
	font-size:8pt;
}


.headingText
{
	font-size:50px;
}




.dataEntry
{
	text-align:right;
}

.shortDecimal
{
	text-align:right;
	width:50px;
}

#mandatory
{
	font-weight:bold;
	color:Red;
}

body
{    
    font-family:Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana;
    font-size: smaller;
    margin: 0;
    padding: 0;
   
}

.WebSiteHeading
{
	font-family:Arial;
	font-size:x-large;
	font-weight:bold;
	
}
.tagLine
{
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	
}

table
{
	border:0;
}

table.pageLayout
{
	width:940;
	border-collapse:collapse;

	
}
td.pageLayout
{
	padding:10px;
}

h1
{
    font-size: x-large;
}


h2
{
    background-color: #E8F3F9;
    font-size: large;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:10px;
    width:100%;
    
}

h2 select
{
	background-color: #E8F3F9;
	font-size:large;
}

h2.subheading
{
    background-color: #E8F3F9;
    font-size: large;
    font-style:italic;
    padding:5px 12px;
    margin-bottom:10px;
    width:100%;
}


h3 
{
    font-size:medium;
    margin-top:10px;
    margin-bottom:10px;
}




.LoginControl
{
	background-color:#EFF3FB;
	border-color:#B5C7DE;
	border-style:solid;
	border-width:1px;
	color:#333333;
	font-size:100%;
	
}

.LoginTitleTextStyle
{
	background-color:#507CD1;
	font-weight:bold;
	color:White;
	text-align:left;
}

.LoginControl input[type="text"],.LoginControl input[type="password"] 
{
	width:125px;
}

.LoginInstructionTextStyle
{
	font-style:italic;
	color:Black;
}

.LoginTextBoxStyle
{
	text-align:left;
}

.LoginButtonStyle
{
}

#border 
{
	border-width:1px;
	border-style:solid;
	padding:10px;
	border-color:Blue;
	width:auto;
} 

.positiveResult
{
	
	color:Blue;
}

.negativeResult
{
	font-weight:bolder;
	color:Red;
}
