﻿body
{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
/*color:#333333;*/
background:#eeeeee;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:18px;
color:#426386;
}

a {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#637593;
}

a:hover {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#333333;
}


.textinput
{
 width:250px;
}
.short
{
 width:20px;
}

.datetimepicker
{
 width:150px;
}
.error
{
color:Red;
}
.questiontext
{
 rows:5;
 col:100;
 width:400px;
 height:100px;
}

.master_width {
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

#Polls {
background:#eeeeee;
}

#grey_padding {
background:#eeeeee;
padding:5px;
}

#new-poll_link {
margin:0px 0px 0px 5px;
line-height:25px;
}

tr.title_row {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color:#ffffff;
font-weight:bold;
background:#6f84a5;
line-height:20px;
}

tr.oddrow {
background:#dddddd;
}

div#message
{
    font-size:large;
    padding: 50px 0 0 0;
}