/*************************************************************/
/*   Design:   Multiflex-3 Update-2 / Layout-4               */
/*   File:     Text formats                                  */
/*-----------------------------------------------------------*/
/*   Author:   G. Wolfgang                                   */
/*   Date:     November 29, 2006                             */
/*   Homepage: wwww.1-2-3-4.info                             */
/*-----------------------------------------------------------*/
/*   License:  Fully open source without restrictions.       */
/*             Please keep footer credits with a link to     */
/*             G. Wolfgang (www.1-2-3-4.info). Thank you!    */
/*************************************************************/

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.nav3-grid
{
   width: 199px;
   border-bottom: solid 1px rgb(200,200,200);
}
.nav3-grid dt
{
   position: relative;
   vertical-align: middle;
}
.nav3-grid dd
{
   position: relative;
   z-index: 13;
}
.nav3-grid dt.parent a, .nav3-grid dt.parent a:visited
{
   display: block;
   z-index: 15;
   min-height: 2.0em /*Non-IE6*/;
   height: auto !important;
   height: 2.0em /*IE6*/;
   line-height: 2.0em;
   padding: 0px 10px 0px 20px;
   border-top: solid 1px rgb(200,200,200);
   text-decoration: none;
   color: rgb(70,122,167);
   font-weight: bold;
   font-size: 120%;
}
.nav3-grid dt.child a, .nav3-grid dt.child a:visited
{
   display: block;
   z-index: 13;
   min-height: 1.7em /*Non-IE6*/;
   height: auto !important;
   height: 1.7em /*IE6*/;
   line-height: 1.7em;
   padding: 0px 10px 0px 40px;
   border-top: solid 1px rgb(220,220,220);
   border-bottom: none;
   font-weight: normal;
   text-decoration: none;
   color: rgb(70,122,167);
   font-size: 120%;
}
.nav3-grid dt.newpage a, .nav3-grid dt.newpage a:visited
{
   display: block;
   z-index: 17;
   min-height: 2.3em /*Non-IE6*/;
   height: auto !important;
   height: 2.3em /*IE6*/;
   line-height: 2.3em;
   padding: 5px 10px 0px 20px;
   border-top: solid 1px rgb(200,200,200);
   background-color: #FFE0E0;
   text-decoration: none;
   color: rgb(70,122,167);
}
.nav3-grid dt.invisible a, .nav3-grid dt.invisible a:visited
{
   display: block;
   min-height: 2.0em /*Non-IE6*/;
   height: auto !important;
   height: 2.0em /*IE6*/;
   line-height: 2.0em;
   padding: 0px 10px 0px 20px;
   border-top: solid 1px rgb(200,200,200);
   background-color: #E0E0E0;
   text-decoration: none;
   font-style: italic;
   font-weight: normal;
   font-size: 120%;
}
.nav3-grid dt.parent a:hover, .nav3-grid dt.child a:hover, .nav3-grid dd a:hover
{
   background-color: rgb(225,225,225);
   color: rgb(42,90,138);
   text-decoration: none;
}
.nav3-grid dt.newpage a:hover
{
   background-color: #FFA0A0;
   color: #000000;
   text-decoration: none;
}
.nav3-grid dt.invisible a:hover
{
   background-color: #A0A0A0;
   color: #000000;
   text-decoration: none;
}

.nav3-bullet
{
   width: 170px;
   margin: 10px 0 0 20px;
}
.nav3-bullet dt a, .nav3-bullet dt a:visited
{
   line-height: 2.0em;
   padding: 0 0 0 10px;
   background: url(../img/bg_bullet_full_1.gif) no-repeat 0px 50%;
   text-decoration: none;
   color: rgb(70,122,167);
   font-weight: bold;
   font-size: 120%;
}
.nav3-bullet dd a, .nav3-bullet dd a:visited
{
   line-height: 1.7em;
   margin: 0 0 0 15px;
   padding: 0 0 0 10px;
   background: url(../img/bg_bullet_half_1.gif) no-repeat 0px 50%;
   text-decoration: none;
   color: rgb(70,122,167);
   font-weight: normal;
   font-size: 120%;
}
.nav3-bullet dt a:hover
{
   background: url(../img/bg_bullet_full_2.gif) no-repeat 0px 50%;
   text-decoration: underline;
   color: rgb(42,90,138);
}
.nav3-bullet dd a:hover
{
   background: url(../img/bg_bullet_half_2.gif) no-repeat 0px 50%;
   text-decoration: underline;
   color: rgb(42,90,138);
}

