﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
/*
* Basic layout
*/
body{
    /* Shared by Portal and Survey */
    margin: 0;
    padding: 0;
}
body.noneSurveyPage{
    background-color: #fff;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #000;
    font-size:75%;
}
.noneSurveyPage .page{
    max-width: 954px; /* Make room for the vertical scrollbar and some margins when using 1024 resolution */
    margin-left: auto;
    margin-right: auto;
    font-size:1em;
}
.noneSurveyPage .surveyContent{
    border:solid 1px #cdcdcd;
}
.clear { clear:both; }

table th { text-align:left; } /* Temp-Bugfix TODO: replace with reset style */
/*
* Common - None survey content
*/
.public{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
}
.public h1, .public h2,
.public h3, .public h4,
.public h5, .public h6{
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    margin:0;
    padding:0;
}
.public h1 { font-size: 32px; margin:9px 0 12px 0; }
.public h2 { font-size: 18px; margin:3px 0 6px 0; }
.public h3 { font-size: 14px; margin:0 0 3px 0; }
.public h4 { font-size: 13px; }
.public h5 { font-size: 12px; }
.public h6 { font-size: 12px; }
.public p, 
.public ul{
    font-size:12px;
    margin-bottom: 20px;
}
.public p{
    margin:0 0 16px 0;
}
/*
.public h1, .public h2,
.public h3, .public h4,
.public h5, .public h6{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    margin:0;
    padding:0;
}
.public h3{
    font-size: 1.2em;
}
.public p, 
.public ul{
    margin-bottom: 20px;
    line-height: 1.6em;
}
*/
.public a:link{ color: #034af3; text-decoration: underline; }
.public a:visited{ color: #505abc; }
.public a:hover{ color: #1d60ff; text-decoration: none; }
.public a:active{ color: #12eb87; }
.public a.defaultLang{ font-weight: bold; }
/* Common - Validation errors */
.public .field-validation-error{
    color: #ff0000;
}
.public .input-validation-error{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.public .validation-summary-errors{
    font-weight: bold;
    color: #ff0000;
}

/*
* ### Portal Home ###
*/
/* 
* Portal - Header - OBS IS ALSO USED WHEN GOING TO SURVEY FROM THE PORTAL(.noneSurveyPage)
*/ 
#header{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    overflow:hidden;
    
    _zoom:1; /* Target IE6 -> making the content below the header stay below the header... */
}
/*
#header h1{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    /*color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}
*/
/*
* Portal - Header - Quick menu
*/
#menucontainer{ 
    position:absolute;
    top:0;
    right:0;
    padding:3px 0 0;
    z-index:10;
}
ul#menu{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}
ul#menu li{
    display: inline;
    list-style: none;
}
ul#menu li a:link,
ul#menu li a:visited,
ul#menu li a:hover{
    color:#000;
    text-decoration:underline;
}
ul#menu li a:hover{
    text-decoration:none;
}
/* LogOnUserControl.ascx */
.loggedInMsg{
    padding-right:3px;
}

/*
* Portal - Content
*/
.noneSurveyPage .surveyContent{
	background-color: #fff;
	padding:1em;
	
	_zoom:1; /* Target IE6 -> make text appear without needing to resize the window first... */
}
.noneSurveyPage #main{
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}
/*
* Portal - Content - Survey lists
*/
.public ul.surveyList li{
	font-style: italic;
	color: #999;
}
.public ul.surveyList li.Active{
	font-style: normal;
	color: #000;
}


/*
* Portal - Footer
*/
#footer.public{
    color: #999;
    padding:0.9em 0 0.5em;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    clear:both;
}
/* Portal : End */

/*
* Account/LogOn
*/
.respLogin .wrapper input{
    width: 200px;
    border: 1px solid #CCC;
}
.respLogin .col{
	float: left;
	padding-right: 5px;
}
.respLogin .wrapper{
	line-height: 30px;
	/*_height:30px;  Target IE6 -> same height for both label and input "column rows" */
}
.respLogin .wrapper input{
    /* Target IE6 -> See above, search for "input[type="password"]" */
}
.respLogin .wrapper.username{
    /* Target IE6 -> align "column rows" for both labels and inputs */
    _padding-top:4px; 
	_padding-bottom:8px;
}
.respLogin .loginContent{
	overflow:hidden;
}
.respLogin .loginBtns{
	padding-top:10px;
	
	/* Target IE6 -> Make button appear on a new "row", not after the input fields */
	_clear:both;
	_padding-top:0; 
}
.respLogin .loginRemember{
	padding-top:10px;
}
/*
* Home portal page
*/
#homeWrapper div.surveyList{
    float:left;
}
#homeWrapper div.surveyList h3{
    margin-top:9px;
}
#homeWrapper ul.surveyList{
    margin:0;
    padding:0.5em 0 1.2em;
}
#homeWrapper ul.surveyList li{
    margin:0 0 0 2em;
    padding:0;
}
#homeWrapper div.surveyList.publicList{
    margin-right:2em;
}
#homeWrapper .surveyList.respondent{
    
}

.buttonWrapper { overflow:hidden; }
.buttonWrapper a.btn { float:left; }
.buttonWrapper a.btn:first-child { margin-left:0; }

.buttonWrapper a.btn{
    display:block;
    line-height: 16px;
    height: 16px;
    /*border: solid 1px transparent;    
    padding: 1px 3px;    */
    margin-left: 6px;
    margin-top: 2px;
    padding: 1px 6px 1px 3px;
    background: #cfcfcf url(images/Btns/btnBg.png) 0 0 repeat-x;
    border: solid 1px #707070;
    text-decoration: none;
    color: #000;
}
.buttonWrapper a.btn:hover{
    background:#a7d9f5 url(images/Btns/btnBgH.png) 0 0 repeat-x;
    border-color:#3c7fb1;
}
.buttonWrapper a.btn span{
    background-repeat: no-repeat;
    background-position: 2px center;
    padding-left: 22px;
    line-height: 16px;
    height: 16px;
    display:block;
    cursor:pointer;
}

/* Export - To Pdf */
a.btnExportToPdf span,
.btnExportToPdf a{
    background-image: url(images/btns/ExportToPdf.png);
}
a.btnExportToPdf:hover span,
.btnExportToPdf:hover a{
    background-image: url(images/btns/ExportToPdfH.png);
}
a.btnExportToPdf.disabledBtn span,
.btnExportToPdf.disabledBtn a{
    background-image: url(images/btns/ExportToPdfD.png) !important;
}