﻿/*Revision History:	
VSS           DATE      INITIALS  PILOT ITEM #
09.03.25.0000	03/25/2009	  gio     11676      
*/


/* asp:GridView */
.aspGridView
{
	background: #FFFFFF;
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial;
	font-size: 8pt;
}

.aspGridView_AlternatingRowStyle TD
{
    padding: 2px;
    vertical-align: middle;
	background: #fff;
}

.aspGridView_AlternatingRowStyle TD A:link
{
	color: #000;
	font-weight: bold;
}

.aspGridView_AlternatingRowStyle TD A:visited
{
	color: #000;
	font-weight: bold;
}

.aspGridView_EditRowStyle TD
{
    padding: 2px;
	background: #FFFFFF;
	height: 20px;
}

.aspGridView_EditRowStyle A:link
{
	color: #000;
	font-weight: bold;
}

.aspGridView_EditRowStyle A:visited
{
	color: #000;
	font-weight: bold;
}

.aspGridView_FooterStyle TD
{
    padding: 2px;
    background-color:#fff;
	color: #000;
	font-size: 8pt;
}

.aspGridView_HeaderStyle TH
{
    padding: 2px;
	background-color: #B0C4DE;
	background-image:url(./images/DarkTabCtLarge.PNG);
	background:url(./images/DarkTabCtLarge.PNG);	
	color: #000;
	font-size: 8pt;
	font-weight: bold;
}

.aspGridView_HeaderStyle A
{
	color: #000;
	text-decoration: underline;
}

.aspGridView_HeaderStyle A:link
{
	color: #000;
}

.aspGridView_HeaderStyle A:visited
{
	color: #000;
}

.aspGridView_HeaderStyle A:hover
{
	color: #000;
}

.aspGridView_PagerStyle TD
{
    padding: 2px;
	background: #FFFFFF;
	border-bottom-style: none;
	color: #7d745a;
	font-size: 8pt;
	vertical-align: middle;
}

.aspGridView_PagerStyle SPAN
{
    padding: 2px;
	background: #f39025;
	color: #FFFFFF;
}

.aspGridView_RowStyle TD
{
    padding: 2px;
    vertical-align: middle;
	background: #E4EAF1;
}

.aspGridView_RowStyle A:link
{
	color: #7d745a;
	font-weight: bold;
}

.aspGridView_RowStyle A:visited
{
	color: #7d745a;
	font-weight: bold;
}

.aspGridView_SelectedRowStyle TD
{
    padding: 2px;
	background: #FFFFFF;
	height: 20px;
}

.aspGridView_SelectedItemStyle TD A:link
{
	color: #7d745a;
	font-weight: bold;
}

.aspGridView_SelectedItemStyle TD A:visited
{
	color: #7d745a;
	font-weight: bold;
}

/*Header tall style*/
.aspGridView_HeaderTallStyle TH
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #B0C4DE;
	background-image:url(./images/DarkTabCtLarge.PNG);
	background:url(./images/DarkTabCtLarge.PNG);	
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	height: 28px;
}

.aspGridView_HeaderTallStyle A
{
	color: #FFFFFF;
	text-decoration: underline;
}

.aspGridView_HeaderTallStyle A:link
{
	color: #FFFFFF;
}

.aspGridView_HeaderTallStyle A:visited
{
	color: #FFFFFF;
}

.aspGridView_HeaderTallStyle A:hover
{
	color: #FFFFFF;
}

/* asp:DataGrid */
.aspDataGrid
{
	background: #FFFFFF;
	background-color: #FFFFFF;
	color: navy;
	font-family: Arial;
	font-size: 9pt;
	border-color: #95B8E6;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
}

.aspDataGrid_AlternatingItemStyle TD
{
	padding: 5px;
	background: #B0C4DE;
	height: 20px;
}

.aspDataGrid_AlternatingItemStyle A:link
{
	color: navy;
	font-weight: bold;
}

.aspDataGrid_AlternatingItemStyle A:visited
{
	color: navy;
	font-weight: bold;
}

.aspDataGrid_EditItemStyle TD
{
	padding: 5px;
	background: #FFFFFF;
	height: 20px;
}

.aspDataGrid_EditItemStyle A:link
{
	color: navy;
	font-weight: bold;
}

.aspDataGrid_EditItemStyle A:visited
{
	color: navy;
	font-weight: bold;
}

