/* start left menu v2 */

/*a:link { 
text-decoration: none;
color:#333333; }
*/
/*body {

	margin: 10px auto;
	font: NanumGothic;
	 background-color:#ffffff;
}
*/
.menu_list {
/*	margin-left:10px;*/
	width: 178px;
	color:#FF0000;
	 background-color:#ffffff;
}
.menu_head {
	font-size:12px;
	color:#FF0000;
/*padding: 5px 10px;--->*/
	font-weight:normal;
	cursor: pointer;
	position: relative;
    background: #ffffff url(http://www.mysurveyasia.com.cn/view/images/256/bullet_menu_1.jpg) center left no-repeat;
	padding-bottom:6px;
	text-decoration:none;
	
}

.menu_head a{
	font-size:12px;
	color:#FF0000;
/*padding: 5px 10px;--->*/
	font-weight:normal;
	cursor: pointer;
	position: relative;
    background: #ffffff url(http://www.mysurveyasia.com.cn/view/images/256/bullet_menu_1.jpg) center left no-repeat;
	padding-bottom:6px;
	text-decoration:none;
	
}



.menu_head a:hover{
	font-size:12px;
	color:#ff0000;
/*	padding: 5px 10px;*/
	font-weight:normal;
	cursor: pointer;
	position: relative;
    background: #ffffff url(http://www.mysurveyasia.com.cn/view/images/256/bullet_menu_1.jpg) center left no-repeat;
	padding-bottom:6px;
	text-decoration:none;
	background-color:#FFCC00;
	
}


.menu_headonly {
	font-size:12px;
	color:#FF0000;
/*	cursor: pointer;*/
	position: relative;
	/*padding-left:10px;*/
	/*background: #ffffff url(bullet_menu_1.jpg) center left no-repeat;*/
	padding-bottom:6px;
	/* font-weight:bold; */
    /*background: #ffffff url(bullet_menu_1.jpg) center left no-repeat;*/
}

.menu_headonly a {
	font-size:12px;
	color:#FF0000;
	font-weight:normal;
/*	padding: 5px 10px;*/
	cursor: pointer;
	position: relative;
	/*padding-left:10px;*/
	/*background: #ffffff url(bullet_menu_1.jpg) center left no-repeat;*/
	padding-bottom:6px;
	text-decoration:none;
  display:block;

    /*font-weight:bold; 
	background: #ffffff url(bullet_menu_1.jpg) center left no-repeat;*/
}

.menu_headonly a:hover {
	font-size:12px;
	color:#FF0000;
/*padding: 5px 10px;
	cursor: pointer;*/
	position: relative;
	padding-bottom:6px;
	background-color:#FFCC00;
	/*padding-left:10px;*/
    /* font-weight:bold;
    background: #ffffff url(bullet_menu_1.jpg) center left no-repeat;*/
}

.menu_body {
	font-size:12px;
	display:none;
	padding-right:20px;
	text-decoration:none;
	color:#666666;
	 /* background-color:#ffffff;*/
	 background: #ffffff; /* url(bullet_menu_white.jpg) center left no-repeat;*/
 background-image:none;
 background-repeat:no-repeat;

	}


.menu_body a{
  font-size:12px;
  display:block;
  padding-right:20px;
  text-decoration:none;
  color:#666666;
  
	/*background-color:#ffffff;*/
	background: #ffffff; /* url(bullet_menu_white.jpg) center left no-repeat;*/
  background-image:none;
 background-repeat:no-repeat;

    
}
.menu_body a:hover{
font-size:12px;
padding-right:20px;
 background-color:#FFCC00;
  cursor: pointer;
	color:#ff0000;
	/* background: #ffffff; url(bullet_menu_white.jpg) center left no-repeat;*/
	 background-image:none;
 background-repeat:no-repeat;

  }
/* end left menu v2 */


