/* -----------------------------------------------------------------------------------------------
Title : VPoint TV Client Area
Author : Steve P. Sharpe
URL : http://gleamstudios.com | http://www.stevepsharpe.com
Description : base.css

Created : 19 Nov 2006
Modified : 20 Dec 2006

Feel free to take a look around!
-----------------------------------------------------------------------------------------------*/

/* =normailize them there styles
-----------------------------------------------------------------------------------------------*/

body, div, td, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: "Helvetica Nue", helvetica, arial, sans-serif;
}

div, span, img, table, td, tr, th, form, p, ul, li, h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font: 62.5%/1.5 "Helvetica Nue", helvetica, arial, sans-serif;
	color: #333;
	padding:  0;
	margin:  0;
}

p {
font-size: 1.2em;
 padding: 0 0 10px 0;
margin: 0 0 5px 0;
}
h1 {
	color:  #4F2A5E;
	font-size:  3em;
	font-weight:  normal;
	margin:  0 0 10px 0;
}

h2 {
	color:  #BB005B;
	font-size:  2em;
	line-height: 1.1;
}

ul#client {
	color:  #BB005B;
	list-style: none;
	font-size:  1.3em;
	margin:  0 0 5px 0;
}

ul#client p {
font-size: 1em;
}

div.tblwrap {
	width:  550px;
	border:  4px solid #f1d3a4;
	margin:  0 0 40px 0;
}

div.tblwrap h3 {
	font-size:  1.5em;
	color:  #512a06;
	background:  #d5760a url(http://www.vpoint.tv/clientarea/images/site_images/tbl_head_bkgd.png) repeat-x top left;
	padding: 10px 8px 8px 10px;
	border-bottom: 2px solid #cd5024;
}

table.filetbl {
	border-collapse: collapse;
	width:  100%;
	font-size:  1.3em;
}

table.filetbl th {
	text-align: left;
	text-transform:  uppercase;
	color:  #fff;
	background:  #c9c9c9;
}

table.filetbl th.title {width:  200px;}
table.filetbl th.type {width:  200px;}
table.filetbl th.size {width:  70px;}

table.filetbl th, table.filetbl td {
	padding:  5px 10px;
}

table.filetbl td {
	background:  #fff;
 	border-bottom: 1px solid #ccc;	
}

table.filetbl td a {
	font-weight: bold;
	color:  #333;
	text-decoration: none;	
}

table.filetbl td a:hover {
	color:  #666;
	text-decoration: none;	
}

table.filetbl td a.stream {
	font-weight: normal;
	font-size:  .9em;
	color:  #c7532c;
	text-decoration: none;	
}

table.filetbl td a.stream:hover {
	color:  #720038;
}

table.filetbl tr.alt td {
	background:  #efefef;	
}

#wrapper {
	position:  relative;
	z-index: 2;
	padding:  60px 30px;
	width:  600px;
}
#sidebar {
	display: none;
	
}

p.instructions, p.copy {
	color:  #666;
	font-size:  1.1em;
	padding:  0 0 3px 0;
}

img.banner {
	margin:  0 auto;
	border:  4px solid #F1D3A4;
	margin: 0 0 30px 0;
}
