/*
*
*	Pixaria Gallery
*	Copyright Jamie Longstaff
*
*/

/* WP EDITS DEC 2007 ------------------------------ */

label{cursor:pointer;}
img {border:none}

.searchHdr{
	font-size:1.2em; 
	font-weight:bold; 
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom:1px dotted #BBBBBB;
	}
	
#imgInfo th{
	width:65px;
	text-align:right;
	padding:2px 5px 2px 0;
	color:#444444;
	font-size:0.9em;
	border-bottom:1px dotted #DDDDDD;
	font-weight:normal;
}

#imgInfo td{
	text-align:left;
	color:#999;
	padding:2px 0;
	font-size:0.9em;
	border-bottom:1px dotted #DDDDDD;
}

#imgInfo a{text-decoration:none}
#imgInfo a:hover{
	text-decoration:underline;
	color:#0099FF
}
#imgInfo a:active{text-decoration:underline; color:#0066CC}


#imageActions TD{
	font-size:0.8em;
	text-align:center;
}

#imageActions TD a{
	text-decoration:none;
	}

.sidePanelSearch th{
	font-size:11px; 
	text-align:right; 
	font-weight:normal;
	padding:3px 3px 3px 0;
	background-color:#eeeeee;
	background-image:none;
	color:#666666;
	width:60px;
	vertical-align:top;
	}
	
.sidePanelSearch td{
	font-size:11px; 
	padding:3px 0;
	vertical-align:top;
	}
	
.sidePanelSearch select{font-size:11px;}

#dateSelector input{font-size:10px}

/* simulate menu galleries on homepage via hardcoded searches */
.galleryMenu input{
	border:none; 
	background:none; 
	text-decoration:underline; 
	cursor:pointer; 
	color:#0099FF;
}



/* Main DOM elements
----------------------------------------------- */

body	{
	font-family:Tahoma, Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	margin:0px;
	width:100%;
	
	background-color:#8e8e8e;
	background-image:url(../../../themes/TTM/images/page-bg-mid2.jpg);
	
	
	background-repeat:repeat-x;
	color: #555;
	text-align:center;
	}
	
img{border:none; outline:none}

h1	{
	font-weight:normal;
	margin:0px 0px 4px 0px;
	font-size:14pt;
	}

h2	{
	font-weight:normal;
	margin:0px 0px 1px 0px;
	font-size:12pt;
	}

h3	{
	font-weight:bold;
	margin:0px 0px 1px 0px;
	font-size:10pt;
	line-height:15pt;
	}

p,div,td	{
	font-family: Tahoma, Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	font-size:9pt;
	line-height:12pt;
	}

a:link,a:visited,a:active	{
	color: #357397;
	}

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

a:focus {outline: none;}

li{margin-top:9pt;}

form{margin:0px;}

form .forminput	{
	font-size:8pt;
	color:#222;
	}

form .formbutton	{
	text-align:center;
/*	background:#CCC; */
	font-size:10pt;
	font-family:Tahoma, Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	font-weight:normal;
	}

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

input{font-size:0.8em;}


/* Main Navigation
----------------------------------------------- */

a.navigation-link	{
	padding:0px 10px 0px 10px;
	font-weight:bold;
	font-size:9pt;
	font-family:Tahoma, Verdana, Helvetica, Arial, Geneva, Sans-Serif;
	color:#555;
	text-decoration:none;
	}

a.navigation-link:hover	{
	color:#000;
	text-decoration:none;
	}



/* ID Entities
----------------------------------------------- */

#masthead 	{
	height:82px;
	background-image:url('../themes/TTM/images/masthead-bg.jpg');
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	}
	
#copyright 	{
	width:600px;
	margin:0 auto; 
	background-color:none;
	padding:5px 0;
	font-size:10px;
	border-top:1px dotted #555;
	border:none;
	color:#555;
	}
	
#copyright a:visited, #copyright a:link{
	color:#555;
	text-decoration:none;
}

#copyright a:hover, #copyright a:active{
	color:#FFF;
	text-decoration:underline;
}   
	
	
	

#content	{
	margin:0px auto;
	width:100%;
	text-align:left;
	min-width:900px;
	}


/* Classes from version 1.x stylesheet
----------------------------------------------- */

.html-error-warning	{
	color:#F00;
	font-weight:;
	padding:5px;
	background-color:#FFF;
	border:1px solid #999;
	}

.required	{
	color:#F00;
	font-weight:bold;
	font-size:11px;
	}

.list-one /*  */	{
	background-color:#E1E1E1;
	}
	
.list-two /*  */	{
	background-color:#E8E8E8;
	}

.icon /*  */	{
	font-size:10pt;
	background:#FFF;
	background-position:center center;
	padding:3px;
	border: 1px solid #CCC;
	}

.thumbnail /*  */	{
	font-size:10pt;
	background:#FFF url('../images/loaders/image_loading.gif');
	background-position:center center;
	padding:4px;
	border: 1px solid #CCC;
	}

