/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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 {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

.title_style{
color:#FFFFFF;
font-family:微軟正黑體;
font-weight:bold;
font-size:13PX;

}



/* Main Menu */
.MainMenu_MenuContainer{/*這裡放背景圖選單下面會多跑出來*/}
.MainMenu_MenuBar{/*第一層選單顏色*/
      width:150PX;
      font-size:12PX;color:#FFFFFF;
      font-family:Arial; 	font-weight:bold;
}
.MainMenu_MenuIcon{display:none;/*按紐前面的空格會不見*/ }
.MainMenu_MenuArrow{ display:none; /*按紐後面的空格會不見*/}
.MainMenu_RootMenuArrow{ display:none; /*按紐後面的空格會不見*/}
.MainMenu_MenuBreak{display:none; }
.MainMenu_MenuItem,.submenuitembreadcrumb TD{/*第二層的主意控制大小左右*/
   line-height:150%; width:100PX;
}
.MainMenu_MenuItemSel TD{/*第一層滑鼠滑過*/
color:#63E3FF;
background-color:#4E4D4D;

}


.submenuitemselected{/*第二層滑鼠滑過*/
background-color:#4E4D4D;
color:#FFFFFF;

}
.submenu {/*第二層*/
color:#63E3FF;
background-color:#4E4D4D;  

 }
 


.rootmenuitem TD{ /*第一層選單*/
	color:#FFFFFF; font-size:13px;
        padding-left:42PX;
        width:150PX;
}
.rootmenuitemselected TD{/*滑鼠滑過*/
	color:#FFFFFF; font-size:13px; font-weight: normal;
        padding-left:42PX;
}
.rootmenuitembreadcrumb TD{/*滑鼠停留*/
	color:#856131; font-size:13px; font-weight: normal;
        padding-left:42PX;
}


TD.pay_black{
font-size:12PX;
}

.style15{
font-size:15px; line-height: 150%;
}

.style12{
font-size:15px; line-height: 150%;
color:#0048A2;
}

.ModuleTitle{
font-size:15px;
color:#FFFFFF;
font-family:微軟正黑體;font-weight:bold
}


