body {
    background: url(../images/borders/main_background_2.gif) #CCC repeat-y center;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

ol li {
    list-style-type: decimal;
}

a:link, a:visited, a:active, a:hover {
    color: #516376;
    text-decoration: none;
}

a:hover {
    cursor: hand;
    text-decoration: underline;
}

address {
    font-style: normal;
}

dt {
    color: #516376;
    font-size: 15px;
    font-weight: bold;
}

fieldset {
    border: none;
    margin: 5px;
    padding: 5px;
}

h1 {
    color: #516376;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h2 {
    color: #516376;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

h3 {
    color: #516376;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h4 {
    color: #516376;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

hr {
    border: none 0;
    border-top: 1px solid #CCC;
    height: 1px;
    margin: auto auto 0 0;
    text-align: center;
    width: 100%;
}

img {
    border: 0;
}

label {
    cursor: pointer;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Accounts */
.accounts_header {
    background-color: #8897A6;
    color: #FFF;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 0 0 5px;
    width: 98%;
}

.accounts_list {
    margin: 5px 5px 30px 5px;
}

.accounts_list li {
    margin-bottom: 5px;
}

.accounts_list a {
    margin-left: 0;
}

.accounts_list img {
    border: 0;
}

.account_list_buttons {
    float: right;
    text-align: left;
    width: 80px;
}

.account_list_buttons_watch {
    float: right;
    text-align: left;
    width: 54px;
}

/*  Ads  */
.ad_body {
    padding: 0 0 0 5%;
    float: left;
    width: 100%;
}

.ad_x75 {
    background: url(/media/images/css/backing_75.png) no-repeat;
    margin-left: 8px;
    padding: 20px 20px 20px 18px;
}

.ad_x200 {
    background: url(/media/images/css/200.png) no-repeat;
    padding: 13px;
}

/* For some reason IE 6 needs the bg image to be placed on the anchor.
   the * html ... is ignored by non-IE browsers. */
* html a.ad_x175 {
    width: 175px;
    height: 175px;
    padding: 25px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/css/175.png');
    z-index: 500;
}

img.ad_x175 {
    background: url(/media/images/css/175.png) no-repeat;
    padding: 25px;
}

.ad_x150 {
    background: url(/media/images/css/175.png) no-repeat;
    margin-left: 5px;
    padding: 25px;
}

.ad_932x100[class] {
    margin-left: 5px;
    margin-bottom: -3px;
}

.ad_924x152[class] {
	
}

.pic_x90 {
    padding: 5px;
    background-image: url(../images/css/100.png);
    background-repeat: no-repeat;
}
 
/*
* Calendar
*/

#calendar {
    float:left; 
    clear:both; 
    border: thin dashed #CCC;
    color: #333;
    font-size: 12px;
    margin:0 auto 30px 5px;
}

#calendar_div {
	float:left; 
	clear:both; 
	height:260px;
	width:223px;
	z-index:0;
	position:absolute;
	margin-top:10px;
}

#calendar caption {
    color: #516376;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin:8px -3px;
  	text-align:center;
}

#calendar td {
    border-collapse: collapse;
    border-spacing: 1px;
    padding: 0;
    width: 28px;
    height: 28px;
    text-align:center;
    vertical-align: middle;
    background-color: #F5F5F5;
}

#calendar td a
{
    display:block;
    color:Black;
    vertical-align:middle;
    padding:3px 0;
}
#calendar td a:hover 
{
    text-decoration:none;
    background-color: #ddd;
}

#calendar .toprow {
    text-align: center;
    background-color: #DDD;
}

#calendar .blankdays {
    background-color: #ECECEC;
}

#calendar .day {
}

#calendar .day  a{
    padding:6px 0;
}

#calendar .day_event{
}

#calendar .day_event a{
    color:#000099;
    font-size:1.1em;
    font-weight:bold;
    padding:5px 0;
}

#calendar .day_holiday{
}

#calendar .day_holiday a{
    color:#ff0000;
    font-size:1.1em;
    font-weight:bold;
    padding:5px 0;
}

#calendar .day_event_holiday{
}

#calendar .day_event_holiday a{
    color:#ff0000;
    font-size:1.1em;
    font-weight:bold;
    padding:5px 0;
}

