/* custom LanellePhillips News styles */


/*
#pgn8_start_finish {
font-size: 85%;
margin-bottom: 10px;
}
*/

.unusedTest{}

#categorieslist ul {
list-style-type:none;
margin:0;
padding:0;
}

#categorieslist ul li {
border: 1px solid #fff; /*I hate IE*/
}

#categorieslist ul li a {
display:block;
padding: 4px 0px 4px 0px;
}

#categorieslist ul li a:hover {
background: #eee;
}



#sidesearch {
font-size: 70%;
margin-bottom: 20px;
}

#sidesearch form small {
font-size: 100%;
display:block;
padding: 5px 0;
}

#sidesearch label {
font-size: 110%;
display:block;
margin: 10px 0 3px 0;
}

#sidesearch select#category,
#sidesearch input#query {
width: 135px;
}





/* search results table */
table.styletbl {
border-collapse: collapse;
width:100%;
}

#firstcol {width:105px;}



.styletbl thead th {
background-color:#009;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding:4px;
text-align:left;
}

.styletbl tbody td, .styletbl tbody th {
text-align:left;
}

table tbody td a {
text-decoration:none;
}


th { font-weight: bold; }

th, td {
padding: 5px 0 10px 5px;
}

/* zebra table stripes */
.even{background: #f9f9f9;}
/*.odd {background: #EAF5E3;}*/

td a {
text-decoration: none;
color: #334466;
}






/* usual news/events styles for VIEW below */

.viewarticle {
width: 650px;s
}

#articlephoto {
margin: 0 10px 0 0;
float:left;
}

#articlephoto img {
width: 150px;
}


#articlephoto p {
margin:0;
font-style: italic;
}

#article ul {
margin-bottom: 21px;
margin-left: 20px;
line-height: 21px;
list-style-type: disc
}

#date {margin-bottom: 21px;}





/* Articles photos, documents, urls, credits etc...*/

#related {
overflow:hidden;
margin-bottom:25px;
}
#related h2 {
}
#related ul#downloads {
list-style-type:none;
margin:0pt;
padding:0pt;
}
#related ul#downloads li {
border-bottom:1px solid #EEEEEE;
padding:3px 0pt;
}
#downloads li a {
display:block;
}
#downloads li a:hover {
background:#EEEEEE none repeat scroll 0% 50%;
}

#related ul#photos {
background:#EEEEEE;
list-style-type:none;
margin:0 0 10px;
overflow:auto;
padding:8px 0 0 8px;
width: 650px;
}

* html #related ul#photos {
height:1%;
}

#related ul#photos li {
float:left;
height:75px;
margin:0 8px 8px 0;
overflow:hidden;
width:100px;
}
#related ul#photos li img {
}