/* Global Table Settings */
body, table, td {
	font-family: Verdana;
	font-size  : 11px;
	color      : #1D1F22;
	line-height: 1.3;
}

/* The forum background color */
.mainbg { background-color: #F1F1F1; }

/* Colors */
.titlebg {
	background-color: #E1E5EB;
	font-family     : Verdana, Helvetica;
	font-size       : 12px;
	color           : #000000;
	font-weight     : bold;
}
.titlebgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold;
}

.catbg {
	background-color: #E1E1E1;
	font-family     : Verdana, Helvetica;
	font-size       : 12px;
	color           : #000000;
	font-weight     : bold;
}
.catbgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold;
}

.win       { background-color: #F4F4F4; }
.win2      { background-color: #EDEDED; }
.win3      { background-color: #E1E1E1; } /* Used mainly for Calendar Week listing */
.border, .hr    { background-color: #B8B8B8; }

.smalltext { /* Small font text size, can also change color, etc */
	font-weight: normal;
	font-size  : 9px;
	line-height: 1.5;
}

/* Links */
a, a:link, a:active, a:visited {
	text-decoration: none;
	color          : #36383B;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
}

a:hover {
	text-decoration: none;
	color          : #1A1016;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
}

#mm a {
	background-color: transparent;
	border          : 1px solid #F4F4F4;
	text-decoration : none;
	width           : 100%;
	padding         : 3;
	line-height     : 1.5;
	margin          : 0;
}

#mm a:hover {
	background-color: #EDEDED;
	border          : 1px solid #B8B8B8;
	text-decoration : none;
	width           : 100%;
	padding         : 3;
	line-height     : 1.5;
	margin          : 0;
}

/* Forms */
.upload, .textinput,.button, textarea, select { /* .checkboxinput also allowed */
	color           : #000000;
	background-color: #EEEEEE;
	font-family     : Verdana, Helvetica, Times;
	font-size       : 10px;
	border          : 1px #8A8D96 solid;

	border-top-width   : 1px;
	border-right-width : 1px;
	border-bottom-width: 1px;
	border-left-width  : 1px;
}

.textinput {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	height: 19px;
	vertical-align: middle;
}

textarea {
	padding: 3px;
	line-height: 130%;
}

input { text-indent : 2px; }

input.button {
	border : 1px solid #000000;
	padding: 1px;
}