.nav3-nobullet
{
   width: 170px;
   margin: 10px 0 0 20px;
}
.nav3-nobullet dt a, .nav3-nobullet dt a:visited
{
   line-height: 2.0em;
   text-decoration: none;
   color: rgb(70,122,167);
   font-weight: bold;
   font-size: 120%;
}
.nav3-nobullet dd a, .nav3-nobullet dd a:visited
{
   line-height: 1.7em;
   margin: 0 0 0 15px;
   text-decoration: none;
   color: rgb(70,122,167);
   font-weight: normal;
   font-size: 120%;
}
.nav3-nobullet dt a:hover, .nav3-nobullet dd a:hover
{
   text-decoration: underline;
   color: rgb(42,90,138);
}

.main-navigation .loginform
{
   width: 160px;
   margin: -10px 20px 0 20px;
}
.main-navigation .loginform p
{
   clear: both;
   margin: 0;
   padding: 0;
}
.main-navigation .loginform fieldset
{
   width: 160px;
   border: none;
}
.main-navigation .loginform label.top
{
   float: left;
   width: 125px;
   margin: 0 0 2px 0;
   font-size: 110%;
}
.main-navigation .loginform label.right
{
   float: left;
   width: 125px;
   margin: 5px 0 0 0;
   padding: 0 0 0 3px /*IE6*/;
   font-size: 110%;
}
.main-navigation .loginform input.field
{
   width: 158px;
   margin: 0 0 5px 0;
   padding: 0.1em 0 0.2em 0 !important /*Non-IE6*/;
   padding: 0.2em 0 0.3em 0 /*IE6*/;
   border: solid 1px rgb(200,200,200);
   font-family: verdana,arial,sans-serif;
   font-size: 110%;
}
.main-navigation .loginform input.checkbox
{
   float: left;
   margin: 5px 0 0 0 !important /*Non-IE6*/;
   margin: 2px 0 0 -3px /*IE6*/;
   border: none;
}
.main-navigation .loginform input.button
{
   float: left;
   width: 5.0em;
   margin: 10px 0 5px 0;
   padding: 1px;
   background: rgb(230,230,230);
   border: solid 1px rgb(150,150,150);
   text-align: center;
   font-family: verdana,arial,sans-serif;
   color: rgb(150,150,150);
   font-size: 110%;
}
.main-navigation .loginform input.button:hover
{
   cursor: pointer;
   border: solid 1px rgb(80,80,80);
   background: rgb(220,220,220);
   color: rgb(80,80,80);
}

.main-navigation .searchform
{
   width: 160px;
   margin: 0 20px 0 20px;
}
.main-navigation .searchform p
{
   clear: both;
   margin: 0;
   padding: 0;
}
.main-navigation .searchform fieldset
{
   border: none;
}
.main-navigation .searchform input.field
{
   float: left;
   width: 158px;
   padding: 0.1em 0 0.2em 0 !important /*Non-IE6*/;
   padding: 0.2em 0 0.3em 0 /*IE6*/;
   border: 1px solid rgb(200,200,200);
   font-family: verdana,arial,sans-serif;
   font-size: 120%;
}
.main-navigation .searchform input.button
{
   float: left;
   width: 3.0em;
   margin-top: 0.5em;
   padding: 1px;
   background: rgb(230,230,230);
   border: solid 1px rgb(150,150,150);
   text-align: center;
   font-family: verdana,arial,sans-serif;
   color: rgb(150,150,150);
   font-size: 120%;
}
.main-navigation .searchform input.button:hover
{
   cursor: pointer;
   border: solid 1px rgb(80,80,80);
   background: rgb(220,220,220);
   color: rgb(80,80,80);
}

