*, input, select, a, html, body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
html, body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}

.white {
	color: white;
}

.pink {
	color: #e2007b;
}

.blue {
	color: #00a6d6;
}

.underline {
	text-decoration: underline;
}
label { 
	font-weight: bold;
}

a,
img {
	color:#00a6d6;
}


.header {
	position:fixed;
	//position:absolute;
	z-index:20;
	top:0;
	left:0;
	right:0;
	height:60px;
	background-color:#000;
	color: white;
	_width:100%;
	background-image: url("../images/background.gif");
}
.header a {
	color:#e2007b;
}

.header1 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	_height:60px;
	background-color:#fff;
	font-size: 9px;
	_width:100%;
	color: white;
}

.noImagesFound,
.images {
	position:absolute;
	top:60px;
	left:0px;
	right:0px;
	bottom:24px;
	padding: 0px 20px 0px 20px;
	overflow: -moz-scrollbars-vertical;
	border: 0px none #2f6fab;
	border-top: 0px solid #2f6fab;
	background-color: #fff;
	
	position:"static";
	_padding-bottom:80px;
	_width:100%;
	_overflow: auto;
}

.noImagesFound {
	font-size:16px;
	text-align:center;
}

/*tooltip*/

.tooltip { width: 60px; color: #fff;}
.tooltip .title { background: #0F6788; font: italic 17px Georgia, serif; padding: 3px;}
.tooltip .content { background: #e2007b; font-size:10px; padding: 3px;}


.layout {
	position:absolute;
	right:5px;
	top:16px;
	text-align:right;
}


.number_searchresults {
	position:absolute;
	right:5px;
	top:43px;
	font-family: monospace;
	width:150px;
	text-align:right;
}
	
.number_searchresults a.active,
.number_searchresults a:hover{
	background-color:#38f;
	color:#fff;
}
	
.number_searchresults a {
	color:#000;
	border: 1px solid #ccc;
	text-decoration:none;
	display:inline;
    margin:0px;
    padding:0px;
    padding-left:8px;
    padding-right:8px;
	text-align:center;
}

/* searchform */
.searchform {
	text-align:center;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-200px;
	width:400px;
	padding-top:4px;
	padding-bottom:4px;
	background-color: #ddd; 
	border:1px solid gray;
	border-top:0;
	-moz-border-radius: 0em 0em 1em 1em;
	_height:25px;
}

input, select, textarea {
    border: 1px solid #aaa;
	background-color: white;
	color: black;
}

input.search,
select.search {
    border: 0;
    background-color: white;
	color: black;
	text-align: left;
}

#s2 {
	padding:0;
	margin:0;
	border:0;
	height:15px;
	width:42px;
	background-image:url('../images/btnFind.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	text-align:center;
	overflow: hidden;
}

#s2:hover,
#s2.hover {
	background-position: right;
}

/* MENU */
ul.menu {
    border: 0px none #2f6fab;
    padding:1px;
    margin:0px;
    background-color: #cdf;
    top:0;
    left:0;
}
  
ul.menu li {
    display:inline;
    margin:0px;
    padding:0px;
    padding-left:8px;
    padding-right:8px;
	height: 1.5em; 
	text-align:center;
    font-family: monospace;
	background-color: #eee;
    border: 0px solid #ccc;
}

ul.menu li a,
ul.menu li a:visited,
ul.menu li a:hover {
	color:black;
	text-decoration: none;
}

ul.menu li:hover {
    background-color: #fff;
}


.area-banner {
	float:top;
	margin:0px;
	min-height:0px;
/*	background-image:url(images/stripes-grey2.gif); */
}

.area-marketing-search-01 { 
	margin:0px; 
	margin-top:60px; 
	padding:20px; 
	text-align:center; 
	background-color:#ffffff; 
}

.naviSearch {
	position:absolute;
	left:20px;
	top:35px;
}

.boldlink,
.boldlink:visited,
.boldlink:active {
	color:gray;
	border:0;
	text-decoration: none;
	padding-bottom:2px;
}

.boldlink:hover {
	color:red;
}

.boldlink img {
	vertical-align:bottom;
}
  
/* GRID */

.area-searchnavi {
	text-align: right;
}
.area-searchnavi a {
	color: #e2007b;
}

.area-grid { 
    float:left; 
    margin:10px; 
    padding:0px; 
    height:225px; 
    width:170px; 
}

.area-grid-image { 
    padding: 0;
    border: 0;
    margin:0;
	margin-top:5px;
    text-align: left;
    height:172px; 
    cursor:pointer;
    vertical-align: bottom;
}

.area-grid-text { 
    float:bottom;
    margin:0px; 
    padding:0px; 
    text-align:left; 
    height: 55px;
}

ul.actionMenu {
	list-style-type: none;
	list-style-position: inside;
	padding:0;
	margin:0;
	border:0;
	line-height:13px;
}
ul.actionMenu li.pa {
	padding:0;
	margin:0;
	//margin-left:-8px;
	border:0;
	list-style-image: url("../images/pinkArrowRight.gif");
}
ul.actionMenu li.pa a {
	color:#e2007b;
}
ul.actionMenu li.ba {
	padding:0;
	margin:0;
	//margin-left:-8px;
	border:0;
	list-style-image: url("../images/blueArrowRight.gif");
}
ul.actionMenu li.ba a {
	color:#00a6d6;
}




/* PREVIEW */
#overlay {
	position:fixed;
	background-image:url(../images/overlay.png);
	display:none;
	left:0;
	top:0;
	width:100%;
	z-index:80;
	text-align: center;
}
* html #overlay {
	background-color: #000;
	background-image:url(../images/overlay.png);
/*
	//background-color: transparent;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
*/
	display:none;
	left:0;
	//position:absolute;
	top:0;
	width:100%;
	z-index:80;
	text-align: center;
}
#preview {
	margin-top:90px;
	min-width:300px;
	border: 8px solid Black;
	background-image: url("../images/background.gif");
	color:white;
	z-index:90;
}

