/*  All Styles for rounded corners on right side content block */
/*  http://www.albin.net/CSS/roundedCorners/

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
	font-size: 1px; line-height: 1px;
	}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 6px; height: 6px;
    padding: 0px; border: 0px;
    z-index: 99;
}

.borderTL, .borderBL { float: left; clear: both;}
.borderTR, .borderBR { float: right; clear: right;}
.borderTL { margin: -1px 0px 0px -1px; position:relative;}
.borderTR { margin: -1px -1px 0px 0px; position:relative;}
.borderBL { margin: -6px 0px 0px 0px; position:relative; }
.borderBR { margin: -6px 0px 0px 0px; position:relative; }

/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */

/*removed positioing because of quirk in I.E. where dd go behind form elements */   
.content,
.content2{
    margin: 0px;
    padding: 0px;
    border: 1px solid #999999;
}

div[class] .content,
div[class] .content2 { height:auto; }

/* #main content height */
.content {
	min-height:363px;
	height:363px;
}

/* For css styled minibillboard */
#blue {
	min-heigh:140px;
	height:140px;
	background:#005BC3;
	color:#FFFFFF;
}

.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
	float:right;
	margin:0px;
}
	#fullscreen{
		width:100%;
		margin:0px;
	}

	#rightside{
		margin-top:5px;
		width:451px;
		float:right;
	}
	#leftside{
		margin-left:2px;
		width:309px;
		float:left;
	}
	.contentWrapper2 {
		/* position this div however you want, but
		   keep its padding and border at zero */
		padding: 0px;
		border: 0px;
		margin:0px 0px 15px 0 ;	
	}

.roundedCornerSpacer{
	margin-top:15px;	
	clear:both;
	height:0px;
}
.bottomCorners{
	padding:0px;
	margin:0px;
}