.image /*  */	{
	background:#FFF;
	padding:6px;
	border: 1px solid #CCC;
	margin-left:0px auto;
	margin-right:0px auto;
	}

.plain{text-decoration:none;}

/* Header and navigation */

#header{
	background-image:url('../images/masthead-bg.jpg');
	height:92px;
	padding:0 0 0 0px;
	overflow: hidden;
	background-color:#333;
	}
	
#header #logo {
	position:absolute;
	right:20px;
	}
	
#hdrLinks{
	float:right;
	height:20px;
	margin-top:22px;
	padding-right:10px;
	text-align:right;
}

#hdrLinks img{float:left;}

#hdrLinks #links{float:left; background:#000}

#hdrLinks a {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}
	
#hdrLinks a:visited, #hdrLinks a:link{color:#FFF;}

#hdrLinks a:hover{color:#0099CC;}
#hdrLinks a:active{color:#0062A4;}





	
	
	
/* =============== NAVBAR ============= */
	
#header #navigation {
	padding:62px 0 0 20px;
}

#header #navigation #search{
	float:right;	
}

#header #nav {
	clear: both;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	}
	
#header #nav li{
	/* background:#888; */ 
	float: left;
	margin: 0 1px 0 0;
	padding: 80;
	}
	
#header #nav li a{
	background:#666666;
	float: left;
	margin: 0;
	padding:7px 12px 7px 12px;
	font-size: 11pt;
	font-weight:bold;
	text-decoration: none;
	color: #CCC;
	border-style:solid;
	border-width:1px 0 0 0;
	border-color: #AAA;
	background-image:url(../../../themes/TTM/images/nav_bg.jpg);
	background-repeat:repeat-x;
	}
	
#header #nav li a:hover{
	color: #fff;
	background: #AAA;
	border-color:#CCCCCC;
	background-image:url(../../../themes/TTM/images/nav_bgover.jpg);	
	}
	
#header #nav li a:active {
	color: #888;
	background: #333;
	border-color:#333;
	margin-top:3px;
	padding-bottom:4px;
	}	





#header #nav li a.current{
	background:#EEE;
	color: #333;
	border-color: #f4f4f4;
	background-image:url(../../../themes/TTM/images/nav_bgcurrent.jpg);
	}
	
	
#header #nav li a:hover.current{color:#0099FF;}	
#header #nav li a:active.current{
	color:#4F729D;
}
	
/*

#header #nav li #current a:visited, #header #nav li #current a:link{
	background-image:url(../../../themes/TTM/images/nav_bgcurrent.jpg);	
}

#header #nav li #current a:hover{
	color: #fff;
	background: #AAA;
	border-color:#CCCCCC;
	background-image:url(../../../themes/TTM/images/nav_bgover.jpg);
	}
	
#header #nav li #current a:active {
	color: #888;
	background: #333;
	border-color:#333;
	margin-top:3px;
	padding-bottom:4px;
	}


*/
	

/* Pagination interface
----------------------------------------------- */

.pagination{
	font-size:11px;
	}
	
.pagination a	{
	display: block;
	padding: 3px 7px;
	float: left;
	margin: 0 3px 0 0;

	border-top: 1px solid #DDD;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #DDD;

	text-decoration:none;
	background-color:#b5b5b5;
	background-image:url(../../../themes/TTM/images/optmenu-bg.jpg);
	background-repeat:repeat-x;
	}

.pagination a:hover	{
	background:#FFF;
	border-color:#0099FF;
	}

.pagination .spacer	{
	display: block;
	padding: 3px 7px;
	float: left;
	margin: 0 3px 0 0;
	} 
	
.pagination .disabled, .pagination .current	{
	display: block;
	padding: 3px 7px;
	float: left;
	margin: 0 3px 0 0;
	color:#999;
	border-top: 1px solid #AAA;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #AAA;
	text-decoration:none;
	} 
	
.pagination .current {
	background-color:#AAAAAA;
	background-image:none;
	color:#333333;
	border-top-color:#666666;
	border-left-color:#666666;
}

.pages	{
	float:right;
	padding-right:10px;
}
	
/* Pop up menu for choosing number of thumbs
----------------------------------------------- */

#thumb-select	{
	width:300px;
	float:left;
	margin: 0;
	padding: 0;
	font-size:11px;
	}

#thumb-select ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	}
	
#thumb-select ul li {
	margin:0;
	padding:0;
	position: relative;
	}
	
#thumb-select li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 24px;
	display: none;
	}

/* Styles for Menu Items */
#thumb-select ul li a {
	display: block;
	text-decoration: none;
	background: #CCC; /* IE6 Bug */
	height:16px;
	padding: 3px 7px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #DDD;
	background-color:#b5b5b5;
	background-image:url(../../../themes/TTM/images/optmenu-bg.jpg);
	background-repeat:repeat-x;
	}
	
#thumb-select ul li a:hover { background: #EEE; } /* Hover Styles */
		
