/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
     background-image:url(./images/CSS/Portal6/bk_1.jpg);  
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}

.LeftPaneBg 
{
	background-color: #F4F4F4;
	border-color:#949494;
    border-style:solid; 
    border-width:1;
}


.ContextPaneBg 
{
	background-color: #FFFFFF;
    border:0;
}


.RightPaneBg 
{
	background-color: #FFFFFF;
	border:0;
}

.OtherItemBg
{
	background-color: #FFFFFF;
	border:0
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTopPane {	
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color:#FFFFFF;
    background-color:Black;
}

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#5763B9;
}

.SiteSearchText {	
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color:#000000;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* 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:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:normal 
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:white;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:white;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:red;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  17px;
    font-weight:    normal;
    color: #5763B9;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #5763B9;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #5763B9;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    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: darked;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darked;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darked;
}

A.CommandButton:hover    {
    text-decoration:none ;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

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;
    border-color:Black;
	border-style:Dashed;
}



/* 最新消息和研討會的CSS版面設定*/
.PostCss
{
	background-color:White;
	border-color:White;
	border-width:1px;
	border-style:None;
	width:100%;
	border-collapse:collapse;
}
	
.AlternatingItemStyle
{
	color:black;
    background-color:#F1F2F8;
    font-size:Smaller;
}

.FooterStyle
{
    color:black;
    background-color:red;
    font-size:Smaller;
}

.HeaderStyle 
{
    color:#F7F7F7;
    background-color:#5763B9;
    font-size:Smaller;
    font-weight:bold;
}

.ItemStyle
{
	color:black;
	background-color:#FFFFFF;
	font-size:Smaller;
}

.PagerStyle
{
	color:#0000FF;
	background-color:#FFFFFF;
	font-size:Smaller;	
}

.SelectedItemStyle
{
	color:#0000FF;
	background-color:#D0D4EB;
	font-size:Smaller;	
}

.DashedStyle
{
	background-color:#FFE0C0;
	border-style:Dashed;
	border-width:1px;
	
}

/*DesktopModuleTitle2樣式設定*/
.Title2Top 
{
  background-color:#818DD1;
  border-color:black;
  border-style:solid; 
  border-right:0; 
  border-left:0;
  border-bottom:0;
  border-width:1;
}

.Title2Left
{
  background-image:url(./images/CSS/Portal6/titleLeft_lightblue.gif);
}

.Title2Right
{
  background-image:url(./images/CSS/Portal6/titleRight_lightblue.gif);
}


/*第二種樣式的CommandButton*/
.CommandButton2     {
    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.CommandButton2:link {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.CommandButton2:visited  {
    text-decoration:    underline;
    color:  #FFFFFF;
}

A.CommandButton2:active   {
    text-decoration:    underline;
    color:  #FFFFFF;
}

A.CommandButton2:hover    {
    text-decoration:    none;
    color: #5800A5;
}

/*Session動態表格格式設定*/
.SessionStyle
{
    border-width:0;
}


.SessionTableStyle_Edit
{
	border-style:solid; 
	border-color:#FF9900;
    border-width:1;
}

.SessionTableStyle
{
	background-color:#F4F4F4;
	border-style:solid; 
	border-color:#0058A5;
    border-width:1;
}

.SessionSub_Left
{
	background-image:url(./images/CSS/Portal6/section_left.gif);
	 background-position:bottom center;
	 margin-bottom:3
}

.SessionSub_Right
{
	background-image:url(./images/CSS/Portal6/section_right.gif);
	background-position:bottom center;
}

/*最下方的網站資訊*/
.SiteInformation
{
	background-color:#BBC0E7;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#404040;  
    border-color:White;
    border-style:Solid;
    border-right:0; 
    border-left:0;
    border-bottom:0;
	border-width:3px;
}

/*第三種樣式的CommandButton*/
.CommandButton3     {
    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.CommandButton3:link {
    text-decoration:    underline;
    color: #404040;
}

A.CommandButton3:visited  {
    text-decoration:    underline;
    color:  #404040;
}

A.CommandButton3:active   {
    text-decoration:    underline;
    color:  #404040;
}

A.CommandButton3:hover    {
    text-decoration:    none;
    color: #5800A5;
}

/*第四種樣式的CommandButton*/
.CommandButton4     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton4:link {
    text-decoration:    underline;
    color: #0000FF;
}

A.CommandButton4:visited  {
    text-decoration:    underline;
    color:  #0000FF;
}

A.CommandButton4:active   {
    text-decoration:    underline;
    color:  #0000FF;
}

A.CommandButton4:hover    {
    text-decoration:    none;
    color: #FF0000;
}
/*最新消息PopUP視窗樣式設定*/
.PopBodyClass
{
  background-color:#FFFFFF;	
}

.NewsPostPopStyle
{
	background-color:#7078B2;
	color:White;
}

.NewsPostPopStyle2
{
	background-color:#DDDFEC;
	color:Black;
}


/*Session區塊文字顏色樣設定*/
.Edit_SessionNameStyle 
{
    background-color:#FFC250;
    height:18;
    padding-top:2;
    border-color:black;
    border-style:Solid;
    border-right:0; 
    border-left:0;
    border-bottom:0;
	border-width:1px;
}


.SessionNameStyle 
{
	color:White;
    background-color:#5763B9;
    height:18;
    padding-top:2;
    border-color:black;
    border-style:Solid;
    border-right:0; 
    border-left:0;
    border-bottom:0;
	border-width:1px;
}



/* 主體屬性設定 */
.desktopportalbanner1_solpartmenu1_spmbctr {border-bottom: Black 1px solid; border-left: Black  1px solid; border-top: Black  1px solid; border-right: Black 1px solid;  background-color: #5763B9;}
.desktopportalbanner1_solpartmenu1_spmbar {cursor: pointer; cursor: hand; height:0;}
/* 字型設定 */
.desktopportalbanner1_solpartmenu1_spmitm {cursor: pointer; cursor: hand; color: #FFFFFF; font-family: Arial; font-weight: normal; font-style: normal; border-left: #5763B9 0px solid; border-bottom: #5763B9 1px solid; border-top: #5763B9 1px solid; border-right: #5763B9 0px solid;}
/* 子選項ICON圖示顏色設定 */
.desktopportalbanner1_solpartmenu1_spmicn {cursor: pointer; cursor: hand; background-color: #ADB3E3; border-left: #ADB3E3 1px solid; border-bottom: #ADB3E3 1px solid; border-top: #ADB3E3 1px solid; text-align: center; width: 20;height: 0;}
/* 子選項屬性設定 */
.desktopportalbanner1_solpartmenu1_spmsub {z-index: 1000; cursor: pointer; cursor: hand; background-color: #5763B9; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;border-bottom: Black 1px solid; border-left: Black 1px solid; border-top: Black 1px solid; border-right: Black 1px solid;}
.desktopportalbanner1_solpartmenu1_spmarw {font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand; border-right: #5763B9 1px solid; border-bottom: #5763B9 1px solid; border-top: #5763B9 1px solid;}
.desktopportalbanner1_solpartmenu1_spmrarw {font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand;}

