﻿body
{
   
    background-repeat: repeat-x;
    font-size: 12px;
    line-height:20px;
    /*margin-top:30px;*/
}
.tdMenuSelect
{
    border: 3 solid black;
    color: rgb(98, 98, 98);
    font-family: Arial,Times,Verdana,sans-serif;
    font-size: 12px;
    width: 81px;
    height: 27px;
    text-align:center;
    background-image: url(../Content/images/tablehead_s1.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    cursor: pointer;
}
.tdMenu
{
    border: 3 solid black;
    color: rgb(98, 98, 98);
    font-family: Arial,Times,Verdana,sans-serif;
    font-size: 12px;
    width: 81px;
    height: 27px;
    text-align:center;
    background-image: url(../Content/images/tablehead1_s1.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    cursor: pointer;
}
.tdMenuWidth
{
    width:4px;    
}
.tdMenuLine
{
    height:4px;
    background-color:#D9F2FF;    
}

.bluelink12
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #09F;
    text-decoration: none;
}
.orangelink12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
}
.blacklink12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}


a:link 
{
    color:#E06061;
	text-decoration: none;
}
a:hover 
{
    color:#E06061;
	text-decoration: none;
}
a:visited
{
    color:#E06061;
	text-decoration: none;
}

.graylink12
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}
.graymenu
{
    
}
.graymenu .mainmenuitem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    background-image: url(../Content/images/bluehead_s1.gif);
    height: 26px;
    text-align: left;
    vertical-align:middle;
    padding-left:2px;
    padding-right:2px;
    font-weight:bolder;
}
.graymenu .menuitem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    background-image: url(../Content/images/bluebackground_s1.gif);
    line-height:20px;
    text-align: left;
    padding-left:5px;
    padding-right:12px;
    padding-top:10px;
    padding-bottom:10px;
}
.menuitem a
{
    color:#333;
    text-decoration:none;
}
.menuitem a:hover
{
    color: #09F;
	text-decoration: none;
}
.mainmenuitem a
{
    color:#333;
    text-decoration:none;
}
.mainmenuitem a:hover
{
    color: #09F;
	text-decoration: none;
}
.graylink12 a
{
    color:#333;
    text-decoration:none;
}
.graylink12 a:hover
{
    color: #09F;
	text-decoration: none;
}

.graymenu .topitem
{
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.graymenu .menuitem:hover
{
    text-decoration: none;
}
.text
{
    font-family: Arial, Helvetica, sans-serif;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    border: solid 1px #cccccc;
    width: 200px;
    text-decoration: none;
}
a.abutton:link, a.abutton:visited, a.abutton:focus, a.abutton:active
{
    display: inline-block;
    width: 91px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    color: #626262;
    text-decoration: none;
    text-align: center;
    border-color: #626262;
    border-style: solid;
    border-width: 1px;
    padding: 3px 5px 3px 5px;
}
a.abutton:hover
{
    text-decoration: none;
    background: #909090;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
span
{
    border: 3 solid black;
    color: rgb(98, 98, 98);
    font-family: Arial,Times,Verdana,sans-serif;
    font-size: 12px;
}

label
{
    border: 3 solid black;
    color: rgb(98, 98, 98);
    font-family: Arial,Times,Verdana,sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.td01
{
    background-color: #E06061;
    color:#ffffff;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E06061;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:25px;
    text-align: center;
}
.td03
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:25px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #E06061;
    border-right-color: #E06061;
    border-bottom-color: #E06061;
    border-left-color: #E06061;
    padding-left:4px;
    padding-right:4px;
}

select
{
    font-size: 15px;
    width: 200px;
    height: 25px;
    line-height: 25px;
}
.button
{
    background-image: url(../Content/images/botton.jpg);
    width: 106px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    border: none;
    text-align: center;
    display:inline-block;
    float:left;
    margin-left:5px;      
}


.buttonRight
{
    background-image: url(../Content/images/botton.jpg);
    width: 106px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    border: none;
    text-align: center;
    display:inline-block;
    float:right;
    margin-left:5px;      
}

.aButtonSolid
{
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 9pt;
    text-decoration: none;
}
.aButtonSolid:hover
{
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 9pt;
    text-decoration: none;
}
hr
{
    border-style:none;
    height:4px;
    background-color: #BFEFFF;
}
.title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #09F;
    text-decoration: none;
}
.spanleft
{
    text-align: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: Black;
    font-weight: bold;
}
.spanright
{
    color: #09f;
    font-weight: bold;
    text-align: right;
    width: 70px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.tdright
{
    text-align: right;
}
.tdleft
{
    text-align: left;
}
.mingpian
{
    background-image: url(../Content/images/mingpian.jpg);
    width: 427px;
    height: 225px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: left;
}
.mingpian .info
{
    width: 300px;
}
.mingpian .name
{
    color: Black;
    font-weight: bold;
    font-size: 25px;
    width: 350px;
    height:55px;
    line-height:55px;
}
.mingpian .other
{
    font-weight: bold;
    width: 350px;
    font-family:Arial;
}
.mingpian .info .tdright
{
    height:15px;
    line-height: 15px;
}