.main-navigation h1.first
{
   clear: both;
   margin: 0px;
   padding: 4px 20px 3px 20px;
   background-color: rgb(190,190,190);
   font-family: "trebuchet ms" ,arial,sans-serif;
   color: rgb(255,255,255);
   font-weight: bold;
   font-size: 150%;
}
.main-navigation h1
{
   clear: both;
   margin: 30px 0 20px 0;
   padding: 4px 20px 3px 20px;
   background: rgb(190,190,190);
   font-family: "trebuchet ms" ,arial,sans-serif;
   color: rgb(255,255,255);
   font-weight: bold;
   font-size: 150%;
}
.main-navigation h2
{
   clear: both;
   margin: 20px 10px 10px 20px;
   font-family: "trebuchet ms" ,arial,sans-serif;
   color: rgb(100,100,100);
   font-weight: bold;
   font-size: 150%;
}
.main-navigation h3
{
   clear: both;
   margin: 10px 10px 5px 20px;
   color: rgb(80,80,80);
   font-weight: bold;
   font-size: 110%;
}
/* Note: h2 not existent, to make identical to formats for main-navigation for easier exchange */
.main-navigation p
{
   clear: both;
   margin: 0 10px 10px 20px;
   color: rgb(80,80,80);
   line-height: 1.3em;
   font-size: 110%;
}
.main-navigation p.center
{
   text-align: center;
}
.main-navigation p.right
{
   text-align: right;
}

.main-navigation ul
{
   list-style: none;
   margin: 0.5em 10px 1.0em 20px;
}
.main-navigation ul li
{
   margin: 5px 0 0.2em 2px;
   padding: 0px 0px 0 11px;
   background: url(../img/bg_bullet_full_1.gif) no-repeat 0 0.4em;
   line-height: 1.2em;
   font-size: 110%;
}
.main-navigation ol
{
   margin: 0.5em 10px 1.0em 40px !important /*Non-IE6*/;
   margin: 0.5em 10px 1.0em 45px /*IE6*/;
}
.main-navigation ol li
{
   list-style-position: outside;
   margin: 0 0 0.4em 0;
   font-size: 110%;
}

/* MAIN CONTENT */
.main-content h1.pagetitle
{
   margin: 0 0 0.4em 0;
   padding: 0 0 2px 0;
   border-bottom: solid 7px rgb(225,225,225);
   font-family: "trebuchet ms" ,arial,sans-serif;
   color: rgb(100,100,100);
   font-weight: bold;
   font-size: 220%;
}
.main-content h1
{
   clear: both;
   margin: 1.0em 0 0.5em 0;
   font-family: "trebuchet ms" ,arial,sans-serif;
   color: rgb(80,80,80);
   font-weight: normal;
   font-size: 210%;
}
.main-content h2
{
   clear: both;
   margin: 1.0em 0 0.5em 0;
   font-family: "trebuchet ms" ,arial,sans-serif;
   color: rgb(80,80,80);
   font-weight: normal;
   font-size: 170%;
}
.main-content h3
{
   clear: both;
   margin: 1.0em 0 0.5em 0;
   font-family: "trebuchet ms" ,arial,sans-serif;
   color: rgb(125,125,125);
   font-weight: normal;
   font-size: 130%;
}
.main-content h1.side
{
   clear: none;
}
.main-content h2.side
{
   clear: none;
}
.main-content h3.side
{
   clear: none;
}

