/********************************************************************************************************************************************************
 All visible symbols and logos are Trademarks and Copyrights of LiveWithOscar.com ŠTM 2006 - 2010 All Rights Reserved. 
  Site design, development databases and all supporting scripts are property of Omnivision Multimedia inc. ŠTM 2006 - 2010 All Rights Reserved.
********************************************************************************************************************************************************/

/**************TESTING**************/





/************End Testing************/


/************** General CSS **************/

.wrapper {
        display:table-cell;
        height:auto;
        margin-bottom:0;
        margin-left:auto;
        margin-right:auto;
        margin-top:0;
        
}

 img {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
   
}


.header {
        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;
		
}

.brightText { font-family: Arial, Sans-Serif;
              font-size: 18px;
              font-weight: bold;
              color: Yellow;
}

body {

-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:transparent;
background-image:url(../images/LiveWithOscarBG.png);
background-position:0 0;
background-repeat:repeat;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
margin-top:0;
}
.style1 {
width:91px;
}
.Sidebar {
            width:159px;
            vertical-align: top;
            font-family: Arial;
            font-size: 12px;
            
}
.style3 {
width:552px;
}
a:link {
color:#FFFFFF;
}
a:visited {
color:#FFFFFF;
}
.style4 {
text-align:right;
width:604px;
}


.leftMain { vertical-align: top;
            width: 425px;
}


.rightMain { vertical-align: top;
}

.mainText { font-family: Arial;
            margin: 8px 8px 0px 8px;
            text-align: justify;
            
}

.whiteTextBold{ font-family: Arial;
                font-weight: bold;
                font-size: 14px;
                color: White;
}

.arialText { font-family: Arial;
}

.MainContentTD { background-color: #5E7EB6; }

.CPtitle{      font-family: Arial;
               font-weight: bold;
               font-size: 12px;
               
}

.controlPanel  { background-color: #6B8ABF;
                
}

.Login { background-color: #6B8ABF;
         font-family: Arial;
         font-size: 12px;
       }

.socialIcons { background-color: #7495CF;
               width: 375px;
}

.mainAds { width: 375px;
}



/************** End General CSS **************/

    /*-----------------------Flash Pop and VPOP ------------------------*/
        .fpopBG { background-color: #ffffcc;}
        .fpopTitle {    font-family: Arial, Sans-Serif;
                        font-weight: bold;
                        font-size: 30px;
                    }
        .fpopMute { font-family: Arial, Sans-Serif;
                    font-weight: bold;
                    color: Red;
                    font-size: 16px;
        }
    
    
    /*-----------------------End Flash Pop and VPOP -------------------*/
    
                    /*====================Login Text====================*/
                    
                    .loginText { font-family: Arial, Sans-Serif;
                                 font-weight: bold;
                                 color: White;
                    }
                    
                  /*====================END Login Text====================*/
    
    

            /*-------------------Testimonials---------------*/
    
                .testimonialTitle{ font-family: Arial, Sans-Serif;
                                   font-size: 16px;
                                   color: Black;
                                   font-weight: bold;
                                   text-align: center;
                }
                .testimonialText{  font-family: Arial, Sans-Serif;
                                   font-size: 12px;
                                   color: Black;
                                   font-weight: normal;
                                   text-align: center;
                                   
                }
    
    
    
            /*-------------------End Testimonials---------------*/

	/* 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  */


	/* menubar  */
	
		#menu {
		margin:0;
		padding:0;
		width:159px;
	
		
		
	}
	#menu li {
		display:inline;
		padding:0;
		margin:0;
		width: 159;
		
	}
	#menu a:link,
	#menu a:visited {
		color:#fff;
		background-image:url('../images/nav-bg1.png');
		padding: 10px 0px 10px 0px;
		float:left;
		width: 159px;
		font-size: 12px;
		text-decoration:none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12;
		text-align:center;
		text-transform:uppercase;
		
		
	}
	#menu a:hover {
		color: #FFC;
		background: #0047B4;
		background-image:url('../images/nav-bg2.png');

	}
	#menu li:first-child a {
		
	}
	.menubar a
	{
		background-image:url(../images/nav-bg1.png);
		color:#fff;
		
	}
	.menubar a:hover {
		background:#0047B4;
	}
	#menu a:active {
		background:#0047B4;
		color:#fff;
	}

/* End of menuBar  */