#calendar .today {
    width: 22px;
    height: 22px;
    border: outset 3px #8897A6;
    
}

#calendar .today a{
    padding:4px 0;
}

#calendar .today_event{
    width: 24px;
    height: 24px;
    background-color: #ddd;
    border: outset 2px #C8C8C8;
}

#calendar .today_event a{
    color:#000099;
    font-size:1.2em;
    font-weight:bold;
}

#calendar .today_holiday{
    width: 24px;
    height: 24px;
    background-color: #ddd;
    border: outset 2px #C8C8C8;
}

#calendar .today_holiday a{
    color:#ff0000;
    font-size:1.2em;
    font-weight:bold;
}

#calendar .today_event_holiday{
    width: 24px;
    height: 24px;
}

#calendar .today_event_holiday a{
    color:#ff0000;
    font-size:1.2em;
    font-weight:bold;
}

#calendar #calendar_date {
	width:148px;
	float:left;
}

#calendar #previousmonth_2{
	float:left;
	cursor: pointer;
}

#calendar #previousmonth_1{
	float:left;
	margin-left: 2px;
	cursor: pointer;
}

#calendar #nextmonth_1{
	float:right;
	margin-right: 2px;
	cursor: pointer;
}

#calendar #nextmonth_2{
	float:right;
	cursor: pointer;
}

#calendar #previousmonth_2 div {
  background: url(/media/images/icons/arrow-left2-grey.gif) no-repeat center;
  width:16px;
  height:16px;
}
#calendar #previousmonth_2 div:hover {
  background: url(/media/images/icons/arrow-left2-grey_2.gif) no-repeat center;
}

#calendar #previousmonth_1 div {
  background: url(/media/images/icons/arrow-left1-grey.gif) no-repeat center;
  width:16px;
  height:16px;
}
#calendar #previousmonth_1 div:hover {
  background: url(/media/images/icons/arrow-left1-grey_2.gif) no-repeat center;
}

#calendar #nextmonth_1 div {
  background: url(/media/images/icons/arrow-right1-grey.gif) no-repeat center;
  width:16px;
  height:16px;
}

#calendar #nextmonth_1 div:hover {
  background: url(/media/images/icons/arrow-right1-grey_2.gif) no-repeat center;
}

#calendar #nextmonth_2 div {
  background: url(/media/images/icons/arrow-right2-grey.gif) no-repeat center;
  width:16px;
  height:16px;
}
#calendar #nextmonth_2 div:hover {
  background: url(/media/images/icons/arrow-right2-grey_2.gif) no-repeat center;
}



/*
 * IDs
 */ 
#container {
	padding:5px 0;
    margin: 0 auto;
    text-align: left;
    width: 948px;
    /*width: 978px;*/

    background-color: #FFF ;
}

#other_content {
    background: url(/media/images/borders/other_loop_border.gif) repeat-y center;
    width: 100%;
    height: 100%;
    margin: 0 auto 10px auto;
}

#other_left_column {
    float: left;
    margin: 0 0 0 5px;
    padding: 0 3px;
    width: 225px;
}

#other_middle_column {
    float: left;
    margin: 5px 0 0 4px;
    padding: 0 8px 0 8px;
    width: 452px;
}

#other_right_column {
    float: left;
    margin: 0 0 0 4px;
    padding:0 3px;
    width: 225px;
}

#footer {
    background-color: #FFF;
    color: #000;
    font-size: 0.75em;
    margin: 0 auto 0 auto;
    padding: 1em;
    text-align: center;
    width: 60em;
}

#footer a {
    color: #000;
}

#footerbanner {
    margin: 0 auto 10px auto;
    clear: both;
}

#footerbanner img {
    width: 932px;
    border: 3px solid #4B5C6E;
}

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

.footer_advertising img
{
	margin-bottom:-3px;
}

#headerbanner {
    margin: 0 auto -3px auto;
    clear: both;
}

#headerbanner img {
    border: 4px solid #333;
}

#header {
    border: 3px solid #000;
    margin: 0 auto 5px auto;
    width: 932px;
	height: 160px;
}

.header_logo1 {
	position:absolute; 
	float: right; 
	margin:6px 0 0 -130px;
}

.header_logo3 {
	position:absolute; 
	float: right; 
	margin:6px 0 0 -135px;
}