.main-content .editor table tr td img
{
   border-style: none;
   border-width: 0;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

.main-content ul
{
   list-style: none;
   margin: 0.5em 0 1.0em 0;
}
.main-content ul li
{
   margin: 0 0 0.2em 2px;
   padding: 0 0 0 12px;
   background: url(../img/bg_bullet_full_1.gif) no-repeat 0 0.5em;
   line-height: 1.4em; /*font-size:120%;*/
}
.main-content ol
{
   margin: 0.5em 0 1.0em 20px !important /*Non-IE6*/;
   margin: 0.5em 0 1.0em 25px /*IE6*/;
}
.main-content ol li
{
   list-style-position: outside;
   margin: 0 0 0.2em 0;
   line-height: 1.4em; /*font-size:120%;*/
}

.contactform
{
   width: 418px;
   margin: 2.0em 0 0 0;
   padding: 10px 10px 0 10px;
   border: solid 1px rgb(200,200,200);
   background-color: rgb(240,240,240);
}
.contactform fieldset
{
   padding: 20px 0 0 0 !important /*Non-IE6*/;
   padding: 0 /*IE6*/;
   margin: 0 0 20px 0;
   border: solid 1px rgb(220,220,220);
}
.contactform fieldset legend
{
   margin: 0 0 0 5px !important /*Non-IE*/;
   margin: 0 0 20px 5px /*IE6*/;
   padding: 0 2px 0 2px;
   color: rgb(80,80,80);
   font-weight: bold;
   font-size: 130%;
}
.contactform label.left
{
   float: left;
   width: 100px;
   margin: 0 0 0 10px;
   padding: 2px;
   font-size: 110%;
}
.contactform select.combo
{
   width: 175px;
   padding: 2px;
   border: solid 1px rgb(200,200,200);
   font-family: verdana,arial,sans-serif;
   font-size: 110%;
}
.contactform input.field
{
   width: 275px;
   padding: 2px;
   border: solid 1px rgb(200,200,200);
   font-family: verdana,arial,sans-serif;
   font-size: 110%;
}
.contactform textarea
{
   width: 275px;
   padding: 2px;
   border: solid 1px rgb(200,200,200);
   font-family: verdana,arial,sans-serif;
   font-size: 110%;
}
.contactform input.button
{
   float: right;
   width: 9.0em;
   margin-right: 20px;
   padding: 1px !important /*Non-IE6*/;
   padding: 0 /*IE6*/;
   background: rgb(230,230,230);
   border: solid 1px rgb(150,150,150);
   text-align: center;
   font-family: verdana,arial,sans-serif;
   color: rgb(150,150,150);
   font-size: 110%;
}
.contactform input.button:hover
{
   cursor: pointer;
   border: solid 1px rgb(80,80,80);
   background: rgb(220,220,220);
   color: rgb(80,80,80);
}

/* MAIN SUBCONTENT */
.main-subcontent h1
{
   clear: both;
   margin: 0 0 10px 0;
   padding: 4px 10px 3px 10px;
   background-color: rgb(190,190,190);
   font-family: "trebuchet ms" ,arial,sans-serif;
   color: rgb(255,255,255);
   font-weight: bold;
   font-size: 140%;
}
.main-subcontent h1.green
{
   clear: both;
   margin: 0 0 5px 0;
   padding: 4px 10px 3px 10px;
   background-color: rgb(160,214,81);
   font-family: "trebuchet ms" ,verdana,arial,sans-serif;
   color: rgb(255,255,255);
   font-weight: bold;
   font-size: 140%;
}
.main-subcontent h1.blue
{
   clear: both;
   margin: 0 0 5px 0;
   padding: 4px 10px 3px 10px;
   background-color: rgb(137,170,214);
   font-family: "trebuchet ms" ,verdana,arial,sans-serif;
   color: rgb(255,255,255);
   font-weight: bold;
   font-size: 140%;
}
.main-subcontent h1.orange
{
   clear: both;
   margin: 0 0 5px 0;
   padding: 4px 10px 3px 10px;
   background-color: rgb(232,177,13);
   font-family: "trebuchet ms" ,verdana,arial,sans-serif;
   color: rgb(255,255,255);
   font-weight: bold;
   font-size: 140%;
}
/* Note: h2 non-existent, to make HTML-code interchangeable between 'main-navigation' and 'main-subcontent' */
.main-subcontent h3
{
   clear: both;
   margin: 1.0em 10px 0.5em 10px;
   color: rgb(80,80,80);
   font-weight: bold;
   font-size: 110%;
}
.main-subcontent p
{
   clear: both;
   margin: 0 10px 1.0em 10px;
   color: rgb(80,80,80);
   line-height: 1.3em;
   font-size: 110%;
}
.main-subcontent p.center
{
   text-align: center;
}
.main-subcontent p.right
{
   text-align: right;
}

.main-subcontent .editor table tr td img
{
   border-style: none;
   border-width: 0;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

.main-subcontent ul
{
   list-style: none;
   margin: 0.5em 10px 1.0em 10px;
}
.main-subcontent ul li
{
   margin: 5px 0 0.2em 2px;
   padding: 0 0 0 11px;
   background: url(../img/bg_bullet_full_1.gif) no-repeat 0 0.4em;
   line-height: 1.2em;
   font-size: 110%;
}
.main-subcontent ol
{
   margin: 0.5em 10px 1.0em 30px !important /*Non-IE6*/;
   margin: 0.5em 10px 1.0em 35px /*IE6*/;
}
.main-subcontent ol li
{
   list-style-position: outside;
   margin: 0 0 0.4em 0;
   font-size: 110%;
}

.main-subcontent .loginform
{
   width: 160px;
   margin: 0 10px 0 10px;
}
.main-subcontent .loginform p
{
   clear: both;
   margin: 0;
   padding: 0;
}
.main-subcontent .loginform fieldset
{
   width: 160px;
   border: none;
}
.main-subcontent .loginform label.top
{
   float: left;
   width: 125px;
   margin: 0 0 2px 0;
   font-size: 110%;
}
.main-subcontent .loginform label.right
{
   float: left;
   width: 125px;
   margin: 5px 0 0 0;
   padding: 0 0 0 3px /*IE6*/;
   font-size: 110%;
}
.main-subcontent .loginform input.field
{
   width: 158px;
   margin: 0 0 5px 0;
   padding: 0.1em 0 0.2em 0 !important /*Non-IE6*/;
   padding: 0.2em 0 0.3em 0 /*IE6*/;
   border: solid 1px rgb(200,200,200);
   font-family: verdana,arial,sans-serif;
   font-size: 110%;
}
.main-subcontent .loginform input.checkbox
{
   float: left;
   margin: 5px 0 0 0 !important /*Non-IE6*/;
   margin: 2px 0 0 -3px /*IE6*/;
   border: none;
}
.main-subcontent .loginform input.button
{
   float: left;
   width: 5.0em;
   margin: 10px 0 5px 0;
   padding: 1px;
   background: rgb(230,230,230);
   border: solid 1px rgb(150,150,150);
   text-align: center;
   font-family: verdana,arial,sans-serif;
   color: rgb(150,150,150);
   font-size: 110%;
}
.main-subcontent .loginform input.button:hover
{
   cursor: pointer;
   border: solid 1px rgb(80,80,80);
   background: rgb(220,220,220);
   color: rgb(80,80,80);
}

.main-subcontent .searchform
{
   width: 160px;
   margin: 0 10px 0 10px;
}
.main-subcontent .searchform fieldset
{
   border: none;
}
.main-subcontent .searchform input.field
{
   float: left;
   width: 158px;
   padding: 0.1em 0 0.2em 0 !important /*Non-IE6*/;
   padding: 0.2em 0 0.3em 0 /*IE6*/;
   border: 1px solid rgb(200,200,200);
   font-family: verdana,arial,sans-serif;
   font-size: 120%;
}
.main-subcontent .searchform input.button
{
   float: left;
   width: 3.0em;
   margin-top: 0.5em;
   padding: 1px;
   background: rgb(230,230,230);
   border: solid 1px rgb(150,150,150);
   text-align: center;
   font-family: verdana,arial,sans-serif;
   color: rgb(150,150,150);
   font-size: 120%;
}
.main-subcontent .searchform input.button:hover
{
   cursor: pointer;
   border: solid 1px rgb(80,80,80);
   background: rgb(220,220,220);
   color: rgb(80,80,80);
}

/********************/
/*  COMMON CLASSES  */
/********************/
/* .main img {clear:both; float:left; margin:3px 10px 7px 0; padding:1px; border:1px solid rgb(150,150,150);} */
.main img.center
{
   clear: both;
   float: none;
   margin: 0;
   padding: 1px;
   border: 1px solid rgb(150,150,150);
}
.main img.right
{
   clear: both;
   float: right;
   margin: 3px 0 7px 10px;
   padding: 1px;
   border: 1px solid rgb(150,150,150);
}

.main a
{
   color: rgb(70,122,167);
   font-weight: bold;
   text-decoration: none;
}
.main-content h1 a
{
   color: rgb(70,122,167);
   font-weight: normal;
   text-decoration: none;
}
.main a:hover
{
   color: rgb(42,90,138);
   text-decoration: underline;
}
.main a:visited
{
   color: rgb(42,90,138);
}

/* .main a img {border:solid 1px rgb(150,150,150);} */
/* .main a:hover img {border:solid 1px rgb(220,220,220);} */

#page
{
   width: 100px;
   background-color: White;
   border: solid 1px Black;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: block;
}

.menu_edit_btns
{
   position: absolute;
   top: 5px;
   right: 0px;
   z-index: 10;
}

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
   margin: 0px 0px 0px 0px;
   width: 444px;
}
/* represents each item in a vertical list */
.listitem2
{
   margin: 0px 0px 0px 0px;
   width: 444px;
   background-color: Silver;
   font-style: italic;
}

/* surrounds the buttons for list items */
.editbuttons
{
   padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
   float: right;
   margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
   clear: right;
   margin: 0;
   padding: 0;
   height: 0px;
   font-size: 0px;
   line-height: 0px;
}

/* Used by the page number control */
.PageNumbers
{
   display: inline;
}

.PageNumbers span
{
   padding-left: 3px;
}

.newscrumbs a
{
   font-weight: bold;
   padding-right: 2px;
}

.TextIndicator1, .TextIndicator2, .TextIndicator3, .TextIndicator4, .TextIndicator5
{
   background-color: Gray;
   font-style: italic;
   font-weight: bold;
}
.TextIndicator1
{
   color: White;
}
.TextIndicator2
{
   color: Yellow;
}
.TextIndicator3
{
   color: #FFCAAF;
}
.TextIndicator4
{
   color: Aqua;
}
.TextIndicator5
{
   color: #93FF9E;
}
.modalBackground
{
   background-color: Gray;
   filter: alpha(opacity=70);
   opacity: 0.7;
}
input, select, textarea
{
}
.errormessage
{
   font-weight: bold;
   color: Red;
}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
   border: 1px solid #808080;
   width: 684px;
   margin-right: auto;
   margin-left: auto;
   background-color: #FFFFFF; /* background: #FEFFAB url(img/background_fullwidth.jpg) repeat-y; */
   margin-bottom: 10px;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
   width: 684px;
   margin-right: auto;
   margin-left: auto;
   position: relative;
   margin-bottom: 15px;
   border: 1px solid #C0C0C0;
   border-collapse: collapse;
}


