﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #FFF;
}
img
{
    border: 0;
}
div#Container
{
    min-height: 100%;
    position: relative;
}
div#Container
{
    height: 100%;
}
div#Main
{
    padding-bottom: 20px; /* Height of the footer */
    text-align: left;
    width: 947px;
    margin: 0 auto;
	padding-bottom: 20px; /* Height of the footer */
	text-align: left;
	width: 947px;
	margin: 0 auto;
	position:relative;
}
div#Footer
{
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 947px;
}
div#Footer div#FooterWrap
{
    height: 20px;
    padding: 8px;
    color: #FCC32D; /*background-color: #263039;*/
    border-bottom: solid 1px #CCC;
    text-align: right;
    margin: 0 auto;
}

body, input, select
{
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
}

form
{
    margin: 0;
}

a
{
    color: #D95936;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.clear
{
    clear: both;
}

.block
{
    display: block;
}

.center
{
    text-align: center;
}

.error, .field-validation-error, .validation-summary-errors
{
    color: #FF0000;
}

.input-validation-error
{
    border: 1px solid #FF0000;
    background-color: #FFEEEE;
}

.validation-summary-errors
{
    font-weight: bold;
}

.label, label
{
    font-weight: bold;
    color: #263039;
}


/* modalMenu
----------------------------------------------------------*/
div#ModalMenuTop
{
    height: 12px;
    background-color: #CFDBDB;
}
div#ModalMenuBottom
{
    height: 35px;
    background-color: #263039;
    color: #BCC9C9;
    font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' , Arial, Helvetica, sans-serif;
    font-size: 14pt;
    vertical-align: bottom;
    overflow: hidden;
}
div#ModalMenuBottom span
{
    line-height: 48px;
}

/* menu   
----------------------------------------------------------*/
#LogOn
{
    color: #8F4198;
    font-weight: bold;
    float: right;
    margin-top: 35px;
}
#ManagementMenu
{
    background: url(../Images/Shared/Logo.jpg) no-repeat right 1px;
    margin-top: 8px;
    margin-bottom: 20px;
    border: solid 1px #FFF;
}
div.pageTitle
{
    font-family: 'HelveticaNeue-Light' , 'Helvetica Neue Light' , 'Helvetica Neue' , Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #874A83;
    margin-bottom: 20px;
    margin-top: 23px;
}

ul.menu
{
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    width: 947px;
    height: 30px;
}

.menu li
{
    float: left;
    position: relative;
}

.menu li a.home
{
    border-left: 0;
}
.menu li a
{
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0 7px;
    text-decoration: none;
    white-space: nowrap;
}

ul.menu.compact li a
{
    height: 24px;
    line-height: 24px;
    padding: 4px;
}

ul.menu.compact li:first-child a
{
    padding-left: 0;
}

ul.menu.compact li:last-child a
{
    padding-right: 0;
}


/*-- ie6 hack to control menu height in ie7 and FF--*/
html > body .menu li a
{
    display: block;
}

.menu li a.menuDivide
{
    background-image: url('../Images/Seperator.gif');
    background-position: right;
    background-repeat: no-repeat;
}

.menu li a:hover
{
    color: #000;
    background-color: #FCC32D;
    background-image: none;
}
.menu li a.selected
{
    color: #BCBCBC;
    background-color: #1B2D37;
}
.top li a
{
    color: #8F4198;
    font-weight: bold;
}
.sub li a
{
    color: #666;
}

/* Hide from IE5-Mac \*/
.menu li a
{
    float: none;
}
/* End hide */

/* headings   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0;
}
h3
{
    font-size: 1.2em;
    margin-bottom: 0;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

.leftColumn > h1, .leftColumn > h2, .rightColumn > h1, .rightColumn > h2
{
    margin-top: 0;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #888888;
    text-align: left;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

textarea, select, input[type="password"], input[type="text"]
{
    color: #333;
    background-color: #EDF5F5;
    width: 200px;
    border: solid 1px #CCCCCC;
    font-family: Arial, Helvetica, Sans-Serif;
}

input[type="button"], input[type="submit"], a.button
{
    color: #FCC32D;
    font-weight: bold;
    background-color: #263039;
    border: none;
    height: 20px;
    margin-left: 10px;
    padding: 0 5px 3px;
    cursor: pointer;
    text-decoration: none !important;
}

a.button 
{
    padding-top: 3px;
    padding-bottom: 3px;
}

input[type="button"]:disabled, input[type="submit"]:disabled, a.button:disabled
{
    color: #FFFBF2;
    background-color: #BEC1C4;
    cursor: default;
}

/* TABLE
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #FFF;
}

table th
{
    text-align: left;
    border: solid 1px #FFF;
}

td.participantStatus
{
    font-size: 8pt !important;
    text-align: center;
    border-bottom: none;
    border-top: none;
    padding: 3px;
}

td.participantStatusBottom
{
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
}

/* PAGER
--------------------------------------*/
div.pager
{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: relative; /*background-color: #263039;*/
    border-bottom: solid 1px #CCC; /*color: #FCC32D;*/
    vertical-align: middle;
}

div.pager div.previous
{
    position: absolute;
    left: 10px;
    top: 0;
}

div.pager div.next
{
    position: absolute;
    right: 10px;
    top: 0;
}

div.pager div.previous a, div.pager div.next a
{
    color: #6D4173;
    text-decoration: none;
}

/* jOverlay
----------------------------------------------------------*/
.jOverlayClose
{
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 2px;
    position: absolute;
    color: #0067c6;
    font-weight: 700;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.jOverlayContent
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for IE6 */
    height: auto;
    width: 408px;
    z-index: 2;
    font-size: 13px;
}

.jOverlayBackground
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for IE6 */
    height: 10000px !important;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: solid 1px #CECECE;
    z-index: 1;
}

