/* ================================
    CSS STYLES FOR THE PORTAL STATER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: White;

}

/* background color for the content part of the pages */
Body
{
    background-color: #d8d8d8
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: Blue
}

.OrangeBg
{
	background-image: url('images/special_offer_dot.gif');
	background-repeat:repeat-x;
	background-position:center
}

.GreenBg
{
	background-image: url('images/recommend_dot.gif');
	background-repeat:repeat-x;
	background-position:center
}


/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* forum msg title */
.ForumMsgTitle
{
	background-image: url('images/bg_main_button.gif');
	background-repeat:repeat-x;
	background-position: bottom
}

/*site bar bg*/
.SiteBarBg
{
	background-image: url('images/menu_border.gif');
	background-repeat:repeat-x
}

.OtherTabsSideL {    
    border-bottom:solid 1px #999;
    background-image: url('images/menu_bgSide.jpg');
    height:25px;
    width:0px;
}
.OtherTabsSideR {    
    border-bottom:solid 1px #999;
    background-image: url('images/menu_bgSide.jpg');
    height:25px;
    width:0px;
}
/* background/border colors for the unselected tabs */
.OtherTabsBg , .OtherTabsBg td{
    border-color: Gray;
    background-image: url('images/menu_bg_hkishop.jpg');
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration:none;
    font-weight: normal;
    border:1px solid #888;
}
.OtherTabsBgSelected
{
	 /*background-image: none;
	 background-color:White;
	 border-bottom:solid 1px #fff;*/
	/*border-top:solid 2px #07d;*/
	 FILTER:alpha(opacity=100) DropShadow(Color=#cccccc, OffX=2, OffY=2, Positive=1);	 
}
.imageMenu ,.imageMenuSelected
{
	margin-top:1px;
	margin-bottom:0px;
	margin-left:3px;
	margin-right:3px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	vertical-align: bottom;
}
.imageMenu li
{	
	list-style-image : url('images/arrow_right_blue.gif');
	list-style-position:inside ;
	display: list-item;
}
.imageMenuSelected li
{
	list-style-image : url('images/arrow_right_blue.gif');
	list-style-position:inside ;
	display: list-item;
}
/* background/border colors for the forum */
.OtherTabsBgForum {
    background-image: url('images/bg_main_button.gif')
}


/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:DarkRed;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: Blue;
    text-decoration:none;
    font-weight: normal
}

/*upper right corner*/
.UpperRight 
{
	background-image: url('images/box_r_t.gif');
	background-repeat: no-repeat
}

/*upper left corner*/
.UpperLeft
{
	background-image: url('images/box_l_t.gif');
	background-repeat:no-repeat;
	background-position:top right
}

/*lower left corner*/
.LowerLeft
{
	background-image: url('images/box_l_b.gif');
	background-repeat:no-repeat;
	background-position: top right
}

/*lower right corner*/
.LowerRight
{
	background-image: url('images/box_r_b.gif');
	background-repeat:no-repeat;
	background-position: top left
}
/*upper Boundary*/
.UpperBoundary
{
 background-color: White
}

/*lower Boundary*/
.LowerBoundary
{
	background-image: url('images/box_b.gif');
	background-repeat: repeat-x;
	background-position: top
}

/*lower Boundary Left*/
.LowerBoundaryLeft
{
	background-image: url('images/lf_menu_bt.gif');
	background-position: top
}

/*Below Navigation bar*/
.BelowNav
{
 background-image: url('images/menu_shadow.gif');
 background-repeat:repeat-x;
 background-position:top
}

/*Right Boundary*/
.RightBoundary
{
	background-image: url('images/box_r.gif');
	background-repeat: repeat-y
}

/*Right Boundary for left bar*/
.RightBoundaryLeft
{
	background-image: url('images/box_r.gif');
	background-repeat: repeat-y;
	background-position: right
}

/*Left Boundary*/
.LeftBoundary
{
	background-image: url('images/box_lnoBlack.gif');
	background-repeat: repeat-y;
	background-position: right
}

/*Right hand side of site title */
.SiteTitleRight
{
	background-image: url('images/hkishop_468x60.gif');
	background-position: right top;
	background-repeat:no-repeat
}

/*footer */
.SiteFooter
{
	background-image: url('images/footer_bg.gif');
	background-repeat:repeat-x;
	background-position:top
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: Navy;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: Navy;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color: Navy;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color: Black;
}

/* hyperlink styles of normal text */
A.Normal:link    {
    text-decoration:    none;
    color: #666666;
}

A.Normal:visited {
    text-decoration:    none;
    color: #666666;
}

A.Normal:active  {
    text-decoration:    none;
    color: #666666;
}

A.Normal:hover   {
    text-decoration:    underline;
    color: orange;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:blue;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:blue;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:blue;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:black;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial;
    font-size:  22px;
    font-weight:    normal;
    color: #666666;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size:  15px;
    font-weight: normal;
    color: #666666;
    line-height:20px
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #666666    
}

/* text style used for hkishop module best sale */
.BestSale
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #666666;
    background-image: url('images/big_sale_bg.gif');
    background-position: top left    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: Black;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: Orange;
}
    



/* GENERIC */
H1  {
    font-family: Arial;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
    line-height: 20px
}

H2  {
    font-family: Arial;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial;
    font-size:  12px;
    font-weight:    normal;
    color: #666666;
}

H4  {
    font-family: Arial;
    font-size:  12px;
    font-weight:    normal;
    color: #666666;
}

H5, DT  {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

H6  {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #666666;
}

TFOOT, THEAD    {
    font-family: Arial;
    font-size:  12px;
    color: #666666;
}

TH  {
    vertical-align: baseline;
    font-family: Arial;
    font-size:  13px;
    font-weight: normal;
    color: #666666;
}

A:link  {
    text-decoration:    none;
    color:#666666;
}

A:visited   {
    text-decoration:    none;
    color: #666666;
}

A:active    {
    text-decoration:    none;
    color: #666666;
}

A:hover {
    text-decoration:    underline;
    color:  orange;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* text style for buttons and link buttons used in the portal admin pages */
.TitleCommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.TitleCommandButton:link {
    color: Black;
}

A.TitleCommandButton:visited  {
    color: #33c;
}

A.TitleCommandButton:active   {
    color: #33f;
}

A.TitleCommandButton:hover    {
    color: Orange;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: Black;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #33f;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #33f;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: Orange;
}    

.LeftPane 
{
	border-right: solid 1px #b0b0b0;
	border-top: solid 1px #c0c0c0;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #888;
	padding : 8px ;
	font-family :Verdana;
	background-color :#0f88e6;
}

.DPageBtn
{
border:1px solid #f5f5f5; height: 100%; background-color :#e5e5e5;
padding:2px;
}

.LoginBtn,.RegisterBtn
{
	font-size:1.2em;
	line-height :1.2em;
	font-weight :bold;
}

.GridViewBase
{
	border:solid 1px #D2B48C;
	font-family: Arial ;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #666666;
}
.GridViewHeader
{
	background-color:#D2B48C;	
}
.GridViewItemBg
{
	background-color:#FAFAD2;	
}
.GridViewAltBg
{
	background-color:#EEE8AA;
}
.GridViewPagerBg
{
	background-color:#EEE8AA;
}
