﻿/* Global Styles */
*
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
}

body 
{
    background-image: url('/images/background.jpg');
    background-repeat: repeat;
    background-color: Red;
    margin: 0;
    padding: 0;
}

h1
{
    text-transform: uppercase;
}

#main_wrapper
{
    width: 950px;
	margin-left: auto;
	margin-right: auto;
    background-color: White;
    min-height: 1000px;
}

#header
{
    width: 100%;
    height: 220px;
}

.content
{
    margin-left: 50px;
    margin-right: 50px;   
}

.section
{
    background-image: url('/images/section.gif');
    background-repeat: no-repeat;  
    text-transform: uppercase; 
    width: 100%;
    height: 29px;
    padding-left: 15px;
    padding-top: 6px;
    font-weight: bold;
}

.section .title
{
    color: White;   
}

.group
{
    margin-top: 5px;
}

.question
{
    font-weight: bold;
    margin: 5px 0 5px 0;
}

.navigation
{
    margin-top: 10px;   
}

.thank_you
{
    margin-top: 10px;
}

.excel_export
{
    width: 100%;
    text-align: right;
    margin-bottom: 7px;   
}

/* Login Dialog */
.login_border
{
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 280px;
    background-color: White;
}

.login_border td
{
    padding: 2px 5px 2px 5px;
}

#login_header
{
    border-bottom: solid 1px #CCCCCC;
    padding: 5px 5px 7px 5px;
    font-weight: bold;
    background-color: Red;
    color: White;
}

.error_label
{
    color: Red;   
}

.float_left
{
    float: left;   
}

.float_right
{
    float: right;   
}

.clear
{
    clear: both;   
}