/*=============================================*/

        /* menubar  */
	
		#AdminMenu {
		margin:0;
		padding:0;
		width:159px;
	
		
		
	}
	#AdminMenu li {
		display:inline;
		padding:0;
		margin:0;
		width: 159;
		
	}
	#AdminMenu a:link,
	#AdminMenu a:visited {
		color:#000;
		background-image:url('../images/nav-bg3.png');
		padding: 10px 0px 10px 0px;
		float:left;
		width: 159px;
		font-size: 12px;
		text-decoration:none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12;
		text-align:center;
		text-transform:uppercase;
		
		
	}
	#AdminMenu a:hover {
		color: #000;
		background: #0047B4;
		background-image:url('../images/nav-bg4.png');

	}
	#AdminMenu li:first-child a {
		
	}
	.Adminmenubar a
	{
		background-image:url('../images/nav-bg3.png');
		color:#fff;
		
	}
	.Adminmenubar a:hover {
		background:#0047B4;
	}
	#menu a:active {
		background:#0047B4;
		color:#fff;
	}

/* End of menuBar  */

/****************OMNI PAGE***************/

.calText { font-family: Arial, Sans-Serif;
           font-size: 16px;
           color: Black;
           font-weight: bold;
}
.calBG { background-color: #ffffcc;
}             

.omniRow { background-color: #ffffcc;
           
           
}

omniEditorBG { background-color: #ffffcc;
}

.omniTitleRow { background-image:url(../images/nav-bg2.png);
                height: 30px;
}

.omniBottom { background-color: #ffffcc;
}

.omniChart { background-color: #000000;
}



.rtFlashUpdatesTitle { text-align: center;
                       font-family: Arial, Sans-Serif;
                       font-size: 16px;
                       font-weight: bold;
                       color: #ffffff;
}

.omniTextTitle { text-align: center;
                 color: #ffffff;
}

.omniRecTitle { margin-left: 10px;
                font-family: Arial, Sans-Serif;
                font-size: 16px;
                font-weight: bold;
                color: #ffffff;
}

.omniRecInfo { margin-left: 10px;
               font-family: Arial, Sans-Serif;
               font-size: 14px;
}

.omniAdminTitle {   font-family: Arial, Sans-Serif;
                    font-size: 20px;
                    font-weight: bold;
                    color: #ffffff;
                    margin: 0 0 25px 0;
    height: 33px;
    width: 778px;
}

.omniAdminFields {  font-family: Arial, Sans-Serif;
                    font-size: 20px;
                    font-weight: bold;
                    color: #ffffff;
                   
}

.omniAdminFieldsBlack {  font-family: Arial, Sans-Serif;
                    font-size: 20px;
                    font-weight: bold;
                    color: #000000;
}

.omniAdminDivWrap { margin: 15px 15px 15px 15px;
                    width: 763px;
}

.omniAdminDirectionDiv { background-color: #ffffcc;
                         margin: 10px;
                         font-weight: bold;
                         text-align: center;
                      
}

.FlashAdminDirectionDiv { background-color: #ffffcc;
                        
                         font-weight: bold;
                         text-align: center;
                         width: 780px;
}

/****************END OMNI PAGE***************/

        /****************VPOP ADMIN***************/
        
        .vpopMemberTable { background-color: #ffffcc;
                           margin: 0px 0 0px 25px;
        }
        
        /****************END VPOP ADMIN***************/
        
                    /****************VPOP ADMIN***************/
                    .QMmembers { margin: 0 0 0 25px;
                                 font-family: Arial;
                                 font-size: 15px;
                                 font-weight: bold;
                                 color: White;
                                                     }
                    /****************END VPOP ADMIN***************/
                    
                    
    /************OnDemand Admin***************/
    
    .onDemandAdmin { width: 500px;
    }
    
   /************OnDemand Admin***************/   
   
   /*(((((((((((((((((((((((( Calendar ))))))))))))))))))))*/ 
   
   .calendarText {                 font-family: Arial, Sans-Serif;
                                   font-size: 16px;
                                   color: white;
                                   font-weight: bold;
                                   text-align: center;
                }
   
   /*(((((((((((((((((((((((( END Calendar ))))))))))))))))))))*/                  
                                            
                                            
                                            /**********************VIP Admin*******************/
                                            
                                            .VIPtable { width: 852px;
                                                        background-color: #cccccc;
                                                        font-family: Arial;
                                                        color: #000;
                                                        text-align: center;
                                                        
                                            }
                                            
                                            .VIPtableHeader {   width: 852px;
                                                                background-image: url(../images/nav-bg2.png);
                                                                font-family: Arial;
                                                                color: white;
                                                                text-align: center;
                                                                font-weight: bold;
                                                        
                                            }
                                            
                                            /**********************END VIP Admin*******************/
                                            
                                            
                   /*(((((((((((((((((((((((( Calendar ))))))))))))))))))))*/ 
   
                    .t4mobileText {font-family: Arial, Sans-Serif;
                                   font-size: 16px;
                                   color: white;
                                   font-weight: bold;
                                   
                }
   
             /*(((((((((((((((((((((((( END Calendar ))))))))))))))))))))*/   