.previewImage {
	min-height:336px;
}

.pvImageNo {
	color: #e2007b;
	font-size:140%;
	font-weight: bold;
}

.pvImageTitle {
	color: white;
	font-size: 120%;
}

.naviPreview {
	text-align:center;
	position:absolute;
	top:0px;
	left:50%;
	right:50%;
	margin-left:-180px;
	width:360px;
	padding-top:4px;
	padding-bottom:4px;
	background-color: #ddd; 
	border:1px solid gray;
	border-top:0;
	-moz-border-radius:  0em 0em 1em 1em;
	border-radius:  0em 0em 1em 1em;
	}

.area-preview { 
	margin:0px; 
	padding:0px; 
	min-height:600px;
	min-width:600px; 
}


.area-preview-text-top { 
	margin:0px; 
	padding:0px; 
	text-align:center; 
}

.area-preview-text { 
	margin:0px 8px 0px 8px; 
	padding:0px;
	text-align:left; 
	color:white;
	float:left;
	width:300px;
	clear:left;
	z-index: 9;
}


.area-preview-text a {
	text-decoration: underline; 
}

.area-preview-text a:hover{
}

.area-preview-image img{ 
	margin:0px; 
	padding:4px;
	background-color:#999; 
	float: left;
}

.colPvs {
	display: block;
	width: 500px;
	height: 336px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: black;
}
.coltn {
	border: 2px solid black;
	float: left;
	cursor: pointer;
}

#dwnCompDiv {
	position:absolute;
	border:3px solid black;
	padding:4px;
	background-image: url("../images/background.gif");
	width:180px;
	height:45px;
	z-index:50;
	margin-left:80px;
	margin-top:-40px;
}

.button {
	margin:0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: white;
}