﻿body
{
	background-color: #ffffff;
	color: #545454;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: helvetica,arial,sans-serif;
    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: solid 1px #7f7f7f;
    border-collapse: collapse;	
    width: auto;
}

.ListViewGrid th 
{
    background: url(/Themes/Images/Paging/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
}  

.ListViewGrid th a
{
    font-weight: bold;
	text-decoration: none;
	display: inline;
}

/* Required for sort direction indicator */
.ListViewGrid th img
{
	display: inline;
}

.ListViewGrid td 
{
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #BBD9EE;
}

.ListViewGrid .itemRow
{
    background-color: #ffffff;
} 

.ListViewGrid .itemRowInner
{
    background-color: #ffffff;
} 

.ListViewGrid .altItemRow
{
    background-color: #f5fffa;
} 

.ListViewGrid .altItemRowInner
{
    background-color: #f5fffa;
} 

.ListViewGrid .selItemRow
{
    background-color: #FAFAD2;
} 

.ListViewGrid .selItemRowInner
{
    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(/Themes/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(/Themes/Images/Paging/pager_bg.gif) repeat-x; 
}
.ListViewDataPager2 .container
{
    padding: 4px;

}
.ListViewDataPager2 .header
{
	height: 15px;
	font-family: helvetica,arial,sans-serif;
    font-size: small;
    background: url(/Themes/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
{
} 

.unTextWatermark 
{
	font-family: helvetica,arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.TextWatermark 
{
	background-color:#f5fffa;
	color:gray;
	font-family: helvetica,arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
}	

/************************************************************************/
/* CSS definitions for CAPTCHA Login									*/
/************************************************************************/
#Login .CAPTCHA
{
	background-color: #f5fffa;
	border-color: #cccc99;
	border-style: solid;
	border-width: 1px;
}

#Login .CAPTCHASideBar
{
	padding:15px; 
	font-weight: bold; 
	font-size: large; 
	color: white; 
	background-color: #5293b1;
	vertical-align: middle;
}