/* S SG portal*/
.logintable{
font-family: Times New Roman;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.logintable a{
font-family: Times New Roman;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.error{
font-family: Times New Roman;
font-size:12px;
background-color:#FFCC00;
color:#FF0000;
font-weight:normal;
display:block;
}


.table_header{
font-family: Andorra;
font-size:14px;
color:#0066CC;
font-weight:normal;
background-color:#FFFF99;
}



.highlight2{
font-family: Times New Roman;
font-size:14px;
color:#FF9900;
font-weight:normal;
}

.surveyButton{
	font-family : "Arial";
	cursor:pointer;
	margin-top: 5px;
	width: auto;
	font-weight:lighter;
	color: #ff0000;
	background-color:#FFCC00;
	border-color:#FFFFFF;
/*	border-style:outset; */
	border-style:outset;
	border-width:thick;  
}
#accordion {
    width: 170px;
    height: 125px;
    margin: 20% auto; }
#accordion div {
    height:25%;
    overflow: hidden;}
#accordion:hover div {
    height: 20px; }
#accordion:hover div:hover {
    height: 80px;
    overflow: auto; 
}
#accordion:hover div:hover {
    height: 80px;

	overflow:hidden;
	vertical-align:text-top;
 
}
.accordion_highlight:hover{
		background-color:#FF0080;
		color:#FFFFFF;
display:block;

}
.accordion_highlight{
		color:#0099FF;
		font-weight:bolder;

}


.joinButton{
	font-family : "Arial";
	cursor:pointer;
	margin-top: 5px;
	width: 50px;
	font-weight:lighter;
	color: #ffffff;
	background-color:#FF0000;
	border-color:#FFFFFF;
/*	border-style:outset; */
	border-style:outset;
	border-width:thick;        
}

.subtitle{
font-family: Times New Roman;
font-size:12px;
color:#085fd8;
font-weight:bold;

}
.dmgError{
	font-family : Times New Roman;
	background-color: #FFD741;
	color: #ff0000;
	font-weight: bold;
	padding: 1px;
}


.regButton{
	font-family : "Times New Roman";
	cursor:pointer;
	margin-top: 5px;
	width: 150px;
	font-weight: bold;
	color: #ffffff;
	background-color:#0099FF;
	border-color:#FFFFFF;
/*	border-style:outset; */
	border-style:outset;
	border-width:medium;        
}

.dmgQuestion{
  font-family: Times New Roman;
font-size:14px;
color:#001cab;
font-weight:lighter;
background-color:#CCCCCC;
  }
  
  .dmgResponse{
  font-family: Times New Roman;
font-size:12px;
color:#666666;
font-weight:lighter;
  }

.highlight{
font-family: Times New Roman;
font-size:14px;
color:#ff0000;
font-weight:bold;

}

.highlight_normal{
font-family: Times New Roman;
font-size:12px;
color:#ff0000;
font-weight:normal;

}

.pagetitle{
font-family: Andorra;
font-size:16px;
color:#3a7dda;
font-weight:bold;
}

.general{
font-family: Times New Roman;
font-size:12px;
color:#616265;
font-weight:lighter;
}

.general a{
font-family: Times New Roman;
font-size:12px;
color:#0099ff;
font-weight:bold;
text-decoration:none
}


.general a:hover{
font-family: Times New Roman;
font-size:12px;
color:#ff0000;
font-weight:bold;
text-decoration:none
}

.generalhyperlink a{
font-family: Times New Roman;
font-size:12px;
color:#3399FF;
font-weight:lighter;
text-decoration:none;
}


.leftmenulevel1{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#0a5b9d;
font-weight:thin;
}


.leftmenulevel1 a{
font-family:Arial, Helvetica, sans-serif;
color:#0a5b9d;
text-decoration:none;
}

.leftmenulevel2{
font-family:Arial, Helvetica, sans-serif;font-size:12px;
color:#616265;
}

.leftmenulevel2 a{
font-family:Arial, Helvetica, sans-serif;
color:#616265;
text-decoration:none;
}


.leftmenulevel1 a:hover{
	background-color:#c7e5ff;
font-family:Arial, Helvetica, sans-serif;font-size:14px;
color:#0099FF;
font-weight:bold;
	display:block;
}

.leftmenulevel2 a:hover {
	background-color:#c7e5ff;
font-family:Arial, Helvetica, sans-serif;font-size:12px;
color:#0099FF;
font-weight:bold;
	display:block;
}

/* start accordion */
/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.Accordion {
	overflow: hidden;
	width:180px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
	width:180px;
}

.AccordionPanelTab {
font-family: Times New Roman;
font-size:12px;
color:#616265;
font-weight:lighter;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;

}

.AccordionPanelTab:hover {
font-family: Times New Roman;
font-size:12px;
color:#0000FF;
font-weight:lighter;
	background-color:#99CCFF;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border:hidden;
}


.AccordionPanelContent {
font-family: Times New Roman;
font-size:12px;
color:#616265;
font-weight:lighter;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width:150px;
	padding-left:10px;
}

