td, body {
	font-family: Trebuchet MS, Tahoma;
	font-size: 13px;
	color: #4a4a4a;
}



.head {
	font-family: Trebuchet MS, Tahoma;
          font-size:32px;
		  text-align:left;
		  color:#000000;
		  font-weight:bold;
}

.head2 {
          font-size:19px;
		  text-align:left;
		  color:#000000;
		  font-weight:bold;
}


.redtext {
          font-size:13px;
		  text-align:left;
		  color:#b7322b;
		  font-weight:bold;
}


.tip {
	font-family: Trebuchet MS, Tahoma;
	font-size: 11px;
        font-style:italic;
	color: #4a4a4a;
        line-height:105%;
}

p.sm {line-height:20%;}


.toptext {
	font-family: Trebuchet MS, Tahoma;
	font-size: 11px;
	color: #b8b8b8;
}

.foottext {
          font-size:11px;
		  color:#7c7c7c;

}


a.bigred:link {
color:#b7322b;text-decoration:none;font-weight:bold;font-size:18px;
}
a.bigred:visited {
color:#b7322b;text-decoration:none;font-weight:bold;
}
a.bigred:hover {
color:#b7322b;text-decoration:none;font-weight:bold;
}

a:link {
color:#b7322b;
text-decoration:none;
font-weight:bold;
font-size:13px;
}

a:visited {
color:#b7322b;
text-decoration:none;
font-weight:bold;
font-size:13px;
}

a:hover {
color:#b7322b;
text-decoration:underline;
font-weight:bold;
font-size:13px;
}





a.footlink:link {
color:#d1d1d1;
text-decoration:underline;
font-weight:bold;
font-size:11px;
}

a.footlink:visited {
color:#d1d1d1;
text-decoration:underline;
font-weight:bold;
font-size:11px;
}

a.footlink:hover {
color:#ffffff;
text-decoration:underline;
font-weight:bold;
font-size:11px;
}



a.toplink:link {
color:#b8b8b8;
text-decoration:underline;
font-weight:bold;
font-size:13px;
}

a.toplink:visited {
color:#b8b8b8;
text-decoration:underline;
font-weight:bold;
font-size:13px;
}

a.toplink:hover {
color:#ffffff;
text-decoration:underline;
font-weight:bold;
font-size:13px;
}




.clear { clear: both;}


#left
{
  width: 208px;
  float: left;

}

#right
{
  width: 780%;
  float: right;

}


.tweet, .query {
  font-family: Trebuchet MS, Tahoma;
  font-size: 11px;
  color: #b8b8b8; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url("images/tweet.png") repeat 0 0; }
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #ffffff;
        font-size: 11px; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background: url("images/tweet2.png") repeat 0 0; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }



.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : auto;
}




#mainForm 
{
	position: relative;
	border: 0px;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:100%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}