.header_logo4 {
	position:absolute; 
	float: right; 
	margin:6px 0 0 -150px;
}

#left_column {
    float: left;
    padding-left: 23px;
    width: 435px;
}

#menu {
    background-color: #333;
    height: 20px;
    margin: 0 auto 5px auto ;
    padding: 5px 0;
    width: 938px;
}

#menu2 {
    background-color: #333;
    height: 20px;
    margin: 0 auto 5px auto ;
    padding: 5px 0;
    width: 938px;
}

#right_column {
    float: right;
    width: 230px;
    margin-left: 10px;
    margin-right: 30px;
}

#nav {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 200;
}

#nav a {
    background-color: #333;
    color: #FFF;
    display: block;
    font-size: 10px;
    padding: 3px 8px 6px 8px;
    margin-right:1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

#nav li {
    float: left;
}

#nav li ul {
    left: -999em;
    list-style: none;
    margin: 0 0 0 -30px;
    padding: 3px 0 0 0;
    position: absolute;
    width: 84px;
    border:0;
}

#nav li ul li{
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

#nav li a:hover {
    background-color: #666;
    color: #FFF;
}


#nav #nav_sub ul li{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#nav #nav_sub ul a {
    background: url(/media/images/logos/square_s4.png) no-repeat center;
    padding: 4px 8px 6px 8px;
    color: #000;
    width: 120px;
    text-align: center;
}

#nav #nav_sub li a:hover {
    background: url(/media/images/logos/square_filled_s4.png) no-repeat center;
    color: #fff;
}

#nav #nav_sub li ul a:hover, #nav li ul li a:hover {
    background: url(/media/images/logos/square_filled_s4.png) no-repeat center;
    color: #fff;
}


#nav #nav_right{
	float:right;
}

#nav #nav_right li{
	float:left;
	text-align:center;
}

#nav #nav_right ul{
	margin-left:7px;
	margin-top:0px;
  width: 126px;
}

#nav #nav_right ul li {
    padding-top:0;
    padding-bottom:0;
}

#nav #nav_right ul a {
    background: url(/media/images/logos/square_b4.png) no-repeat center;
    padding: 0;
    border: 0;
    width: 126px;
}

#nav #nav_right li a:hover {
    background: url(/media/images/logos/square_filled_b4.png) no-repeat center;
}

#nav #nav_right li ul a:hover, #nav li ul li a:hover {
    background: url(/media/images/logos/square_filled_b4.png) no-repeat center;
}





.menu_coupons_newtag{
	position:absolute;
	margin:-22px 0 0 -16px;
	z-index:1000;
}

.menu_community_newtag{
	position:absolute;
	margin:-22px 0 0 -10px;
	z-index:1000;
}
	
/*
 * Classes
 */
.comnum {
    background-color: #8897A6;
    color: #FFF;
    float: left;
    font-weight: bold;
    padding: 0 5px 0 3px;
    width: 15px;
}

.comnum a:link, .comnum a:visited, .comnum a:active, .comnum a:hover {
    color: #FFF;
    text-decoration: none;
}

.comment_odd, .comment_even {
    background-color: #F0F0F0;
    color: #1C2F43;
    margin-top: 9px;
    padding: 4px;
}

.comment_even {
    background-color: #F7F7F7;
}

.comment_indent {
    display: block;
    margin-left: 15px;
}

.comment_left {
    float: left;
    font-size: 9px;
    height: 100%;
    margin-left: 5px;
    padding: 0px 6px 5px 7px;
    width: 60px;
}

.comment_right {
    float: left;
    padding: 0 0 0 2%;
}

.comment_body {
    border-left: 1px solid #8897A6;
    margin-left: 100px;
    padding: 0 0 0 2%;
}

.comment_preview {
    border-left: 1px solid #8897A6;
    margin-left: 70px;
    padding: 0 0 0 2%;
}

.featured a:link, .featured a:active, .featured a:visited {
    color: #8F2730;
    font-weight: bold;
    text-decoration: none;
}

.featured a:hover {
    text-decoration: underline;
}

.movie_cover {
    float: left;
    margin: 1em;
}

.rating {
    font-size: 9px;
}

.preview {
    display: inline-block;
}

/* COUPONS */

.coupon_title {
    margin-top: 0;
}

.coupon_description {
    margin-top: 15px;
}

