body {
	margin: 10px;
	background-color: #000;
	color: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;	
	background-image: url(images/isaidwalrus_fs_black.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 900px;
	display: block;
	position: relative;
	top: 0px;
	z-index: 1;
	/*border:1px solid blue;*/
	background-color:#000;
	padding: 10px;	
}


#iswnav	{
	width:	150px;
	/*border:1px solid red;*/
	float: left;
}

#footer	{
	float:right;
	width:530px;
	padding-top:60px;
	text-align:right;
	margin-top:20px;
	color:#c0c0c0;
	font-size:12px;
}

#content	{
	width:	870px;
	/*border:1px solid green;*/
	float: left;
	padding-top: 10px;
	padding-left: 10px; 
	padding-right: 10px;
}


.iswnav {
	border-collapse: collapse;
	font-size:14px;
	text-align: left;
	padding: 10px 10px;
}

p.iswnavlink {
	font-size:14px;
	text-align: left;
	padding: 0px 0px 10px 5px;;
}

h1	{
	color: #c0c0c0;	
}

p {
	font-family:arial;
	font-size:14px;
	color:	#c0c0c0;	
}

th	{
	color: #000000;
}

img	{  
	border-style: none;
}

legend	{
	color:	#c0c0c0;	/*gray*/
	font-style:	italic;
}

label	{
	color:	#c0c0c0;	/*gray*/
	font-weight:	800;	
}

label.error {
	color:	#990000; /*red*/
	font-size:	125%;
	font-style:	italic;
	text-align:	right;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.subtitle {
	font-style: italic;
}

a:link, a:active, a:visited {
	color: #c0c0c0;
	text-decoration: none;
}

a:hover  {
	color: #c0c0c0;
	text-decoration: underline;
}

.borderit img{
	border: 2px solid #c0c0c0;
}

.borderit:hover img{
	border: 2px solid #FF6600;
}

.borderit:hover{
	color: red; /* irrelevant definition to overcome IE bug */
}

.moviethumbs{
	float:left;
	width:120px;
	height:120px;
}

/* accordion css code */
.demoHeaders	{
	margin-top: 2em; 
}
			
#dialog_link	{
	padding: .4em 1em .4em 20px;text-decoration: none;position: relative;
}
			
#dialog_link span.ui-icon	{
	margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;
}
			
ul#icons	{
	margin: 0; padding: 0;
}
			
ul#icons li	{
	margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;
}
			
ul#icons span.ui-icon	{
	float: left; margin: 0 4px;
}

/* end of accordion css code */

/* thickbox css code*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;

}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

.gallery { float: left; width: 100%;}
.gallery div { float: left; height: 150px; width: 150px; font-size: xx-small; }

/* end of thickbox css code */



/*  start of Fancy Thumbnail Hover Effect w/ jQuery  */

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	border: 5px solid #ddd;
	padding: none;
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}


/*  end of Fancy Thumbnail Hover Effect w/ jQuery  */
