/********************************
 * CSS For DDYTalk.com          *
 * One Hundred Years Layout     *
 * Screen Layout                *
 ********************************/

html
{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
	margin:				0px;
	background-color: 	#4a7394;
	font-family: 		Verdana, Helvetica, Arial, sans-serif;
	font-size: 			8pt;
	padding:			0px;
	color:				#ddd;
}

body
{ 
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */

}

img { border: 0; }

table{
padding-bottom: 15px;
}

td
{line-height: 135%; }

.ipbtable1 { width:100% }

table.ipbtable1,
tr.ipbtable1,
td.ipbtable1,
.ipbtable1 td
{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
	font-size: 11px;
	line-height: 135%;
}

form img {vertical-align: middle; }

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

a:hover
{
	color:	#fff;
}

.input-warn,
.input-green,
.input-checkbox,
input,
textarea,
select{
	background: #FFF;
	border: 1px solid #4C77B6;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
}

#logostrip
{
	background:		#3860bb url(onehundredyears/tile_back.gif);
	color:			#ddd;
	border-bottom:	1px #fff solid;
	height:			80px;
	margin:			0px;
	padding: 		0px;
}

#submenu
{ 
	background:	transparent url(onehundredyears/tile_sub.gif);
	color:		#7b1010; 
	margin:		0px;
	height:		32px;
	text-align:	right;
}

#userloginbox
{ 
	background: transparent;
	padding: 2px 10px;
    color: #ccc;
    position:absolute;
    top: 2px;
    right: 5px;
    text-align: center;
}

#userloginbox a:link,
#userloginbox a:visited
{
        text-decoration: none;
        color: #ccc;
        background-color:	transparent;
        text-align:	center;
        vertical-align:	middle;
        
}

#userloginbox a:active,
#userloginbox a:hover
{
       color: #eee;
       background-color:	transparent;
}

#userloginbox img
{
	margin: 1px 7px;
}


.ipb-top-right-link
{
	background:		transparent;
	float:			right;
	font-size:		10px;
	font-weight:	bold; 
	letter-spacing:	0.5px;
	margin:			0px;
	padding:		7px 0 7px 0;
	width:			auto;
	border-left:	1px solid #dce3ee;
}

.ipb-top-left-link
{
	background:		transparent;
	float:			left;
	border-left:	0px;
	font-size:		10px;
	font-weight:	bold; 
	letter-spacing:	0.5px;
	margin:			0px;
	padding:		7px 0 7px 0;
	width:			auto;
	border-right:	1px solid #dce3ee;
}

.ipb-top-left-link a:link, 
.ipb-top-left-link a:visited,
.ipb-top-right-link a:link, 
.ipb-top-right-link a:visited
{ 
	background:			transparent url(onehundredyears/tile_sub.gif); 
	color:				#7b1010;
	padding:			0px 6px 0px 6px;
	text-decoration:	none;
	padding-top:		8px;
	padding-bottom:		10px;
}

.ipb-top-left-link a:hover, 
.ipb-top-left-link a:active,
.ipb-top-right-link a:hover, 
.ipb-top-right-link a:active
{
	background:		transparent url(onehundredyears/tile_sub_hover.gif); 
	color:			#a51821;
	padding-top:	8px;
	padding-bottom:	10px;
}

.popupmenu-new
{
   background:	#4a7394;
   border:		1px solid #18315a;
   text-align:	left;
   font-size:	10px;
   white-space:	nowrap;
}

.maintitle
{
    background:		url(onehundredyears/tile_cat.gif);
	border:			1px solid #FFF;
	border-bottom:	1px solid #5176B5;
	color:			#FFF; 
	font-size:		12px;
	font-weight:	bold; 
	margin:			0px;
	padding:		8px;
}

#myass-content
{
    border: 1px solid #fff !important;
}

/* -------------------------------- */
/* Loading box
/* -------------------------------- */

#loading-layer-inner
{
	width:				220px;
	height:				28px;
	padding:			18px 10px 10px 10px;
	text-align:			center;
	color:				#000;
	border:				1px solid;
	border-color:		#CCC #666 #666 #CCC;
	background-color:	#FCF8C7;
}

/* -------------------------------- */
/* Message in a bo(x|ttle)
/* -------------------------------- */

