﻿/**********************************************************
** Style definition for Narrowstep Players v 2.5 onwards **
**      Narrowstep (c) 2006 http://www.narrowstep.com    **
**  Do not modify this file, use the "style" or "player" **
**   style-sheet files to customise your player.         **
**    Email player@narrowstep.com for further info       **
**********************************************************/

/* File: /css/common.css
   Standard Skin V2.6 - JB july 2006
   This file creates the basic style for all player files using this skin */

/* Define common HTML tags */
/* always defined seperately, not in comma delim lists to make overriding easier */
body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}
html { height: 100%; }
body { height: 100%; }
form { height: 100%; }

td {
	padding: 0px;
	margin: 0px;
	border-width: 0;
	border-style: none;
}

th {
	padding: 0px;
	margin: 0px;
	border-width: 0;
	border-style: none;
}

table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-width: 0;
	border-style: none;
}

p {}

a {}

div 
{}
a:link { }
a:visited { }
a:active {}
a:hover {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

img { border-style: none; }

/* A few classes common to all parts of player
   These used to enhance INPUT tag styles      */

/* text input boxes */
.textbox {}

/* checkboxes */
.cbox {}

/* drop down (menu) lists */
.ddl {}

/* "INPUT" type buttons */
.button {}

/* controls that are clickable */
.control {
	cursor:pointer;
}

/* system error mesages */
.err {}

/* Most system generated "link" type buttons in panels and popups
   are set to this class */

a.but {}

a.but:active {}

a.but:hover {}


/**************** a few utility ones ***************/
/* no need to copy these into subsequent css files */

.centre,.center { text-align: center; }
.clearboth { clear: both; }

/* for PNG support in IE 5.5 & 6 */
img, input {
	/* wow! how cool! it works on inputs too!!!!! phew! :) */
	behavior: url(scripts/pngbehavior.htc);
}

/* for vertically aligned things - like popups
 * thanks to http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
 * hacks for IE 6 are now in common-ie6.css
 */

/* CSS styles for standard browsers */
#vAlignOuter {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
}

#vAlignMiddle {
	display: table-cell;
	vertical-align: middle;
	height:100%;
}

#vAlignInner {
	text-align: center;
}

