@CHARSET "ISO-8859-1";

body {
    background-color: #9A9A9A;
    margin: 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#header1 {
    background-image: url(/media/layout/uqo_01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 37px;
    font-size: 11px;
    font-weight: bold;
    width: 1060px;
    margin: 0px auto;
    vertical-align: middle;
}

#header2 {
    background-image: url(/media/layout/uqo_02.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 82px;
    width: 1060px;
    margin: 0px auto;
}

#contentContainer {
    background-image: url(/media/layout/uqo_03.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    margin: 0px auto;
    text-align: left;
    width: 1060px;
    height: auto;
    overflow: hidden;
}

.header, .content, .footer {
    margin: 0px auto;
    text-align: left;
    width: 980px;
    height: auto;
}

#mainMenu {
    float: left;
    margin-top: 60px;
    margin-bottom: 0px;
}

ul#mainMenu
{
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

#mainMenu li
{
    display: inline;
    list-style-type: none;
}

#mainMenu a {
    padding: 3px 10px;
}

#mainMenu a:link, #mainMenu a:visited
{
    color: #808080;
    text-decoration: none;
}

#mainMenu a:hover
{
    color: #FFFFFF;
    background-color: #2A194D;
    text-decoration: none;
    font-weight: bold;
}

.userMenu {
    float: right;
    margin-top: 18px;
    font-size: x-small;
}

.userMenu li {
    display: inline;
}

.userMenu a img {
    vertical-align: middle;
}

ol, ul, li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

h1 {
    font-size: medium;
}

a {
	color: #606060;
    text-decoration: none;
}

a img {
    border: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer1 {
    background-image: url(/media/layout/uqo_05.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    clear: both;
}

#footer2 {
    background-image: url(/media/layout/uqo_06.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 55px;
}

#mainContent {
	float: left;
    width: 780px;
    height: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#mainContent p { 
    text-align: justify; 
}

#categoriesContainer {
    float: right;
    width: 150px;
    height: auto;
}

#categoriesList
{
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid gray;
    width: 150px;
    position:relative;
}

#categoriesList li
{
    list-style: none;
    margin: 0;
    padding: 0.25em;
    border-top: 1px solid gray;
}

#categoriesList li a {
    text-decoration: none;
}

#multi_sections-element {
    display: none;
}

#answer_type-element {
    display: none;
}

.clear {
    clear: both;
}

#mainCarousel {
    border: 1px solid #ddd;
	float: left;
    width: 760px;
}

#mainUp {
    width: 780px;
}

#mainDown {
    width: 780px;
}

.leftMain {
	width: 50%;
    float: left;
}

.rightMain {
	width: 50%;
    float: left;
}

#log-in {
    width: 780px;
    height: 400px;
}

.mainButton {
  color:#050;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

.surveyTitle {
    font-size: 14px;
}

.surveyCategories {
    font-size: 10px;
}

.leftSurvey {
    width: 60%;
    float: left;
}

.rightSurvey {
    width: 40%;
    float: left;
    display: inline;
}

.separator {
    background-image: url(/media/line.gif);
    background-position: center top;
    background-repeat: repeat-x;
    height: 5px;
}

.separatorVertical {
	float: left;
    background-image: url(/media/line.gif);
    background-position: left top;
    background-repeat: repeat-y;
    width: 5px;
}

.answers li {
    float: left;
    width: 180px;
    padding: 5px;
}

.answers li.clear {
    float: none;
    width: auto;
    clear: both;
}

.category {
	float: right;
}

#categories-element {
	padding: 10px 0 10px 10px;
}

#categories-element label {
	text-align: right;
	float: left;
	display: block;
	padding: 0 10px 10px 0;
	width: 120px;
}

.form-legend {
    padding: 10px 10px 10px 10px;
}

.form-legend legend {
    font-size: 14px;
    font-weight: bold;
}