.aspDataGrid_FooterStyle TD
{
	padding: 5px;
	background: url("./images/aspgridview_footerbg.jpg");
	background-image: url("./images/aspgridview_footerbg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	color: navy;
	font-size: 9pt;
	height: 20px;
}

.aspDataGrid_HeaderStyle TD
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCtLarge.PNG");
	background-image: url("./images/DarkTabCtLarge.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: navy;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 19px;
}


.aspDataGrid_HeaderStyle TH
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCtLarge.PNG");
	background-image: url("./images/DarkTabCtLarge.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: navy;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 38px;
}


.aspDataGrid_HeaderStyle TD A
{
	color: #FFFFFF;
	text-decoration: underline;
}

.aspDataGrid_HeaderStyle TH A
{
	color: #FFFFFF;
	text-decoration: underline;
}


.aspDataGrid_HeaderStyle A:link
{
	color: #FFFFFF;
}

.aspDataGrid_HeaderStyle A:visited
{
	color: #FFFFFF;
}

.aspDataGrid_HeaderStyle A:hover
{
	color: #FFFFFF;
}

.aspDataGrid_ItemStyle TD
{
	padding: 5px;
	background: #E4EAF1;
	height: 22px;
}

.aspDataGrid_ItemStyle A:link
{
	color: #7d745a;
	font-weight: bold;
}

.aspDataGrid_ItemStyle A:visited
{
	color: #7d745a;
	font-weight: bold;
}

.aspDataGrid_PagerStyle TD
{
	padding: 5px;
	border-bottom-style: none;
	font-size: 9pt;
	vertical-align: middle;
	background: #fff;
	color: Navy;
	font-weight:normal;		
}

.aspDataGrid_PagerStyle SPAN
{
	padding: 5px;
	background: #B0C4DE;
	color: Navy;
	font-weight: bold
}

.aspDataGrid_SelectedItemStyle TD
{
	padding: 5px;
	background: #FFFFFF;
	height: 20px;
}

.aspDataGrid_SelectedItemStyle A:link
{
	color: #7d745a;
	font-weight: bold;
}

.aspDataGrid_SelectedItemStyle A:visited
{
	color: #7d745a;
	font-weight: bold;
}

/*Header tall style*/
.aspDataGrid_HeaderTallStyle TD
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCtLarge.PNG");
	background-image: url("./images/DarkTabCtLarge.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e4dbc0;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 38px;
}

.aspDataGrid_HeaderTallStyle TH
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCtLarge.PNG");
	background-image: url("./images/DarkTabCtLarge.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e4dbc0;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 38px;
}

.aspDataGrid_HeaderTallStyle A
{
	color: #FFFFFF;
	text-decoration: underline;
}

.aspDataGrid_HeaderTallStyle A:link
{
	color: #FFFFFF;
}

.aspDataGrid_HeaderTallStyle A:visited
{
	color: #FFFFFF;
}

.aspDataGrid_HeaderTallStyle A:hover
{
	color: #FFFFFF;
}


/* asp:DataList */
.aspDataList
{
	background: #FFFFFF;
	background-color: #FFFFFF;
	color: navy;
	font-family: Arial;
	font-size: 9pt;
	border-color: #95B8E6;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
}

.aspDataList_EditItemStyle
{
	padding: 5px;
	background: #FFFFFF;
	height: 20px;
}

.aspDataList_FooterStyle
{
	padding: 5px;
	background: url("./images/aspdatalist_footerbg.jpg");
	background-image: url("./images/aspdatalist_footerbg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	color: navy;
	font-size: 9pt;
	height: 20px;
}

.aspDataList_HeaderStyle
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCt.PNG");
	background-image: url("./images/DarkTabCt.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: navy;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 19px;
}

.aspDataList_HeaderTallStyle
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCtLarge.PNG");
	background-image: url("./images/DarkTabCtLarge.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e4dbc0;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 38px;
}

.aspDataList_ItemStyle
{
	padding: 5px;
	background: #E4EAF1;
	height: 22px;
}

.aspDataList_ItemStyle a.aspLinkButton:link
{
	color: #7d745a;
	font-weight: bold;
}

.aspDataList_ItemStyle a.aspLinkButton:visited
{
	color: #7d745a;
	font-weight: bold;
}

.aspDataList_ItemStyle a.aspLinkButton:hover
{
	color: #7d745a;
	font-weight: bold;
}

.aspDataList_SelectedItemStyle
{
	padding: 5px;
	background: #FFFFFF;
	height: 20px;
}

/* asp:DetailsView */
.aspDetailsView
{
	background: #FFFFFF;
	background-color: #FFFFFF;
	color: navy;
	font-family: Arial;
	font-size: 9pt;
	border-color: #95B8E6;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
}

.aspDetailsView_CommandRowStyle TD
{
	padding: 5px;
	background: #FFFFFF;
	height: 20px;
}

.aspDetailsView_EditRowStyle TD
{
	padding: 5px;
	background: #FFFFFF;
	height: 20px;
}

.aspDetailsView_FieldHeaderStyle
{
	padding: 5px;
	color: navy ;
	font-weight: bold ;
}

.aspDetailsView_FooterStyle TD
{
	padding: 5px;
	background: url("./images/aspdetailsview_footerbg.jpg");
	background-image: url("./images/aspdetailsview_footerbg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	color: navy;
	font-size: 9pt;
	height: 20px;
}

.aspDetailsView_HeaderStyle TD
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCt.PNG");
	background-image: url("./images/DarkTabCt.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: navy;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 19px;
}

.aspDetailsView_HeaderStyle TH
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCt.PNG");
	background-image: url("./images/DarkTabCt.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: navy;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 19px;
}


.aspDetailsView_HeaderTallStyle TD
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCtLarge.PNG");
	background-image: url("./images/DarkTabCtLarge.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e4dbc0;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 38px;
}


.aspDetailsView_HeaderTallStyle TH
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCtLarge.PNG");
	background-image: url("./images/DarkTabCtLarge.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #e4dbc0;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 38px;
}



.aspDetailsView_InsertRowStyle TD
{
	padding: 5px;
	background: #FFFFFF;
	height: 20px;
}

.aspDetailsView_PagerStyle TD
{
	padding: 5px;
	border-bottom-style: none;
	font-size: 9pt;
	vertical-align: middle;
	background: #fff;
	color: Navy;
	font-weight:normal;		
}

.aspDetailsView_PagerStyle SPAN
{
	padding: 5px;
	background: #B0C4DE;
	color: Navy;
	font-weight: bold
}


aspDetailsView_AlternatingRowStyle TD
{
	padding: 5px;
	background: #fff;
	height: 22px;   
}

.aspDetailsView_RowStyle TD
{
	padding: 5px;
	background: #E4EAF1;
	height: 22px;
}

/* asp:FormView */
.aspFormView
{
	background: #FFFFFF;
	background-color: #FFFFFF;
	color: navy;
	font-family: Arial;
	font-size: 9pt;
	border-color: #95B8E6;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
}

.aspFormView_EditRowStyle TD
{
	padding: 5px;
	background: #FFFFFF;
	height: 20px;
}

.aspFormView_EditRowStyle SPAN
{
	font-weight: normal;
}

.aspFormView_FooterStyle TD
{
	padding: 5px;
	background: url("./images/aspformview_footerbg.jpg");
	background-image: url("./images/aspformview_footerbg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	color: navy;
	font-size: 9pt;
	height: 20px;
}

.aspFormView_HeaderStyle TD
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCt.PNG");
	background-image: url("./images/DarkTabCt.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: navy;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 19px;
}

.aspFormView_HeaderTallStyle TD
{
	padding-left: 5px;
	padding-right: 5px;
	background: url("./images/DarkTabCtLarge.PNG");
	background-image: url("./images/DarkTabCtLarge.PNG");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: navy;
	color: #eee;
	font-size: 9pt;
	font-weight: bold;
	height: 38px;
}

.aspFormView_InsertRowStyle TD
{
	padding: 16px;
	background: #FFFFFF;
	color: #393425;
	font-weight: bold;
	line-height: normal;
}

.aspFormView_InsertRowStyle SPAN
{
	font-weight: normal;
}

.aspFormView_PagerStyle TD
{
	padding: 5px;
	border-bottom-style: none;
	font-size: 9pt;
	vertical-align: middle;
	background: #fff;
	color: Navy;
	font-weight:normal;		
}

.aspFormView_PagerStyle SPAN
{
	padding: 5px;
	background: #B0C4DE;
	color: Navy;
	font-weight: bold
}

.aspFormView_RowStyle TD
{
	padding: 5px;
	background: #E4EAF1;
	height: 22px;
}

.aspFormView_RowStyle SPAN
{
	color: navy;
	font-weight: bold;
}

.aspFormView_RowStyle A
{
	color: navy;
	font-weight: bold;
}


