/************************************************************\
| Addon or redefined CSS definitions for mxBB-Portal
\************************************************************/
p, td { font-size: 11px; color: #000000; }

/* This is the main table round all portal contents, use with .bodyline */
.mx_main_table	{
}

/* This is the outline table round the overall page header */
.mx_header_table	{
	background-color: #FFFFFF;
	border: 2px solid #006699;
}

/* This is the outline table round the columns/blocks, that is the table below the header */
.mx_body_table	{
}

/* This is the outer outline table round the blocks */
.mx_graphborder	{
}

/* These are the main mx column styles */
td.leftcol {
}

td.middlecol {
}

td.rightcol	{
}

/* This is the style used for the top page title. */
.pagetitle	{
	font-weight: bold;
	font-size: 30px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #000066;
	font-variant: small-caps;
	text-transform: capitalize;
	letter-spacing: 5px;
	vertical-align: 20%;
}

/* This is the style used for the top site title. */
.sitetitle	{
	font-family: Arial;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 12pt;
	color: #000066;
}

/* This is the style used for the top site description. */
.sitetitle_desc	{
	color: #006699;
	font-size: 9px;
}

/* Customized hr below site title */
hr.hrtop	{
	height: 3px;
	border: solid #000066 1px;
	border-top-width: 1px;
}

/* For all contract/expand rollup buttons  */
.mx_rollup_button	{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
    cursor: pointer;
    cursor: hand;
}

/* Form elements */
form	{
	margin-bottom: 0px;
}

/* Form elements */
form.mx_editform	{
	margin-bottom: 0px;
	margin-top: 0px;
}

/* This is the border around numbers in pagination */
.mx_pagination, .mx_pagination_sele, .mx_pagination_over	{
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	text-decoration: none;
}

.mx_pagination_sele	{
	background-color: #E0E0E0;
}
.mx_pagination_over	{
	background-color: #F0F0F0;
}

.shadow	{
	color: #00AA00;
	filter: DropShadow(Color=#660000, OffX=5, OffY=5, Positive=1);
}
img.shadow	{
	color: #00AA00;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true');
}
