span.c1 {
    background-color: #DEE;
    border:1px outset #EFF;
}

span.c2 {
    background-color: #EDD;
    border:1px outset #FEE;
}

span.c3 {
    background-color: #EED;
    border:1px outset #FFE;
}

span.c4 {
    background-color: #DED;
    border:1px outset #EFE;
}

span.c5 {
    background-color: #DDE;
    border:1px outset #EEF;
}

span.c6 {
    background-color: #EDE;
    border:1px outset #FEF;
}

/* --- row & column color --- */

th.c1 {
    background-color: #CDD;
}

th.c2 {
    background-color: #DCC;
}

th.c3 {
    background-color: #DDC;
}

th.c4 {
    background-color: #CDC;
}

th.c5 {
    background-color: #CCD;
}

th.c6 {
    background-color: #DCD;
}

tr.alt td {
    background-color: #EEE;
}

td.c1 {
    background-color: #EFF;
}

td.c2 {
    background-color: #FEE;
}

td.c3 {
    background-color: #FFE;
}

td.c4 {
    background-color: #EFE;
}

td.c5 {
    background-color: #EEF;
}

td.c6 {
    background-color: #FEF;
}

tr.alt td.c1 {
    background-color: #DEE;
}

tr.alt td.c2 {
    background-color: #EDD;
}

tr.alt td.c3 {
    background-color: #EED;
}

tr.alt td.c4 {
    background-color: #DED;
}

tr.alt td.c5 {
    background-color: #DDE;
}

tr.alt td.c6 {
    background-color: #EDE;
}

th.check, td.check {
    width: 5%;
    text-align: center;
    vertical-align: middle;
}
th.number, td.number {
    text-align: right;
}

th.time, td.time {
    width: 5%;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

td.time {
    font-size: 0.85em;
}

#slidemenubar, #slidemenubar2 {
	position:absolute;
	border:2px solid red;
	background-color:#F2F2F2;
	font:bold 11px Verdana;
	line-height:18px;
	padding: 3px;
}

#Container{
margin:10px auto;
padding: 0;
position:relative;
width:100px;
height:100px;
background-color:#fff;
border:3px solid #CECEB5;
overflow:hidden
}

#LoadContainer{
height:25%;
width:50%;
position:absolute;
top:40%;
left:25%;
text-align:center;
z-index:1
}

#PhotoContainer{
visibility:hidden
}

#CaptionBlock{
height:10px;
width:10px;
text-align:left;
margin:0 auto
}
#Caption{
color:#333
}

#License{
margin:0 auto;
padding-top:10px;
font-size:10px;
color:#666;
border-top:1px solid #CECEB5;
width:50px;
text-align:left;
line-height:1.4em;
}

#LinkContainer{
display:none;
position:absolute;
top:0;left:0;
height:50px;
width:50px;
z-index:100;
background:url(../actions/images/slideshow/start.gif) 50% 50% no-repeat
}

#CloseLink{
z-index:100;
position:absolute;
top:0%;
right:0%;
height:21px;
width:30px;
display:block;
text-decoration:none;
border:0px !important;
background:transparent url(../actions/images/slideshow/close_rounded_sidebar2.gif) right 0% no-repeat;
}

#PrevLink{
z-index:100;
position:absolute;
top:20px;
left:0%;
height:50px;
width:50%;
display:block
}

#NextLink{
z-index:100;
position:absolute;
top:20px;
left:50%;
height:50px;
width:50%;
display:block
}

#PrevLink:hover,#NextLink:hover{
text-decoration:none
}

#PrevLink:hover{
background:transparent url(../actions/images/slideshow/prev_rounded_sidebar2.gif) left 50% no-repeat
}

#NextLink:hover{
background:transparent url(../actions/images/slideshow/next_rounded_sidebar2.gif) right 50% no-repeat
}

#PrevLink span,#NextLink span,#CloseLink span{
display:none
}

img{
border:none
}

p{
font-size:11px;
padding:1em 0
}

#Wrapper{
	margin:0 auto;
	height:50px;
	width:100%;
	overflow:hidden;
	position:relative;
	background-color: #8D977E;
}

#Wrapper[id]{
display:table;
position:static
}

#InnerWrapper{
position:absolute;
top:50%;
left:0;
}

#InnerWrapper[id]{
display:table-cell;
vertical-align:middle;
position:static
}

#OuterContainer{
position:relative;
top:-50%
}

/* form elements */

input[type=submit], input[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 1px;
	width: auto;
	font-size: 9pt;
	color:#fff;
	font-weight: bold;
	background-color: #33A;
	border-right: 2px solid #336;
	border-bottom: 2px solid #336;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: #66C;
	border-right: 2px solid #668;
	border-bottom: 2px solid #668;
}

textarea#body{
	width: 100%;
	height: 500px;
	padding: 2px;
}

.searchbox {
	/* border: none; */
	border: 1px solid #CCCCAA;
	padding: 0px;
	margin: 0px;
}

input.grabcode {
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	font-size: 90%;
}

input.highlight {
	font-weight: normal;
	background-color: #FCC;
	color: #000;
}

/* LightBox 2.02 */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


