﻿
/* 每个页面 */

.page
{
	margin: auto;
	border: 1px solid #b7ddf2;
}

/* 调查表标题 */
.page .survey-title
{
	background-color: #7DCEE4;
	color: #000000;
}
.page .part
{
	border: 2px solid #86C5F2;
	margin-bottom: 15px;
}





/* 其它问题标题 */

.page .part .title
{
	color: #008080;
	background-color: #EAEAEA;
	font-size: 14px;
	font-weight: bold;
	font-family: 微软雅黑;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* 问题题目 */

.page .part .title .subject
{
}



/* 问题信息 */

.page .part .title .notice
{
	color: #5b5b5b;
}



/* 错误提示 */

.page .part .title .error
{
	color: #FF0000;
}
.page .part .content
{
	padding-top: 5px;
	overflow: scroll;
	scrollbar-face-color: #DBEBFE;
	scrollbar-shadow-color: #B8D6FA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #DBEBFE;
	scrollbar-darkshadow-color: #458CE4;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #458CE4;
	padding-bottom: 5px;
}
 input[type="button"]
{
	padding: 3px 1px 1px 1px;
	border-right: #7EBF4F 1px solid;
	border-top: #7EBF4F 1px solid;
	font-size: 13px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#B3D997);
	border-left: #7EBF4F 1px solid;
	cursor: hand;
	color: #003300;
	border-bottom: #7EBF4F 1px solid;
	font-weight: 600;
}
 input[type="submit"]
{
	padding: 3px 1px 1px 1px;
	border-right: #7EBF4F 1px solid;
	border-top: #7EBF4F 1px solid;
	font-size: 13px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#B3D997);
	border-left: #7EBF4F 1px solid;
	cursor: hand;
	color: #003300;
	border-bottom: #7EBF4F 1px solid;
	font-weight: 600;
}
.tableheader
{
	color: #000000;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 6px 6px 12px;
	background: #ebf4fb url(images/bg_header.jpg) no-repeat;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
}

input[type="text"]
{
	font-size: 12px;
	padding: 4px 2px;
	border: 1px solid #86BCD9;
	background-color: #FFFFC8;
}


.mytable
{
	background-position: #ebf4fb;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #b7ddf2;
	background: #ebf4fb;
	font-size: 13px;
} 

.mytable caption
{
	padding: 0 0 5px 0;
	font: italic 14px 微软雅黑;
	text-align: center;
	font-weight: bold;
} 
.mytable .tabletitle
{
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}
.mytable th
{
	color: #000000;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #ebf4fb url(images/bg_header.jpg) no-repeat;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold; 
	word-break: break-all; 
    word-wrap:break-word;
} 

.mytable th.nobg { 
    border-top: 0; 
    border-left: 0; 
    border-right: 1px solid #C1DAD7; 
    background: none; 
  
} 

.mytable td
{
	background-position: #fff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 4px 2px 4px 2px;
	color: #000000;
	word-wrap: break-word;
	word-break: break-all;
	white-space: nowrap;
} 

.mytable tr.summary td
{
	background-position: #D5EAEA;
	background: #F5FAFA;
	color: #000000;
	font-weight: bold;
}
.mytable tr.alt td
{
	background: #F5FAFA;
	color: #000000;
} 
.mytable tr.footer td
{
	background-position: #ebf4fb url(images/bg_header.jpg) no-repeat;
	color: #000000;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 3px 2px 3px 2px;
	background: #ebf4fb url(images/bg_header.jpg) no-repeat;
	white-space: nowrap;
	text-align: right;
}
.mytable tr.footer span
{
	font-weight: bold;
}

.mytable th.spec { 
    border-left: 1px solid #C1DAD7; 
    border-top: 0; 
    background: #fff url(images/bullet1.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
} 

.mytable th.specalt
{
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 14px 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
} 
.mytable A:link
{
	border-bottom: #ffbac8 1px dotted;
	color: #d42945;
	text-decoration: none;
}
.mytable A:visited
{
	border-bottom: medium none;
	color: #d42945;
	text-decoration: none;
}
.mytable A:hover
{
	border-bottom: #f03b58 1px solid;
	color: #f03b58;
	text-decoration: none;
}
.mytable A:focus
{
	border-bottom: #f03b58 1px solid;
	color: #f03b58;
	text-decoration: none;
}
.mytable A
{
	border-bottom: medium none;
	border-left: medium none;
	border-top: medium none;
	border-right: medium none;
}
.mytable A:link
{
	border-bottom: medium none;
	border-left: medium none;
	border-top: medium none;
	border-right: medium none;
}
.mytable A:visited
{
	border-bottom: medium none;
	border-left: medium none;
	border-top: medium none;
	border-right: medium none;
}
.mytable IMG
{
	border-bottom: 0px;
	border-left: 0px;
	margin-top: 0.5em;
	border-top: 0px;
	border-right: 0px;
}

/***********GridView样式一*****************/
.GridDefault
{
    font-size: 12px;
    border: solid 1px #468ebe;
    line-height: 14px;
    height: 30px;
}

.GridDefault td
{
	padding: 0px 5px 0px 5px;
	border-bottom: dashed 1px #d1e2f3;
	border-style: solid;
	border-width: 1px;
	border-color: #d1e2f3;
	text-align: left;
}
.GridDefault th
{
	font-size: 12px;
	font-weight: normal;
}

.DefaultHeaderStyle
{
	background: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	border: solid 1px #468ebe;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

.DefaultRowStyle
{
	font-size: 13px;
	height: 24px;
	line-height: 22px;
	text-align: left;
}

.DefaultPageStyle
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 3px;
	padding-top: 5px;
	text-align: center; /* background: url(images/head_bg.jpg);*/
}
.DefaultPageStyle A
{
    border-right: #9aafe5 1px solid;
    padding-right: 5px;
    border-top: #9aafe5 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #9aafe5 1px solid;
    color: #2e6ab1;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #9aafe5 1px solid;
    text-decoration: none;
}
.DefaultPageStyle A:hover
{
    border-right: #2b66a5 1px solid;
    border-top: #2b66a5 1px solid;
    border-left: #2b66a5 1px solid;
    color: #000;
    border-bottom: #2b66a5 1px solid;
    background-color: lightyellow;
}
DIV.pagination A:active
{
    border-right: #2b66a5 1px solid;
    border-top: #2b66a5 1px solid;
    border-left: #2b66a5 1px solid;
    color: #000;
    border-bottom: #2b66a5 1px solid;
    background-color: lightyellow;
}
.DefaultPageStyle span
{
    border-right: navy 1px solid;
    padding-right: 2px;
    border-top: navy 1px solid;
    padding-left: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    border-left: navy 1px solid;
    color: #fff;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: navy 1px solid;
    background-color: #2e6ab1;
}
.DefaultAltRowStyle td
{
	color: #000000;
}

.DefaultSelectedRowStyle td
{
	background-color: #ffff66;
}

.DefaultPageStyle td
{
	border-style: none;
}
/****************样式一结束***********************/

/****************GridView样式二***********************/
.GridFrame
{
    margin-top: 5px;
    border-collapse: collapse;
    border-right: #7c9ccf 1px solid;
    border-top: #7c9ccf 1px solid;
    border-left: #7c9ccf 1px solid;
    border-bottom: #7c9ccf 1px solid;
}
.FrameGridItem td, .FrameGridAlter td
{
	padding: 5px;
	margin:5px;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
}
.FrameGridItem
{
    font-family: arial;
    font-size: 9pt;
    background: #f1f1f1;
    padding: 0px 4px 0px 4px;
    height: 14px;
}

.FrameGridEdit
{
    font-family: arial;
    font-size: 9pt;
    background: #ffffff;
    padding: 0px 4px 0px 4px;
    height: 14px;
}

.FrameGridHeader
{
	padding: 5px;
	margin:5px;
    font: bold ;
    font-family: 宋体;
    font-size: 9pt;
    background: #8caae7;
    border-bottom: #7c9ccf 1px solid;
    border-top: #7c9ccf 1px solid;
    color: #ffffff;
    text-align:center;
    height:18px;
}
.FrameGridHeader th
{
	padding: 5px;
	margin:5px;
    font: bold ;
    font-family: 宋体;
    font-size: 9pt;
    background: #8caae7;
    border-bottom: #7c9ccf 1px solid;
    border-top: #7c9ccf 1px solid;
    color: #ffffff;
    text-align:center;
}

.FrameGridAlter
{
	padding: 5px;
	margin:5px;
    font-family: arial;
    font-size: 9pt;
    background: #f1f1f1;
    padding: 0px 4px 0px 4px;
    height: 14px;}
/*****************样式二结束*************************/