.dayNumber
{
   float: right;
   border-bottom: 1px solid #C7C7C7;
   border-left: 1px solid #C7C7C7;
   clear: none;
   padding: 2px;
}


.calcurrentmonth
{
   /* no styles needed at this time */
}
.calothermonth
{
   background-color: #CCCCFF;
}
.calcurrentday
{
   background-color: #DFDFFF;
}
.calweekend
{
   background-color: #C0C0F0; /*  width: 15%; */
}

.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
   text-align: left;
   border: 2px solid #C7C7C7;
   height: 60px;
   vertical-align: top; /* needed for positioning the dayNumber part */
   position: relative;
   border-collapse: separate;
   border-spacing: 5px;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
   position: absolute;
   right: 0;
   padding-right: 15px;
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
   font-weight: bold;
   color: #666666;
   font-size: 1em;
   padding-left: 4px;
   padding-right: 4px;
   margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
   margin: 0px;
}

fieldset
{
   margin: 0px;
   padding: 0px;
   border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
   visibility: hidden;
}
.none
{
   display: none;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
   background-color: #999999; /* background: #FEFFC8 url(img/background_thumbnail.jpg) repeat-x center; */
   border: solid 1px #C0C0C0;
   padding: 5px;
}

.picture
{
   background-color: #999999; /* background: #FEFFC8 url(img/background_thumbnail.jpg) repeat-x center; */
   border: solid 1px #C0C0C0;
   padding: 5px;
   margin: 5px;
}

