﻿html, body
{
    margin: 0;
    padding: 0;
    font: 0.87em arial,sans-serif;
    text-align: center;
    min-width: 900px;
}

a
{
    text-decoration: none;
    color: #00c;
}

a:hover
{
    text-decoration: underline;
}

.bold 
{
 font-weight:bold;   
}
#wrap
{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    height: auto;
}
h1
{
    font-size: 13px;
    text-decoration: none;
    padding-bottom:10px;
}
#resultsvids h1 {padding-top:10px;}	

.smallfont
{
    font-size: 11px;
}
/* banner styles */
#banner
{
    /* margin:5px 0 0 0;*/
    width: 900px;
    height: 56px;
}
/* also to align stuff right or left*/
#banner img.left, .left
{
    float: left;
}

#banner img.right, .right
{
    float: right;
}

/*np blue bar with link to NP website */
#npbar
{
    width: 890px;
    height: 20px;
    background-color: #000066;
    text-align: left;
    vertical-align: middle;
    font: 0.9em arial,san-serif;
    padding: 5px 5px 0 5px;
}

#npbar a
{
    color: #fff;
}

#npbar a:hover
{
    color: Orange;
}

/*Search bar*/

#topbar
{
    width: 900px;
}
#ividlogo
{
    /*background-image:url(../interfaceimg/iVidLogo_v01.jpg);     background-position:right;     background-repeat:no-repeat;    width:350px;*/
    float: right;
    height: 100px;
}
#searchbar
{
    text-align: left;
    float: left;
    height: 100px;
    width: 550px;
}

#searchtitle
{
    float: left;
    background-color: #b375fa;
    height: 25px;
    width: 550px;
    text-indent: 15px;
    font: 0.9em arial,sans-serif;
    font-weight: 700;
    line-height: 2em;
    color: #fff;
}


#searchbox
{
    float: left;
    background-color: #F2E6FE;
    height: 40px; /*50px original - 5 for the padding top*/
    width: 535px;
    padding: 10px 0 0 15px;
    font-size: 0.87em;
}

#nav
{
    float: left;
    background-color: #e5d2ff;
    border-bottom: solid 2px #cc9afb;
    height: 23px;
    width: 550px;
    text-indent: 10px;
}

/*main content area for video and comments*/
#main
{
    width: 330px;
    float: left;
    text-align: center;
    background: url(../interfaceimg/tabTop_orangewtext.gif) no-repeat left top;
    margin: 15px 10px 0 0;
}

/*to underline all link in the main div and Displayrecent div*/


/* these styles are for displaying the flash video */
#flashcontent
{
 
     width: 330px;
    margin-top: 25px;
    padding: 5px 0 0 0;
    background-color: #eee;
    text-align: center;
     /*border-bottom: solid 1px #999;*/
}

/* for displaying the details below the player */
#displaydetails
{
    width: 330px;
    background-color: #eee;
    text-align: left;
    padding:5px 0 10px 0;
}

#displaydetails p
{
    text-align: left;
    padding: 0 0 5px 15px;
  /*   border-bottom: solid 1px #999; */
}

.align
{
    text-align: justify;
    padding: 0 0 0 15px;
   
    /*  border-bottom: solid 1px #999; */
}

img 
{
 border:0;
}
.selectrating
{
    float: left;
}

#viewall
{
    margin: 15px;
    float: left;
}
/*for displaying the comments*/
#comments
{
    width: 330px;
    float: left;
    clear: left;
    margin: 15px 0 15px 0;
    padding-bottom:20px;
    float: left;
    background: url(../interfaceimg/tabBtm_orange.gif) no-repeat center bottom;   


}

#commententry 
{
}
#comments p
{
    padding-bottom: 20px;
}
/*display comments*/
.CommentsDetails
{
    text-align: right;
    background-color: #eee;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 2px 0 5px 0;
    width: 330px;
    font-size:0.9em;
}
.CommentsText
{
    text-align: left;
    padding: 5px 0 15px 0px;
    padding-left:10px;
    width: 330px;
}
.title
{
    font-weight: bold;
    float: left;
    font-size: 1.1em;
}

/*Display recent videos area on the right */


#Displayrecent
{
    padding-top:15px;
    width: 500px;
    float: right;
    text-align: left;
    clear: right;
    margin: 0px;
border-right:solid 1 #eee;
border-left:solid 1 #eee;
}

#Displayrecent hr 
{
 color:gray;
background-color:gray;/*to take car of ie and ff*/
height: 1px;
border:0;    
 width:480px; 
 text-align:left;  
}
.aligncontent 
{
 float:right;
 text-align:left;
 padding-left:5px;  
 width:340px; 
}

.alignimg 
{
 float:left;
 width:100px;   
 height:75px;
 padding-bottom:5px;
  text-decoration:none;
}

/*footer*/
#footer
{
    height: 20px;
    background-color: #000066;
    color: #FFFFFF;
    clear: both;
    font-size: 0.8em;
    line-height: 2.2em;
}
/*copyright*/
#copyright
{
    clear: both;
   }

/*navigation bar css*/

#navbar
{
    float: left;
    height: 18px;
    text-indent: 15px;
}

#menu
{
    padding: 0;
    margin: 0;
    height: 18px;
    list-style-type: none;
}

#menu li
{
    float: left; /*this is what makes it a horizontal list*/
    height: 17px;
    line-height: 1.8em; /*border-right:1px solid #444;*/
    position: relative;
    text-align: left;
    color: #333;
}

#navbar #menu ul li a
{
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
#menu ul li a:hover
{
  color: #333;
    text-decoration:underline;
}

#menu ul li a:visited
{
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

#navbar a
{
    color: #333;
    font-weight: bold;
}
/* search page*/
		#resultsvids
	{
	   width:500px;
	   text-align:left;
	   float:left;
	   margin-left:20px;
	}