/* Holly Hack. IE Requirement \*/
* html #thumb-select ul li { float: left; height: 1%; }
* html #thumb-select ul li a { height: 1%; }
/* End */

#thumb-select li:hover ul, #thumb-select li.over ul { display: block; } /* The magic */

/* Version 2.x New Classes and IDs
----------------------------------------------- */

#popup-content	{
	background:#EEE;
	text-align:left;
	}

#front-innerdiv	{
	width:100%;
	}

#front-outerdiv	{
	padding:20px;
	}

/*  Styles for gallery descriptions */

.table-gallery-description	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	}

.table-gallery-description thead th	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-gallery-description thead th a	{
	text-decoration:none !important;
	color:#FFF !important;
	}

.table-gallery-description table	{
	margin:5px;
	border-collapse:collapse;
	width:66%;
	padding:0px;
	border-spacing:0px;
	}

.table-gallery-description tbody td	{
	background-color:#DDD;
	}
	
.table-gallery-description td th	{
	width:190px;
	vertical-align:top;
	text-align:center;
	}
	
.table-gallery-description td td	{
	vertical-align:top;
	text-align:left;	
	}
	
.table-gallery-description td h1	{
	font-weight:bold;
	font-size:10pt;
	margin-top:2px;
	}
	
	
/*  Styles for text layout tables */

.table-text	{
	border-collapse:collapse;
	width:700px;
	line-height:1.2em;
	text-align:left;
	padding:0px;
	border-spacing:0px;
	margin:20px auto;
	}

.table-text th	{
	width:100px;	
	vertical-align:top;
	padding:2px 5px 7px 0px;
	font-weight:bold;
	letter-spacing:-1pt;
	font-size:14pt;
	text-align:justify;
	margin-top:0px;
	margin-right:8px;
	margin-left:2px;
	line-height:1.3em;
	}
	
.table-text td	{
	vertical-align:top;
	padding:3px;
	text-align:left;
	vertical-align:top;
	}

.table-text td h1
	{
	font-weight:bold;
	font-size:12pt;
	margin-top:2px;
	}
	
.table-text td h2	{
	font-weight:bold;
	font-size:11pt;
	margin-top:2px;
	}
	
.table-text td h3	{
	font-weight:bold;
	font-size:10pt;
	margin-top:2px;
	}
	
/*  Styles for form layout tables */

.table-form	{
	border-collapse:collapse;
	/*width:100%;*/
	padding:0px;
	border:1px solid #555;
	margin-bottom:20px;
	border-spacing:0px;
	width:540px;
	margin-left:auto; margin-right:auto;
	}

.table-form thead th	{
	/*width:33%;	*/
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	letter-spacing:0;
	}
	
.table-form tbody th	{
	vertical-align:top;
	padding:5px;
	padding-right:2px;
	/*width:33%;*/
	font-size:11px;
	text-align:left;
	font-weight:bold;
	letter-spacing:0;
	width:100px;
	}
	
.table-form tbody td	{
	vertical-align:middle;
	padding:5px;
	padding-left:2px;
	/*width:33%;*/	
	text-align:left;	
	font-size:11px;
	letter-spacing:0;
	}

.table-form tbody td h1	{
	font-weight:bold;
	font-size:12pt;
	margin-top:2px;
	}
	
.table-form tbody td h2	{
	font-weight:bold;
	font-size:11pt;
	margin-top:2px;
	}
	
.table-form tbody td h3	{
	font-weight:bold;
	font-size:10pt;
	margin-top:2px;
	}
	
.table-form tbody td td
	{
	padding:5px;
	}

.table-form tbody th td
	{
	padding:5px;
	}



/*  Styles for cart list details  */

.table-form .messages
	{
	width:100%;
	inherit:none;
	border-collapse:collapse;
	}

.table-form .messages th
	{
	padding:3px;
	vertical-align:top;
	width:50px;
	}

.table-form .messages td
	{
	padding:3px;
	vertical-align:top;
	}


/*  Styles for list views  */

.table-listbox
	{
	border-collapse:collapse;
	border:solid 1px #888;
	color:#444;
	width:890px;
	text-align:left;
	padding:0px;
	border-spacing:0px;
	}

.table-listbox th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#666;
	padding:5px;
	font-weight:bold;
	letter-spacing:0;
	background-image: url('../images/table-header-bg.gif');
	background-repeat:repeat-x;
	}

.table-listbox td
	{
	vertical-align:middle;
	text-align:left;
	padding:5px;
	line-height:20px;
	text-decoration:none;
	}

.table-listbox td a
	{
	text-decoration:none;
	}

.table-listbox td a:hover
	{
	text-decoration:none;
	}

/*  Styles for popup window text layout tables */

.table-popup-text
	{
	border-collapse:collapse;
	width:100%;
	line-height:1.2em;
	text-align:left;
	padding:0px;
	border-spacing:0px;
	margin:0px;
	}

