/*
Atlas Tales color scheme

Med Gray background - CFCFCF
Dark Gray letters - 36393D
Header gray - 36393D
clean body gray - EEEEEE
red - E53D3C
aged white - DFD1B5

*/
body {
	color: #36393D;
	font-family: Tahoma, verdana, sans-serif;
	font-size : 11px;
	background-color: #CFCFCF;
	margin: 0;
	padding: 0;
}

#contentContainer 
{
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}

A:link {
	color: #356AA0;
	font-family: Tahoma, verdana, sans-serif;
	text-decoration : none;
}

A:visited {
	color: #356AA0;
	font-family: Tahoma, verdana, sans-serif;
	text-decoration : none;
}

A:hover {
	color: #356AA0;
	font-family: Tahoma, verdana, sans-serif;
	text-decoration : underline;
}

.footer {
	color: #36393D;
	font-family: Tahoma, verdana, sans-serif;
}

.centerNavbars {
	background-color: #DFD1B5
}

.infoSection { 
	margin: 0;
	width: 800px;
	background-color: #EEEEEE
}

.header {
	color: #DFD1B5;
	background-color: #36393D
}

.normalTableWithBorder
{
	border:1px solid #000000;
}

.normalTableWithBorder a:hover 
{
	text-decoration:underline;
}

.inputBox {
	font-family :Tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #302030;
	text-align : left;
	height : 18px;
	background-color : #EEEEEE;
	}
	
.searchInputBox {
	font-family :Tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #302030;
	text-align : left;
	height : 18px;
	background-color : #ffffff;
	}

/* tooltip begin */
#dhtmlgoodies_tooltip{
	background-color:#ffffff;
	color: #342931;
	border:1px solid #000;
	position:absolute;
	left: 10px;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}
/* tooltip end */

/* CSS Tabs top menu start */
#navcontainer,  #navcontainer2, #navcontainer3
{ 
	width: 800px;
	height: 26px;
	background-color: #CDB689;
}

ul#navlist, ul#navlist2, ul#navlist3
{
	display:inline-block;           
	padding-left: 10px !important  25px;
	margin:0 auto;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
}

* html .navlist, * html .navlist2, * html .navlist3
{
	display:table-cell;
	width:1px;
	padding:0 2px;
	white-space:nowrap;
} 
  
* html .navlist li, * html .navlist2 li, * html .navlist3 li 
{
  	display:inline;
}

ul#navlist li, ul#navlist2 li, ul#navlist3 li
{
        float: left;
        font-family: Tahoma, verdana, sans-serif;
        font-size: 11px;
        font-weight: bold;
        margin: 0 auto 0 auto;
        padding: 5px 0 4px 0;
        background-color: #342931;
        border-top: 2px solid #342931;
        border-bottom: 2px solid #342931;
        border-right: 1px solid #DFD1B5;
        display: inline-block;
}

#navlist a, #navlist a:link, #navlist2 a, #navlist2 a:link, #navlist3 a, #navlist3 a:link 
{
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #DFC99A;
        text-decoration: none;
}

ul#navlist li#active a, ul#navlist2 li#active2 a, ul#navlist3 li#active3 a
{
        color: #342931;
        background-color: #eeeeee;
}

#navlist a:hover, #navlist2 a:hover, #navlist3 a:hover 
{
        color: #342931;
        background-color: #DFD1B5;
}

