/* Tables */
.tblLogo
{
	width: 100%;
	height: 99px;
}

.tblContent
{
	width: 100%;
}

/* Form */
form
{
	margin: 0px;
}

input, textarea
{
	background-color: rgb(247,247,247);
	color: rgb(51,51,51);
	font-family: Tahoma, Verdana, Arial, Serif;
	font-size: 8pt;
	
}

textarea
{
	overflow: auto;
	height: 80px;
}

.inText
{
	border: 1px solid rgb(166,181,196);
}

.inButton, Button
{
	background-color: rgb(166,181,196);
	color: rgb(0,0,0);
	border-top: 1px solid #F7F6F3;
	border-left: 1px solid #F7F6F3;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	height: 20px;
	width: auto;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}

.inButtonBorder
{
	border-top: 1px solid rgb(203,203,203);
	border-left: 1px solid rgb(203,203,203);
	height: 21px;
}


/* Top menu */
.mpTopSelected
{
	background-color: rgb(202,212,220);
	color: rgb(51,51,51);
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

.mpTop
{
	background-color: rgb(221,221,221);
	color: rgb(51,51,51);
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}

.trTopMenu
{
	vertical-align: bottom;
	background-image: url(/images/topmenubg.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

/* Containers */

.conSpacer
{
	height: 5px;
	font-size: 1px;
}

.conContentCell
{
	background-color: rgb(233,237,240);
	color: rgb(51,51,51);
	width: 82%;
	border-bottom: 1px solid rgb(166,181,196);
	padding: 0px 12px 12px 12px;
	vertical-align: top;
}

.conColumn
{
	background-color: rgb(202,212,220);
	color: rgb(51,51,51);
	width: 100%;
	border-bottom: 1px solid rgb(166,181,196);
	border-right: 1px solid rgb(166,181,196);
	vertical-align: top;
	background-image: url(/images/columnlogo.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding-bottom: 100px;
}

.conColumnSimple
{
	background-color: rgb(202,212,220);
	color: rgb(51,51,51);
}


.conColumnTitle
{
	background-color: rgb(166,181,196);
	color: rgb(51,51,51);
	width: 100%;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
}

.conColumnConcent
{
	width: 100%;
	padding: 3px 6px 15px 6px;
}

.conColumnSpace
{
	width: 6px;
}

.conColumnInner
{
	vertical-align: top;	
	padding-top: 6px;
}

.conContentTitle
{
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	background-color: rgb(226,226,222);
	color: rgb(51,51,51);
	background-image: url(/images/smlmustang.png);
	background-repeat: no-repeat;
}

.conContentTitleNoLogo
{
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	background-color: rgb(226,226,222);
	color: rgb(51,51,51);
}

.conContentTitleLogo
{
	background-color: rgb(226,226,222);
	color: rgb(51,51,51);
	background-image: url(/images/smlmustang.png);
	background-repeat: no-repeat;
}

.conContentTitleColor
{
	background-color: rgb(226,226,222);
	color: rgb(51,51,51);
}


.conContentConcent
{
	background-color: rgb(237,237,237);
	width: 100%;
	padding: 3px 6px 15px 6px;
	border: 1px solid rgb(166,181,196);
}

.conContentConcent2
{
	background-color: rgb(217,217,217);
	width: 100%;
	padding: 3px 6px 15px 6px;
	border: 1px solid rgb(166,181,196);
}

.conContentInner
{
	vertical-align: top;	
	padding-top: 2px;
	padding-bottom: 8px;
}


.conContentSpaceLink
{
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: right;
	color: rgb(51,51,51);
	font-size: 7pt;
	font-weight: bold;
}

.conContentSpaceLinkLeft
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: rgb(51,51,51);
	font-size: 7pt;
	font-weight: bold;
}

.conImageArchiveCell
{
	padding: 3px;
	vertical-align: top;
}

/* Images */
.imgBullet
{
	border: 1px solid rgb(166,181,196);
	margin-right: 4px;
	margin-top: 3px;
}

.imgContentNewsImage
{
	float: left;
	width: 80px;
	border: 1px solid rgb(166,181,196);
	margin: 5px 10px 0px 0px;
}

.imgMember
{
	width: 80px;
	border: 1px solid rgb(166,181,196);
}

.imgContentImage
{
	float: left;
	border: 1px solid rgb(166,181,196);
	margin: 5px 10px 0px 0px;
}

.imgColumnImage
{
	width: 154px;
	border: 1px solid rgb(166,181,196);
	margin-top: 3px;
}

.imgArchiveImage
{
	width: 130px;
	border: 1px solid rgb(166,181,196);
}

.imgPopupImage
{
	width: 492px;
	height: 314px;
	border: 1px solid rgb(166,181,196);
	margin: 3px;
}

/* Text */
.txtColumnTitle
{
	color: rgb(51,51,51);
	font-weight: bold;
}

.txtContentTitle
{
	color: rgb(51,51,51);
	font-weight: bold;
}

.txtContentSmall
{
	color: rgb(51,51,51);
	font-size: 7pt;
}

.txtContentSmallPad
{
	color: rgb(51,51,51);
	font-size: 7pt;
	margin-bottom: 3px;
}
.imgBanner
{
	width: 468px;
	height: 60px;
	border: 1px solid rgb(181,181,181);
}
.chatField
{
    BACKGROUND-COLOR: transparent;
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    COLOR: #000000;
    FONT-FAMILY: tahoma, arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}
.txtInfo
{
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-FAMILY: Tahoma, Arial;
    FONT-SIZE: 8pt;
    OVERFLOW: auto
}
.imgBtn
{
    CURSOR: hand
}