.AccordionPanelOpen .AccordionPanelTab {
	/*background-color: #EEEEEE;*/
}

.AccordionPanelTabHover {
	color:#FF9900;
	
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color:#616265;
	background-color:#99CCFF;
}

.AccordionFocused .AccordionPanelTab {
	/*background-color:#FFFFCC;*/
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color:#99CCFF;
}
/* end accordion */





/* E SG portal*/


/***************************** old **********************************/
/*
BODY { 
	scrollbar-face-color:#FFF6C9; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#dddddd; 
	scrollbar-shadow-color:#FFF6C9; 
	scrollbar-highlight-color:#FFFFFF;
	font-family : "Times New Roman";
}

td {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
}

td,select,input,textarea {
    font-family : "Times New Roman";
    font-size : 12px;
    color: #666666;
}

a:link {
	cursor: hand;
	font-family: "Times New Roman";
	font-size: 12px;
	color: #009bcc;
        text-decoration: none;
}

a:hover {
	cursor: hand;
	font-family: "Times New Roman";
	font-size: 12px;
	color: #63003e;
        text-decoration: none;
}

a:active {
	font-family : "Times New Roman";
	font-size: 12px;
	color: #009bcc;
        text-decoration: none;
}

a:visited {
	font-family : "Times New Roman";
	font-size: 12px;
	color: #009bcc;
    text-decoration: none;
}

.menu {	
	font-family : "Times New Roman";
	font-size:12px;	
	color: #000000;
	text-decoration: none;		
}


.whitefont {
	font-family : "Times New Roman";
	font-size:12px;	
	color: #ffffff;
}

.bluefont {
	font-family : "Times New Roman";
	font-size:14px;	
	color: #ffffff;
	font-weight: bold;
        background-color: #5eb6c7;
}

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

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

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

#arrows {
	Z-INDEX: 1; 
	LEFT: 74px; 
	WIDTH: 10px; 
	POSITION: absolute; 
	TOP: 171px
}

.subtitle {
	color: #e00080;
	font-size:12px;
	font-weight: bold;
	font-family : "Times New Roman";
	}
	
.subtitle2 {
	color: #479993;
	font-weight: bold;
	font-family : "Times New Roman";
}

.logoutbox {
	color: #a93c00;
	font-weight: bold;
	font-family : "Times New Roman";
}

.pagetitle {
	font-family : "Times New Roman";
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #479993;
}

.highlight {
	font-family : "Times New Roman";
	color:#FF0000;
	font-weight:bold;
}
*/
/***************************** old **********************************/

/*
.question1 {
	font-family : "Times New Roman";
	color:#0033CC;
	font-size: 10px;
}
*/

/*
.question2{
        font-family : "Times New Roman";
	background-color: #CCCCCC;
	color: #663300;
	font-size : 10pt;
	padding: 1px;
}
*/


/***************************** old **********************************/
/*

.surveyButton{
	font-family : "Times New Roman";
	cursor: hand;
	color: #ffffff;
	background-color: #63bef3;
	border-style:outset;
	border-width:thin;
	border-color:#ffffff;
}

.news{
	font-family : "Times New Roman";
	color:#006600;
	background-color: #D5FFD5;
}

.newsgeneral{
	font-family : "Times New Roman";
	color:#3f8391;
	background-color: #DFF5DE;
}

.regButton{
	font-family : "Times New Roman";
	cursor: hand;
	margin-top: 5px;
	width: 150px;
	font-weight: bold;
	color: #0000ff;
	background-color: #D0E0F4;
	border-color:#FFFFFF;
	border-style:outset;
	border-width:thick;        
}

.dmg{
	font-family : "Times New Roman";
	font-size : 9pt;
	}


.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 #D0E0F4;
	padding: 3 px;
}

DIV.dmgGrouping{
	background-color: #ededed;
	border: 1px solid Gray;
	padding: 5px;
}

TABLE.dmgGrouping{
	font-family : "Times New Roman";
	font-size : 9pt;
	padding: 5px;
}

.dmgError{
	font-family : "Times New Roman";
	background-color: #FFD741;
	color: #ff0000;
	font-weight: bold;
	padding: 1px;
}



.dmgQuestion{
	background-color: #e2e1dd;
	color: #663300;
	padding: 1px;
}

.dmgSectionContent{
	color: #0033FF;
	font-size: 12px;
}
	
.dmgGroupingdate{
	visibility:hidden;
}

.bluebgcolor{
	background-color:#8FB6E4;
}

.dmgProfileQuestion{
background-color:#CCCCCC;
color:#663300;
font-family: "Times New Roman";
font-size:12px;
font-weight:lighter;
padding: 1px;
}

.dmgProfileQuestion1{
background-color:#FFFFFF;
color:#0033CC;
font-family:"Times New Roman";
}

.rewardsList{
background-color:#DDF4FB;
color:#8C8D8E;
font-family: "Times New Roman";
font-size:12px;
font-weight:lighter;
padding: 1px;
}

.pollingquestion{
	color: ##009bcc;
	font-size: 12px;
}

*/
/***************************** old **********************************/