/** added stuff **/
ul#navlist ul, ul#navlist2 ul, ul#navlist3 ul
{
	font-size:0.85em;
	position:relative;
	z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
ul#navlist ul, ul#navlist2 ul, ul#navlist3 ul
{
	padding:0;
	margin:0 auto;
	list-style-type:none;
}
ul#navlist ul, ul#navlist2 ul, ul#navlist3 ul
{
	width:127px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
ul#navlist ul li, ul#navlist2 ul li, ul#navlist3 ul li
{
	float: left;
	position:relative;
	padding: 0 0 0 0;
	color: #36393D;
	border:1px solid #36393D; 
	border-width:0 0 1px 0; 
	background-color: #342931;
	white-space:normal;
}

ul#navlist ul.firstLevelLeft li, ul#navlist2 ul.firstLevelLeft li, ul#navlist3 ul.firstLevelLeft li
{
	left:-102px; 
}

/* style the links for the top level */
ul#navlist ul a, ul#navlist ul a:visited, ul#navlist2 ul a, ul#navlist2 ul a:visited, ul#navlist3 ul a, ul#navlist3 ul a:visited
{
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#36393D; 
	width:28px; 
	height:30px; 
	border:1px solid #36393D; 
	border-width:0 0 1px 0; 
	background:#eeeeee; 
	padding-left:10px; 
	font-weight: normal;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .navlist ul a, * html .navlist ul a:visited, * html .navlist2 ul a, * html .navlist2 ul a:visited, * html .navlist3 ul a, * html .navlist3 ul a:visited
{
	width:125px;
	w\idth:125px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
ul#navlist ul, ul#navlist2 ul, ul#navlist3 ul
{
	visibility:hidden;
	position:absolute;
	/*height:0px; */
	width:127px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
ul#navlist ul table, ul#navlist2 ul table, ul#navlist3 ul table {position:absolute; top:0; left:0;}

/* style the second level links */
ul#navlist ul a, ul#navlist ul a:visited, ul#navlist2 ul a, ul#navlist2 ul a:visited, ul#navlist3 ul a, ul#navlist3 ul a:visited
{
	float:left;
	background:#ffffff; 
	color:#36393D; 
	height:auto; 
	width:125px;
}
* html .navlist ul ul a, * html .navlist2 ul ul a, * html .navlist3 ul ul a
{
	width:125px;
	w\idth:125px;
}

/* make the second level visible when hover on first level list OR link */
ul#navlist :hover ul, ul#navlist2 :hover ul, ul#navlist3 :hover ul
{
	visibility:visible; 
}

/* make the third level visible when you hover over second level list OR link */
ul#navlist  :hover ul :hover ul, ul#navlist2  :hover ul :hover ul, ul#navlist3  :hover ul :hover ul
{ 
	visibility:visible;
}
/* style the top level hover */
ul#navlist ul a:link, ul#navlist ul ul a:link, ul#navlist2 ul a:link, ul#navlist2 ul ul a:link, ul#navlist3 ul a:link, ul#navlist3 ul ul a:link
{
	color:#36393D; 
	background:#ffffff;
}
ul#navlist ul a:hover, ul#navlist ul ul a:hover, ul#navlist2 ul a:hover, ul#navlist2 ul ul a:hover, ul#navlist3 ul a:hover, ul#navlist3 ul ul a:hover
{
	color:#36393D; 
	background:#DFD1B5;
}
ul#navlist ul :hover > a, ul#navlist ul ul :hover > a, ul#navlist2 ul :hover > a, ul#navlist2 ul ul :hover > a, ul#navlist3 ul :hover > a, ul#navlist3 ul ul :hover > a 
{
	color:#36393D; 
	background:#DFD1B5;
}

/* style the third level background */
ul#navlist ul ul a:link, ul#navlist ul ul a:visited, ul#navlist2 ul ul a:link, ul#navlist2 ul ul a:visited, ul#navlist3 ul ul a:link, ul#navlist3 ul ul a:visited 
{
	background:#ffffff;
}
/* style the third level hover */
ul#navlist ul ul a:hover, ul#navlist2 ul ul a:hover, ul#navlist3 ul ul a:hover
{
	background:#DFD1B5;
}
/* keep the third level hidden when you hover on first level list OR link */
ul#navlist :hover ul ul, ul#navlist2 :hover ul ul, ul#navlist3 :hover ul ul
{
	visibility:hidden;
}
/* position the third level flyout menu */
ul#navlist ul ul, ul#navlist2 ul ul, ul#navlist3 ul ul
{
	left:143px; 
	top:0;
	width:127px;
}
/* position the third level flyout menu for a left flyout */
ul#navlist ul ul.left, ul#navlist2 ul ul.left, ul#navlist3 ul ul.left
{
	left:-143px;
}
/* style the second level background */
ul#navlist ul a.drop,ul#navlist ul a.drop:visited, ul#navlist2 ul a.drop,ul#navlist2 ul a.drop:visited, ul#navlist3 ul a.drop,ul#navlist3 ul a.drop:visited
{
	background:#DFD1B5;
}
/* style the second level hover */
ul#navlist ul ul a.drop:hover, ul#navlist2 ul ul a.drop:hover, ul#navlist3 ul ul a.drop:hover
{
	background:#DFD1B5;
}
ul#navlist ul ul :hover > a.drop, ul#navlist2 ul ul :hover > a.drop, ul#navlist3 ul ul :hover > a.drop 
{
	background:#DFD1B5;
}
/* CSS Tabs top menu end*/

/* Three column layout  start */
#main1 {
	margin:0; padding:0;
	}
#main2 {
	margin:0; padding:0;
	}
#left {
	float:left;
	width:150px;
	margin:0; 
	padding:0;
	font-size:11px;
	}
#right {
	float:right;
	width:150px;
	margin:0; 
	padding:0;
	font-size:11px;
	}
#middle {
	margin:0 15px 0 15px;
	font-size:11px;
	line-height:16px;
	padding: 0 0 0 0;
	font-family: Tahoma, verdana, sans-serif;
	width:auto;
	}
.column-in {
	margin:0; 
	padding:0.5em 0.5em;
	}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
/* Three column layout  end */
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer
{
	position: relative;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img
{
	margin: 0 5px 5px 0;
	position: relative;
}

.thumbnail:hover
{
	background-color: transparent;
}

.thumbnail:hover img
{
	border: 0px solid white;
}

.thumbnail span
{ 
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffff;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	border:1px solid #36393D; 
	border-width:1px 1px; 
}

.thumbnail span img
{ 
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{ 
	/*CSS for enlarged image*/
	visibility: visible;
	top: -75px;
	left: 35px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
/*Credits: Dynamic Drive CSS Library  stop */

/*
Med Gray background - CFCFCF
Dark Gray letters - 36393D
Header gray - 36393D
clean body gray - EEEEEE
red - E53D3C
aged white - DFD1B5
*/

.emptySideBoxLinks
{
	border:1px solid #000000;
	display: block;
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 2px 5px;
	background: #ffffff;
}

table.sideBoxLinks a 
{
	border:1px solid #000000;
	display: block;
	text-decoration:none;
}

div.sideBoxLinks a 
{
	color: #DFD1B5;
	background: #36393D;
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 2px 5px;
}

div.sideBoxLinks a:link, div.sideBoxLinks a:visited 
{
	color: #DFD1B5;
	background: #36393D;
	text-decoration:none;
}

div.sideBoxLinks a:active, div.sideBoxLinks a:hover 
{
	color: #36393D;
	background: #DFD1B5;
	text-decoration:none;
}

/* click on thumbs to show big */
#showimage
{
	padding: 2px 4px 2px 4px; 
	position:absolute;
	visibility:hidden;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#dragbar
{
	padding: 2px 2px 2px 2px; 
	cursor: hand;
	cursor: pointer;
	background-color: #ffffff;
	min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext
{
	font-weight: bold;
	margin-right: 1px;
}