/******************************************************************************/
/* Popup                                                                     */
/******************************************************************************/

html {
	padding: 0;
	margin: 0;
	}

body.popup {
	margin: 0;
	padding: 0;
	font : normal 12px/16px arial, helvetica, sans-serif;
	background-color: #0cf;
	color: #000;
	text-align: left;
	}

/********************************************************************* Header */

p.popupclose {
	background-color : #fff;
	color : #fff;
	text-align : right;
	padding : 1px;
	margin : 0;
	padding : 0 10px 0 0;
	}

p.popupclose a {
    font-size : 10px;
	color : #0cf;
	background-color : transparent;
	text-decoration : underline;
	}

p.popupclose a:hover {
	color : #fff;
	background-color : transparent;
	text-decoration : underline;
	}

/*********************************************************************** Link */

a:link	{
	color : #00ccff;
	text-decoration : underline;
	}
	
a:visited	{
	color : #666;
	text-decoration : underline;
	}
	
a:hover	{
	color : #000;
	font-weight : normal;
	text-decoration : underline;
	}

/***************************************************************** Hyperlinks */

div.sitepopup {
	padding : 0;
	margin : 10px auto;
	width : 450px;
}

div#image_box   {    }


table.view {
	width : 100%;
}

table.view td.title {
    font-weight : bold;
	text-align : left;
	height : 15px;
	padding : 2px;
	background-color : #fff;
	border : 1px solid #0cf;
	border-width : 1px 0;
}

table.view td.image {
	text-align : center;
}

table.view td.previous {
	text-align : left;
	width : 30px;
	padding : 2px;
	background-color : #fff;
	border : 1px solid #0cf;
	border-width : 1px 0;
	}

table.view td.numbers {
	text-align : center;
	width : 390px;
	padding : 2px;
	background-color : #fff;
	border : 1px solid #0cf;
	border-width : 1px 0;
	}

table.view td.next {
	text-align : right;
	width : 28px;
	padding : 2px;
	background-color : #fff;
	border : 1px solid #0cf;
	border-width : 1px 0;
	}