.coupon_company {
    margin-top: 15px;
}

.coupon_expires {
    margin-top: 20px;
}

#coupon_image_small {
    margin: 0 10px 0 5px;

    float: right;
}

#coupon_image_only {
}

#coupon_print {
    margin-left: 150px;
    font-size: 1.3em;
}
#coupon_print div{
	width:99%;
	height:99%; 
	text-align:center;
}

.coupons_date_span
{
    font-size:.7em
}

.coupons_company_div
{
    margin-bottom:4px;
    margin-top:1px;
}
.coupons_category_span
{
    font-size:.7em; 
    float:right;
}

.coupons_detail_category_span
{
    font-size:.7em;
}


/* Events */
.events_body {
    border-left: 1px solid #8897A6;
    margin-left: 95px;
    padding: 0 0 0 2%;
}

.events_date {
    font-weight: bold;
    margin-top:20px;
}

.events_list ul, li {
    list-style: none;
    padding: 0px;
}

.events ul {
    list-style: square;
    padding: 5px;
}

.events .longlabel input{
	width: 300px;
}

.events li {
    list-style: square;
    padding: 2px;
    margin: 0 0 0 15px;
}

.events #id_business {
    width:100%;
}


/* News Section */
.news_body {
    border-left: 1px solid #8897A6;
    margin-left: 95px;
    padding: 0 0 0 2%;
}

.news_date {
    float: left;
    font-weight: bold;
    height: 100%;
    padding-right: 6px;
    width: 90px;
}

.news_posted {
    font-size: 9px;
}

.news ul {
    list-style: square;
    padding: 5px;
}

.news li {
    list-style: square;
    padding: 2px;
    margin: 0 0 0 15px;
}

.news_odd, .news_even {
    background-color: #FFF;
    color: #1C2F43;
    margin-top: 9px;
    padding: 4px;
}

.news_even {
    background-color: #DAE1E8;
}

.news .author {
    color: #666;
}

.content_overflow {
    overflow: auto; 
    padding: 5px;
}

/* Places categories */
.place_category {
    font-size: 9px;
/*    padding-left: 20px; */
}

.place_detail_sub_lists {
    font-weight: bold;
    margin-top: 20px;
    color: #8F2730;
}


/* Other Sidebar */
.op_sidebar {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.op_sidebar ul {
    padding: 0 8px;
}

.op_sidebar h1 {
    background-color: #8897A6;
    color: #FFF;
    font-size: 17px;
    margin-left: 5px;
    padding: 1px 1px 1px 6px; 
    width: 207px;
}

.op_sidebar h1 a {
    background-color: #8897A6;
    color: #FFF;
    text-decoration: none;
}

#other_middle_column h1 {
    font-size: 1.6em;
    margin-left: 20px
}

#other_middle_column h2 {
    font-size: 1.3em;
    font-weight: bold;
}

.op_sidebar_menu_div {
    margin: 5px;
}

.op_sidebar_menu_submit h2 {
    font-size: 1.3em;
    font-weight: bold;
}

.op_sidebar_menu li {
    margin:10px 5px 10px 5px;
}
 
.op_sidebar_menu_submit {
    margin: 15px 0 15px 5px;
 }
 
.op_sidebar_menu_submit h4 {
    font-size: .9em;
    font-weight: bold;
}

.op_sidebar_menu_submit li {
    margin: 5px 0;
}

.op_sidebar_menu_div h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.op_sidebar_menu_div h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.op_sidebar_menu_div h4 {
    font-size: .9em;
    font-weight: bold;
    margin-left: -3px;
}

.sidebar_search {
    color: #4B5C6E;
    margin: 20px 5px 5px 5px;
    border: solid 1px #4B5C6E;
    padding: 5px;
}

.sidebar_search h2 {
    margin: 5px;
    padding: 0;
}

.sidebar_search fieldset {
    border: none;
    margin: 5px;
    padding: 0;
}

.sidebar_search select {
    width: 98%;
}

.sidebar_search .search_button {
    margin: 10px 0 5px 5px;
    width: auto;
}

.op_sidebar_menu_message {
    margin: 20px 0;
    padding: 10px 5px;
    background-color: #8897A6;
    color: #FFF;
    font-weight: bold;
}