/* start left menu */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight:normal;
	font-family:Arial;
	cursor: default;
	width: 8em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight:normal;
	font-family:Arial;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #FFFFFF;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #d6d6d4;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 0.5em 0.75em;
	color: #FF0000;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #FFEE66;
	color: #FF0000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #FFEE66;
	color: #FF0000;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(http://www.mysurveyasia.com.cn/view/images/256/MenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
background-image:
	background-image: url(http://www.mysurveyasia.com.cn/view/images/256/MenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* end left menu */

.menuRollover a:link {
color:#FF0000;
text-decoration:none;
background-color:#ffffff;
}

.menuRollover a:hover {
color:#FF0000;
background-color:#ffee66;
text-decoration:none;
}
/*
#arrows {
Z-INDEX: 1; 
LEFT: 74px; 
WIDTH: 10px; 
POSITION: absolute; 
TOP: 171px}
*/

blink {
text-decoration:blink;
}

a:link {
cursor: pointer;
FONT-FAMILY: 宋體; mso-ascii-font-family: &apos; Times: ; mso-hansi-font-family: &apos;
font-size: 12px;
color: #cc0000;
text-decoration: none;
}

a:hover {
cursor: pointer;
FONT-FAMILY: 宋體; mso-ascii-font-family: &apos; Times: ; mso-hansi-font-family: &apos;
font-size: 12px;
color: #FF5A0D;
text-decoration: none;
}

a:active {
FONT-FAMILY: 宋體; mso-ascii-font-family: &apos; Times: ; mso-hansi-font-family: &apos;
font-size: 12px;
color: #cc0000;
text-decoration: none;
}

a:visited {
FONT-FAMILY: 宋體; mso-ascii-font-family: &apos; Times: ; mso-hansi-font-family: &apos;

font-size: 12px;
color: #cc0000;
text-decoration: none;
}

.bluenews{
color:#0000FF;
background-color: #B6E4F9;
}


.bluesurveyButton{
cursor: pointer;
color: #FFFFFF;
background-color: #76C2F7;
border-style:outset;
border-width:thin;
border-color:#ffffff;
border-style:outset;
}


BODY {
	scrollbar-face-color:#FFF6C9;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#dddddd;
	scrollbar-shadow-color:#FFF6C9;
	scrollbar-highlight-color:#FFFFFF;
	background-color: #eee8b0;
	FONT-FAMILY: 宋體; mso-ascii-font-family: &apos; Times: ; mso-hansi-font-family: &apos;
}


.bluefont {
font-size:12px;
color:#0000FF;
}

.bluefont14 {
font-size:14px;
color:#0000FF;
}

/*
#divScroller1 {	 
BORDER-RIGHT: #666666 0px dashed; 
BORDER-TOP: #666666 0px dashed; 
Z-INDEX: 9; 
LEFT: 105px; 
OVERFLOW: hidden; 
BORDER-LEFT: #666666 1px dashed; 
WIDTH: 100px; 
CLIP: rect(0px 400px 130px 0px); 
BORDER-BOTTOM: #666666 0px dashed; 
POSITION: absolute; 
TOP: 50px; 
HEIGHT: 130px; 
visbility: visible;
}


.dynPage {	
PADDING-LEFT: 1px; 
FONT-SIZE: 12px; 
Z-INDEX: 5; 
LEFT: 0px; 
VISIBILITY: hidden; 
WIDTH: 120px; 
COLOR: #666666; 
LINE-HEIGHT: 16px; 
POSITION: absolute; 
TOP: 0px
}
*/

.error{
background-color: #FFD741;
color: #ff0000;
font-weight: bold;
padding: 1px; 
}


.highlight {
color:#FF9900;
font-weight:bold;
}

.highlightnobold{
color:#FF9900;
FONT-FAMILY: 宋體; mso-ascii-font-family: &apos; Times: ; mso-hansi-font-family: &apos;
}

#links {	
Z-INDEX: 1; 
LEFT: 77px; 
WIDTH: 20px; 
POSITION: absolute; 
TOP: 64px}

