body {

	 font-size:9pt;
	 font-family:Tahoma, Arial;
	 padding:7px 100px 7px 100px;
	 background-attachment:scroll;
	 background-color:#5C7EB6;
	 background-image:url(../images/LiveWithOscarBG.png);
	 background-position:0 0;
	 background-repeat:repeat;
	 width: 1028px;
	 
}

/*topheader*/
.topheader {margin-bottom:20px;}
.topheader table {height:30px;border-collapse:separate;width:100%;background-color:Transparent;font-size:100%;}
.topheader td {height:30px;}
.topheader th {height:30px;background-image:url(images/darkgradient.gif);color:White;white-space:nowrap;font-weight:normal;}
.topheader a {color:White;text-decoration:none;}
.topheader a:hover{text-decoration:underline;}
.topheader th.menuitem {color:white;text-align:center;width:12%;border-left:1px solid #9FAABF;border-right:1px solid #606D85;white-space:nowrap;padding-left:5px;padding-right:5px;}
.topheader th.rightitem {border-left:1px solid #9FAABF;border-right:none;}

/*header*/
.header table {font-size:100%;background-color:Transparent;width:100%;height:90px;border:none;}
.header td {white-space:nowrap;}
.header h1 {font-weight:normal;font-size:20pt;margin-bottom:0px;font-family:'Arial',Tahoma, Arial;margin-top:0px;}
.header a {color:#333399;text-decoration:none;}
.header a:hover{text-decoration:underline;}
.header img{vertical-align:middle;border:none;}

/*main body*/
.forumcontent table {font-size:100%;border-collapse:collapse;}
.forumcontent h1 {font-weight:normal;font-size:18pt;margin-bottom:0px;font-family:Tahoma, Arial;}
.forumcontent h2 {font-weight:normal;margin-bottom:0px;font-size:150%;margin-top:0px;font-family:Tahoma, Arial;}
.forumcontent h3 {font-weight:bold;font-size:100%;margin:4px;}
.forumcontent a {color:#333399;text-decoration:none;}
.forumcontent a:hover{text-decoration:underline;}
.forumcontent th {background-image:url(images/darkgradient.gif);color:White;font-weight:bold;font-size:100%;text-align:justify;padding:0px 5px 0px 5px;height:30px;border:1px solid #9FAABF;}
.forumcontent th a {color:White;font-size:100%;font-weight:normal;text-decoration:none;}
.forumcontent th a:hover{text-decoration:underline;}
.forumcontent td {border:1px solid silver;background-color:#FFFFFF;}
.forumcontent table.noouterborder {border:none;}
.forumcontent table.noouterborder td, .forumcontent table.noouterborder th {border:none;}
.forumcontent table.noborder {border:1px solid silver;}
.forumcontent table.noborder td, .forumcontent table.noborder th {border:none;}
.forumcontent img{vertical-align:middle;border:none;}
.forumcontent hr{height:1px;border:none;color:silver;background:silver;}
.forumcontent div.location{margin-top:21px;margin-bottom:21px;}
.forumcontent div.smalltoolbar{font-size: 16px; background-color: #ffffcc; text-align:right;margin-top:3px;}

td.outerheader {width:6px;background-color:Transparent;}

.forumcontent .gray, .header .gray {color:#000000;font-size:8pt;font-weight:normal}
.forumcontent th .gray {color:#CCCCCC;}
.forumcontent .gray a, .header .gray a {color:#000000; font-weight: bold;}
.forumcontent .radiolist td {text-align:left;}

/* inputs */
.forumcontent input[type="file"],
.forumcontent input[type="password"],
.forumcontent input[type="button"],
.forumcontent input[type="submit"],
.forumcontent input[type="text"],
.header input[type="file"],
.header input[type="password"],
.header input[type="button"],
.header input[type="submit"],
.header input[type="text"],
button,
select {border:1px solid slategray;font-family:Tahoma, Arial;font-size:9pt;vertical-align:middle;height:22px;}
textarea {border:1px solid slategray;font-family:Tahoma, Arial;font-size:9pt;vertical-align:middle;}

.forumcontent input[type="password"],
.forumcontent input[type="text"],
.header input[type="password"],
.header input[type="text"]{height:14px;padding-top:3px;padding-bottom:3px;}

.forumcontent input[type="text"], textarea, select {padding-right:0px;padding-left:0px}

.forumcontent input[type="checkbox"],
.header input[type="checkbox"]{vertical-align:middle;}

.forumcontent input[type="button"],
.forumcontent input[type="submit"],
.header input[type="button"],
.header input[type="submit"],
.forumcontent button {background:slategray url('images/btngradient.gif');color:White;cursor:pointer;}

.forumcontent input[type="button"]:hover, 
.forumcontent input[type="submit"]:hover,
.header input[type="button"]:hover,
.header input[type="submit"]:hover,
button:hover {background:slategray url('images/btngradient_rev.gif');}

.gradientbutton {background:url('images/btngradient.gif');color:White;font-size:100%;border:1px solid slategray;}

/* other classes */
img.avatar {border:1px solid #bbbbbb; padding:2px 2px 2px 2px; -ms-interpolation-mode:bicubic; margin-bottom:3px;}
div.quote{color:#7777aa;text-decoration:none;padding-left:15px;}

/* Navigation Bar  */
	
	#nav {
		margin:0;
		padding:0;
		width:100%;
		border:1px solid #42432d;
		border-width:1px 0;
		
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color:#fff;
		background-image:url('../images/nav-bg1.png');
		padding:15px 29px 15px 30px;
		float:left;
		width: auto;
		border-right:1px solid #42432d;
		text-decoration:none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 15;
		text-align:center;
		text-transform:uppercase;
		
	}
	#nav a:hover {
		color: #FFC;
		background: #0047B4;
		background-image:url('../images/nav-bg2.png');

	}
	#nav li:first-child a {
		border-left:1px solid #42432d;
	}
	.navbar a
	{
		background-image:url('../images/nav-bg1.png');
		color:#fff;
		text-shadow:none;
	}
	.navbar a:hover {
		background:#0047B4;
	}
	#nav a:active {
		background:#0047B4;
		color:#fff;
	}

/* End of Navigation Bar  */

.header1 {
        background-repeat:no-repeat;
        width:1024px;
        margin: 15px;
}

#siteLogo { background-image: url(../images/siteLogo.png);
            display:block;
	        height:75px;
	        width: 440px;
	        text-indent:-9999px; /* <--- Hides the link text */
            outline: none;
}

#rightMainAd {
	background-image: url(../images/omnicampAd.png);
	display:block;
	height:75px;
	width: 575px;
    text-indent:-9999px; /* <--- Hides the link text */
    outline: none;
		
}

/* Site Footer */

.SiteFooter {
    width: 1000px;
    margin: 25px auto;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    text-align: left
}
/* End Site Footer */
