﻿/* CSS Document */
/*@import "../fckeditor/editor/css/fck_editorarea.css";
@import "../fckeditor/editor/css/fck_internal.css";
@import "../fckeditor/editor/css/fck_showtableborders_gecko.css";*/

body,td,th {
	font-size: 13px;
	line-height: 23px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #003366;
	/*background-image: url(images/bg.jpg);
	background-repeat: repeat;*/
}

.btmBorder{
border-bottom:1 px solid #666666;
}
.remark{font-size:11px; color:#999999}

.title1 {
	font-size: 16px;
	font-weight: bold;
	color: #3362A6;
}
.title2 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:link.redLink{color:#f00;}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.fontWhite
{
    color:White;
}
.fontGray
{
    color:Gray ;
}
.gridHead
{
    color:White;
    background-color:lightsteelblue;
    font-size:14px;
    font-weight:bold;
}
.gridView
{
    border:1px solid lightsteelblue;
    
   }
.gridAlt
{
  
    background-color:#ffffff;
    
}
.gridAltYellow
{
  
    background-color:LemonChiffon;
    
}
.boldRed
{
    color:darkRed;
    font-weight:bold;
}
.boldSteelBlue
{
    color:steelblue;
    font-weight:bold;
    font-size:16px;
}
.tableBorder
{
    border:1px solid #999999
    }
    
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.outBorder
{
    border:1px solid #999999;
}

.border_gray_bottom
{
	border-bottom:solid 1px gray;
}

.border_gray_right
{
	border-right:solid 1px gray;
}

.table_border
{
	border: solid 2px #006699;
	font-size:small;
	color:Black;
}


.tableBorder_blue
{
    border:1px solid blue;
}

.border_blue_bottom
{
	border-bottom:solid 1px blue;
}

.border_blue_right
{
	border-right:solid 1px blue;
} 

.title2 {
	font-size: 16px;
	font-weight: bold;
	color: #3362A6;
	background: #99CCFF;
}

.wordbreak
{
	word-break:break-all; 
	overflow:auto;
}

/*腎臟病資訊   按鈕*/

.Panel1 input[type=submit]{
    border:none;
	background-color:#599bb3;
	border-radius:4px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'微軟正黑體';
	font-size:16px;
	/*font-weight:bold;*/
	padding:6px 12px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #3d768a;*/
    margin-right:10px;
    letter-spacing:2px;
}
.Panel1 input[type=submit]:hover {background-color:#408c99;}
.Panel1 input[type=submit]:active {	position:relative;	top:1px;    }