#ipd-msg-wrapper
{
	display:	none;
	width:		220px;
}

#ipd-msg-inner
{
	width:				100%;
	height:				45px;
	padding:			6px 4px 4px 4px;
	margin:				0px;
	text-align:			center;
	color:				#000;
	border:				1px solid;
	border-color:		#ccc #666 #666 #ccc;
	background-color:	#FCF8C7;
	opacity:			.75;
}

#ipd-msg-title
{
	width:				100%;
	height:				20px;
	margin:				0px;
	padding:			6px 4px 4px 4px;
	background:			transparent url(onehundredyears/css_pp_header.gif);
	border:				1px solid #3A4F6C;
	border-bottom:		0px;
	color:				#FFF;
}


/* Box design (1-line header) */
	.header1box { margin: 20px 10px; }
	.h1top {background: url(onehundredyears/border/header1/top.gif) 0 0 repeat-x; width: 100%}
	.h1bottom {background: url(onehundredyears/border/header1/bottom.gif) 0 100% repeat-x}
	.h1left {background: url(onehundredyears/border/header1/left.gif) 0 0 repeat-y}
	.h1right {background: url(onehundredyears/border/header1/right.gif) 100% 0 repeat-y}
	.h1botleft {background: url(onehundredyears/border/header1/bottomleft.gif) 0 100% no-repeat}
	.h1botright {background: url(onehundredyears/border/header1/bottomright.gif) 100% 100% no-repeat}
	.h1topleft {background: url(onehundredyears/border/header1/topleft.gif) 0 0 no-repeat}
	.h1topright {background: url(onehundredyears/border/header1/topright.gif) 100% 0 no-repeat; padding:10px}
	.header1content {margin: 0px 0px 49px 0px; padding: 5px 5px 5px 5px; background-color: #f7f7f7; color: #000000; font-size:8pt;}
	.header1content a:link,
	.header1content a:visited,
	.header1content a:active { background-color: transparent; color: #4a7394; text-decoration: none !important;}
	.header1content a:hover { background-color: #4a7394; color: #f7f7f7; }
	.header1content .formsubtitle {text-align: center; border-bottom: 1px #18315a dashed; color: #18315a; background-color: transparent; font-weight:bold; font-size:10pt; margin: 5px 0px; padding: 3px 0px;}
	.headings {margin: 0px 30px 0px 45px; padding: 10px 5px; background-color: #84ADCE; color: #fff; font-weight: bold; font-size: 12px; height: 20px;}
    .headings a img {float: right; margin: 0px;}
    .headings a:link,
    .headings a:visited{ color: #fff; text-decoration: none;}
    .headings a:hover,
    .headings a:active {color: #f0f0f0;}

/* Box design (error message) */
	.errorbox { margin: 20px 10px; }
	.etop {background: url(onehundredyears/border/error/top.gif) 0 0 repeat-x; width: 100%}
	.ebottom {background: url(onehundredyears/border/error/bottom.gif) 0 100% repeat-x}
	.eleft {background: url(onehundredyears/border/error/left.gif) 0 0 repeat-y}
	.eright {background: url(onehundredyears/border/error/right.gif) 100% 0 repeat-y}
	.ebotleft {background: url(onehundredyears/border/error/bottomleft.gif) 0 100% no-repeat}
	.ebotright {background: url(onehundredyears/border/error/bottomright.gif) 100% 100% no-repeat}
	.etopleft {background: url(onehundredyears/border/error/topleft.gif) 0 0 no-repeat}
	.etopright {background: url(onehundredyears/border/error/topright.gif) 100% 0 no-repeat; padding:10px}
	.errorcontent {margin: 0px 0px 49px 0px; padding: 5px 5% 20px 5%; background-color: #f7f7f7; color: #000000;}
	.errorcontent a:link,
	.errorcontent a:visited,
	.errorcontent a:active { background-color: transparent; color: #4a7394; text-decoration: none; }
	.errorcontent a:hover { background-color: #4a7394; color: #f7f7f7; }
	.errorcontent .formsubtitle {text-align: center; border-bottom: 1px #7b1010 dashed; color: #a51821; background-color: transparent; font-weight:bold; font-size:10pt; margin: 5px 0px; padding: 3px 0px;}
	.eheadings {margin: 0px 30px 0px 45px; padding: 10px 5px; background-color: #7b1010; color: #fff; font-weight: bold; font-size: 12px; height: 20px;}
    .eheadings a img {float: right; margin: 0px;}
    .eheadings a:link,
    .eheadings a:visited{ color: #fff; text-decoration: none;}
    .eheadings a:hover,
    .eheadings a:active {color: #f0f0f0;}


/* Closed-style header */
	.clhbox { margin: 20px 10px; }
	.clhtop {background: url(onehundredyears/border/closedhead/top.gif) 0 0 repeat-x; width: 100%}
	.clhbottom {background: url(onehundredyears/border/closedhead/bottom.gif) 0 100% repeat-x}
	.clhleft {background: url(onehundredyears/border/closedhead/left.gif) 0 0 repeat-y}
	.clhright {background: url(onehundredyears/border/closedhead/right.gif) 100% 0 repeat-y}
	.clhbotleft {background: url(onehundredyears/border/closedhead/botleft.gif) 0 100% no-repeat}
	.clhbotright {background: url(onehundredyears/border/closedhead/botright.gif) 100% 100% no-repeat}
	.clhtopleft {background: url(onehundredyears/border/closedhead/topleft.gif) 0 0 no-repeat}
	.clhtopright {background: url(onehundredyears/border/closedhead/topright.gif) 100% 0 no-repeat; padding:10px}
        .clhheadings {margin: 0px 30px 0px 30px; padding: 10px 5px; background-color: #84ADCE; color: #fff; font-weight: bold; font-size: 12px; height: 50px;}
        .clhheadings a img {float: right; margin: 0px;}
        .clhheadings a:link,
        .clhheadings a:visited{ color: #fff; text-decoration: none;}
        .clhheadings a:hover,
        .clhheadings a:active {color: #f0f0f0;}
  
/* Menu box design */
  /*       #menuandcontent { margin: 0px; } */
        .menuouterbox {  float: left;}
	.menubox { margin: 11px 10px; }
	.mtop {background: url(onehundredyears/border/menu/top.gif) 0 0 repeat-x; width: 100%}
	.mbottom {background: url(onehundredyears/border/menu/bottom.gif) 0 100% repeat-x}
	.mleft {background: url(onehundredyears/border/menu/left.gif) 0 0 repeat-y}
	.mright {background: url(onehundredyears/border/menu/right.gif) 100% 0 repeat-y}
	.mbotleft {background: url(onehundredyears/border/menu/bottomleft.gif) 0 100% no-repeat}
	.mbotright {background: url(onehundredyears/border/menu/bottomright.gif) 100% 100% no-repeat}
	.mtopleft {background: url(onehundredyears/border/menu/topleft.gif) 0 0 no-repeat}
	.mtopright {background: url(onehundredyears/border/menu/topright.gif) 100% 0 no-repeat; padding:10px}
	.menucontent {margin: 0px; padding: 10px 5%; background-color: #c6a594; color: #000000;}
	.menucontent a:link,
	.menucontent a:visited,
	.menucontent a:active { background-color: transparent; color: #18315a; text-decoration: none; }
	.menucontent a:hover { background-color: #18315a; color: #c6a594; }
        .menucontent .formsubtitlem,
		.menucontent .formsubtitle  {text-align: center; border-bottom: 1px #18315a dashed; color: #214a73; background-color: transparent; font-weight: bold; font-size: 14px;}


/* Box design - inner box on white box*/
	.innerbox { margin: 20px 10px;}
	.itop {background: url(onehundredyears/border/in_box/top.gif) 0 0 repeat-x; width: 100%}
	.ibottom {background: url(onehundredyears/border/in_box/bottom.gif) 0 100% repeat-x}
	.ileft {background: url(onehundredyears/border/in_box/left.gif) 0 0 repeat-y}
	.iright {background: url(onehundredyears/border/in_box/right.gif) 100% 0 repeat-y}
	.ibotleft {background: url(onehundredyears/border/in_box/bottomleft.gif) 0 100% no-repeat}
	.ibotright {background: url(onehundredyears/border/in_box/bottomright.gif) 100% 100% no-repeat}
	.itopleft {background: url(onehundredyears/border/in_box/topleft.gif) 0 0 no-repeat}
	.itopright {background: url(onehundredyears/border/in_box/topright.gif) 100% 0 no-repeat; padding:10px}
	.icontent {margin: 0px; padding: 10px 5px 10px 5px; background-color: #bdd6de; color: #000000;}
        .icontent a:link,
	.icontent a:visited,
	.icontent a:active { background-color: transparent; color: #4a7394; text-decoration: none; }
	.icontent a:hover { background-color: #4a7394; color: #f7f7f7; }
        .icontent h1 { background-color: transparent; color: #214a75; text-align: center; margin-top: -10px; font-size: 10pt;}

 

/* Box design - error box on white box*/
	.einnerbox { margin: 20px 10px;}
	.eitop {background: url(onehundredyears/border/in_error/top.gif) 0 0 repeat-x; width: 100%}
	.eibottom {background: url(onehundredyears/border/in_error/bottom.gif) 0 100% repeat-x}
	.eileft {background: url(onehundredyears/border/in_error/left.gif) 0 0 repeat-y}
	.eiright {background: url(onehundredyears/border/in_error/right.gif) 100% 0 repeat-y}
	.eibotleft {background: url(onehundredyears/border/in_error/bottomleft.gif) 0 100% no-repeat}
	.eibotright {background: url(onehundredyears/border/in_error/bottomright.gif) 100% 100% no-repeat}
	.eitopleft {background: url(onehundredyears/border/in_error/topleft.gif) 0 0 no-repeat}
	.eitopright {background: url(onehundredyears/border/in_error/topright.gif) 100% 0 no-repeat; padding:10px}
	.eicontent {margin: 0px; padding: 10px 5%; background-color: #e9a6a6; color: #000000;}
        .eicontent a:link,
	.eicontent a:visited,
	.eicontent a:active { background-color: transparent; color: #7b1010; text-decoration: none; }
	.eicontent a:hover { background-color: #7b1010; color: #f7f7f7; }
        .eicontent h1 { background-color: transparent !important; color: #e7e7e7; text-align: center; margin-top: -15px; font-size: 10pt; width: 100%;}
        .eicontent img {width: 95%; }
        .eiheadings {background-color: transparent; color: #fff; font-weight: bold; font-size: 10pt; margin-left: 20px; margin-top: -6px;}



.button
{
	background: #FFF;
	border: 1px solid #18315a;
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	vertical-align: middle;
}

.errorwrap {
	background: #F2DDDD;
	border: 1px solid #7b1010;
	border-top: 0;
	margin: 5px;
	padding: 0;
}


.errorwrap h4 {
	background: #E3C0C0;
	border: 1px solid #7b1010;
	border-left: 0;
	border-right: 0;
	color: #a51821; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.errorwrap p {
	background: transparent;
	border: 0;
	color: #a51821;
	margin: 0;
	padding: 8px;
}

.narrowcontent
{
	width:	75%;
        margin-left: 13%;
        text-align: center;
}

#navstrip{ 
	background: transparent;
	color: #e0e0e0;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 15px;
	padding: 5px 0px 8px 0px; 
}

.formbuttonrow
{
	text-align:	center;
        background-color: #bdd6de !important;
}

tr.formbot
td.formbuttonrow,
.pformstrip,
.borderwrap p.formbuttonrow,
.borderwrap p.formbuttonrow1{
	background: #bdd6de !important; 
	border-top:    1px solid #7b1010;
        border-bottom: 1px solid #7b1010;
	margin: 0px !important;
	padding: 5px !important;
	text-align: center;
}

td.formbuttonrow{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.catend{
	background: #7b1010;
	color: #000;
	font-size: 1px;
	height: 3px;
}

.redirectfoot
{
	color:	#7b1010;
}

.smallbox
{
	width:	50%
}

#userlinks img,
#userlinks2 img,
#userlinksguest img
{
vertical-align: middle;
}

#userlinks a:link,
#userlinks a:visited,
#userlinksguest a:link,
#userlinksguest a:visited
{
 	background-image:		 url(onehundredyears/ul_tab.gif);
 	color:				#d6b531;
 	text-decoration:	none;
        padding: 4px 5px;
        vertical-align: middle;
}

#userlinks a:hover,
#userlinks a:active,
#userlinksguest a:hover,
#userlinksguest a:active
{
 	background:		url(onehundredyears/ul_tab.gif);
 	color:				#efc604;
}

#userlinks,
#userlinksguest{ 
	background: transparent;
	margin-bottom: 5px;
	padding: 0 5px 0 5px;
        color: #d6b531;
}

#userlinks p,
#userlinksguest p{
	background: url(onehundredyears/ul_tab.gif);
	border: 0 !important;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 0px; 
	text-align: right;
        float: right;
}

#userlinks p,
#userlinksguest p{
	font-weight: normal;
	letter-spacing: 0;
}

      .formsubtitlestat {text-align: left; border-bottom: 1px #18315a dashed; color: #18315a; background-color: transparent; font-weight: bold;}

/* 
 * ========================================
 * Set up IPB table
 * ========================================
 */
 
table.ipbtable {margin-bottom: -20px}

table.oneline{margin: 0px 65px 0px 65px; position: relative; bottom: -10px;}

table.ipbtable,
tr.ipbtable,
td.ipbtable
{ /* required for text in tables, because tables do not inherit from body */
	background: transparent !important;
	color: #222;
	font-size: 11px;
	line-height: 135%;
}

tr.ipbtable
{ border: 1px solid #7b1010; }

.ipbtable td,
.divpad{ /* gives all tables faux cellpadding of 5px */
	padding: 5px;
}

td.nopad{ /* allows some tables to have no padding on the td */
	padding: 0;
}

/* Safari... */
th
{
	text-align: left;
}

td.row2,
td.row1{ border-bottom: 1px solid #d6b539;}

table th,
.borderwrap table th,
.subtitle,
.subtitlediv,
.postlinksbar{ 
	background: transparent;
	border-bottom: 1px solid #7b1010;
	color: #7b1010; 
	font-size: 10px;
	font-weight: bold; 
	margin: 0; 
	padding: 5px; 
}

.subtitle
{
text-align: center;
background-color: #f7f7f7;
margin: -1px;
}

.fieldwrap50{
	margin: 5px 25%;
	padding: 0;
	text-align: left;
        width: 50%;
}

.fieldwrap75{
margin: 5px 13%;
padding: 0px;
text-align:left;
width: 76%;
}


.fieldwrap input{
        padding: 10px;
}

/* 
 * ========================================
 * styles for pagination links 
 * ========================================
 */
 

.pagelink,
.pagelinklast,
.pagecurrent,
.minipagelink,
.minipagelinklast{
	background: #F0F5FA;
	border: 1px solid #072A66;
	padding: 1px 3px 1px 3px;
}

.pagelinklast,
.minipagelinklast{
	background: #DFE6EF;
}


.pagecurrent{
	background: #FFC9A5;
}

.minipagelink,
.minipagelinklast{
	border: 1px solid #C2CFDF;
	font-size: 10px;
	margin: 0 1px 0 0;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagelinklast a:active,
.pagelinklast a:visited,
.pagelinklast a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link,
.minipagelink a:active,
.minipagelink a:visited,
.minipagelink a:link,
.minipagelinklast a:active,
.minipagelinklast a:visited,
.minipagelinklast a:link{
	text-decoration: none;
}

/* -------------------------------- */
/* Pop-up Menus                     */
/* -------------------------------- */

.popupmenu,
.popupmenu-new
{
   background: #f7f7f7;
   border: 1px solid #18315a;
   text-align:left;
   font-size:10px;
   white-space:nowrap;
   /*padding:3px 5px 3px 3px;*/
   /*width:300px;*/
}

.popupmenu-item
{
	padding: 5px;
	/*margin-top:4px;*/
	white-space: nowrap;
	border-bottom: 1px solid #efc608;
        background-color: #f7f7f7;
	color:  #000000;
	font-weight: normal;
}

.popupmenu-item-last
{
	padding: 5px;
	/*margin-top:4px;*/
	white-space: nowrap;
        background-color: #f7f7f7;
	color:  #000000;
	font-weight: normal;
}

.popmenubutton-new,
.popmenubutton
{
	width:120px;
	white-space:nowrap;
	background-color: #84abce;
	border:1px solid #18315a;
	color: #18315a;
	font-weight:bold;
	float:right;
	height:18px;
	text-align:center;
	margin:0px;
	font-size:11px;
	padding:3px;
}

.popmenubutton-new
{
	float:none;
	width:auto;
	text-align:left;
	height:auto;
	padding:3px;
	font-weight:normal;
	background-color:#EEF2F7;
	background-image: url(onehundredyears/menu_action_down-padded.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.popmenubutton-new-out
{
	padding:4px;
}


.popupmenu-new
{
	background-color: #d7d7d7;
}


.popmenubutton a:link, 
.popmenubutton a:visited,
.popmenubutton-new a:link, 
.popmenubutton-new a:visited
{
        color: #e7e7e7;
        text-decoration: none;
}

.popupmenu-item a:link, 
.popupmenu-item a:visited,
.popupmenu-item-last a:link, 
.popupmenu-item-last a:visited
{ 
	color: #214a75; 
	text-decoration: none;
}

.popmenubutton a:hover,
.popmenubutton-new a:hover
{
        color: #ffffff;
        text-decoration: none;
}

.popupmenu-item a:hover, 
.popupmenu-item-last a:hover
{ 
	color: #84abce; 
	text-decoration: none;
}

.popupmenu-category
{ 
	background: transparent url(onehundredyears/tile_sub.gif);
	border-top: 1px solid #18315a;
	border-bottom: 1px solid #7b1010;
	color: #18345a; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 5px; 
}

.desc{ 
	font-size: 11px; 
	color: #18315a;
}

.notepad{
background-color: #ffffcc;
}

/**********************
/*  css_rte definitions
/***********************/

/* ============================================================== */
/* RTE STYLES
/* ============================================================== */

.rte-cb-bg
{
	background-color: #E5E6F1;
	background-image: url('rte-cb-top-bg.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #555;
	letter-spacing: 0;
	height:11px;
	text-align: left;
	padding:0px;
	margin:0px;
}

.rte-option-panel,
.rte-buttonbar
{
	background-color: transparent;
	letter-spacing: 0;
}

.rte-option-panel
{
	display: none;
	float: left;
	text-align: center;
	margin-bottom: 5px;
border: 1px solid #18315a;
}

.rte-option-emo-box
{
	background-color: #FFFFFF;
	border:1px solid #777;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rte-buttonbar tbody tr td,
.rte-buttonbar tr td,
.rteBack tbody tr td,
.rteBack tr td
{
	padding: 0;
}

.rte-iframe
{
	border:2px inset #777;
	background-color:#FFF;
	margin-top:4px;
}

.rte-menu-button,
.rte-selected-menubutton,
.rte-hover-menubutton,
.rte-normal-menubutton
{
	border: 1px solid #214a75 !important;
	border-radius: 3px;
	padding: 2px 1px 2px 4px;
	margin:0px;
	font-size: 11px;
	overflow: hidden;
	background-color: #F7f7f7 !important;
	background-repeat: no-repeat;
	width:auto;
        height: 15px;
        text-align: center;
}

.rte-selected-menubutton,
.rte-hover-menubutton
{
	border: 1px solid #95C4F7;
	background-color: #FFFFFF;
}

.rte-menu-face,
.rte-menu-size,
.rte-selected-menu,
.rte-hover-menu,
.rte-normal-menu
{
	background-color: #EFF3F7;
	border-bottom:1px dotted #999;
	padding: 1px 1px 4px 1px;
	width:100%;
	clear: both;
	cursor: pointer;
 	font-size:	7pt;
}


.rte-menu-size
{
	padding-top: 12px;
	padding-bottom: 12px;
}	

.rte-selected-menu-color,
.rte-hover-menu-color,
.rte-normal-menu-color,
.rte-menu-color
{
	width: 10px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}

.rte-selected-menu-emo,
.rte-hover-menu-emo,
.rte-normal-menu-emo,
.rte-menu-emo,
.rte-menu-emo-box
{
	width: auto;
	border:1px solid #EFF3F7;
	cursor: pointer;
}

.rte-selected-menu-emo div,
.rte-hover-menu-emo div,
.rte-normal-menu-emo div,
.rte-menu-emo  div
{
	padding: 4px;
}

.rte-menu-emo-box div
{
	padding: 1px;
}

.rte-menu-emo-box
{
	border:1px solid #FFFFFF;
}

.rte-menu-emo-header
{
	text-align: center;
	font-weight: bold;
	background-color: #E5E6F1;
	color: #000000;
	background-image: url('rte_tile.gif');
	background-repeat: repeat-x;
	padding:4px;
	margin: 0px;
}

.rte-hover-menu-color
{
	border:1px solid black;
}

.rte-hover-menu-emo
{
	border:1px solid black;
}

.rte-popupmenu
{
	background-color: #f7f7f7;
	border: 1px solid #18315a;
	text-align: left;
	font-size: 11px;
	padding: 3px 5px 3px 3px;
}

.rte-selected,
.rte-hover,
.rte-normal
{
	cursor: pointer;
	padding:1px;
}

.rte-selected-menu,
.rte-hover-menu
{
	background: #D3D3D3;
}

.rte-selected
{
	border: 1px outset;
	padding:0px;
}

.rte-hover
{
	background: #EBEBEB;
}

.attach-menubutton
{
	border: 1px solid #7585B8;
	border-radius: 3px;
	padding: 2px 1px 2px 4px;
	margin:0px;
	font-size: 11px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url('rte-dd-bg.gif');
	background-repeat: no-repeat;
	width:auto;
}

.attachfiles-dropdown
{
	border: 1px solid #7585B8;
	border-radius: 3px;
	padding: 2px 1px 2px 4px;
	margin:0px;
	font-size: 11px;
	overflow: hidden;
	background-color: #FFFFFF;
	width:auto;
}

.attach-parentdiv
{
	background-color: #bdd6de;
	letter-spacing: 0;
	padding:6px;
	text-align:left;
}

.attach-messagediv
{
	background: #bdd6de;
	color: #18315a;
	text-align:center;
}
.attach-msg-span
{
	padding-top: 3px;
	font-size:20px;
	font-weight:bold;
}

.attach-iframe
{
	border: 0px;
	background-color:transparent;
}

.attach-popupmenu
{
	background-color: #EFF3F7;
	border: 1px solid #999;
	text-align: left;
	font-size: 11px;
	padding: 3px 5px 3px 3px;
}

.attach-menu-row-over,
.attach-menu-row
{
	padding:1px 1px 4px 1px;
	width:100%;
	cursor: pointer;
}

.attach-menu-row-over
{
	background: #D3D3D3;
}

form #mainform
{
background-color: #bdd6de;
line-height: 100%;
}

/**********************
/ Calendar styles
/********************/

.caltable
{
       background-color: #efc608;
}

.calmonths
{
	font-size: 18px; 
	font-weight: bold; 
        text-align: center;
}

.calmonths a{
	text-decoration: none;
}

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



.calday,
.calweekday{ 
	background: #84abce;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-align: right;
}

.calweekday{
	border-right: 1px solid #AAA;
	color: #222;
	font-size: 14px;
	padding: 6px;
	text-align: center;
}

.celltodayshaded,
.celldateshaded,
.cellblank,
.celldate,
.celltoday,
.mcellblank,
.mcelldate,
.mcelltoday{
	background: #e7e7e7; 
	height: 100px;
	margin: 0;
	padding: 0;
	vertical-align: top;

}

.mcellblank
{
background-color: #bdd6de;
}

.celltodayshaded,
.celldateshaded
{
	background: #E3DFE7;
}

.mcellblank,
.mcelldate,
.mcelltoday{
	height: auto;
}

.cellblank,
.mcellblank{
	background: #f7f7f7;
}

.celltoday,
.celltodayshaded,
.mcelltoday{
	border: 2px solid #a51821;
}

.calranged
{
	border: 2px outset #C2CFDE;
	background: #C2CFDF;
	padding:4px;
}

.calitem
{
	border-bottom: 1px dotted #C2CFDF;
	padding:4px;
}

/****************************
/* Gallery definitions
/****************************/
.thumbwrap
{
    border: 0px;
    margin: 0px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(onehundredyears/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(onehundredyears/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(onehundredyears/lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

td.displaygalleryimage img { width: 100%;}

#disclaimer{
    text-align: center;
}
