/*
**  Copyright (c) 1998-2010 KE Software Pty Ltd
*/ 

/* General
*/

.narrative-galleries div{
	width: 33%;
	float: left;
	text-align: center;
}

.comments div{
	border-bottom:medium dotted;
	border-top:medium dotted;
	clear:left;
	padding:0.5em;
	text-align:left;
}

table{
	width:100%;
}

table td{
/*         padding: 5px 8px;
         vertical-align: top;*/
        padding-bottom: 5px;
        padding-left: 0px;
        vertical-align: top;

}

a{
        color: #000000;
}
a:link {
        color: #000000;
        font-weight: normal;
}

a:hover {
        color: #000000;
        text-decoration: underline;
}

.mailtolink a:link {
        color:#1919A6;
}


#permission{
	font-size:80%;
	text-align: left;
}

#socialnetworking{
	width:390px;
	float:left;
	text-align: left;
}

.bc_end a:link, .bc_end a:visited, .bc_end a:hover, .bc_end a:active{
	background: none !important;
}

/* Index Page
*/

.imageTextWidget td{
	padding-left: 5px;
}

/* Results List
*/
#results_page tbody table td{
	padding: 5px 8px;
        vertical-align: top;
}


/* Display Page
*/
#display_page tbody table{
	border: solid 1px #E3C65E;
}

#display_page tbody table tbody table{
        border: solid 0px;
}

#display_page tbody table td{
       padding: 0px 0px 0px 0px;
       }

#display_page tbody table tbody table td{
       padding: 5px 8px ;
}

.basketArea {
	float: right;
}

.basketArea span{
        float: right;
}