.table-popup-text th
	{
	width:33%;	
	vertical-align:top;
	padding:2px 5px 7px 0px;
	font-weight:bold;
	letter-spacing:-1pt;
	font-size:14pt;
	text-align:justify;
	margin-top:0px;
	margin-right:8px;
	margin-left:2px;
	line-height:1.3em;
	}
	
.table-popup-text td
	{
	width:33%;	
	vertical-align:top;
	padding:3px;
	text-align:left;
	vertical-align:top;
	}

/*  Styles for popupwindow form layout tables */

.table-popup-form
	{
	border-collapse:collapse;
	width:100%;
	padding:0px;
	border:1px solid #CCC;
	margin-bottom:20px;
	border-spacing:0px;
	}

.table-popup-form thead th
	{
	width:50%;	
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-popup-form tbody th
	{
	height:26px;
	vertical-align:top;
	padding:8px 0px 0px 4px;
	width:50%;
	font-size:9pt;
	text-align:left;
	font-weight:bold;
	}
	
.table-popup-form tbody td
	{
	height:26px;
	vertical-align:middle;
	height:20px;
	padding:3px;
	width:50%;	
	text-align:left;	
	}

.table-popup-form table
	{
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	}

.table-popup-form tbody td td
	{
	padding:0px;
	}

.table-popup-form tbody th td
	{
	padding:0px;
	}

/*  Styles for cart messages  */

.table-cart
	{
	border-collapse:collapse;
	width:890px;
	padding:0px;
	border:1px solid #888;
	margin-bottom:0px;
	border-spacing:0px;
	}

.table-cart thead th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-cart tbody th
	{
	vertical-align:middle;
	text-align:center;
	padding:0px;
	font-size:9pt;
	font-weight:bold;
	}
	
.table-cart tbody td
	{
	vertical-align:middle;
	padding:0px;
	text-align:left;	
	}

.table-cart .cart-item
	{
	width:100%;
	inherit:none;
	border-collapse:collapse;
	}

.table-cart .cart-item th
	{
	vertical-align:top;
	padding:3px;
	width:80px;
	text-align:left;
	font-size:11px	
	}

.table-cart .cart-item td
	{
	padding:3px;
	text-align:left;	
	font-size:11px;
	}

/*  Styles for search box  */

.table-search
	{
	table-layout:fixed;
	horizontal-align:center;
	width:890px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:0px;
	background-color:#CFCFCF;
	border:1px solid #666;
	  background-image:url('../../../themes/TTM/images/browsemenu-bg.jpg');
	  background-repeat:repeat-x;
	
	}

.table-search th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-search td .search-box
	{
	float:left;
	margin:5px 0 5px 0;
	padding:0 10px 10px 10px;
	width:20%;
	/* min-height:270px;*/
	/* height:270px; */
	}
	
/*  Styles for image import form  */

.table-import
	{
	table-layout:fixed;
	width:100%;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#DDD;
	border:1px solid #CCC;
	}

.table-import th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-import td .import-box
	{
	float:left;
	margin:5px 0 5px 0;
	padding:0 10px 0 10px;
	width:20%;
	min-height:270px;
	}
	
	
/*  Styles for news box  */

.table-news
	{
	/* table-layout:fixed; */
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	background-color:#DDD;
	border:1px solid #555;
	}

.table-news thead th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

.table-news tbody th
	{
	text-align:left;
	font-weight:normal;
	padding:5px;
	}

.table-news tbody td
	{
	text-align:left;
	font-weight:normal;
	padding:5px;
	}

.table-news tbody th hr
	{
	border: 0;
	margin:10px 5px 10px 0px;
	height: 1px;
	background-color:#AAA;
	}
	
.table-news .promote
	{
	padding:4px 6px;
	color:#444;
	font-size:8pt;
	background:#EEE;
	border:1px solid #AAA;
	margin:10px 0 0 10px;
	float:right;
	text-decoration:none !important;
	background-image:url(../../../themes/TTM/images/optmenu-bg.jpg);
	background-repeat:repeat-x;
	}
	
.table-news .promote:hover
	{
	background:#FFF;
	border-color:#0099FF;
	color:#0099FF;
	}
	
.table-news .promote:active{
	background:#ccc;
	border-color:#888;
	color:#333;
}
	
.table-news .link-rss
	{
	background:url('../images/icons/22x22.rss.png') no-repeat;
	padding:5px 0 10px 26px;
	margin:0 0 10px 0px;
	min-height:24px;
	}
	
/*  Styles for thumbnails  */

/* TABLE ENCLOSING ALL THUMBS */
.table-thumbnail
	{
	table-layout:fixed;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:20px;
	/* DEFAULT SETTINGS 
	background-color:#DDD;
	border:3px solid #CCC;
	*/
	background-color:none;
	border:none;
	}

.table-thumbnail thead th
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:none;
	border-bottom:1px solid #AAAAAA;
	padding:4px 0px 6px 10px;
	font-weight:bold;
	}
	
