﻿body 
{
	margin:0px;
padding:0px;
}
input
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

select
{
		border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	}
	
table
{
	font-family:新細明體;
	font-size:12px;
	}
.Lab12
{
	font-family:新細明體;
	font-size:12px;
	color:blue;
}
.Lab16
{
	 font-weight: bold; 
	  color: white;
	  font-family:新細明體;
	font-size:16px;
	}
.BUTTON1
{
	 background-color : #FFFFC0;
	 font-family:新細明體;
	font-size:12px;
	 height: 20px;
}
.input1
{
   width:215px;
    }
    
 .select1
{
	 width:220px;
	}

.mainTitle
{
    font-size: 12pt;
    font-weight: bold;
    font-family: 新細明體;
}
.commonText
{
    font-size: 11pt;
    font-family: 新細明體;
}
.littleMainTitle
{
    font-size: 10pt;
    font-weight: bold;
    font-family: 新細明體;
}
.TopTitle
{
    border: 0px;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: Black;
    display: inline-block;
    width: 100%;    
}
.SelectedTopTitle
{
    border: 0px;
    font-size: 10pt;
    text-decoration: none;
    color: Black;
    display: inline-block;
    width: 100%;
    background-color: White;
}
.ContentView
{
    border: 0px;
    padding: 3px 3px 3px 3px;
    background-color: White;
    display: inline-block;
    width: 390px;
}
.SepBorder
{
    border-top-width: 0px;
    border-left-width: 0px;
    font-size: 1px;
    border-bottom: Gray 1px solid;
    border-right-width: 0px;
}
.TopBorder
{
	border-right: Gray 1px solid;
	border-top: Gray 1px solid;
	background: #ccccff;
	border-left: Gray 1px solid;
	color: black;
	border-bottom: Gray 1px solid;
	font-family: 新細明體;
}
.ContentBorder
{
    border-right: Gray 1px solid;
    border-top: Gray 0px solid;
    border-left: Gray 1px solid;
    border-bottom: Gray 1px solid;
    height: 100%;
    width: 100%;
}
.SelectedTopBorder
{
	border-right: Gray 1px solid;
	border-top: Gray 1px solid;
	background: #5d7b9d;
	border-left: Gray 1px solid;
	color: #ffffff;
	border-bottom: Gray 0px solid;
	text-decoration: none;
	font-family: 新細明體;
}
.a1
{
 TEXT-DECORATION: none;
 color:White ;
}
.a2
{
	text-decoration: none;
	color: White;
}



/*切換區的區塊*/
.tabContainer .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	background: url(Img/tab-line.gif) #7c9dd0 no-repeat bottom;
}
/*切換鈕-底*/
.tabContainer .ajax__tab_outer
{
	padding-right: 4px;
	background: url(Img/tab-right.gif)  no-repeat right 50%;
	height: 21px;
}
.tabContainer .ajax__tab_inner
{
	padding-left: 3px;
	background: url(Img/tab-left.gif) #7c9dd0 no-repeat;
}
.tabContainer .ajax__tab_tab
{
	height: 13px;
	padding: 4px;
	margin: 0;
	background: url(Img/tab.gif) #7c9dd0 repeat-x;
}
/*切換鈕--滑鼠滑過*/
.tabContainer .ajax__tab_hover .ajax__tab_outer {background:url(Img/tab-hover-right.gif) no-repeat right;}
.tabContainer .ajax__tab_hover .ajax__tab_inner {background:url(Img/tab-hover-left.gif) no-repeat;}
.tabContainer .ajax__tab_hover .ajax__tab_tab {background:url(Img/tab-hover.gif) repeat-x;}
/*切換鈕-底-顯示中*/
.tabContainer .ajax__tab_active .ajax__tab_outer
{
	background: url(Img/tab-active-right.gif) #7c9dd0 no-repeat right 50%;
}
.tabContainer .ajax__tab_active .ajax__tab_inner
{
	background: url(Img/tab-active-left.gif) #7c9dd0 no-repeat;
}
.tabContainer .ajax__tab_active .ajax__tab_tab
{
	background: url(Img/tab-active.gif) #7c9dd0 repeat-x;
}

 .tabContainer .ajax__tab_active .ajax__tab_tab  span{
 background-color: #7c9dd0;
}

/*內容*/
.tabContainer .ajax__tab_body
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border: 1px solid #999999;
	border-top: 0;
	padding: 8px;
	background-color: #7c9dd0;
}

.ListSearchExtenderPrompt
{
    font-size: 9pt;
    color: #696969;
    font-style: italic;
    font-family: 新細明體;
}

.leftborder
{
  border-left: 3px solid;
  }
  
 .modalBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
 }