.op_sidebar_menu_message a{
  
    color: #FFF;
}

.sidebar_viewall {
    margin: 20px 0 20px 5px;
    font-size: 1.3em; 
    text-decoration: underline;
    font-weight: bold;
}

.sidebar_viewall img {
    border: none;
}

.sidebar .featured_sidebar_link {
    margin: 20px 0;
}

.sidebar_link_weather_day {
    display: inline-block;
    text-align: center;
    padding: 0 0 0 12px;
}

.sidebar_link_weather_day p{
	margin-top:0px;
}

.sidebar_none_available {
    color: #4B5C6E;
    margin: 20px 0 20px 5px;
    font-size: 1.3em; 
    font-weight: bold;
}

/* Content div top and bottom images */
.top, .bottom, .hp_top, .hp_bottom {
    margin-left: 5px;
}

.hp_bottom, .bottom {
    margin-bottom: -3px;
}

.hp_top, .top {
    margin-bottom: 0;
}

.hp_top_c1 {
    margin: 0 0 0 -5px;
    padding-left: 2px;
    padding-bottom: 5px;
}

/* Weather */
.hp_3day {
    background: #FFF;
    width: 250px;
    height: 110px;
    padding: 5px;
    margin-left: -5px;
}

.bbbs {
    background: #FFF;
    width: 251px;
    margin: -18px 0 10px -5px;
    padding: 5px;
}

.bbbs_event:hover {
    text-decoration: none;
}

.hp_3day h2 {

}

.weather_div {
    margin: 15px 5px 0 0;
    width: 406px;
    height: 194px;
    background: url(/media/images/home/weatherpagetable.png) no-repeat center;
}

.weather_div p {
    padding: 0.2em 0 0 1.7em;
}

p.forecast {
    vertical-align: top;
    margin: 1.8em 0 0 0;
    padding-left: 0;
    display: inline-block;
    font-weight: bold;
}

.temp {
    color: #FFF;
    font-size: 36px;
}

.condition {
    font-size: 0.8em;
    padding-left: 0.5em;
    color: #333;
}

a.current_forecast {
    color: #FFF;
    padding-left: 20px;
    font-size: x-small;
}

.home_weather_div {
    margin: -18px 0 0 -3px;
    width: 360px; 
    height: 178px;
    background: url(/media/images/home/weathertable.png) no-repeat;
}

.home_weather_div .hp_forecast {
    display: inline-block;
    padding: 18px 0 0 0;
    vertical-align: top;
}

.home_weather_div p {
    margin: 0;
    padding-left: 20px;
}

.error {
    font-size: x-small;
    color: #990000;
}

div.row {
    clear: both;
    float: left;
    padding-bottom: 0.2em;
    width: 100%;
}

div.row label {
    float: left;
    padding-right: 0.5em;
    text-align: left;
    width: 125px;
}

div.row formw {
    float: right;
    text-align: left;
}

.radar img{
	margin:0 0 0 -4px;
	border:solid 2px white;
	border-bottom:solid 6px white;
	}
	
.forcast_list{
    float:left; clear:both; margin-top:20px;
}
	
.forecast_day{
    float:left; clear:left; width:214px; min-height:87px; margin:5px 5px 10px 5px;
}
	
.forecast_night{
    float:right; clear:right; width:214px; min-height:87px; margin:5px 5px 10px 5px;
}
	
.forecast_day_title{
    float:left; width:100%; margin-bottom:0;
}
	
.forecast_icon{
    float:left; clear:left;
}
	
.forecast_temp{
    float:left; width:160px; margin-left:5px;
}
	
.forecast_precip{
    float:left; width:214px; margin-left:5px;
}

/* RESTAURANT */
.restaurants fieldset {
    width: 48%;
    float: left;
    margin: 0;
    padding: 0;
}

/* Home */
#homepage_content_div {
    background: url(/media/images/borders/home_loop_border.gif) repeat-y center;
    width: 100%;
    height: 100%;
    margin: 0 auto 10px auto;
}

#homepage_left_column {
    float: left;
    margin: 5px 0 0 5px;
    padding:0 3px;
    width: 251px;
}

#homepage_middle_column {
    float: left;
    margin: 5px 0 0 4px;
    padding:0 3px;
    width: 410px;
}