.table-thumbnail tbody .options
	{
	padding:3px 0px 4px 4px;
	text-align:left;
	font-weight:normal;
	}

.table-thumbnail tbody .options .option-title
	{
	padding:4px 5px 0 0;
	width:10em;
	text-align:left;
	font-weight:bold;
	float:left;
	}

/* Styles for small thumbnails */
.table-thumbnail .thumb-sml, .table-thumbnail .thumb-smlOvr, .table-thumbnail .thumb-smlDwn
	{
	width:115px; 
	height:125px; 
	text-align:center;
	padding:5px 2px 2px 2px;
	margin:2px;
	background-color:#EEEEEE;
	border-width:1px;
	border-style: solid;
	border-color:#777;
	float:left;
	overflow:none;
	cursor:pointer;
	font-size:0.8em;
	text-align:center;
	line-height:12px;
	}
	
	


/* ============ WP EDITS ====== */

.table-form tbody th {text-align:right}
.table-form #contactForm thead th	{width:140px;}
.table-form #contactForm tbody th	{width:140px;}
.table-form #contactForm tbody td	{width:none; padding:}


.table-gallery-description th,
.table-search th,
.table-news th,
.table-form thead th,
.table-cart thead th,
.breadcrumbs{
	background-image: url('../images/table-header-bg.gif');
	background-repeat:repeat-x;
	padding-left:10px;
}



#sidePanelSearchTableA th{
	background-image:none;
}



/* ===== END WP EDITS ========*/
	
	
	


/*============================== WARREN'S NEW CLASSES */

.table-thumbnail .thumb-smlOvr
	{
	background:#FFF;
	border-color: #A9CFE2;
	color:#0099CC;
	}

.table-thumbnail .thumb-smlDwn
	{
	background:#CCC;
	border-color: #999;
	color:#666666;
	}

.table-thumbnail .thumb-sml .thmButtons, .table-thumbnail .thumb-smlOvr .thmButtons, .table-thumbnail .thumb-smlDwn .thmButtons {

	padding:1px 0;
	margin:3px -1px -1px -1px; 
	border-top-style:solid;
	background-color:#e1e1e1;
	height:22px;
	border-top-width:1px;
	border-top-color:#dddddd;
	vertical-align:middle;
	font-size:10px
}

.thumb-sml .thmButtons img{
	display:none; /* HIDE THUMB ACTIONS UNTIL ROLLOVER */
	_display:block; /*IE6 otherwise won't show on rollover*/
	*display:block; /*IE7 otherwise won't show on rollover*/
}

.thumb-smlOvr .thmButtons img{
	display:inline; /* NOW UN-HIDE */
}


.table-thumbnail .thumb-smlOvr .thmButtons{
	background-color:#E1EEF4;
	border-top-color: #C7DFEB;
	}

.table-thumbnail .thumb-smlDwn .thmButtons{	
		background-color:#BBBBBB; 
		border-top-color:#c1c1c1; 
	}

/*============================== END WARREN */


.table-thumbnail .thumb-sml table
	{
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
	}

.table-thumbnail .thumb-sml table thead th
	{
	background:0;
	text-align:center;
	width:150px;
	height:100px;
	}

.table-thumbnail .thumb-sml table tbody th
	{
	font-size:8pt;
	width:55px;
	background:0;
	vertical-align:top;
	text-align:right;
	}
	
.table-thumbnail .thumb-sml table tbody td
	{
	font-size:8pt;
	background:0;
	vertical-align:top;
	text-align:left;
	}
	
	
/* Styles for large thumbnails */

.table-thumbnail .thumb-lrg, .table-thumbnail .thumb-lrgOvr, .table-thumbnail .thumb-lrgDwn{
	width:180px;
	padding-top:10px;
	text-align:center;
	padding:5px;
	margin:2px;
	background-color:#EEEEEE;
	border-width:1px;
	border-style: solid;
	border-color: #777;
	float:left;
	overflow:none;
	cursor:pointer;
	font-size:0.9em;
	min-height:186px;
	}

/*============================== WARREN'S NEW CLASSES */

.table-thumbnail .thumb-lrgOvr
	{
	background:#FFF;
	border-color: #A9CFE2;
	color:#0099CC;
	}

.table-thumbnail .thumb-lrgDwn
	{
	background:#CCC;
	border-color: #999;
	color:#666666;
	}

.table-thumbnail .thumb-lrg .thmButtons, .table-thumbnail .thumb-lrgOvr .thmButtons, .table-thumbnail .thumb-lrgDwn .thmButtons {
	padding:1px 0; 
	margin:5px -4px -4px -4px; 
	font-size:0.8em;
	border-top-style:solid;
	background-color:none;
	border-top-width:1px;
	border-top-color:#EEEEEE;
	line-height:0.5em;
	height:23px;
	font-size:10px;
}

