/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

@charset "utf-8";
/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
        background-repeat: no-repeat;
        background-image: url(img/totalbg.gif);
        background-color: white;
        FONT-SIZE: 12px;
	/*font-family: "宋体", "楷体_GB2312", "黑体", "隶书";*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 22px;
        scrollbar-face-color: #f1f1f1;
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
        SCROLLBAR-SHADOW-COLOR: #cccccc; 
        SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
        SCROLLBAR-ARROW-COLOR: #330000; 
        SCROLLBAR-TRACK-COLOR: #f6f6f6; 
        SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
        SCROLLBAR-BASE-COLOR: #f1f1f1;
}

/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
        FONT-SIZE: 12px;
	/*font-family: "宋体", "楷体_GB2312", "黑体", "隶书";*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 22px;
}


th {
        FONT-SIZE: 12px;
	font-family: "宋体", "楷体_GB2312", "黑体", "隶书";
	color: #333333;
	line-height: 22px;
}

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
	font-size: 12px;
} 

/* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{
	COLOR: #CC0000;
	text-decoration: none;
	position: relative;
} /* COMMENTED OUT - top: 1px; left: 1px;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #ffffff;}
a.Channel:visited {color: #ffffff;}
a.Channel:hover{COLOR: #E4D61B;}
a.Channel:active {color: #97CBFF;}

a.about:link {color: #cb690e;}
a.about:visited {color: #cb690e;}
a.about:hover{COLOR: #E4D61B;BORDER-BOTTOM: #BB5326 1px dotted;position: relative; left: 1px; top: 1px; clip:  rect(   );}
a.about:active {color: #cb690e;}


/* 栏目导航发光阴影效果的CSS定义，调用代码为<span class="Glow">***</span> */
.menu {
	FONT-SIZE: 9pt; FILTER: dropshadow(color=#ff0000,offx=1,offy=1); COLOR: #ffffff; }
	
/* MENU CSS to override the JS one */
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
font-size: larger;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 5px 10px; }

#navlist a:link, #navlist a:visited
{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

#navlist a:hover
{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}


/* END MENU CSS */

/* ABOUT US page profiles */

#experience {
	margin-left: 10px;
	margin-right: 15px;
}

#position {
	margin-left: 5px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: sans-serif, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #350208;
}

#principals {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #e6e6e6;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	min-height: 120px;
	clear: left;
	max-width: 750px;
	width: 750px;
}

#photo {
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	float: left;
	padding-right: 10px;
}

.texttd {
border-right-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-top-style: solid;
border-left-width: 1px;
border-bottom-width: 1px;
border-top-width: 1px;
background-color: white;
margin:50px 0 0 80px; 
padding:0px 30px 0 30px;
}

/* end ABOUT US profiles */

.Glow
{
FILTER: Glow(Color=0733B2, Strength=1) dropshadow(Color=0733B2, OffX=1, OffY=1,); WIDTH: 100%; COLOR: #ffffff; LINE-HEIGHT: 20px
}

.Glow3 {
    FILTER: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1)}

.Glow2
{
FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1);
}

/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */

Input
{
BACKGROUND-COLOR: #f1f1f1; 
BORDER-BOTTOM: #999999 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #999999 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}

.footer
{
	font-size:10px;
}

.input {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #3a3c36 1px solid; FONT: 9pt "宋体"; BORDER-LEFT: #3a3c36 1px solid; COLOR: #000000; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #ffffff
}



/* [推荐]简短标题文字的CSS定义 */

#cont {height: 380px !important; height /**/: 248px; width:850px; margin:40px auto 10px 50px; padding:0 8px 0 12px; overflow-y: scroll; color:#5e2217}
#cont2 {height: 248px !important; height /**/: 248px; width:580px; margin:10px auto 10px 30px; padding:0 8px 0 15px; color:#5e2217}
#cont div {margin-bottom:15px;}


#ProTypeList{height: 270px !important; height  261px/**/:; width: 170px; overflow-y: scroll;}

.black
{
color:#333333;font-size:12px;
}

.date
{
color:#adadad;font-size:12px;
}

.in
{
color:#333333;font-size:12px;line-height: 18px;
}


.ora
{
color:#ef8726;font-size:12px;line-height: 18px;
}

.wo1
{
line-height: 15px;
font-family: sans-serif, "Lucida Grande", Verdana, Arial, sans-serif;
color:#4c4c4c;font-size:12px;
}

.wo2
{
color:#4c4c4c;font-size:12px;line-height: 18px
}

.white
{
color:#ffffff;font-size:12px;}

.xwzx{border-bottom:1px solid #cccccc; background:url(img/xwzx_ico.jpg) left no-repeat; height:25px;padding-left:30px}
.cpfl{border-bottom:1px solid #cccccc; background:url(img/cpfl_2.jpg) left no-repeat; height:25px; padding-left:30px}
.pro Img{border:1px solid #cccccc;}

.pro01 {padding: 0; margin: 0}
.pro01 li {float: left; padding: 0 0 8px 0; list-style: none; margin-bottom:12px; width: 16%; height: 170px; text-align: center; line-height: 150%; overflow: hidden}
.pro01 li .title {color:#666666; padding:5px 0 0 0;}
.pro01 li .pro img {width: 116px; height: 143px; border:1px solid #cccccc; padding:2px;}

.pro02 {padding:0; margin:0 auto; width:98%;}
.pro02 li {float: left; padding: 0 0 8px 0; list-style: none; margin-bottom:12px; width:18.9%; height: 160px; text-align: center; line-height: 150%; overflow: hidden; padding-left:7px;}
.pro02 li .title {color:#666666; padding:5px 0 0 0;}
.pro02 li img {width: 116px; height: 143px; border:1px solid #cccccc; padding:2px;}


.DivStyle{ width:900px; overflow:hidden;padding:0; margin:0;}

.LyTable{border:0;border-collapse: collapse;}/*招聘列表*/
	.LyTable td{ border:1px solid #cccccc;padding-left:5px;}
	.LyTable .one{ background-color:#f7f7f7; }
	.LyTable .two{ background-color:#FFFFFF;}
	h2{ margin-bottom: 10px; color: #9e001b; font-weight: bold; }
	h3{ font-family: sans-serif, "Lucida Grande", Verdana, Arial, sans-serif; color: #8b0720; }
	