/* ================================
    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: #fff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:0.8em;
}


/* 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
}


/* background/border colors for the unselected tabs */
.OtherTabsBg {    
    /*border: solid 1px #bbb;*/
    /*border-top:solid 1px #bbb;*/
    top:-1px;
    position:relative ;
    border-right:solid 1px #bbb;
    border-left:solid 1px #bbb;
    background-image: url('images/menu_bg.jpg');
    background-repeat:repeat ;
    height:25px;
}
.OtherTabsBgSelected
{
	 /*background-image: none;*/
	 background-color:White;
	 border-bottom:solid 1px #fff;
	/* border-top:solid 2px #29f;   */
	 border-top:solid 2px #07d;
	 font-weight:bold ;
}
.OtherTabsSideL {    
    border-bottom:solid 1px #999;
    background-image: url('images/menu_bgSide.jpg');
    height:25px;
}
.OtherTabsSideR {    
    border-bottom:solid 1px #999;
    background-image: url('images/menu_bgSide.jpg');
    height:25px;
}
.imageMenu ,.imageMenuSelected
{
	margin-top:3px;
	margin-bottom:3px;
	margin-left:5px;
	margin-right:5px;
	padding:0px;	
	vertical-align:middle;
}
.imageMenu li
{	
	list-style-type:none;
	display: list-item;
}
.imageMenuSelected li
{
	list-style-image : url('images/Square_blue.gif');
	list-style-position:inside ;
	display: list-item;
}

.OtherTabsBg td 
{
	border-left: solid 1px #ddd;
	/*border-right: solid 1px #ddd;*/
}

/* 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:#222;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ee5 !important;
    text-decoration:none;
    font-weight:bold;
}
.TopAdminLabel
{
	background-color:#99ccff;
	color:White;
	left:10px;
	font-size:0.8em;
}
/*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*/
/*border-top:solid 1px #ddd;*/
}

/*Right Boundary*/
.RightBoundary 
{
	/*background-image: url('images/box_r.gif');
	background-repeat: repeat-y*/
	border-right : dotted 1px #bbb;
}

/*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*/
	border-left : dotted 1px #bbb;

}

/*Right hand side of site title */
.SiteTitleRight
{
	background-image: url('images/hkishop_468x60.gif');
	background-position: right top;
	background-repeat:no-repeat
}

/*footer */
.SiteFooter0
{
	border-top:solid 1px #bbb;
}
.SiteFooter
{
/*	background-image: url('images/footer_bg.gif');
	background-repeat:repeat-x;
	background-position:top*/
	border-top:solid 1px #bbb;

}



/* 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: #6666ff;
}



/* 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 */
.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;
}    



/* 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: #ccc;
    height:1pt;
    text-align:left
}


.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 #8ad;
	font-family: Arial ;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    color: #666666 
}
.GridViewHeader
{
	background-color:#8ad;	
}
.GridViewItemBg
{
	background-color:#eee;	
}
.GridViewAltBg
{
	background-color:#ddd;
}
.GridViewPagerBg
{
	background-color:#cde;
}
