KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/bluerae/clients/ees/prototype6/CSS/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/bluerae/clients/ees/prototype6/CSS/SlideShowStyleSheet_rev130619.css
@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A79A89;
}

html { overflow: -moz-scrollbars-vertical; } /*firefox scrollbar shift fix */

.thrColElsHdr #container {
	width: 825px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #dcce87;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 3px solid #FFF;
} 

.thrColElsHdr #header {
	background: #7D6A55;
} 
.thrColElsHdr #navigation {
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #7D6A55;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 20px;
} 
.thrColElsHdr #navigation ul { /* all lists */
	padding: 0;
	margin: 0;
}
 
.thrColElsHdr #navigation li { /* all list items */
	display: block;
	list-style-type: none;
	list-style-image: none;
}
 
.thrColElsHdr #navigation li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	text-align: left;
	background-color: #78a22f;
	border: 2px solid #5e7e27;
	width: 120px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	z-index: 1000;
}
 
.thrColElsHdr #navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
 
.thrColElsHdr #navigation li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#sub_nav {
	padding-bottom: 8px;
}
#main_nav {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#main_nav2 {
	text-align: center;
}
.links a{
	color: white;
	text-decoration: none;
}

.links a:hover {
	color: #F2F08F;
	text-decoration: none;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/

#second_nav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cf711e;
}
#second_nav_underline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cf711e;
	text-decoration: underline;
}
#side_nav {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cf711e;
}
#underline {
	text-decoration: underline;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 185px;
}  
.thrColElsHdr #mainContent ul {
	float:right;
	width:100%;
	list-style-type:none;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.thrColElsHdr #mainContent li a {
	float:right;
	text-decoration:none;
	color:#7d6a55;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7d6a55;
	font-weight: bold;
	padding-left: 10px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #DCCE87;
}

.thrColElsHdr #mainContent li {
	display:inline;
}
.thrColElsHdr #mainContent a {
	text-decoration:none;
	color:#cf711e;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.thrColElsHdr #mainContent table {
	color:#cf711e;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.thrColElsHdr #mainContent h1 {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #7c6a55;
	margin-right: 120px;
	font-weight: bold;
	line-height: 19px;
}
.thrColElsHdr #mainContent p {
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #7c6a55;
	margin-right: 160px;
	line-height: 16px;
}

.thrColElsHdr #footer {
	background-color: #DCCE87;
	padding-right: 10px;
} 
.thrColElsHdr #container #footer table {
	float: right;
}

.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer_nav a {
	text-decoration:none;
	color:#7d6a55;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7d6a55;
	font-weight: bold;
	padding-left: 10px;
	list-style-type:none;
}
#footer_nav_end a{
	float:right;
	text-decoration:none;
	color:#7d6a55;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	font-weight: bold;
	padding-left: 10px;
	list-style-type:none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.yellow_txt {
	color: #F0F08C;
}


/* Tony styles edited july 2013 */


.slidelinkcolor { color: #78a22f; }
.slidelinkcolormenu { color: #f0f08c; }

.slideshowimage { height: 413px; width: 620px; padding: 0px; border: solid 6px #7c6a56; }

td.slideshownav { height: 22px; min-height: 22px; padding: 5px; text-align: center; }           

.slideshownavnumber { margin: 0 -4px; padding: 0 8px; }		
   
.thrColElsHdr #mainContent td.slideshownav a.current { font-weight: bold; color: #7c6a55; } 

Anon7 - 2021