body{
padding:0;
margin:0;
text-align:center;
font-family: Verdana, Arial;
font-size:0.8em; /* Changes the size used across the site */
background: url('images/bg_grad.png') #151515 top left repeat-x scroll;
color: white;
}

#videoPlayer {
border-top: 1px solid black;
background: #656565;
text-align: center;
}

#videoPlayer embed, #videoPlayer object{
margin-top: 11px;
}

#center{
width: 900px;
margin:0 auto;
text-align:left;
min-height: 575px;
}

img{border:none;}
img.space{margin-right:5px;}
.left{float:left}
.right{
			 float:right !important;
			 margin: 0px;
			 padding: 0px;
			 }
.clear{clear:both} 
.center{text-align:center}

.bsidebar{
height: 27px;
width:100%;
}

.error{
text-align:center;
border:1px solid #FF0000; /* #FF0000 represents the border colour on the error messages currently red. */
padding:5px;
margin:10px;
}

/* Default link styling */
a{
color:#000000; /* The default link colours. */
text-decoration:underline; /* All links by default are underlined. Set to none for no underline. */
}

a:hover{
text-decoration:none; /* Same as above make sure there's a way to tell when someone is over a link or not. */
}

a:visited{
color:#000000;
text-decoration: underline; /* The colour for a link the visitor has already clicked on */
}

h3{
margin-bottom:0;
}

#sidebar h2 {style.css (line 179)
font-family: Verdana, Arial;
font-size: 12px;
height:30px;
line-height:30px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
}

.button{ /* This styles the form buttons submit, delete, etc... */
border: 1px solid gray;
background-color: #FFFFFF;
color:#3366CC;
cursor:pointer;
}

.title{ /* Styling for headers on boxes */
line-height:25px;
background: url('images/title_bg.gif'); /* Background colour */
color:#fff;
font-weight:bold;
}

.btitle{ /* Styling for headers on boxes */
line-height: 25px;
height: 27px;
background: url('images/title_bg.gif'); /* Background colour */
border-top: 1px solid black;
margin: 17px 0 0 0;
color:#fff;
font-weight:bold;
}

.title a{
color:#fff; /* The title links in the sidebars */
}

#content{ /* Changing this will make your site a mess */
width:680px; 
float:left;
margin-left:20px;
}

#footer{ /* This styles the footer for everypage */
background: #282623 url('images/footer_bg.gif') top left repeat-x;
width: 100%;
margin-top:20px;
margin-bottom: 0px;
line-height:25px;
text-align:center;
font-size:0.8em;
color:#FFF;
height: 55px;
}

#footer a{
text-decoration:none; 
}

#footer ul{ 
list-style:none;
margin:0;
margin:0 0 0 8px;
padding: 20px 0 0 0;
}

#footer ul li{
text-align:center;
float:left;
width:95px;
}

#footer ul li a:link, #footer ul li a:visited{
font-family: Verdana, Arial;
font-size: 12px;
color:#7c7c7c;
margin-top: -16px;	 /*added for IE*/		
display: block;		 /*added for IE*/
padding-top: 16px;	
height: 20px;            /*added for IE*/	
background: transparent url('images/greydot_f.png') top center no-repeat;
}

#footer ul li a:hover{
font-family: Verdana, Arial;
font-size: 12px;
color:#ffffff;	
background: transparent url('images/whitedot_f.png') top center no-repeat;
}

/****** MAIN MENU ******/
#header{
margin: 16px 0 54px 16px;
width: 100%;
text-align: left;

}

#mainMenu{
background: transparent;
position: absolute;
top: 83px;
right: 20px;
height:82px; /* The size of the background image used in header, probably not necessary but better safe then sorry */
}

#mainMenu a{
text-decoration:none; /* Never underline main menu links */
}

#mainMenu ul{ /* Positions the Main links don't edit unless you really have to */
list-style:none;
margin:0;
margin-left:195px;
padding:15px 0 0 0;
}

#mainMenu ul li{
text-align:center;
float:left;
width:95px;
}

#mainMenu ul li a:link, #mainMenu ul li a:visited{
font-family: Verdana, Arial;
font-size: 12px;
color:#7c7c7c;
margin-top: -16px;	 /*added for IE*/		
display: block;		 /*added for IE*/
padding-top: 16px;	
height: 20px;            /*added for IE*/	
background: transparent url('images/blackdot.png') top center no-repeat;
}

