/* 
    Document   : eventStyles
    Created on : 28 August 2007, 12:18
    Author     : oedwards
    Description:
    Purpose of the stylesheet follows.
*/
root { 
display: block;
}

#itemList{

}
.item{
list-style-type: none;
display: block;
padding: 10px;
position: relative;
overflow: auto;
}
.nestedItem{
width: 50%;
}
.itemName{
display: block;
font-size: large;
font-weight: bold;
color: #444444;
margin-bottom: 5px;
width: 100%;
border-bottom: 1px solid #555555;
}
.itemName a{
text-decoration: none;
}
.itemDate, .itemLocation{
display: block;
}
.itemDescription{
display: block;
margin-top: 10px;
margin-bottom: 10px;
font-size: small;
}
.itemAttachments{
display: block;
background-image: url('/images/paperclip.jpg');
background-position: 0 0;
background-repeat: no-repeat;
padding-left: 10px;
font-size: medium;
font-weight: bold;
min-height: 15px;
color: #555555;
float: right;
}
* html .itemAttachments{
height: 20px;
}
.nestedItemAttachments{
display: block;
background-image: url('/images/paperclip.jpg');
background-position: 0 0;
background-repeat: no-repeat;
padding-left: 10px;
font-size: medium;
font-weight: bold;
min-height: 15px;
color: #555555;
float: right;
}
.itemActions{
clear: right;
margin-top: 5px;
display: block;
overflow: auto;
}
.itemActions img{
border: none;
margin-left: 5px;
}
.inlineImage{
float: right;
margin: 5px;
}