/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead 

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}
*/

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
   margin: 0px 0px 0px 0px;
   width: 444px;
}

/* surrounds the buttons for list items */
.editbuttons
{
   padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
   float: right;
   margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
   clear: right;
   margin: 0;
   padding: 0;
   height: 0px;
   font-size: 0px;
   line-height: 0px;
}

/* Used by the page number control */
.PageNumbers
{
   display: inline;
}

.PageNumbers span
{
   padding-left: 3px;
}

.newscrumbs a
{
   font-weight: bold;
   padding-right: 2px;
}

/* Used in the two column lists */

.albumcard
{
   background-color: #D1D1D1;
   border: 1px solid #C0C0C0;
   padding: 10px;
   margin-bottom: 10px;
   width: 150px;
   height: 150px;
   overflow: auto;
}
.membercard
{
   background-color: #D1D1D1;
   border: 1px solid #C0C0C0;
   padding: 10px;
   margin-bottom: 10px;
   width: 198px;
   height: 198px;
   overflow: auto;
}
.onlinemembercard
{
   background-color: #FFAB82;
   background-image: url(../img/online.jpg);
   background-repeat: no-repeat;
   background-position: top;
   border: 1px solid #C0C0C0;
   padding: 10px;
   margin-bottom: 10px;
   width: 198px;
   height: 198px;
   overflow: auto;
}