/*************About Oscar*************/

.aboutText {
	Font-family: arial, Sans-Serif;
	font-size: 16px;
	text-align: justify;
	margin-right: 8px;
}

.aboutWrapper {
				width: 850px;
				margin: 11px;
			 }
.polaroidPic {
			
				float: left;
    		 }
.aboutSocial {
				Padding: 4px;
				Font-family: century Gothic, arial;
				Font-size: 18px;
				font-weight: bold;
				color: #ffffff;
				background-color: #3B6BBF;
			 }
.whoisoc     {
				font-size: 24px;
				color: #ffffff;
				background-color: #3B6BBF;
			 }

/*        About Oscar         */

        /********Contract Specs***********/
        

.bcDisclaimer {
	color: #666666;
	font-size: 11px;

}


.bcInput {
	background-color: #f4f4f8;
	border: groove 1px #6D90AB;
	font-size: 11px;

}


.bcPageTitle2 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;

}


.bcSelect {
	background-color: #F2F2F2;
	font-size: 11px;

}


.bcSubmit {
	background-color: #f4f4f8;
	border: black 1px solid;
	color: #440000;
	cursor: pointer;
	font: bold 11px Arial;
	padding-left: 1px;

}


.bcTD {
	font: 11px Arial;

}


.bcTDBox {
	font: 11px Arial;

}


.bcTH {
	background-color: #4C6DA5;
	color: white;
	font: bold 11px Arial;

}

.bcTHLink {
	color:#003366;
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;

}

.bcTRe {
	background-color: white;
	color: lack;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;

}



.bcTRo {
	background-color: #E6E6E8;
	color: black;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;

}



.market-snapshot a, .market-snapshot a:link, .market-snapshot a:active, .market-snapshot a:visited {
	color: #0065A4;
	font-size: 11px;
	font-weight: normal;

}

.market-snapshot p {
	color: #000;

}



.market-snapshot #bold {
	background: #009CDC;
	text-align: left;

}

.market-snapshot {
	width: 240px;
	background: #FFF;

}

.market-snapshot td {
	padding: 0 2px;

}

#contentcenter {
 background: #fff;	
}


        /*******End Contract Specs********/


/* Signup */  
     
 .signupTitle  
 {
     font-family: Arial;
     font-size: 16px;
     font-weight : bold;
     margin: 10px;
 }
 
 .signupFormTxt {
	 				font-family: arial, Sans-Serif; 
					
					margin-left: 0;
					margin-right:0;
					
 }
 
 #signupConfirmation {
	 					 font-family: Arial;
						 color: white;
						 font-size: 16px;
						 font-weight : bold;
						 margin: 10px;
 }
 /* end of Signup */

/* Membership Table */

#gradient-style { font-family:"arial", Sans-Serif;
                  font-size:14px;
                  width:850px;
                  text-align:left;
                  border-collapse:collapse;
                 
                  }
#gradient-style th{ font-size:16px;
                    font-weight:bold;
                    background:#b9c9fe url("http://media.smashingmagazine.com/cdn_smash/images/express-css-table-design/table-images/gradhead.png") repeat-x;
                    border-top:2px solid #d3ddff;
                    border-bottom:1px solid #fff;
                    color:#039;
                    padding:8px;
                   
                    }
#gradient-style td{ border-bottom:1px solid #fff;
                    color:#669;
                    border-top:1px solid #fff;
                    background:#e8edff url("http://media.smashingmagazine.com/cdn_smash/images/express-css-table-design/table-images/gradback.png") repeat-x;
                    padding:8px;
                    }
#gradient-style tfoot tr td { background:#e8edff;
                              font-size:12px;
                              color:#99c;
                              }
