﻿/*html
{
	margin: 0px;	
}

body 
{
    color: #004A94;	
	font-size:10pt;
	background-color: #FFFFFF; /*#FEF9EC;
	margin-top: 0px; 
	background-repeat: repeat-x;
}*/

.ContentHeading 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15pt;
}
/*#########-- PRINT BUTTON --#######*/
@media print{
    .Printbtn{
        display: none;
    }
}
.Printbtn
{
    color: #004A94;
    width: 75px;
}
/*#########-- END-PRINT BUTTON --#######*/

/*#########-- SKIN STYLES --#######*/
.Label
{
    color: #004A94;
}
.TextBox
{
    color: #004A94;
}
.Button 
{
    color: #004A94;
}
.DropDownList
{
    color: #004A94;
}
.Panel
{
    color: #004A94;
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 1px;
    /*background-color: #E3EAEB;*/
    background-color: #F0F8F8;
}

.Panelblank
{
    color: #ffffff;
    border-style: solid;
    border-width: 0px;
    background-color: #ffffff;
}

.BulletedListError
{
    color: Red;
}
.SearchFrame
{
    /*background-color: #E3EAEB;*/
    background-color: #F0F8F8;
    border: solid 1px #C0C0C0;
    padding: 3px;
}
/*#########-- END-SKIN STYLES --#######*/

/*##########-- DATAGRID --#########*/
.DataGrid
{
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0;
    color: #004A94;
}
.DataGrid a:link, .DataGrid a:active, .DataGrid a:visited, .DataGrid a:hover
{
    color: #004A94;
    text-decoration: underline;
}
tr.AlternatingItemStyle, tr.AlternatingItemStyle td
{
    background-color: #F0F8F8;
    cursor: default;
}
tr.EditItemStyle, tr.EditItemStyle td
{
    background-color: #FDD669;
}
tr.FooterStyle, tr.FooterStyle td
{
    background-color: #004A94;
    color: #FFFFFF;
    font-weight: bold;
    cursor: default;
}
tr.HeaderStyle, tr.HeaderStyle td
{
    /*background-color: #004A94;*/
    background-color: #004A94;
    color: #FFFFFF;
    font-weight: bold;    
    cursor: default;
}
tr.ItemStyle, tr.ItemStyle td
{
    background-color: #FFFFFF;
    cursor: default;
}
tr.ItemHover, tr.ItemStyle.ItemHover
{
    background-color: #FDD669; 
    cursor: pointer;
}
tr.PagerStyle, tr.PagerStyle td
{
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    cursor: default;    
}
tr.PagerStyle td a:hover, tr.PagerStyle td a:link, tr.PagerStyle td a:active, tr.PagerStyle td a:visited
{
    color: #FFFFFF;
    font-weight: bold;
}
tr.PagerStyle td span 
{
    color: #666666;
}
tr.SelectedItemStyle, tr.SelectedItemStyle td
{
    background-color: #C5BBAF;
    color: #333333;
    font-weight: bold;
    cursor: default;    
}
.FtLabel 
{
    color: White;
}
.Hyperlink
{
    /*color: #004A94;*/
    color: #004A94;
    font-size: 12px;
    width: 180px;
    height: 14px;
}
a:visited
{
	color: #004A94;
    font-size: 12px;
}
a:link
{
	color: #004A94;
    font-size: 12px;
}
.GroupList, .GroupList li a
{    
    color: #004A94;
}
/*##########-- END-DATAGRID --#########*/
.TableForm tr td, .TableForm tr td p 
{
    color:#004A94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.TableForm tr td p strong
{
    color:#004A94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
}

.Usercontrols 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color: #004A94; 
}
.MainGroup
{
    position: relative; top: 5px;
}
.MainGroup tr, .MainGroup tr td
{
    float: left;
    overflow: hidden;
    height:18px;    
}

.Hyperlink ContinueShopping
{
    /*color: #004A94;*/
    color: black;
    font-size: 12px;
    width: 180px;
    height: 14px;
}

.ContinueShopping
{
    color:Black;
    font-size: 12px;
    width: 180px;
    height: 14px;
}

.imgsubgroup{
	width: 50px;
    height:50px;
}