.memberedit
{
   background-color: #C1C1C1;
   border: solid 1px #A0A0A0;
   width: 440px;
}

.clearcard
{
   clear: left;
   height: 0;
   margin: 0;
   padding: 0;
}

#membercardcolumnleft
{
   float: left;
   position: relative;
}
#membercardcolumnright
{
   margin-left: 226px;
}
.membercard p
{
   margin: 5px;
}
.fullname
{
   font-size: 8pt;
   color: Gray;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.eventlistdate
{
   padding-right: 4px;
}
.eventlisticon
{
   text-align: center;
}
.eventlisttime
{
   text-align: center;
   width: 95px;
}
.eventlistevent
{
   font-weight: bold;
}
.eventlistlocation
{
   /* no styles needed at this time */
}
.eventlist td
{
   padding-bottom: 4px;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
   background-color: #F9F9FF; /* background: url(img/background_button_small.gif) repeat-x; */
   border: solid 1px Black;
   color: #000000;
   height: 15px;
   font-weight: normal;
   font-size: 9px;
   padding-left: 3px;
   padding-right: 3px;
   cursor: pointer;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
   text-decoration: underline;
   background-color: #999999; /* background: url(img/background_button_small-ovr.gif) repeat-x; */
}

/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
   margin-right: 5px;
   vertical-align: middle;
   border: none;
}

