﻿body
{
	background-color: #0054AE;
	color: Black;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

h3
{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

h4
{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

hr
{ 
	border: 0;
	color: #D5D5D5;
	background-color: #D5D5D5;
	height: 1px;
	text-align: left;
	padding: 0;
	margin: 0;
}

p
{
	font-weight: normal;
}

/***************************************************************/
/* CSS definitions for ASP.NET ListView and DataPager Controls */
/***************************************************************/
.ListViewGrid
{
	font-family: tahoma;
	font-size: 11px;
    border-color: #D8E1DE;
    /* border-color: White; */
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    width: auto;
    color: #333333;
}

.ListViewGrid th 
{
	background-image: url(images/TitleBarBackground-Short.jpg);
    padding: 4px 10px 4px 10px;
    text-align: center;
}  

/* Required for sort direction indicator */
.ListViewGrid th img
{
	display: inline;
}

.ListViewGrid td 
{
	color: #333333;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;    
}

.ListViewGrid .itemRow
{
    background-color: #fff;
} 

.ListViewGrid .altItemRow
{
    background-color: #DFE2F3;
} 

.ListViewGrid .selItemRow
{
    background-color: #FAFAD2;
} 

.ListViewGrid .footerRow
{
    background-color: #e5e5e5;
}  

.ListViewGrid .footerAltRow
{
    background-color: #fff;
}  

.ListViewGrid .rownum
{
    text-align: center;
    padding-left: 0px;
    font-weight: bold;
    color: #333333;
}

.ListViewDataPager
{
    height: 30px;
    width: 550px;
	border: solid 1px #7f7f7f;
    border-collapse: collapse;	
    background: url(Images/Paging/pager_bg.gif) repeat-x;
}
.ListViewDataPager .container
{
    padding: 4px;
}
.ListViewDataPager .command
{
    float: left;
    padding-right: 5px;
}    
.ListViewDataPager .info
{
    font-size: 12px;
    padding: 4px 0px;
    float: right;
}

.ListViewDataPager2
{
    height: 50px;
    width: 560px;
	border: solid 1px #7f7f7f;
    border-collapse: collapse;	
    background: url(Images/Paging/pager_bg.gif) repeat-x; 
}
.ListViewDataPager2 .container
{
    padding: 4px;

}
.ListViewDataPager2 .header
{
	height: 15px;
	font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    background: url(Images/ModalPopup/yui-confirm-popup/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    /* border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 1px; */
} 
.ListViewDataPager2 .body
{
    background-color: #f2f2f2;
    border-top-color: #808080;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 2px 0px 2px 0px;
} 
.ListViewDataPager2 .command
{
    float: left;
    padding-right: 5px;
}    
.ListViewDataPager2 .info
{
    font-size: 12px;
    padding: 4px 0px;
    float: right;
}

/************************************************************************/
/* CSS definitions for ASP.NET ListView - for Countries Licensed Popup  */
/************************************************************************/
.ListViewGridCountries
{
	font-family: tahoma;
	font-size: 11px;
	border: none;
    color: #333333;
}

.ListViewGridCountries td 
{
    border-bottom: solid 1px #BBD9EE;
}

.ListViewGridCountries td .countryCode
{
	width: 15px;
}

.ListViewGridCountries td .countryName
{
} 