#homepage_right_column {
    float: left;
    margin: 5px 0 0 4px;
    padding:0 3px;
    width: 251px;
}

.next_day_text, .next_day_text a:link,
.next_day_text a:visited, .next_day_text a:active {
    color: #FFFFFF;
    font-size: x-small;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

#hp_weather {
    float: left;
    padding: 0;
    margin: 0;
}

img.google {
    border: 0;
    vertical-align: middle;
}

/* Home Sidebar */
.hp_sidebar {
    font-size: 12px;
    margin: -5px 0 0 5px;
}

.hp_sidebar h1 {
    background-color: #8897A6;
    color: #FFF;
    font-size: 17px;
    margin: 0;
    padding: 1px 1px 1px 6px; 
    width: 233px;
}

.hp_sidebar h1 a {
    color: #FFF;
    text-decoration: none;
}

#homepage_middle_column .hp_sidebar h1 {
    background-color: #4B5C6E;
    font-size: 17px;
    width: 392px;
    padding: 2px 1px 2px 6px; 
}

.hp_sidebar ul {
    padding: 0 8px;
}

#business_corner_context {
    text-align: center;
    margin-left: -5px;
    margin-top: 20px;
    color:Black;
    
}

#business_corner_context h2 {
    color: #000;
}

#business_corner_content {
    margin: 15px 2px 2px 2px;
    font-size: 1.1em;
}

.place_features {
  border-bottom:solid 1px #ccc;
  padding-bottom:10px;
}

.places table td{
  margin:0;
  padding:0;
}

/* Generic Objects Section */
.objects_body {
    border-left: 1px solid #8897A6;
    margin-left: 95px;
    padding: 0 0 0 2%;
}

.objects_date {
    float: left;
    font-weight: bold;
    height: 100%;
    padding-right: 6px;
    width: 90px;
}

.objects_posted {
    font-size: 9px;
}

.objects_list ul, li {
    list-style: none;
    padding: 0px;
}

.objects ul {
    list-style: square;
    padding: 5px;
}

.objects li {
    list-style: square;
    padding: 2px;
    margin: 0 0 0 15px;
}

.objects_odd, .objects_even {
    background-color: #FFF;
    color: #1C2F43;
    margin-top: 9px;
    padding: 4px;
}

.objects_even, .objects_even a {
    background-color: #DAE1E8;
    color: #000;
}

.category_objects_odd, .category_objects_even {
    background-color: #FFF;
    margin-top: 4px;
    padding: 4px;
    font-weight: bold;
}

.category_objects_even {
}

.object_category {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    color: #8F2730;
}

.object_category a {
    color: #8F2730;
    font-weight: bold;
}

.SearchHeaders {
	margin: 5px 0 5px 10px;
}

#object_lists_div {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top: 10px;
    padding-bottom: 15px;
}

/* Buttons      */
.search_button {
    background-color: #393;
    color: #FFF;
}

.submit_button {
    margin: 20px 30px 5px 10px;
    background-color: #393;
    color: #FFF;
    font-size: 1.3em;
}

.delete_button {
    margin: 20px 0 5px 70px;
    background-color: #c33;
    color: #FFF;
    font-size: 1.3em;
}

.edit_link {
    margin: 20px 30px 5px 10px;
    background-color: #393;
    color: #FFF;
    font-size: 1.3em;
}

.delete_link {
    margin: 20px 0 5px 70px;
    background-color: #c33;
    color: #FFF;
    font-size: 1.3em;
}

.relist_link {
    margin: 20px 30px 5px 10px;
    background-color: #393;
    color: #FFF;
    font-size: 1.3em;
}

.PagerHeader {
    margin:5px 0 5px 10px;
    color: #516376;
    font-size: 14px;
    font-weight: normal;
}

.PagerHeader_bottom {
    margin:35px 0 15px 10px;
    color: #516376;
    font-size: 14px;
    font-weight: normal;
}

.PagerHeader a {
    text-decoration:underline;
}

.PagerHeader_bottom a {
    text-decoration:underline;
}

.alphabet {
    margin: 5px auto 5px auto;
    color: #516376;
    font-size: 14px;
    font-weight: normal;
    border-top: solid 1px #a4b3c3;
    border-bottom: solid 1px #a4b3c3;
}

.alphabet a {
    margin: 0 .7px 0 .7px;
}

