/* This free template is under a Creative Commons Attribution 2.5 License! */
/* nEx | creagri.net */
/* Page Styles */

body {
	background: #FFFFFF url(Page/Header/header.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
.mwpTheme {
	width: 100%;
 	height: 100%;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}
.mwpThemePage {
	width: 100%;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

/* Links and Rule Styles */
A:link {
	text-decoration: none;
	color: #344E79;
}
A:visited {
	text-decoration: none;
	color: #344E79;
}
A:hover	{
	text-decoration: none;
	color: #666666;
}
A:active {
	text-decoration: none;
	color: #666666;
}
HR { 
	color: #344E79;
	height: 1px;
	width:90%;	
}
/* Start FORM elements */

form {
	margin: 0px;
}

select {
	background: transparent;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border:  1px solid #000000;
}

.textbox {
	border: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2px;
	font-size: 12px;
	margin-bottom: 5px;
}

.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 #000000;
	background-color: #F4F4F0;
	color: #000000;
	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: 2px solid #000000;
	background-color: #F4F4F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
/*	Default Menu styles */
div.menu {
    width:150px;
    padding:0;
    margin:0;
    border:0;
	background: #FFFFFF;
}
div.menu a {
	background: #FFFFFF;
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
	color: #344E79;
    text-decoration: none;
}
div.menu a:visited {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
	color: #344E79;
    text-decoration: none;
	background: #FFFFFF;
}
div.menu h4 {
	margin:0;
	padding:0;
	text-align:left;
	color: #344E79;
    text-decoration: none;
	background: #DAEBF9;
}
div.menu h4 a {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
	color: #344E79;
    text-decoration: none;
	background: #FFFFFF;
}
div.menu h4 a:visited {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
	color: #344E79;
    text-decoration: none;
	background: #FFFFFF;
}
div.menu h4 a:active {
    display:block;
    margin:0;
    width:100%;
    padding:1px;
    border:0px;
	color: #344E79;
    text-decoration: none;
	background: #FFFFFF;
}
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: #FFDFBF;
	text-decoration: none;
	color: #666666;
}
div.menu h4 a:hover {
	background: #E3EDFE;
	text-decoration: none;
	color: #666666;
	cursor: default;
}
/*	Theme Block Styles */
.mwpThemeBlock {		/* This is the themeblock container. Use this for a line border around the themebox */
	margin: 0px 3px 5px 5px;
/*	height: auto; */
	width: auto;
/*	border: 1px solid #003399; */
}
.mwpThemeBlock_sh_tr {		/* Top right image if themebox has no title */
	height: 8px;
/*	background-color: #ffffff;*/
	background-image:  url(Themeblock/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.mwpThemeBlock_sh_tl{		/* Top left image if themebox has no title */
	height: 8px;
	background-image:  url(Themeblock/tl.gif);
	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: 8px;
	background-image:  url(Themeblock/tm.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 6px;
}

.mwpThemeBlock_tr {		/* Top right image */
	/*background-color: #ffffff; */
	background-image:  url(Themeblock/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.mwpThemeBlock_tl{		/* Top left image */
	height: 25px;
	background-image:  url(Themeblock/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

.mwpThemeBlock_tc {
	height: 25px;
/*	width: 100%px;*/
	background-image: url(Themeblock/tm.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}

.mwpThemeBlock_tc h4 {
	color : #344E79;
	margin: 0px;
	padding-top: 4px;
	padding-left: 0px;
	padding-bottom : 0px;
	font-family: Helvetica;
	font-size: 12px;
}

.mwpThemeBlock_ml {		/* Middle left side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(vline.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.mwpThemeBlock_mr {		/* Middle right side. Tiles vertical */
	margin: 0px;
	padding: 0px;
	background-image: url(vline.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.mwpThemeBlock_content {
	height: auto;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 1px;
	margin-left: 1px;
	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.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.mwpThemeBlock_bl {		/* Bottom left image */
	margin: 0px;
	background-image: url(bl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.mwpThemeBlock_bc {		/* Bottom center image. This one tiles horizontal */
	height: 10px;
	margin: 0px 0px;
	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 */
	width: 9px;
	height: 10px;
	margin-top: 6px;
	margin-right: 10px; 
	padding: 0px; 
}
* html .mwpThemeBlock {height: 1%;}
* html .mwpThemeBlock_content {height: 1%;}
/* theme changer */
.mwpThemeChanger{
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
	background: transparent;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* header styles */
.mwpThemeHeader {
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: transparent;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.font-family {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.font-family a:link {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
/* image Login/Logout buttons  */
.imgLogout {
	background-image: url('Buttons/logout.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	width: 72px;
	margin-top: 2px;
	padding: 0px;
	border: 0px;
}
.imgLogin {
	background-image: url('Buttons/login.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	width: 72px;
	margin-top: 2px;
	padding: 0px;
	border: 0px;
}

.btnLogin {
	height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	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 #000000;
	background: #FFC895;
	color: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .2em;
}
.mwpThemeNavBar {
	padding-right: 0px;
	padding-top: 5px;
	width: 100%;
	height: 34px;
	background: transparent;
}
.mwpThemeNavLog {
	background: transparent;
	height: 34px;
}
.mwpThemeBlock_title {
	width: 100%;
	height: 20;
	background: #FEEBCD;
}
.mwpThemeBlock_subTitleCell {
	height: 20;
	background: #FEEBCD;
}
.mwpThemeBlock_forumCategoryCell {
	height: 20;
	background: #FEEBCD;
}
.mwpThemeSmallBlock {
	border: 1px solid #466D9D;
	background: #FEEBCD;
}
/* Footer Style */
.mwpThemeFooterBlock {
	clear: both;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	border: none;
	background: #FFE9D0;
	text-decoration: none;
	color: #666666;
	border: solid #FFD79F 1px;
}

/* PM Toast Styles  */
.mwpThemeToast {
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:-160px;
	right:10px;
	width:181px;
	height:123px; 
}
.mwpThemeToast_header_left {

	padding-bottom:0px;
	background-image:url(Themeblock/tm.gif);
	background-repeat: repeat-x;
	text-align:center
}
.mwpThemeToast_header_img_left {
	background-image: url(icons/mail.jpg);
	background-repeat: no-repeat;
}
.mwpThemeToast_title {
	padding-top:4px;
	padding-left:5px;
	padding-bottom:0px;
	font-family:Geneva;
	color :#344E79;
	font-weight :bold; 
	font-size:12px;
	background-image: url(Themeblock/tm.gif);
	background-repeat: repeat-x;
}
.mwpThemeToast_header_right {
	background-image: url(Themeblock/tm.gif);
	background-repeat: repeat-x;
	text-align:right;
}
.mwpThemeToast_header_img_right {
	background-image: url(icons/x.jpg);
	background-repeat: no-repeat;
	cursor: hand;
}
.mwpThemeToast_content_left {
	background:#608EEA;
}
.mwpThemeToast_content {
	cursor:hand;
	font-family:Geneva;
	font-size:12px;
	background-image: url(pmtoast/pm.gif);
	background-repeat: repeat-x;
}
.mwpThemeToast_content_right {
	background:#608EEA;
}
/*--------------------------------- START EVENT/CALENDAR STYLES ----------------------------------*/
TD.NON 
{
	font-family :"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#C0C0C0; 
	font-weight :normal
}
TD.TOP 
{
	font-family :;
	
}
TD.Some 
{
	font-family :"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#000000; 
	font-weight :normal
	}
TD.Today 
{
	font-family :"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size :12px; 
	background-color :#FBE3C4; 
	font-weight :normal
}
TD.Day 
{
	font-family :"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#FFFFFF; 
	background-color :#F1F1F4; 
	font-weight :normal
}
TD.Selected 
{
	font-family :;
}
TD.HL 
{
	font-family :"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size :12px; 
	color :#000000; 
	font-weight :normal
}
TD.NON2 
{
	cursor: crosshair;
	font-family: Geneva, Arial, Helvetica, sans-serif;
font-size :12px; 
	background-color :lightgrey; 
	font-weight :normal
}
A.NOEVENT:link
{
    COLOR: #000000;
    CURSOR: hand;
    font-family: Geneva, Arial, Helvetica, sans-serif;
FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:visited
{
    COLOR: #000000;
    CURSOR: hand;
    font-family: Geneva, Arial, Helvetica, sans-serif;
FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.NOEVENT:hover
{
    BACKGROUND-COLOR: #FFC895;
    COLOR: #000000;
    CURSOR: hand;
    font-family: Geneva, Arial, Helvetica, sans-serif;
FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.EVENT:link
{
    COLOR: navy;
    CURSOR: hand;
    font-family: Geneva, Arial, Helvetica, sans-serif;
FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.EVENT:visited
{
    COLOR: navy;
    CURSOR: hand;
    font-family: Geneva, Arial, Helvetica, sans-serif;
FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.EVENT:hover
{
    BACKGROUND-COLOR: CCFFFF;
    COLOR: navy;
    CURSOR: help;
    font-family: Geneva, Arial, Helvetica, sans-serif;
FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.MONTH:link
{
    COLOR: black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
A.MONTH:visited
{
    COLOR: GRAY;
    
}
A.MONTH:hover
{
    COLOR: black;
    font-family: Geneva, Arial, Helvetica, sans-serif;
FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
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:navy; text-decoration: none; cursor: hand}
a.Title:visited {color: steelblue; text-decoration: none}
a.Title:hover   {color: FFFFCC; text-decoration: none; cursor: hand}
/*--------------------------------- END EVENT/CALENDAR STYLES ------------------------------------*/
.hidden {
	DISPLAY: none
}