.menu {	
font-size:12px;	
color: #000000;	
font-weight: bold;}


.news{
color:#FF0000;
background-color: #FFCC66;
}

.newsgeneral{
color:#FF6600;
background-color: #ffffff;
}

.pagetitle {

	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FF0000;

}

.question1 {
color:#0033CC;
font-size: 12px;
}


.question2{
background-color: #CCCCCC;
color: #663300;
font-size : 10pt;
padding: 1px;
}

.questionafterlogin{
background-color: #DAF1FA;
color: #0000FF;
font-size : 10pt;
padding: 1px;
}

.regButton{
cursor: pointer;
margin-top: 5px;
width: 150px;
font-weight: bold;
color: #FFffff;
background-color: #FAB71B;
border-color:#FFFFFF;
border-style:outset;
border-width:thick;																													  
}

.reward_table{
background-color:#FF9900;
}

.subtitle2 {
	color: #FF6600;
	font-weight: bold;
}

.subtitle {
	color: #FF6600;
	font-weight: bold;
}

.subtitle_blue {
	color: #0000FF;
	font-weight: bold;
}

.surveyButton{
cursor: pointer;
color: #FF0000;
background-color: #f3cc63;
border-style:outset;
border-width:thin;
border-color:#ffffff;
border-style:outset;
}

#ticker{
color:#FF9900;
background-color: #FFFF99;
font: 12px;
height: 60;
width: 190;
border: 0px ;
padding: 2px;
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.5)
}


td {
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #666666;

	text-decoration: none;
	line-height: 18px;
}


.tab{
background-color:#fbf7bd;
color: #ff9900;
}

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


.dmg, .dmgSectionHeader{
					font-family : Verdana, Arial, sans-serif ;
					font-size : 9pt;
					}
					.dmgRequired_Y{
					font-weight: bold;
					}
					.dmgRequired_N{
					font-weight: normal;
					}
					.dmgInput{
					color: Black;
					}
					.dmgSelect{
					color: Black;
					border: 1px solid #Gray;
					}
					.dmgDemographic, .dmgSectionHeader{
					padding: 5px;
					}
					.dmgExistingPage{
					color:#FF0000;
					font-weight:bold;
					}
					.dmgIndividual{
					background-color: White;
					border: thin solid #E57D2E;
					padding: 5px;
					}
					DIV.dmgGrouping{
					background-color: #ededed;
					border: 1px solid Gray;
					padding: 5px;
					}
					TABLE.dmgGrouping{
					font-family : Verdana, Arial, sans-serif ;
					font-size : 9pt;
					padding: 5px;
					}

					.dmgError{
					background-color: #FFD741;
					color: #ff0000;
					font-weight: bold;
					padding: 1px;
					}
					.dmgQuestion{
					background-color: #CCCCCC;
					color: #663300;
					font-size : 10pt;
					padding: 1px;
					}
					.dmgSectionContent{
					color:#666666;
					font-size:12px;
					}
					.dmgGroupingdate{
					visibility:hidden;
					}

		.dmgButton{
					cursor: pointer;
					margin-top: 5px;
					width: 150px;
					font-weight: bold;
					color: #FFFFFF;
					background-color:#FF9900;
					border-style:outset;
					border-width:thick;
					border-color:#FFFFFF;
					}

					.dmgsubtitle{
					color:#FF6600;
					font-size:12px;
					font-weight: bold;
					}

					.dmgfocus{
					color:#FF00FF;
					font-size:14px;
					font-weight:bolder;
					}
 .hid {display: none; }
				.show {display: block;
background-color:#FFFFCC;
border:thin;
border-color:#CCCCCC;
margin-left:10px;
				margin-right:10px; }

.dropdown_head {
	font-size:12px;
	color:#999999;
	position: relative;
	padding-left:10px;
    font-weight:normal;
	text-indent:10px;
}

.dropdown_body {
	display:none;
	text-indent:10px;
	color:#485dc5;

	}

