
/******************************************************************/
/* Theme.........: Easter                                         */
/* Copyright.....: (C) MaggieOfSweden                             */
/* Author........: M. Johansson                                   */ 
/* License.......: This theme is released under GNU GPL license.  */
/* Comments......: This theme is intended for use with            */ 
/*                 MaxWebPortal.info version 2.1.                 */
/*                 Function is not guarantied if used together    */
/*                 with other versions and/or variations of       */
/*                 MaxWebPortal based systems.                    */   
/******************************************************************/

BODY 
{
	scrollbar-face-color: #B1DE8F;
	scrollbar-shadow-color: #66DB0F;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #B5C7DD;
	scrollbar-darkshadow-color: #B5C7DD;
	scrollbar-track-color: #FCF589;
	scrollbar-arrow-color: #999999;
	background-color: #FCF589;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(background.jpg); 
	font-size: 10px;
	color: #000000;
}

.mwpTheme 
{ 
	width: 100%; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FCF589; 
}

.mwpThemePage 
{
	background-color: #FCF589; /* this is the page content background color and the page container */
    border: 1px solid #B1DE8F; 	

}  


A {color: #394633; text-decoration: underline; }
A:link {color: #394633; text-decoration: underline; }
A:visited {color: #394633; text-decoration: underline;  }
A:hover	{color: #6D6D6D; text-decoration: underline; }
A:active {color: #6D6D6D; text-decoration: underline; }


A.PlainLink:link {color: #394633; text-decoration: none; }
A.PlainLink:visited {color: #394633; text-decoration: none;  }
A.PlainLink:hover {color: #6D6D6D; text-decoration: underline; }
A.PlainLink:active {color: #6D6D6D; text-decoration: none; }



/* Start FORM elements */

form {
	margin: 0px;
}

select {
	background: transparent;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border:  1px solid #A8B2BB;
}

.textbox {
	border: 1px solid #31659c;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2px;
	font-size: 12px;
	margin-bottom: 3px;
	background-color: #ffffff;
}

.button {
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6E3019;
	background-color: #9ED199;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .2em;
}

.popbutton {
	height: 20px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6E3019;
	background-color: #E8C3B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.Title {
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code {
	padding-right: 5px;
	padding-left: 10px;
	color: #000066;
	font-family: 'Courier New', Monospace;
	background-color: #FFFFCC;
	width: 80%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 5px solid #8b4513;
	border-right: 1px solid #8b4513;
	border-bottom: 1px solid #8b4513;
	border-left: 5px solid #8b4513;
	font-size: 12px;
}

.Quote {
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC; 
	width: 80%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 2px solid #8b4513;
	border-right: 0px solid #8b4513;
	border-bottom: 2px solid #8b4513;
	border-left: 0px solid #8b4513;
	font-size: 10px;
}

/*	Start menu css  */
div.menu 
{
    width:150px;
    padding:0;
    margin:0;
    border:0;
}

div.menu a 
{
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000000;
    text-decoration: none;
}

div.menu a:visited 
{
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000000;
    text-decoration: none;
}

div.menu h4 
{
	margin:0;
	padding:0;
	text-align:left;
	font-weight: normal;
}

div.menu h4 a {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000000;
    text-decoration: none;
}

div.menu h4 a:visited {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000000;
    text-decoration: none;
}

div.menu h4 a:active {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
    color:#000000;
    text-decoration: none;
}

html>body div.menu a {width:auto;}
html>body div.menu a:visited {width:auto;}
html>body div.menu h4 a {width:auto;}
html>body div.menu h4 a:active {width:auto;}
html>body div.menu h4 a:visited {width:auto;}

div.menu a:hover {background:#CBEABD;color:#000000;text-decoration: none;}
div.menu h4 a:hover {background:#CBEABD;color:#000000;text-decoration: none;cursor: default;}
/*	End menu css  */

.mwpThemeSmallBlock { 
	border: 1px solid #466D9D;
	background-color: #F4F4EE;
}

/*	Start ThemeBlock  */
.mwpThemeBlock {		/* This is the themeblock container. Use this for a line border around the themebox */
	margin: 0px 3px 0px 5px;
/*	height: auto; */
	width: auto;
/*	border: 1px solid #003399; */
}

.mwpThemeBlock_sh_tr {		/* Top right image if themebox has no title */
	height: 27px;
	background-color: #ffffff;
	background-image:  url(tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.mwpThemeBlock_sh_tl{		/* Top left image if themebox has no title */
	height: 27px;
	background-image:  url(tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

.mwpThemeBlock_sh_tc {		/* Top center image if themebox has no title, this one tiles horizontal */
	height: 27px;
	background-image:  url(tc.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 28px;
}

.mwpThemeBlock_tr {		/* Top right image */
	background-color: #ffffff;
	background-image:  url(tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.mwpThemeBlock_tl{		/* Top left image */
	height: 27px;
	background-image:  url(tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.mwpThemeBlock_tc {
	height: 27px;
/*	width: 100%px;*/
	background-image:  url(tc.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 0px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.mwpThemeBlock_tc h4 {
	font-weight : bold;
	color : #000000;
	border-bottom : 0px solid #A8B2BB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	padding-bottom : 0px;
	padding-top: 8px;		
	/*padding-bottom : -5px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mwpThemeBlock_ml {		/* Middle left side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(ml.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.mwpThemeBlock_mr {		/* Middle right side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(mr.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.mwpThemeBlock_content {
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 5px;
	margin-right: 28px;
	margin-left: 30px;
	text-align: center;
	background-color: #FFFFFF;
/*	background-image: url(tle.gif);
	background-repeat: repeat;
	background-position: left top; */
}

.mwpThemeBlock_br {		/* Bottom right image */
	margin: 0px;
	background-image: url(br.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.mwpThemeBlock_bl {		/* Bottom left image */
	margin: 0px;
	background-image: url(bl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mwpThemeBlock_bc {		/* Bottom center image. This one tiles horizontal */
	height: 26px;
	margin-right: 28px;
	margin-left: 30px;
	background-image: url(bc.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 10px;
	padding-left: 10px;
}

.mwpThemeblockMinMax { /* this is the click area and positioning for the min/max icon */
	/*background-color: #AFD98F;*/
	width:13px;  /* this is the click area, usually the size of the icon */
	height:13px;  /* this is the click area, usually the size of the icon */
	margin-top:5px;  /* this is the positioning from the top of the themebox */
	margin-right:-30px; 
	padding:0px; 
}

/* Hide for IE Mac \*/
* html .mwpThemeBlock {height: 1%;}
* html .mwpThemeBlock_content {height: 1%;}
/* End Hide */

/*  End ThemeBlock  */

/* codebox header */
.mwpThemeCodeboxHead { /* Header cell for Codebox  */
    font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#000000; 
	background-color :#B0DF90; 
	font-weight :bold
}

/* theme changer */
.mwpThemeChanger{
	height: 42px;
	width: 250px;
	background-image: url(blank.gif);
	background-repeat: no-repeat; 
	background-position: center;
}

/*  Start Header  */
.MwpInfo_Header_Left {
	width:268px;
	background-color: #BFCAD7;
	background-image: url('hback.gif');
	background-repeat: repeat;
	background-position: left top;
}
.MwpInfo_Header_Tile {
	background-color: #BFCAD7;
	background-image: url('hback.gif');
	background-repeat: repeat;
	background-position: left top;
}
.MwpInfo_Header_Rite {
	width:20px;
	background-color: #BFCAD7;
	background-image: url('hback.gif');
	background-repeat: repeat;
	background-position: right top;
}
.MwpInfo_Header_Login{
	height: 50px;
	width: 255px;
	border: 1px solid #000000;
	margin-top: 15px;
	margin-right: 2px;
	padding: 0px;
	background-color: #FFFFFF;
}
.MwpInfo_Banner{
	height: 60px;
	width: 468px;
	border: 0px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
/*	background-color: #FFFFFF; */
}
.MwpInfo_HeaderIcons {
	margin-top: 10px;
}
/*  End Header  */

/*  Start NavBar  */
.MwpInfo_NavLeft {
	width: 5px;
	background-image: url('nav_bg_new.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.MwpInfo_NavTile {
	height: 25px;
	background-image: url('nav_bg_new.jpg');
	background-repeat: repeat-x;
}
.MwpInfo_NavRite {
	width: 5px;
	background-image: url('nav_bg_new.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

.mwpThemeNavLog { 
margin-top:25; 
padding:10px; 
background-color: #C6C9D1; 
border: 1px solid #000000; 
}
/*  End NavBar  */

/*  Start Navbar menu styles */
div.menuBar,
div.menuBar a.menuButton,
div.nav_menu,
div.nav_menu a.nav_menuItem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #363636;
}

div.menuBar { /* this is the main container */
/*	background-color: #e0e0e0;
	background-image: url(Themes/<%= strTheme %>/nback.jpg);
	background-position: center; 
	background-repeat: repeat-x;
	margin-bottom: 0px; */
	border-top: 0px inset transparent;
	border-right: 0px inset #000000;
	border-bottom: 0px outset transparent;
	border-left: 0px inset #000000;
	text-align: left;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 0px solid #ffffff;
  color: #363636;
  cursor: pointer;
  left: 0px;
  margin: 0px;
  padding: 3px 6px 3px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: #B0DF90;
  border: 0px solid #B0DF90;
  color: #363636;
  left: 0px;
  top: 0px; 
  margin: 0px;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #B0DF90;
  border: 0px solid #B0DF90;
  color: #363636;
  left: 0px;
  top: 0px; 
  margin: 0px;
}

div.nav_menu { /* this is the flyout container */
  background-color: #ffffff;
  border: 1px solid #363636;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  margin-top: -2px;
  visibility: hidden;
  z-index: 101;
}

div.nav_menu a.nav_menuItem {
  color: #363636;
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.nav_menu a.nav_menuItem:hover, div.nav_menu a.menuItemHighlight {
  background-color: #B0DF90;
  color: #363636;
}

div.nav_menu a.nav_menuItem span.menuItemText {}

div.nav_menu a.nav_menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.nav_menu div.menuItemSep {
  border: 1px inset #ffffff;
  margin: 4px 2px;
}
/* End NavBar Menu styles */

/*  Start Footer  */
.MwpInfo_FootLeft {
	margin: 0px;
	padding: 0px;
	background-color: #B1DE8F;
    /*background-image: url('footer.gif');*/
	border: 1px solid #9FBA79;
}
.MwpInfo_FootTile {
/*	background-image: url('footer.gif'); */
	height: 25px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 3px;
}
.MwpInfo_FootRight {
	margin: 0px;
	padding: 0px;
/*	background-image: url('footer.gif'); */
}
/*  End Footer  */



/* image Login/Logout buttons  */
.imgLogout {
	background-image: url('logout.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 67px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.imgLogin {
	background-image: url('login.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 59px;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
}

/* Turn the 'Use graphical buttons' off to use this button css */
.btnLogin {
	height: 18px;
	margin-top: 2px;
	margin-right: 4px;
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6E3019;
	background-color: #ffffff;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .2em;
}

.mwpThemeBlock_title { width: 100%; height: 11; background-color: #CBEABD;}
.mwpThemeBlock_subTitleCell {background-color: #CBEABD; }  /*background-image: url('t_bg.jpg')*/
.mwpThemeBlock_forumCategoryCell {background-color: #CBEABD;}


/* ----------------- PM Toast Styles -------------------------- */
.mwpThemeToast {
	border:1px solid #A6B4CF;
	border-right: 1px solid #455690;
	border-bottom: 1px solid #455690;
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:-120px;
	right:10px;
	width:181px;
	height:111px; 
}
.mwpThemeToast_header_left {
	border-top:1px white solid;
	border-left:1px white solid;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:0px;
	background-image:url('Grad.jpg');
	background-repeat: repeat-x;
	text-align:center
}
.mwpThemeToast_header_img_left {
	background-image: url('mail.jpg');
	background-repeat: no-repeat;
}
.mwpThemeToast_title {
	border-top:1px white solid;
	padding-top:4px;
	padding-left:5px;
	padding-bottom:0px;
	font-family:arial;
	font-size:12px;
	background-image: url('Grad.jpg');
	background-repeat: repeat-x;
}
.mwpThemeToast_header_right {
	border-top:1px white solid;
	padding-right:2px;
	padding-bottom:0px;
	border-right:1px #CFDEF4 solid;
	background-image: url(Grad.jpg);
	background-repeat: repeat-x;
	text-align:right;
}
.mwpThemeToast_header_img_right {
	background-image: url('x.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}
.mwpThemeToast_content_left {
	background-color:#728EB8;
	border-left:1px white solid;
}
.mwpThemeToast_content {
	border-top:1px #728EB8 solid;
	cursor:pointer;
	border-bottom:1px #B9C9EF solid;
	padding-top:4px;
	padding-left:5px;
	font-family:arial;
	font-size:12px;
	background-image: url('Grad2.jpg');
	background-repeat: repeat-x;
}
.mwpThemeToast_content_right {
	background-color:#B9C9EF;
	border-right:1px #CFDEF4 solid;
}
/* ------------------------------------ END PM Toast Styles ------------------------------------------ */



/*--------------------------------- START EVENT/CALENDAR STYLES ----------------------------------*/
TD.NON 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#C0C0C0; 
	font-weight :normal
}
TD.TOP 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#0000FF; 
	font-weight :bold
}
TD.Some 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#000000; 
	font-weight :normal
	}
TD.Today 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :#B0DF8F; 
	font-weight :normal
}
TD.Day 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#000000; 
	background-color :#F1F1F4; 
	font-weight :normal
}
TD.Selected 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :plum; 
	font-weight :normal
}
TD.HL 
{
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#000000; 
	font-weight :normal
}
TD.NON2 
{
	cursor: crosshair;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :lightgrey; 
	font-weight :normal
}
A.NOEVENT:link
{
    COLOR: #000000;
    CURSOR: pointer;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:visited
{
    COLOR: #000000;
    CURSOR: pointer;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:hover
{
    BACKGROUND-COLOR: lavender;
    COLOR: #000000;
    CURSOR: pointer;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.EVENT:link
{
    COLOR: navy;
    CURSOR: pointer;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.EVENT:visited
{
    COLOR: navy;
    CURSOR: pointer;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.EVENT:hover
{
    BACKGROUND-COLOR: CCFFFF;
    COLOR: navy;
    CURSOR: help;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.MONTH:link
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.MONTH:visited
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.MONTH:hover
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: underline
}
A.NORMAL:link
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NORMAL:visited
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NORMAL:hover
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
.createdby
{
    FONT-STYLE: italic;
    TEXT-ALIGN: right
}
.bluetext
{
    COLOR: #336699
}
.month
{
    FONT-WEIGHT: bold
}
.eventname
{
    FONT-WEIGHT: bold
}
a.Title:link {color:#557746; text-decoration: none; cursor: pointer}
a.Title:visited {color: #557746; text-decoration: underline}
a.Title:hover   {color: #000000; text-decoration: underline; cursor: pointer}

/*--------------------------------- END EVENT/CALENDAR STYLES ------------------------------------*/

.hidden {
	DISPLAY: none
}
.mwpThemeIM {
	border:1px solid #A6B4CF;
	border-right: 1px solid #455690;
	border-bottom: 1px solid #455690;
	width:200px;
	background-color: #C6D8F2;
	filter: Alpha(Opacity=85);
	white-space: nowrap;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
 }