body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
color:#333;
background-color: #222;
text-align:center;
margin:0;
padding:0;
font-size: 13px;
}

/* General Style Info */
td{
  vertical-align: top;
}
a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
}

a.tagclouditem{
  text-decoration: none;
}
a.tagclouditem:hover{
  text-decoration: underline;
}
/* Layout */

#container{
text-align:left;
width:760px;
margin: 20px auto;
border:10px #fff solid;
background-color: #fff;
}

#header{
  height: 220px;
  background-color: #666;
  margin-bottom: 30px;
  border-top:10px #fff solid;border-left:10px #fff solid;
}

#content{
background: #fff url(images/cbg.png) repeat-x;
}
#footer{
background: #fff url(images/footerbg.png) repeat-x;
height: 90px;
padding: 30px 10px 0px 10px;
text-align:center;
}

#menubox{
  border-top: #ddd solid;
  background-color: #fff;
  margin-bottom: 20px;
  background: #fff;
}
#menubox a{
  display: block;
  padding: 8px;
  border-bottom: 1px #ccc solid;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
#menubox a:hover{
  background-color: #333;
  color: #fff;
}

#newsletterbox {
  padding: 8px;
  background: #fff url(images/bgbox.png) repeat-x;
  background-position: 10 0px;
  height: 100px;
}
#newsletterbox a{
  text-decoration: none;
}

div.event{
  margin-bottom: 15px;
}
div.tags{
  background-color: #eee;
  border-bottom: 1px #666 solid;
  padding: 4px;
  margin: 10px 0px;
}

b.caption{
  font-size: 18px;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 8px;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
overflow: auto;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
.required{
clear: both;
color:#222;
font-weight:bold;
}
.optional{
clear: both;
color:#555;
}
.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}

table.pagination td{
  
}
table.pagination a{
  text-decoration: none;
  display:bock;
  padding: 4px 8px;
  border: 2px rgb(153,0,0) solid;
  background-color: #fff;  
}
table.pagination a:hover{
  background-color: rgb(153,0,0);
  color:#fff;
}