.table-thumbnail .thumb-lrgOvr .thmButtons{
	background-color:#E1EEF4;
	border-top-color: #C7DFEB;
	}

.table-thumbnail .thumb-lrgDwn .thmButtons{	
		background-color:#BBBBBB; 
		border-top-color:#c1c1c1; 
	}
	
.table-thumbnail .thumb-lrg .thmButtons TD img{
	display:none; /* HIDE THUMB ACTIONS UNTIL ROLLOVER */
	_display:block; /*IE6*/
	*display:block; /*IE7*/
}

.table-thumbnail .thumb-lrgOvr .thmButtons TD img{
	display:block; /* NOW UN-HIDE */
}

.table-thumbnail .thumb-lrgOvr .thmButtons TD a{cursor:pointer;}

#blogDate{
	float:left;
	width:46px; 
	height:52px; 
	margin:0 10px 10px 0;
	background-image: url('../images/icon-calendar.png');
	background-repeat:no-repeat;
}

#blogDate #month{
	float:left;
	color:#FFF;
	font-size:10px;
	padding-top:3px;
	width:42px;
	text-align:center;
}

#blogDate #date{
	float:left;
	clear:left;
	width:42px;
	text-align:center;
	padding-top:4px;
	font-size:24px;
	color:#254870;
}

#blogDate #year{
	float:left;
	color:#999;
	font-size:10px;
	letter-spacing:.3em;
	margin-top:10px;
	width:48px;
	text-align:center;
}

.list-one .newsIndexCell, .list-two .newsIndexCell, .list-one .newsIndexCellOvr, .list-two .newsIndexCellOvr, .list-one .newsIndexCellDwn, .list-two .newsIndexCellDwn{
	padding:10px;
	line-height:13px;
	cursor:pointer;
}

.list-one .newsIndexCell h3, .list-two .newsIndexCell h3, .list-one .newsIndexCellOvr h3, .list-two .newsIndexCellOvr h3, .list-one .newsIndexCellDwn h3, .list-two .newsIndexCellDwn h3{
	font-size:11px; 
	line-height:12px; 
	font-weight:normal;
	margin:0;
}

.list-one .newsIndexCell h4, .list-two .newsIndexCell h4, .list-one .newsIndexCellOvr h4, .list-two .newsIndexCellOvr h4, .list-one .newsIndexCellDwn h4, .list-two .newsIndexCellDwn h4{
	font-size:10px; 
	color:#666;
	font-weight:normal;
	line-height:12px;
	margin:0;
}

.newsIndexCellOvr{
	background-color:#CAEAFF;
	color:#005E9B;
}