/* Header on view details type pages */
.itemdetails p
{
   font-size: 1em;
   padding: 2px 2px 2px 2px;
}



/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
   margin: 0px;
   background-color: #C0C0C0;
}

#popupinner
{
   border: 1px solid #C0C0C0;
   margin: 5px;
   background-color: #F0F0F0;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
}

#popupbody h2
{
   font-weight: bold;
   margin: 0px;
   padding: 1px 0px 5px 5px;
   display: block;
}

.selected, .unselected
{
   font-family: sans-serif;
   font-size: 0.7em;
   width: 80px;
   height: 100px;
   vertical-align: top;
   text-align: center;
   padding: 7px 2px 2px 2px;
}

.unselected
{
   background-color: transparent;
   border: solid 1px #C0C0C0;
}

.selected
{
   background-color: #C0C0C0;
   border: solid 1px Black;
}

.scrollablelist
{
   overflow: auto;
   height: 230px;
   width: 460px;
   border: solid 1px #C0C0C0;
}

.scrollablelist2
{
   overflow: auto;
   height: 230px;
   width: 210px;
   border: solid 1px #C0C0C0;
}


.scrolledtable
{
}

.selectablephoto
{
   background-color: #C0C0C0; /* background: #FEFFC8 url(img/background_thumbnail.jpg) repeat-x center; */
   border: 1px solid #C0C0C0;
   padding: 2px;
}

.contextbuttons
{
   margin: 5px 3px 5px 3px;
}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
   width: 150px;
   vertical-align: top;
}

/* value column */
.formvalue
{
   vertical-align: top;
}

.txtfield
{
   width: 250px;
}
.graytxtfield
{
   background-color: #f0f0f0;
   width: 250px;
}

.txtblock
{
   width: 350px;
}
.message
{
   background-image: url(../img/message.jpg);
   background-repeat: no-repeat;
   width: 373px;
   padding: 10px 8px 5px 25px;
   margin: 0 0 0 0;
   z-index: 5;
}
.messagetop
{
   background-image: url(../img/message_t.jpg);
   background-repeat: no-repeat;
   width: 373px;
   height: 57px;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 7;
}
.messagebottom
{
   background-image: url(../img/message_b.jpg);
   background-repeat: no-repeat;
   width: 373px;
   height: 8px;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   position: relative;
   bottom: 0;
   left: 0;
   z-index: 6;
}
.username
{
   color: #007EC0;
   font-size: 1.2em;
   font-weight: bold;
   z-index: 10;
   text-decoration: none;
}
.timestamp
{
   font-size: 0.8em;
   font-weight: bold;
   z-index: 9;
}
.messagetext
{
   width: 340px;
   display: block;
   z-index: 8;
}
.newmessage
{
   background-image: url(../img/nmessage.jpg);
   background-repeat: no-repeat;
   width: 373px;
   padding: 10px 8px 5px 25px;
   margin: 0 0 0 0;
   z-index: 5;
}
.newmessagebottom
{
   background-image: url(../img/nmessage_b.jpg);
   background-repeat: no-repeat;
   width: 373px;
   height: 8px;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   position: relative;
   bottom: 0;
   left: 0;
   z-index: 6;
}
.newmessagetext
{
   border: none 0px White;
   width: 340px;
   display: block;
   z-index: 8;
   overflow: hidden;
}
.checkboxlist
{
   border: solid 1px #C0C0C0;
   width: 300px;
   height: 100px;
   overflow: auto;
}
.caldays
{
   font-weight: bold;
}
.usercard
{
   border: none 0px White;
   border-collapse: collapse;
   width: 450px;
}
.username
{
   width: 370px;
}
.userphoto
{
   width: 80px;
}
.Letter
{
   border: none 0px White;
   font-size: 80%;
}
.selectedLetter
{
   border: solid 1px Gray;
}
.corner
{
   position: absolute;
   top: 4px;
   right: 25px;
   border: none 0px White;
   width: 60px;
   z-index: 10;
}
