﻿.ArBody
{
 margin: 0px 0px 0px 0px;	
 background-color: White;
}

.EdBody
{
	/*border: solid 1px #DDDDDD;*/
	width:  100% ;
}

.EdHeader
{
	background-color: #DDDDDD;
	border: solid 1px #DDDDDD;
	padding:  4px 4px 4px 4px;
}
	
.EdStatus
{
	border-left :  solid 1px #DDDDDD;
	border-right :  solid 1px #DDDDDD;
	border-bottom :  solid 1px #DDDDDD;
	padding:  4px 4px 4px 4px;
	background-color: oldlace;
}
	
.EdCategory
{
	border-left :  solid 1px #DDDDDD;
	border-right :  solid 1px #DDDDDD;
	border-bottom :  solid 1px #DDDDDD;
	padding:  4px 4px 4px 4px;
	background-color: #e6e6fa;
}
	
.EdContent
{
	padding:   8px 0px 8px 0px;
	}

.EdForm
{
	background-color: #DDDDDD;
	border: solid 1px #DDDDDD;
	width: 100%;
}

.EdFormEdit
{
	background-color: #fffacd;
	border: solid 1px #DDDDDD;
	width: 100%;
}

.EdTitleText
{
	 font-family:Arial;
	 font-size:12pt;
	 color: dimgray;
	 font-weight:bold;
}

.EdStatusText
{
	 font-family:Arial;
	 font-size:8pt;
	}




/************** 安娜常用的按鈕樣式 1 ***************/
a.longButton1
{
    cursor: pointer;
    display:inline-block;
    border:0px;
    text-align: center;
    padding-top: 4px;
    text-decoration:none;
    width:130px;  height:21px; 
    font-size:10pt;
    font-weight: bold;
    color:White;
    background:url(/ServiceAnnlar/_Theme/Images/buttonBg_long.png) 0px 0px no-repeat
}
a.longButton1:link
{
    color: White;
    font-size:10pt;
}
a.longButton1:visited
{
    color: White;
    font-size:10pt;
}
a.longButton1:hover
{
    text-decoration:none;
    color:yellow;
    font-size:10pt;
}


a.mediumButton1
{
    cursor: pointer;
    display:inline-block;
    border:0px;
    text-align: center;
    padding-top: 4px;
    text-decoration:none;
    width:95px;  height:21px; 
    font-size:10pt;
    font-weight: bold;
    color:White;
    background:url(/ServiceAnnlar/_Theme/Images/buttonBg_medium.png) 0px 0px no-repeat
}
a.mediumButton1:link
{
    color: White;
    font-size:10pt;
}
a.mediumButton1:visited
{
    color: White;
    font-size:10pt;
}
a.mediumButton1:hover
{
    color:yellow;
    text-decoration:none;
    font-size:10pt;
}


a.shortButton1
{
    cursor: pointer;
    display:inline-block;
    border:0px;
    padding-top: 3px;
    text-align: center;    text-decoration:none;
    width:65px;  height:21px; 
    font-size:10pt;  font-weight: bold;
    color:white;
    background:url(/ServiceAnnlar/_Theme/Images/按鈕小背景.png) 0px 0px no-repeat
}
a.shortButton1:link
{
    color: White;
    font-size:10pt;
}
a.shortButton1:visited
{
    color: White;
    font-size:10pt;
}
a.shortButton1:hover
{
    text-decoration:none;
    color:yellow;
    font-size:10pt;
}





/************** 安娜常用的按鈕樣式 2 ***************/
a.longButton2
{
    cursor: pointer;
    display:inline-block;
    border:0px;
    text-align: center;
    padding-top: 5px;
    text-decoration:none;
    width:120px;  height:21px; 
    font-size:10pt;
    font-weight: bold;
    color:#ed5804;
    background:url(/ServiceAnnlar/_Theme/Images/sh-bt3.gif) 0px 0px no-repeat
}
a.longButton2:link
{
    color: #ed5804;
    font-size:10pt;
}
a.longButton2:visited
{
    color: #ed5804;
    font-size:10pt;
}
a.longButton2:hover
{
    text-decoration:none;
    color:red;
    font-size:10pt;
}


a.mediumButton2
{
    cursor: pointer;
    display:inline-block;
    border:0px;
    text-align: center;
    padding-top: 5px;
    text-decoration:none;
    width:90px;  height:21px; 
    font-size:10pt;
    font-weight: bold;
    color:#ed5804;
    background:url(/ServiceAnnlar/_Theme/Images/sh-bt2.gif) 0px 0px no-repeat
}
a.mediumButton2:link
{
    color: #ed5804;
    font-size:10pt;
}
a.mediumButton2:visited
{
    color: #ed5804;
    font-size:10pt;
}
a.mediumButton2:hover
{
    text-decoration:none;
    color:red;
    font-size:10pt;
}


a.shortButton2
{
    cursor: pointer;
    display:inline-block;
    border:0px;
    padding-top: 3px;
    text-align: center;
    text-decoration:none;
    width:60px;  height:21px; 
    font-size:10pt; 
    font-weight: bold;
    color:#ed5804;
    background:url(/ServiceAnnlar/_Theme/Images/sh-bt1.gif) 0px 0px no-repeat
}
a.shortButton2:link
{
    color: #ed5804;
    font-size:10pt;
}
a.shortButton2:visited
{
    color: #ed5804;
    font-size:10pt;
}
a.shortButton2:hover
{
    text-decoration:none;
    color:red;
    font-size:10pt;
}




/*********** Telerik 元件 .1314 的版本似乎有 BUG，一堆文字變成白色 ************/
.RadSplitter_Black .rspPane, .RadSplitter_Black .rspPaneHorizontal, .RadSplitter_Black .rspSlideContent
{
    color: black !important
}


