
/* background color for the content part of the pages */
body
{
	font-size:90%;
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
}


table
{
    padding:0px; 
    border:none;
    border-collapse:collapse; 
    border-spacing:0px;
}

.surveyContentFrame
{
	BORDER-RIGHT:0px; 
	BORDER-TOP: #557c98 1px solid; 
	BORDER-LEFT:0px;
	BORDER-BOTTOM: 0px;
	PADDING-RIGHT:0px; 
	PADDING-LEFT:0px; 
	PADDING-BOTTOM:0px; 
	PADDING-TOP:0px; 
}
.surveyMenuNavigation
{	
	BORDER-RIGHT:#557c98 1px solid; 
	BORDER-LEFT:#557c98 1px solid;
	BORDER-TOP: #557c98 1px solid; 
	BORDER-BOTTOM: 0px;
	
	PADDING-TOP:1px;
	PADDING-LEFT:0px; 
	PADDING-RIGHT:0px;
	PADDING-BOTTOM:0px; 
	WIDTH:270px; 
}

.NavigationButton
{
	font-family:Verdana;
	border-style:solid;
	border-width:1px;
	background-color:White;
	border-color:#557c98;
	color:#557c98;    
}


.reportGraphTable
{
	width: 95%;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
.reportGraph
{
	height:20px;
	background: url(../Images/Sprites.png) repeat-x 0px -1400px    
}

.reportTable
{
	/*border: solid 1px black;  */
	width:100%;
}

.reportTable th
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.reportTable td
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

.reportTable .totals
{
	text-align:right;    
}

.reportTable .totalsValues
{
	text-align:center;
}

.editorsBody
{
	font-size:95%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #ffffff;
}

.treeButtonContainer
{
	font-size:12px;
	color: #364b6f;
	font-weight: bold;
	height : 25px;
	background: url(../Images/sprites.png) repeat-x 0px -200px; 
}

.treeButtons
{
    padding:5px;
}

.treeButton
{
    text-align:center;
    width:50%;          
}

.MenuTitle
{
	font-size:12px;
	color: #364b6f;
	font-weight: bold;
	height : 25px;
	background: url(../Images/sprites.png) repeat-x 0px -200px;    
}

.Question
{
	/*font-size:80%;
	font-weight: bold;
	color: #000000;    */
}

.EditorTitle
{
	font-size:80%;
	color: #364b6f;
	font-weight: bold;
	height : 24px;
	background: url(../Images/sprites.png) repeat-x 0px -200px;    
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #cccccc;
}

.adminBody
{
	font-size:95%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color:#ffffff;
}

.surveyClosed
{
	font-family: Arial, Verdana, sans-serif;
	font-size:large;
	color : #aa0000;
	
}

.Deleted
{
    color:#aa0000;
}

.footerCell
{
	/*background-color: #374e80;
	color : #FFFFFF;*/
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px #082E44 solid;
	text-align : center;
	font-size: 75%;
	font-weight: bold;
}

.footerContainer
{
	width:100%;
	height:30px;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px #082E44 solid;
	text-align : center;
	font-size: 75%;
	font-weight: bold;
}

.TableLayout
{
	border: 1px #082E44 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:950px;
	text-align : center;
	margin-left:auto; 
	margin-right:auto; 
}

.Menu
{
	BORDER-RIGHT:#557c98 1px solid; 
	PADDING-RIGHT:0px; 
	BORDER-LEFT:#557c98 1px solid;
	BORDER-TOP:0px;
	BORDER-BOTTOM: 0px;
	PADDING-LEFT:0px; 
	PADDING-BOTTOM:0px; 
	WIDTH:270px; 
	PADDING-TOP:0px; 
	/*BACKGROUND-COLOR:#c5e3ff;
	background-image: url(../images/editordarkbackground.gif);*/
}

.HiddenButton
{
	visibility: hidden;	
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: white;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: white;
	border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color:Gray;
	border-right-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:darkorchid;
	font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:gainsboro;
	text-decoration:none;
	font-weight: bold
}

.ListBox {
	font-family: Verdana;
	font-size: 12px;
	color:#4a3c8c;
	font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
	text-decoration:    none;
	color:#eeeeee;
}

A.OtherTabs:visited {
	text-decoration:    none;
	color:#eeeeee;
}

A.OtherTabs:active  {
	text-decoration:    none;
	color:#eeeeee;
}

A.OtherTabs:hover   {
	text-decoration:underline;
	color:white;
}
 
.PageTitle
{
	font-size:110%;
	color: #00156e;
	font-weight: bold;
	height : 18px;
}
 
.PageOptions
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color : #00156e;
	background: url(../Images/sprites.png) repeat-x 0px -200px;
}   

.PageOptions A
{
	color : #1b4e67;
	text-decoration: none;
	font-weight:bold;
	outline:none;
	font-size: 85%;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
	text-decoration:none;
	color:white;
}