.newsIndexCellOvr h4{color:#005E9B;}

.newsIndexCellDwn{
	background-color:#999;
	color:#333;
}

.list-one .newsIndexCellOvr h4, .list-two .newsIndexCellOvr h4{color:#33729F;}


TD.newsIndexCellMini, TD.newsIndexCellMiniOvr, TD.newsIndexCellMiniDwn{
	padding:5px;
	line-height:11px;
	cursor:pointer;
	background-color:#FFFFFF;
	font-size:10px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
}

TD.newsIndexCellMiniOvr{background-color:#CAEAFF}
TD.newsIndexCellMiniDwn{
	background-color:#999;
	color:#333333;
	}



/*============================== END WARREN */




.table-thumbnail .thumb-lrg table
	{
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
	}

.table-thumbnail .thumb-lrg table thead th
	{
	background:0;
	text-align:center;
	width:180px;
	height:180px;
	}

.table-thumbnail .thumb-lrg table tbody th
	{
	font-size:8pt;
	width:70px;
	background:0;
	vertical-align:top;
	text-align:right;
	}
	
.table-thumbnail .thumb-lrg table tbody td
	{
	font-size:8pt;
	background:0;
	vertical-align:top;
	text-align:left;
	}

/* IMAGE DETAIL VIEW : Styles for the various container divs in the image large detail view */

#image-detail
	{
	padding:0px;
	margin:0 0 20px 0;
	background:#CCC;
	/* border:1px solid #CCC; */
	overflow:hidden;
	background:url(../../../themes/TTM/images/page-bg.jpg);
	background-repeat:repeat-x;
	}

#image-detail .breadcrumbs
	{
	text-align:left;
	font-size:11pt;
	color:#FFF;
	background-color:#777;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}

#image-detail .imagebox-wide
	{
	text-align:center;
	padding:40px 10px 10px 410px;
	}

#image-detail .infobox-wide
	{
	float:left;
	width:380px;
	margin:0 0 0 0;
	padding:0 10px 0px 10px;
	}

#image-detail .imagebox-thin
	{
	text-align:center;
	padding:10px 10px 10px 10px;
	}

#image-detail .infobox-thin
	{
	margin:0 0 0 0;
	padding:0 10px 0px 10px;
	}

/* IMAGE DETAIL VIEW : Styles for the image information panel */

.table-image-view
	{
	max-width:600px;
	min-width:380px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0;
	display:block;
	}

.table-image-view th
	{
	vertical-align:top;
	width:150px;
	text-align:left;
	font-size:10pt;
	padding:5px 0px 6px 0px;
	font-weight:bold;
	}
	
.table-image-view td
	{
	vertical-align:top;
	text-align:left;
	font-size:10pt;
	padding:5px 0px 6px 5px;
	}

.table-image-view .imageview
	{
	vertical-align:middle;
	text-align:center;
	font-size:10pt;
	padding:10px;
	font-weight:bold;
	}

/*  GENERAL : Styles for inline action buttons  */

ul.actionlist
	{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}
	
.actionlist li
	{
	display: inline;
	list-style-type: none;
	}
	
.actionlist a
	{
	padding: 3px 10px;
	text-decoration: none;
	}
	
.actionlist a:link, .actionlist a:visited
	{
	background-color: #DDD;
	text-decoration: none;
	border-top:1px solid #FFF;
	border-right:1px solid #BBB;
	border-bottom:1px solid #BBB;
	border-left:1px solid #FFF;
	}
	
.actionlist a:hover
	{
	background-color: #DDD;
	text-decoration: none;
	border-top:1px solid #BBB;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #BBB;
	}
	
/*  GENERAL : Notification boxes  */

.notification-note
	{
	background:#FFF url('../../themes/TTM/images/icon-alert-small.png');
	background-repeat:no-repeat;
	padding:4px 4px 4px 35px;
	margin:0px 0px 5px 0px;
	border:1px solid #CCC;
	font-size:8pt;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}

.notification-note h1
	{
	padding:0px;
	margin:3px;
	font-size:9pt;
	font-weight:bold;
	}

.notification-note p
	{
	padding:0px;
	margin:3px;
	font-size:9pt;
	}

.notification-warning
	{
	background:#FFF url('../images/notification.warning.gif');
	background-repeat:no-repeat;
	padding:4px 4px 4px 38px;
	margin:0px 0px 5px 0px;
	border:1px solid #CCC;
	font-size:8pt;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	}

.notification-warning h1
	{
	padding:0px;
	margin:3px;
	font-size:9pt;
	font-weight:bold;
	}

.notification-warning p
	{
	padding:0px;
	margin:3px;
	font-size:9pt;
	}

/* IMAGE DETAIL VIEW : Link styles for download links */

.download-list dt
	{
	margin: 15px 0 0 0;
	font-weight: normal;
	}

.download-list dd
	{
	margin: 0 0 1px 0;
	padding: 2px 0 0 0;
	}

.download-list dt a
	{
	float: left;
	display: block;
	margin-right:5px;
	padding: 0px;
	}

/* IMAGE DETAIL VIEW : Tab panel styles */

.keywords, .keywordsOvr, .keywordsDwn{
	padding:1px;
	float:left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-width:1px;
	border-style: solid;
	border-color: #e1e1e1;
	margin:3px 3px 0px 0px;
	background-color:#f1f1f1;
	cursor:pointer;
	}


/* ==== NEW BY WARREN ==== */

.keywordsOvr{
	background-color: #D1EBFA;
	border-color: #A4D7F2;
	color: #0099FF;
	}

.keywordsDwn{
	background-color: #DDDDDD;
	border-color: #BBBBBB;
	color: #666666;
	}

.breadcrumbs a:visited, 
.breadcrumbs a:link, 
.breadcrumbs a:hover, 
.breadcrumbs a:active{color:#FFF; text-decoration:none;}
 
.breadcrumbs a:hover, .table-gallery-description a:hover{color:#0099FF; text-decoration:underline}
.breadcrumbs a:active, .table-gallery-description a:active{color:#006AB0; text-decoration:underline}



.table-text{
	width:540px;
	margin:20px auto;
}

.table-text h1{
	font-size:2.5em; 
	font-weight:normal; 
	margin:20px 0 10px 0;
}

.table-text th, .table-text td{
	font-size:11px;
}


.table-text .searchTip{
	float:left; 
	width:160px; 
	height:100px;
	margin-right:10px;
	background-color:#FFF;
	padding:0;
	border:1px solid #888;
	font-size:0.8em;
	line-height:1em;
	font-weight:normal;
	}


.table-text .searchTip h1{
	font-size:14px;
	background-color:#087ABA;
	background-image:url(../../../themes/TTM/images/searchTips-hdrBG.gif);
	background-repeat:repeat-x;
	color:#FFF;
	margin:1px;
	padding:6px;
	font-weight:bold;
}

#searchTips0 h2, #searchTips1 h2, #searchTips2 h2{
	margin:0 0 10px 20px;
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.table-text .searchTip p{
	margin:0;
	padding:7px;
	font-size:11px;
	line-height:14px;
}

#searchTips0, #searchTips1, #searchTips2{
	width:100%; 
	float:left; 
	padding:20px 0; 
	background-color:#AAA;
	border-bottom:1px solid #999;
}


.searchBoxSub{
	float:left;
	clear:left;
	width:217px;
	margin:0;
	border-top:1px solid #EEE;
	border-bottom:1px solid #BBB;
	padding-bottom:10px;
}

.searchBoxSub, .searchBoxSub input, .searchBoxSub select{font-size:10px}

.searchBoxSubDiv{
	height:3px;
	width:80px;
	border-bottom:1px dotted #AAA;
}


.acctBtn{
	float:left;
	width:80px;
	margin:0;
	margin-right:20px;
	line-height:14px;
}

.acctBtn img{margin-bottom:10px;}



/* white box with rounded corners for admin area */

.roundedBox{
	margin:0;
	margn-bottom:20px;
	float:left;
	clear:left;
	}
	
.roundedBox #topdge, .roundedBox #btmEdge{float:left;}
.roundedBox #corner{float:left; clear:none; width:15px; height:15px;}
.roundedBox #mid{float:left; clear:none; height:15px; width:480px; background-color:#FFF}
.roundedBox #main{float:left; padding:10px 25px; background:#FFF}
.roundedBox #main h1{
	color:#0099FF;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
	margin-top:50px;
}
.roundedBox #main a{text-decoration:none}
.roundedBox #main dt{
	font-weight:bold;
	font-size:16px;
	padding-bottom:5px;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
	margin-top:20px;
}

.searchtipsIndent{
	margin-left:30px;
	}

.roundedBox #main .searchtipsIndent h1{
	background-color:#f4f4f4;
	color:#333;
	padding:5px;
	margin-top:40px;
}

.pullout{
	float:left;
	padding:10px;
	background-color:#E6F8FF;
	border:1px dotted #69B7D3;
	font-size:11px;
}

/*== END WARREN ==== */


.panel
	{
	display: none;
	border:1px solid #C8C8C8;
	padding:25px;
	background:#FFF;
	}

.panel-inline
	{
	border:1px solid #CCC;
	padding:25px;
	margin-top:20px;
	background:#EEE;
	}

.panel-image
	{
	display: block;
	padding:0px;
	margin:0px;
	}

.panel h1, .panel-inline h1
	{
	font-weight:bold;
	font-size:11pt;
	margin-top:2px;
	}

.panel.active-tab-body
	{
	display: block;
	}


.neighbour, .neighbour-opaque, .neighbourOvr, .neighbourDwn {
	cursor:pointer;
	float:none;
	background:#EEE;
	border-width:1px;
	border-style: solid;
	border-color: #CCC;
	margin:2px;
	width:105px;
	height:150px;
	overflow:hidden;
	padding:0 3px;
	}

.neighbour-opaque{
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=40);
	}

.neighbourOvr{
	background:#FFF;
	border-color: #A9CFE2;
	color:#0099CC;
}

.neighbourDwn{
	background:#CCC;
	border-color: #999;
	color:#666666;
}

.neighbour table, .neighbour-opaque table, .neighbourOvr table, .neighbourDwn table{
	width:105px;
	height:105px;
	}

/* IMAGE DETAIL VIEW : Tab container and tab styles */

#tab-container
	{
	margin:0;
	padding:0;
	overflow:hidden;
	}

#tabs
	{
	margin:0 0 9px 0 !important;
	padding:0 !important;
	height:29px;
	list-style: none;
	}

#tabs li
	{
	float: left;
	}

#tabs a
	{
	background-color: #aaa;
	float: left;
	padding:4px 4px 5px 4px;
	margin: 0 2px 0 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-decoration: none;
	font-weight:bold;
	font-size:11pt;
	color: #FFF;
	}
	
#tabs a:hover{
	background-color:#CCE6FF;
	color:#006BD7;
}

#tabs a:active{
	background-color:#5494C2;
	color:#21435C;
}


#tabs a.active-tab
	{
	background-color: #FFF;
	float: left;
	padding:4px 4px 5px 4px;
	margin: 0 2px 0 0;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #FFF;
	text-decoration: none;
	font-weight:bold;
	font-size:11pt;
	color: #555;
	}
	
	
.homeSidePanel{
	padding:5px 15px;
	background-color:#FFF;
}

.homeSidePanel h1{font-size:18px; font-weight:normal;}

.homeSidePanel p{font-size:11px; color:#666}

.homeSidePanel .pic{
	font-size:9px; 
	margin:5px 0;
	color:#999;
	line-height:1.4em;
	width:190px;
	height:25px;
	}
	
.homeSidePanel .pic strong{
	font-weight:normal; 
	color:#333;
	font-size:11px;
	}
	
.homeSidePanel img{
	float:left; 
	margin-right:5px;
	padding:2px;
	border:1px solid #CCC;
	}
	
#homeThumbs img{
	width:72px;
	height:72px;
	padding:4px;
	border:1px solid #777;
	margin-right:2px;
	background-color:#FFF;
}

.miniHelp{
	font-size:10px;
	line-height:1.2em;
}