#gradient-style tbody tr:hover td { background:#d0dafd url("http://media.smashingmagazine.com/cdn_smash/images/express-css-table-design/table-images/gradhover.png") repeat-x;
                                    color:#339;
                                    }


/* End Membership Table */

/*Account Signup Page CSS*/
				
		

																
				.acct-wrapper {font-family:Arial;}
				.inner-wrapper { width: 810px; margin: 15px;}
				.congrats     {color: #FFFFFF;font-size:15px;}
				.acct-title   {font-size:14px;font-weight: bold;}
				.acct-btns    {border-style: none; margin-left: -5;}
				.btns-div     {margin-left: 190px;}
				.documents     {color: #FFFFFF; font-size:14px;}
				span.documents:link {color: #FF0000}
				span.documents:visited {color: #00FF00}
				span.documents:hover {color: #CCCCCC; text-decoration:underline; font-weight:bold;}
				span.documents:active {color: #0000FF} 

/* end account signup */

/* UserAdmin */

.bannedTable { font-family: Arial;
               font-weight: bold;
               background-color: Red;
               color: White;
               font-size: 16px;
}


/* end UserAdmin */
    
    /* OMNI Camp */

.OCpage-wrapper {
				color: ffffff;
				font-size:14px;
				width:830px;
                font-family: Arial;
               }
.informationOC {
			
				margin-top:15px;
				margin-left:15px;
				margin-right:15px;
				font-size:14px;
			   }

			   
.disclaimerHeld {
				 Color:#000000;
				 font-size: 8px;
                 Margin:10px;
				 margin-top:35px;
				}


.alignRight {text-align: right;
             font-weight: bold;
             width: 300px;
}

.ocAppTitle { font-size: 16px;
              color: White;
              font-weight: bold;
              margin:15px;
}

.OCappTable { background-color: #6B8ABF;
              width: 660px;
              
}
    


	/* end OMNI Camp */	
	
	
	/*--------------Glossary------------------*/
	
	.GlossaryWrapper {margin:10px;}
	
	.entry-title {
color:#7B5A22;
font-family:Arial,sans-serif;
font-size:22px;
font-weight:bold;
line-height:22px;
padding-bottom:7px;
padding-left:0;
padding-right:0;
padding-top:0;
}
.entry-title a {
color:#000099;
font-size:18px;
font-weight:normal;
}
.entry-content .profile h2 {
background-color:#FFFFFF;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:0.05em;
color:#336633;
font-family:Helvetica,Verdana,Arial,sans-serif;
font-size:16px;
font-weight:bold;
margin-bottom:3px;
padding-bottom:1px;
padding-left:1px;
padding-right:2px;
padding-top:1px;
}

.entry-content h3 {
font-size:17px;
font-style:normal;
padding-bottom:8px;
padding-left:0;
padding-right:0;
padding-top:1px;

}
.entry-content img {
margin-bottom:18px;
margin-left:0;
margin-right:5px;
margin-top:0;
}

.glossary {
-x-system-font:none;
color:#ffffff;
font-weight; bold;
font-family:arial,helvetica,geneva,sans-serif;
font-size:18px;

font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:12pt;
}
.term {
-x-system-font:none;
color:#ffffff;
font-family:arial,helvetica,geneva,sans-serif;
font-size:18px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:14px;
}
.aside ul ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#adsense120x600 {
text-align:center;
}
.aside .current_page_item a {
color:#006600;
font-weight:bold;
}
.entry-content 
{
font-family: Arial;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:5px;
}
.sectiontitle {
color:#CC3300;
}

/*---------------------End Glossary---------------------*/
	
	        /**********************************SiteMap****************************/
	        
	        .Sitemap { font-family: Arial, Sans-Serif;
	                   font-size: 13px;
	                   color: Black;
	        }
	        
	           .Sitemap a:link {
                color:#000000;
                text-decoration: none;
                }
                .Sitemap a:visited {
                color: #000000;
                text-decoration: none;
                }
                .Sitemap a:hover {
                color:#dddddd;
                text-decoration: underline;
                }
               
                

	        
	       
	        
	        .SMsubject { font-weight: bold;
	                     font-size: 16px;
	                     color: #ffffff;
	                     background-image: url(../images/nav-bg2.png);
	        }
	        
	    
	       /**********************************END SiteMap****************************/
	    
	    			

/* Site Footer */

.SiteFooter {
    width: 1000px;
    margin: 25px auto;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    text-align: left
}
/* End Site Footer */
                