A.SiteLink:visited  {
	text-decoration:none;
	color:#eeeeee;
}

A.SiteLink:active   {
	text-decoration:none;
	color:#eeeeee;
}

A.SiteLink:hover    {
	text-decoration:none;
	color:white;
}

/* style for separator between site links */
.Accent
{
	color: red;
	font-weight:bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 11px;
	background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: indigo;
	font-family: Verdana, Helvetica, sans-serif;
}



/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  20px;
	font-weight:    normal;
	color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: bold;
	color: indigo;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px    
}

.TableNormal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#4a3c8c; 
}

.TableColumnNormal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#cccccc; 
}

.TableColumnLarge
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#cccccc; 
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.ClientDropDown {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
    line-height: 30px;
}

.NormalTextBoxReport
{
	border-top-color:Black; 
	border-top-style:solid; 
	border-top-width:thin;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}

.NormalLabel
{
	font: 11px Tahoma, Helvetica, sans-serif;
	color: black;
}

.NormalLabelBold
{
	font: 11px Tahoma, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
	
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    underline;
	color: indigo;
}

A.CommandButton:visited  {
	text-decoration:    underline;
	color: indigo;
}

A.CommandButton:active   {
	text-decoration:    underline;
	color: indigo;
}

A.CommandButton:hover    {
	text-decoration:    underline;
	color: mediumorchid;
}
	



/* GENERIC */
H1  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  20px;
	font-weight: normal;
	color: #666644;
}

H2  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  20px;
	font-weight:    normal;
	color: #666644;
}

H3  {
	font-family:    Verdana, Helvetica, sans-serif;
	font-size:      15px;
	font-weight:    bold;
	color:          #666644;
}

H4  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    normal;
	color: darkred;
}

H5, DT  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: darkred;
}

H6  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: darkred;
}
/*
TFOOT, THEAD    {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  12px;
	color: darkred;
}

TH  {
	vertical-align: baseline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    bold;
	color: darkred;
}

/*
A:link  {
	text-decoration:    none;
	color:  indigo;
}

A:visited   {
	text-decoration:    none;
	color:  indigo;
}

A:active    {
	text-decoration:    none;
	color:  indigo;
}

A:hover {
	text-decoration:    underline;
	color:  mediumorchid;
}
*/

SMALL   {
	font-size:  8px;
}

BIG {
	font-size:  14px;
}

BLOCKQUOTE, PRE {
	font-family:    Lucida Console, monospace;
}

/*UL LI   {
	list-style-type:    square ;
}

UL LI LI    {
	list-style-type:    disc;
}

UL LI LI LI {
	list-style-type:    circle;
}*/

OL LI   {
	list-style-type:    decimal;
}

OL OL LI    {
	list-style-type:    lower-alpha;
}

OL OL OL LI {
	list-style-type:    lower-roman;
}

HR {
	color: dimgrey;
	height:1pt;
	text-align:left
}

.StdTextBox 
{
	
	border-right: black 1px solid; 
	border-top: black 1px solid; 
	font-size: 9pt; 
	/*filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true'); */
	border-left: black 1px solid; 
	border-bottom: black 1px solid; 
	font-family: verdana 
}

.Answer
{
	font-size:85%;
}

.editorsTabStyle .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../Images/Tabs/tab-line.gif) repeat-x bottom;}
.editorsTabStyle .ajax__tab_outer {padding-right:4px;background:url(../Images/Tabs/tab-right.gif) no-repeat right;height:21px;}
.editorsTabStyle .ajax__tab_inner {padding-left:3px;background:url(../Images/Tabs/tab-left.gif) no-repeat;}
.editorsTabStyle .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../Images/Tabs/tab.gif) repeat-x;}
.editorsTabStyle .ajax__tab_hover .ajax__tab_outer {background:url(../Images/Tabs/tab-hover-right.gif) no-repeat right;}
.editorsTabStyle .ajax__tab_hover .ajax__tab_inner {background:url(../Images/Tabs/tab-hover-left.gif) no-repeat;}
.editorsTabStyle .ajax__tab_hover .ajax__tab_tab {background:url(../Images/Tabs/tab-hover.gif) repeat-x;}
.editorsTabStyle .ajax__tab_active .ajax__tab_outer {background:url(../Images/Tabs/tab-active-right.gif) no-repeat right;}
.editorsTabStyle .ajax__tab_active .ajax__tab_inner {background:url(../Images/Tabs/tab-active-left.gif) no-repeat;}
.editorsTabStyle .ajax__tab_active .ajax__tab_tab {background:url(../Images/Tabs/tab-active.gif) repeat-x;}
.editorsTabStyle .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#f3f3f3;}

