body
{
	background-color: #272B28;
	color:#cccccc;
	font-family: 'Optima';
	font-size: 12px;
	line-height: 18px;
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 4px;
}

img
{
	border: 0px;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2
{
	color: #eeda88;
	font-family: 'Optima';
	font-weight: normal;
	font-size: 24px;
	text-shadow: black 4px 8px 8px;
}

h3
{
	color: #eeda88;
	font-family: 'Optima';
	font-weight: bold;
	font-size: 16px;
	text-shadow: black 0px 0px 2px;
}

h4
{
	color: #eeda88;
	font-family: 'Optima';
	font-weight: bold;
	font-size: 12px;
	text-shadow: black 2px 2px 2px;
}

table
{
	display: table;
}

tr
{
	display: table-row;
}

td
{
	display: table-cell;
}

a:link { color:#ffffff; text-decoration:none; }
a:hover { color:#aaaadd; text-decoration:none; }
a:visited { color:#ffffff; text-decoration:none; }

input.logininput
{
	font-family: 'Monaco', 'Courier';
	font-size: 9px;
	color: #cccccc;
	background-color: #222522;
	border-style:dotted; 
	border-width:1px; 
	border-color:#888866; 
}

.pointer
{
	cursor: pointer;
}

.faded
{
	color: #888866;
}

#loginarea
{
	position: relative;
}





/* ----------------------------------------------------------- */
/* Image div   ----------------------------------------------- */
/* ----------------------------------------------------------- */



#imagediv
{
	z-index: -3;
	
	position: absolute;
	visibility: hidden;
	width: 100px;
	height: 100px;
	top: 10px;
	left: 10px;
	background-color: #000000;
	border-style: inset;
	border-width: 4px;
	border-color: #ffffff;
}

#imageholder
{
	position: absolute;
	left: 2px;
	top: 2px;
	width: 1px;
	height: 1px;
}




/* ----------------------------------------------------------- */
/* Link div   ------------------------------------------------ */
/* ----------------------------------------------------------- */


#linkdiv
{
	z-index: -5;

	position: absolute;
	visibility: hidden;
	width: 575px;
	height: 60px;
	top: 10px;
	left: 10px;
	background-color: #dddddd;
	border-style: inset;
	border-width: 4px;
	border-color: #222222;
}

#linkname
{
	position: absolute;
	left: 10px;
	top: 10px;
	color: #222522;
}

#linklink
{
	position: absolute;
	left: 10px;
	top: 30px;
}


/* ----------------------------------------------------------- */
/* Edit div   ------------------------------------------------ */
/* ----------------------------------------------------------- */


#editdiv
{
	z-index: -4;
	
	position: absolute;
	display: table;
	visibility: hidden;
	width: 400px;
	height: 180px;
	top: 10px;
	left: 10px;
	background-color: #dddddd;
	color: #222522;
	border-style: inset;
	border-width: 4px;
	border-color: #222222;
}

.editdivRow
{
	display: table-row;
}

.editdivCell
{
	display: table-cell;
	padding: 5px 5px 5px 5px;
}

.leftCell
{
	text-align: right;
}

.rightCell
{
	text-align: left;
}





/* ----------------------------------------------------------- */
/* Progress Bar   -------------------------------------------- */
/* ----------------------------------------------------------- */


#progressbar
{
	position: relative;
	width: 450px;
	height: 50px;
}

#progressunderlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 450px;
	height: 50px;
}

#progressglare
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 450px;
	height: 50px;
}

#progressfull
{
	position: absolute;
	background-color: #ee8880;
	text-align: center;
	font-family: 'GillSans', 'Verdana';
	font-size: 11px;
	color: #000000;
	left: 12px;
	top: 11px;
	width: 1px;
	height: 16px;
}

#progressempty
{
	position: absolute;
	background-color: #aabbee;
	text-align: center;
	font-family: 'GillSans', 'Verdana';
	font-size: 11px;
	color: #000000;
	left: 12px;
	top: 11px;
	width: 396px;
	height: 16px;
}


/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */

#blocker
{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	background-color: #000000;
	opacity: 0.7;
	filter:alpha(opacity=70);
}


#totalcontent
{
	position: absolute;
	top: 100px;
	width: 780px;
	display: table;
	border-collapse: collapse;
	margin-right: 10px;
}

#tabbedcontent
{
	display: table-cell;
	
	background-color: #222522;
	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 15px;

	border-left: solid 1px #888866;
	border-right: solid 1px #888866;
	border-bottom: solid 1px #888866;
	
	border-top: dotted 1px #888866;
}

.tab
{
	display: table-cell;
	
	border-left: dotted 1px #888866;
	border-right: dotted 1px #888866;
	border-bottom: solid 1px #272B28;
	border-top: dotted 1px #888866;
		
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
	width: 100px;
}

.seltab
{
	background-color: #272B28;
	color: #dddddd;	

	border-left: solid 1px #888866;
	border-right: solid 1px #888866;
	border-top: solid 1px #888866;
	border-bottom-style: none;
}

.unseltab
{
	background-color: #222522;
	color: #888866;	

	border-left: dotted 1px #888866;
	border-right: dotted 1px #888866;
	border-top: dotted 1px #888866;
	border-bottom: solid 1px #888866;
	
	cursor: pointer;
}

.tabspacer
{
	display: table-cell;
	width:5px;

	border-bottom: solid 1px #888866;
}

.tabrightspacer
{
	display: table-cell;
	border-bottom: solid 1px #888866;
}




#shotstable
{
	display: table;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

.shotscell
{
	display: table-cell;
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 0px 0px 0px 0px;
	background-color: #202220;
}



.customlink
{
	cursor:pointer;
}