#mainMenu ul li a:hover{
font-family: Verdana, Arial;
font-size: 12px;
color:#ffffff;	
background: transparent url('images/greydot.png') top center no-repeat;
}

.activenavigation a:link, .activenavigation a:visited{
color:#CCCCCC !important;	
background: transparent url('images/orangedot.png') top center no-repeat !important;
}



/** User Menu **/
.userMenu{
text-align:center;
padding:5px;
margin: 5px 0;
}

.userMenu a{
text-decoration:none;
color: white !important;
}

.userMenu a:hover{
text-decoration:underline;
}

/****** SIDE BAR *****/
#sidebar{
background: url('images/sidebar_bg.gif') top left repeat;
width: 190px;
float:right;
margin: 55px 31px 20px 0;
}

#testim{
background: transparent;
width: 200px;
float:right;
margin: 50px 0 0 0;
}

#sidebar h2{
background:#282623 url(images/stopwatch.png) no-repeat scroll 3% 4px;
color:#D5D5D5;
margin: 5px 20px 3px 0pt;
padding:0pt 0pt 0pt 30px;
}

.samples{
background: transparent;
margin-left: 13px;
}

.sidebox{
margin-top:20px; /* Put space between each sidebar box */
}

.sideboxNoTitle{
margin-top:20px;
border:1px solid #fe911b; /* The borders for sidebar boxes which don't have a title */
padding:5px;
color:#666;
}

.sideboxNoTitle a{
color: white;
}

.sidebox ul, .sideboxNoTitle ul{
padding-left:0;
margin-left:1em;
}

.sideContent{ /* Sidebox borders */
border-left:1px solid #69C;
border-right:1px solid #69C;
border-bottom:1px solid #69C;
padding:5px;
color:#666;
}

.sideContent form input[type="text"], .sideContent form input[type="password"]{ /* Changes the border colours in login boxes */
border:1px solid #69C; 
}

/*** Small Sidebar ***/
#sidebarLeft{
width:150px;
float:left;
margin-bottom:20px;
}

/***** CONTENT *****/
.contentBox{
width: 478px;
margin-bottom:20px;
background: #656565;
}

.contentBoxAbout{
width: 650px;
margin: 0px auto;
background: #656565;
}

.contentBoxInside{
background:#656565;
}

.contentBoxInside p{
font-family: Verdana, Arial;
font-size: 13px;
margin: 0px;
display: block !important;
padding: 15px 22px 0px;
}

/***** MAIN PAGE *****/
table tr td.recent{
width:155px;
text-align:center;
padding:10px 0;
display: block;		 /*added for IE*/
}

table tr td.recent a{
font-size:0.8em;
}

/** VIDEO TABLES STYLING **/
table.videosMainTable{
border-spacing:0;
width:100%;
}

table tr.tableVideo{
height:100px;
}
/* Styles the img bit (doesn't need much :-) ) */
table tr.tableVideo td.tableVideoImg{
vertical-align:middle;
text-align:center;
border-bottom:2px solid #e4e4e4; /* Change the bottom border for all the video lists */
}

table tr.tableVideo td.tableVideoDesc{
width:300px;
font-size:1.2em;
border-bottom:2px solid #e4e4e4; /* Change the bottom border for all the video lists */
vertical-align:top;
}

table tr.tableVideo td.tableVideoDesc h4{
margin:0;
}

table tr.tableVideo td.tableVideoDesc h4 a{
text-decoration:none;
}

table tr.tableVideo td.tableVideoDesc h4 a:hover{
text-decoration:underline;
}

table tr.tableVideo td.tableVideoDesc b{
font-size:0.8em;
}

table tr.tableVideo td.tableVideoExtra{
width:auto;
border-bottom:2px solid #e4e4e4;/* Change the bottom border for all the video lists */
vertical-align:top;
}

/* CATEGORIES PAGE */
#categoryPage .categorybox{
width:310px;
height:140px;
margin:5px;
padding:5px;
float:left;
border:1px #69C solid;
}

#categoryPage .categorybox h3{
margin:5px;
}

/**	SIGNUP PAGE **/

#register{
width:300px;
float:left;
}

#registerInfo{
background:#E1EBF2; /* The background colour for the sign-up box */
padding:5px;
border:1px solid #69C; /* The borders */
border-top:none;
}

#login{
width:300px;
margin: 100px auto;
}