.customTabStyle .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../Images/Tabs/tab-line.gif) repeat-x bottom;}
.customTabStyle .ajax__tab_outer {background:url(../Images/Tabs/tab-right.gif) no-repeat right;height:21px;}
.customTabStyle .ajax__tab_inner {padding-left:3px;background:url(../Images/Tabs/tab-left.gif) no-repeat;}
.customTabStyle .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(../Images/Tabs/tab.gif) repeat-x;}
.customTabStyle .ajax__tab_hover .ajax__tab_outer {background:url(../Images/Tabs/tab-hover-right.gif) no-repeat right;}
.customTabStyle .ajax__tab_hover .ajax__tab_inner {background:url(../Images/Tabs/tab-hover-left.gif) no-repeat;}
.customTabStyle .ajax__tab_hover .ajax__tab_tab {background:url(../Images/Tabs/tab-hover.gif) repeat-x;}
.customTabStyle .ajax__tab_active .ajax__tab_outer {background:url(../Images/Tabs/tab-active-right.gif) no-repeat right;}
.customTabStyle .ajax__tab_active .ajax__tab_inner {background:url(../Images/Tabs/tab-active-left.gif) no-repeat;}
.customTabStyle .ajax__tab_active .ajax__tab_tab {background:url(../Images/Tabs/tab-active.gif) repeat-x;}
.customTabStyle .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#f3f3f3;}

.ProgressBar
{
	display:block;
	position:absolute;
	padding:2px 3px;    
}

.ProgressBarContainer
{
	border: solid 1px #808080;
	border-width: 1px 0px;
}

.ProgressIndicator
{
	background: url(../Images/progressInd.gif) no-repeat top left;    
}

.ProgressBarHeader
{
	background: url(../Images/sprites.png) repeat-x 0px 0px;
	border-color: #808080 #808080 #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
	padding: 0px 10px;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.9;  
	font-family: arial,helvetica,clean,sans-serif;
}

.ProgressBarBody
{
	background-color: #f2f2f2;
	border-color: #808080;
	border-style: solid;
	border-width: 0px 1px;
	padding: 10px;
}

/* Password strength styles  */

.TextIndicator_Help
{
	font-family: tahoma,arial,sans-serif;
	font-size:75%; 
	color:#666666;
	line-height: 1.5em; 
}

.TextIndicator_TextBox1
{
	 background-color:Gray;
	 color:White;
	 font-family:Arial;
	 font-size:x-small;
	 font-style:italic;
	 padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox1_Strength1
{
	 background-color:Gray;
	 color:White;
	 font-family:Arial;
	 font-size:x-small;
	 font-style:italic;
	 padding: 2px 3px 2px 3px;
	 font-weight:bold;
}
.TextIndicator_TextBox1_Strength2
{
	 background-color:Gray;
	 color:Yellow;
	 font-family:Arial;
	 font-size:x-small;
	 font-style:italic;
	 padding: 2px 3px 2px 3px;
	 font-weight:bold;
}
.TextIndicator_TextBox1_Strength3
{
	 background-color:Gray;
	 color: #FFCAAF;
	 font-family:Arial;
	 font-size:x-small;
	 font-style:italic;
	 padding: 2px 3px 2px 3px;
	 font-weight:bold;
}
.TextIndicator_TextBox1_Strength4
{
	 background-color:Gray;
	 color:Aqua;
	 font-family:Arial;
	 font-size:x-small;
	 font-style:italic;
	 padding: 2px 3px 2px 3px;
	 font-weight:bold;
}
.TextIndicator_TextBox1_Strength5
{
	 background-color:Gray;
	 color: #93FF9E;
	 font-family:Arial;
	 font-size:x-small;
	 font-style:italic;
	 padding: 2px 3px 2px 3px;
	 font-weight:bold;
}

.tree-node
{
	margin: 8px;
	list-style-type: none;
	font-size: 1.5em;
	color: Black;
	text-decoration: none;
}

.NormalTextLink
{
	text-decoration:none;
	color: Black;
}

.condition
{
	border: 1px solid #000;
	min-width: 525px;
}
.conditionGroup ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.conditionGroup li
{
	margin: 0 0 5px 0;
	padding: 0px;
	/*border: 1px solid #000;*/
}
.conditionGroup a
{
	color : #1b4e67;
	text-decoration: none;
	font-weight:bold;
	outline:none;
	font-size: 85%;
}
.conditionGroup img
{
	vertical-align: middle;
}
.modal
{
    z-index:99999;
	background-color:#FFF;
	display:none;
	width:450px;
	padding:15px;
	text-align:left;
	border:3px solid #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 85%;
	color : #00156e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #DDD;
	-webkit-box-shadow: 0 0 50px #DDD;
    border-radius:6px;
    box-shadow: 0 0 50px #DDD;
}
.modal h2
{
	text-align: center;
	margin: 5px auto 30px auto;
	font-size: 1.1em;
	color: #000;
}
.modal p
{
	margin: 5px auto;
	text-align: center;
}
.modal fieldset
{
	margin: 20px 0 0 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    border-radius:4px;
}
.modal legend
{
	font-weight: bold;
}
.modal div
{
	margin-bottom: 5px;
}