.jOverlayContent .customContent
{
    padding: 10px;
}

ul.jOverlayActions
{
    border-top: dotted 1px #D3D3D3;
    padding: 5px 10px 5px 10px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul.jOverlayActions li
{
    display: inline;
    list-style: none;
    margin-left: 5px;
}
.jOverlayContent
{
    background-color: white;
    padding: 0;
    border: 1px solid #c0c0c0;
    margin-right: 5px;
    margin-bottom: 5px;
}
h2.jOverlayTitle
{
    background-color: #1B2D37;
    border-bottom: 1px solid #c0c0c0;
    color: #FDC005;
    padding: 2px;
    padding-left: 4px;
    margin: 0;
    min-height: 10pt;
    font-size: 10pt;
}
/* validation
----------------------------------------------------------*/
.errorSummary
{
    border: solid 1px Red;
    color: Red;
    padding: 5px;
    background-color: #FCEEEE;
}
.noListStyle LI
{
    list-style-type: none
}
/* autocomplete
-----------------------------------------------------------*/
.ac_results
{
    padding: 0;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul
{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li
{
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
    font: menu;
    font-size: 12px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
    line-height: 16px;
    overflow: hidden;
}

.ac_loading, .searching
{
    background: white url('../Images/Shared/indicator.gif') right center no-repeat !important;
}

select.ac_loading, select.searching
{
    background-position: center;
}

.ac_odd
{
    background-color: #eee;
}

.ac_over
{
    background-color: #0A246A;
    color: white;
}
/*  SEARCH
----------------------------------------------------------*/
ul#ulSearchTabs, ul#ulSearchTabs li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#ulSearchTabs
{
    clear: both;
    margin-top: 10px; /*border-bottom: solid 2px #FCC32D;*/
}

ul#ulSearchTabs li
{
    display: inline;
    margin: 0 6px 0 0; /*border-bottom-width: 0;*/ /*border-left: solid 2px #FFF; 	border-right: solid 2px #CCC; 	border-top: solid 2px #CCC;*/
    border-bottom: solid 2px #CCC;
    background-color: #CCC; /*height:30px;*/
    padding: 5px; padding:0;
}

ul#ulSearchTabs li.selectedListItem
{ /*border-left: solid 2px #FCC32D; 	border-right: solid 2px #FCC32D; 	border-top: solid 2px #FCC32D;*/
    border-bottom: solid 2px #FCC32D;
    background-color: #FCC32D;
}

ul#ulSearchTabs li.linkListItem
{ /*border-left: solid 2px #FCC32D; 	border-right: solid 2px #FCC32D; 	border-top: solid 2px #FCC32D;*/
    background-color: #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    margin-left: 490px;
    margin-right: 0;
    padding:0;
}

input.tabButton
{
    color: #263039;
    font-size: 16px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    border: none; padding:2px;
	cursor:hand;
	background-color:Transparent;
	margin: 0;
}

div.searchResultsContainer
{
    position: relative;
    top: 2px; /*padding: 6px;*/ /*border: solid 2px #FCC32D;*/ /*border-top: none;*/
}
div.searchResultsContainer.noTabs
{
    border: solid 2px #FCC32D;
}
/* MANAGEMENT
----------------------------------------------------------*/
table.result td.label
{
    color: #263039;
    font-size: 12pt;
    text-align: right;
}

table.result
{
    width: 100%;
    clear: both;
}

table.result tr.header td
{
    font-weight: bold;
    font-size: 10pt;
    color: #000;
    vertical-align: bottom;
    background-color: #FCC32D;
}

table.result tr.header td.small
{
    font-size: 8pt;
    color: #263039;
}

table.result tr, table.result tr:nth-child(even)
{
    background-color: #EDF5F5;
}
table.result tr.alt, table.result tr:nth-child(odd)
{
    background-color: #CFDBDB;
}

table.result tr td div
{
    text-align: center;
}

table.result tr td div input
{
    margin: 0;    
}

table.result div.reportdate
{
    font-size:x-small;
}

table.result th.narrow
{
    width: 60px;
}

.buttonContainer
{
    margin-top: 10px;
    float: right;
}

/* table
-----------------------------------------------------------*/
table th
{
    background-color: #FCC32D;
    font-size: 10pt;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #000;
    padding: 0 5px;
    height: 36px;
    border-right: solid 1px #FFF;
}

table th.connectionClosed
{
    background-color: #BCC9C9;
}

table tr.buttonRow
{
    background-color: #FFF;
}

/* HUB
-----------------------------------------------------------*/
table.hub td.label
{
    color: #263039;
    font-size: 10pt;
    text-align: right;
}
table.hub
{
    width: 305px;
    float: left;
    /*margin-right: 10px;*/
    margin-bottom: 10px;
}
table.hub td
{
    background-color: #EDF5F5;
}
table.hub tr.alt td
{
    background-color: #CFDBDB;
}
table.hub.solid td
{
    background-color: #CFDBDB;
}
table.hub.solid tr.alt td
{
    background-color: #EDF5F5;
}
/* MISC
-----------------------------------------------------------*/
/*vertical ie only, code renders image for non ie browsers*/
/*.vertical
{
	text-align: center;
    /*white-space: nowrap; 	writing-mode: tb-rl; 	filter: flipH() flipV();!1!
}*/
.clearBoth
{
    clear: both;
}
input[type="text"].date
{
    width: 146px;
}
input[type="text"].time
{
    width: 146px;
}
.right
{
    text-align: right;
}
.left
{
    text-align: left !important;
}

.leftPadding 
{
	padding-left: 10px;	
}

.date
{
    background-image: url(../images/datefieldentry-small.png);
    background-repeat: no-repeat;
    background-position: right;
}
.hidden
{
    display: none;
}
.nowrap
{
    white-space: nowrap;
}
.node
{
    width: 26px;
    padding: 0;
}

#ProcessingScreen
{
    background: #000000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    display: none;
    position: fixed;
}
#ProcessingScreen.preloaded
{
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#ProcessingScreenContent
{
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 51;
    display: none;
}
#ProcessingScreenContent.preloaded
{
    display: block;
}
div.divLink 
{
    color: #d95936;
    cursor: pointer;
}

.whiteBackground
{
    background-color: #fff !important;
}

.small
{
    font-size: 8pt;
}

.bespoke
{
    color: #6D4173;
}

/*----------------------*/

.row
{
    background-color: #CFDBDB;
}

.altRow
{
    background-color: #EDF5F5;
}

.highlight
{
    font-weight: bold;
    background-color: #FF0;
}

.highlightRow
{
    font-weight: bold;
    background-color: #B1E2FF !important;
}

/* Create RelRound
----------------------*/

table.relationshipRoundTable td .subHeader
{
    background-color: #CCC;
    border-top: solid 3px #FFF;
}

table.relationshipRoundTable tr.body
{
    background-color: #CCC;
}

table.relationshipRoundTable tr.body td
{
    border: none;
}

table.relationshipRoundTable tr.body td.leftBorder
{
    border-right: solid 4px #FFF;
}

table.relationshipRoundTable tr.body td.header
{
    border-top: solid 4px #FFF;
    border-bottom: solid 1px #FFF;
    font-size: 10pt;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #263039;
    padding-left: 14px;
}

/*Round allocation
------------------------------------------------*/

#Placeholder
{
    margin-top: 10px;
}

.allocation
{
    width: 50px !important;
}


/*Edit User Group
--------------------------------------------------*/

#LegendPlaceholder
{
	position:absolute;
	top:55px;
	right:10px;
	width:130px;
}

.legendLabel
{
	margin-left:10px;
}

.nonActionLink
{
	color:#874A83;
}
/*Question weight styles
--------------------------------------------------*/
div.chooseWeight
{
    position:absolute;
    background-color: #B8CACA;
}
div.chooseWeight div
{
    padding: 4px;
}

/*comment textarea on moderation*/
.comment
{
    width: 520px !important;
}

.warning
{
    color: #F00;
}

table.outputQueue tr.processing
{
    background-color: #FFFFCC;
}

table.outputQueue tr.processing.alt
{
    background-color: #FFFF99;
}

table.outputQueue tr.failed
{
    background-color: #FFCCCC;
}

table.outputQueue tr.failed.alt
{
    background-color: #FFAFAF;
}

table.outputQueueTab
{
    width: 100%;
    margin-bottom: 20px;
}

table.outputQueueTab thead td 
{
    border-bottom: solid 2px #FCC32D;
    padding: 0;
}

table.outputQueueTab thead
{
    margin-bottom: 10px;
}

table.outputQueueTab div
{
    border-bottom: solid 2px #CCC;
    background-color: #CCC;
    float: left;
    padding: 2px 5px;
    margin-right: 5px;
}

table.outputQueueTab div.selected
{
    border-bottom: solid 2px #FCC32D;
    background-color: #FCC32D;
}

div.lowerlink 
{
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.toggle:hover
{
    background-color: #EDF5F5;
}

.msgEnvDownTime {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: justify;
}

/* Tri - state Checkbox */
/* ------------------------------------------------------------------ */

input.tristatecheckbox
{
  outline: 2px solid grey;  
}

/* Dynamic information Message */
/* ------------------------------------------------------------------ */
.valueupdatedparent
{
    position: relative;
}

span.valueupdated
{
    color: #DDD;
    font-weight: normal;
    margin-left: 4px;
}

div.valueupdated.wysiwyg
{
    border-width: 0;
    color: #BBB;
    font-weight: normal;
    margin: 1px 2px;
    width: 200px;    
}

/* Rules table */
/* ------------------------------------------------------------------ */
table.standard
{
    margin: 10px auto;
    width: 80%;    
}

table.standard tr td:first-Child
{
    text-align: right;
    width: 50%;
}

table.standard input[type="text"], table.standard select
{
    min-width: 200px;
}


/* WYSIWYG */
/* ------------------------------------------------------------------ */
table.wysiwyg
{
    margin: 10px auto;
    width: 80%; 
}

table.wysiwyg tr th 
{
    background-color: #FCC32D;
    border-width: 0;
    
}

table.wysiwyg tr td 
{
    padding: 0;
}

table.wysiwyg tr:last-child td 
{
    padding: 4px;
}

table.wysiwyg tr td#buttons
{
    text-align: right;  
}
table.wysiwyg td#WelcomeLanguageChange, table.wysiwyg td#InstructionLanguageChange
{
    vertical-align:top;
}

/* Tree View */
/* ------------------------------------------------------------------ */
div.treeview
{
    height: 500px;
    margin-bottom: 10px;
    overflow: auto;    
    width: 460px;
}

.disabled
{
    background-color: #000;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    opacity: 0.4;
    position: absolute;    
}

.note 
{
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}