/************************************************************\
| Addon or redefined CSS definitions for mxBB-Portal
\************************************************************/

font,td,p { 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 top page header */
.mx_header_table	{
	background-color: #000000;
	border: 1px solid black;
}

/* This is the outline table round the columns/blocks */
.mx_body_table	{
}

/* This is the outer outline table round the blocks, not used if no border graphics are used */
.mx_graphborder	{
}

/* This is the outline table round the block title, placed on top forumline */
.mx_blockline	{
	background-color: #000000;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 0px solid #990000;
	border-left: 1px solid #990000;
}

/* 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;
}

/* 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; 
	letter-spacing: 0.6em; 
	font-variant: small-caps; 
	font-weight: bolder; 
	font-size: 11pt; 
	color: #000066;
}

/* This is the style used for the top site title. */
.sitetitle_desc	{
	font-size: 7px;
}

/* This is the block title style */
th.mxthHead	{
	border: 0px;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: capitalize;
}

th.mxthHead_none	{
	background-color: #000000; height: 0px;
	background-image: url();
	color: #000066;
	border: 0px;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: capitalize;
}


/* Newssuite - Never enlarge images */
img.noenlarge	{
	border: 0px;
	cursor: hand;
}

/* Newssuite - Never enlarge images */
div.imagediv	{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

/* Newssuite - Quote & Code blocks */
.news_code	{
	font-family: "Courier New", Courier, mono;
	font-size: 10;
}

/* Customized hr */
hr.hrtop	{
	height: 1px;
	border: solid #000066 1px;
	border-top-width: 1px;
}

.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');
}

/* For all fold/unfold edit buttons */
.newsbutton	{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
    cursor: pointer;
    cursor: hand;
}

/* Newssuite */
.newstitle	{
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 8pt;
}
a.newstitle	{
	text-decoration: none;
	color: #006699;
}
a.newstitle:hover	{
	text-decoration: underline;
	color: #DD6900;
}

/* Newssuite */
.newstype	{
	font-weight: lighter;
	font-size: 5pt;
	color: #110000;
}
a.newstype	{
	text-decoration: none;
	color: #006699;
}
a.newstype:hover{
	text-decoration: underline;
	color: #DD6900;
}

/* Newssuite */
.newstype_paper	{
	font-weight: lighter;
	font-size: 5pt;
	color: #990000;
}
a.newstype_paper	{
	text-decoration: none;
	color: #990000;
}
a.newstype_paper:hover{
	text-decoration: underline;
	color: #990000;
}

/* ...and associated input img style */
input.editblock {
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	margin-bottom: 0px;  
	margin-top: 0px; 
}

/* Form elements */
form	{
	margin-bottom: 0px;
}

/* Form elements */
form.mx_editform	{
	margin-bottom: 0px;
	margin-top: 0px;
}

.mxlink	{
	background-color: #E5E5E5;
	border-style: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #006699;
}
