/* !!!!!!!!!!!!!!!!! */
/* Trivia Teaser CSS */
/* !!!!!!!!!!!!!!!!! */


div#box1 {
        width: 49%;
        margin-top: 5px;
        border: thin solid #2E5A89;
        min-height: 210px;
        float: left;
}

.triviaTeaseHeader {
        color: #FFF;
        padding-left: 5px;
	padding-top: 3px;
        font-weight: bold;
        font-size: 100%;
        font-family: verdana,geneva,arial,sans-serif;
}

div .triviaTeaseHeader {
        height: 20px;
        background-color: #2E5A89;
}

.triviaTeaseQuestion {
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: arial;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
}

.triviaTeaseForm {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10px;
        text-transform: capitalize;
}

.triviaTeasePic {
        float: right;
        padding-right: 5px;
        padding-bottom: 5px;
}

.teaserquestionImage {
	max-width: 100px;
	max-height: 120px;
	/* IE Image max-width */
	width: expression(this.width > 120 ? 120: true);
	height: expression(this.height > 180 ? 180: true);
}

.clr {
        clear: both;
}


/* !!!!!!!!!!!!!!!! */
/* Forum Teaser CSS */
/* !!!!!!!!!!!!!!!! */

div#box2 {
        width: 50%;
        margin-top: 5px;
        border: thin solid #103056;
        min-height: 210px;
        float: right;
        overflow: hidden;
        height: 210px;
}

div.visitors div#box2 {
	width: 100%;
	margin-top: 0px;
	height: 167px;
	min-height: 167px;
}

.forumTeaseHeader {
        color: #FFF;
        padding-left: 5px;
	padding-top: 2px;
        font-weight: bold;
        font-size: 100%;
        font-family: verdana,geneva,arial,sans-serif;
}

.forumTeaseViewAll a:hover, .forumTeaseViewAll a:visited, .forumTeaseViewAll a:link, .forumTeaseViewAll a:active, .forumTeaseViewAll {
        text-align: right;
        padding-right: 5px;
        padding-top: 3px;
        font-weight: bold;
}

div .forumTeaseHeader {
        height: 20px;
        background-color: #103056;
}

.forumTeasePosts {
        font-weight: bold;
        padding-bottom: 5px;
        font-family: verdana,geneva,arial,sans-serif;
        padding-left: 5px;
        padding-right: 5px;
}

div.visitors .forumTeasePosts {
	padding-top: 3px;
	height: 102px;
	overflow: hidden;
}

.forumTeasePosts td {
        font-size: 10px;
	padding: 2px 0;
        overflow: hidden;
}

.forumTeasePosts table {
        padding-right: 5px;
}

