/****************************************************************************************************
- Styles in this sheet allow browsers (IE 6, IE 7, Firefox, Safari) to be cross browser compliant.
  Styles are standard. No customisation should be done here.
****************************************************************************************************/

body {
	text-align: center;
	background-color: #000000;
}

html, body {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding-bottom: 10px;
}

iframe {
	border: 0px;
}

.thumb_container {
	padding-top: 10px;
}

.thumb {
	border: 2px solid #807c54;
}

.dotted_container { 
	padding: 10px;
	border: 1px dashed #ffffff;
}


/********** pagination **********/
.pagination {
	float: right;
	margin: 10px 0px 10px 0px;
}

.current_page {
	float: left;	
	margin-left: 4px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	background-color: #807c56;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.page {
	float: left;
	margin-left: 4px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	color: #807c56;
	text-decoration: none;
	cursor: pointer;
}



/********** lists **********/
ul.listing {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

ul.listing li {
	padding-bottom: 5px;
}

ul.listing li.one {
	list-style-image: url('../im/bullet_1.gif');
}

ul.listing li.two {
	list-style-image: url('../im/bullet_2.gif');
}