.loginbox{
padding: 10px;
border: 1px solid #888888; /* Borders for login & password reminder boxes */
border-top:none;
text-align:right;
background: #656565
}

/** WELCOME ACCOUNT PAGE **/
#centerWelcome{
text-align:center;
font-weight:bold;
margin-bottom:40px;
}

#containMenus{
width:680px;
margin:0 auto;
}

#leftMenu{
width:340px;
float:left;
}

#leftMenu a{
color: white;
margin: 3px;
}

#leftMenu a img{
margin-top: 5px;
}

#rightMenu{
float:left;
width:340px;
margin-bottom:40px;
}

#inviteFriends{
text-align:right;
}

#inviteFriends p{
margin-right:100px;
}

/** GROUP HOME PAGE **/
#groupBlock{
border:1px solid #ccc;
background:#F0F0F0;
padding:5px;
}

#groupBlockVideo{
margin-right:5px;
}

#groupAdmin{
border:1px solid #CCCC00;
background:#F0F0F0;
margin:10px 0;
padding:5px;
}

#groupMyVideos{
border:1px solid #ccc;
background:#F0F0F0;
padding:5px;
}

.groupAjaxVideoBlock{
width:120px;
float:left;
text-align:center;
}

/* FRIENDS PAGE */
.friendBlock{
width:145px;
padding:5px;
margin:10px;
float:left;
text-align:center;
background:#F0F0F0;
border:1px solid #69C;
}

#friendsInvite #invite_member{
width:400px;
padding:5px;
margin-left:150px;
background:#F0F0F0;
}

#friendsInvite #invite_new{
text-align:right;
}

#friendsInvite #invite_new p{
margin-right:100px;
}

/* EMAIL PAGES */
#sidebarEmails{
width:150px;
float:left;
}

/* MY VIDEOS PAGE */
.myVideosBlock{
width:145px;
padding:5px;
margin:10px;
float:left;
text-align:center;
background:#F0F0F0;
border:1px solid #69C;
}

/* UPLOAD PAGES */
#uploadFormPage #content{
width:400px;
margin-left:150px;
float:left;
}

#uploadFormPage p.textRight{
text-align:right;
margin-right:100px;
}

#uploadVideoPage #content{
margin-left:20px;
width:680px;
float:left;
}

#sidebarUpload{
width:150px;
float:left;
}

/* COMMENTS STYLING */
#Comments{
width:600px;
}


#commentForm{
text-align:center;
padding:5px;
background:#F0F0F0;
}

.commentsBox{
margin:10px 0;
padding:5px;
border:1px solid #69C;
width:500px;
}

/* PLAY PAGE */
#mainBox{
float:left;
width:450px;
}

#playSidebar{
width:170px;
line-height:25px;
margin:0 5px 5px 5px;
border:1px solid #69C;
background:#F0F0F0;
float:left;
}

#playSidebar #favAbuse ul{
margin:0;
padding:0;
list-style:none;
}

#playSidebar #favAbuse ul li a{
display:block;
padding:5px;
background:#CCC;
}

#playSidebar #favAbuse ul li a:hover{
text-decoration:none;
background:#69C;
}

#playPage #spread a{
color:#FF6600;
}

#playPage #spread a:hover{
text-decoration:none;
color:#FF0000;
}

#playPage #videoDescription{
padding:5px;
line-height:normal;
}

#playSidebar2{
width:230px;
float:left;
}

#playPage #playTags,#playPage #linkAndEmbed{
border:1px solid #69C;
font-weight:bold;
padding:5px;
margin:10px 0;
width:438px;
}

/* MEMBER'S PROFILE PAGE */
#membersInfo{
width:280px;
float:left;
}

#membersVideosBlock{
float:left;
margin-left:10px;
width:390px;
}


/* UPDATE PROFILE PAGE */
#updatePage content p{
text-align:right;
padding-right:100px;
}

#signUp{ /* Positions the login/signup bar */
margin-left:10px;
margin-top:15px;
font-weight:bold;
}

/***** SEARCH BAR *****/
#mainMenu #searchBar{
text-align:center;
width:400px;
margin-left:190px;
padding-top:15px;
}

#mainMenu #searchBar input[type="text"]{
width:200px; /* WIDTH FOR SEARCH BAR INPUT BOX */
}

#signUp, #searchBar{
display: none;
}

div table tbody tr td {
display: none;
}

.recent{
display: table;
}