/* common CSS stylesheet */

@import url(960.css);
@import url(reset.css);
@import url(text.css);

body {
	font-family: Verdana;
	text-align: center;
	background-repeat: no-repeat;
}

body.bkg1 {
	background-color: #fff;
}

body.bkg2 {
	background-image: url(/images/bkg2.gif);
	background-color: #fff;
	background-position: 0px 40px;
}

body.bkg3 {
	background-image: url(/images/bkg3.gif);
    background-color: #fff;
	background-position: 0px 100px;
}
body.bkg4 {
    background-image: url('/images/bkg4.gif');
    background-color: #99c;
	background-position: 0px 100px;
}

body.bkg5 {
    background-image: url('/images/bkg5.gif');
    background-color: #f99;
	background-position: 0px 100px;
}

body.bkg6 {
    background-image: url('/images/bkg6.gif');
    background-color: #396;
	background-position: 0px 100px;
}

body.bkg7 {
    background-color: #fc6;
}

body.bkg8 {
	background-color: #0cf;
}

.container_12, .container_16 {
	background-color: #fff;
	text-align: left;
}

h1 {
	margin-top: 10px;
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

.spacer {
	height: 10px;
}

.spacer2 {
	height: 20px;
}

.spacer3 {
	height: 30px;
}

p.explained {
	font-size: 14px;
}

.header .logo {
	margin: 5px 0px 5px 0px;
}

.top_menu {
	height: 26px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 20px;
	background-color: #999;
	color: #fff;
}

.top_menu a {
	color: #fff;
	text-decoration: none;
}

.top_menu .menu1 {
	float: left;
}

.top_menu .menu2 {
	float: right;
}

.top_menu li {
	display: inline;
	text-decoration: none;
}

.top_menu .menu2 li {
	display: inline;
	list-style-type: none;
}

.stretcher {
	min-height: 680px;
}

.footer {
	background-color: #999;
	color: #fff;
	padding-top: 5px;
	height: 28px;
}

.screen_stream {
	position: relative;
	height: 120px;
	background-color: #fff;
}

.screen_stream.single {
	width: 100px;
}

.screen_stream.double {
	width: 220px;
}

.screen_stream.triple {
	width: 340px;
}

.screen_stream.single .caption + .snapshot {
	margin-left: 5px;
}

.screen_stream.double .caption + .snapshot {
	margin-left: 20px;
}

.screen_stream.triple .caption + .snapshot {
	margin-left: 35px;
}

.snapshot {
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	width: 80px;
	height: 80px;
	/*margin-right: 5px;*/
	background-repeat: no-repeat;
}

.snapshot.x60 {
	background-image: url(../images/pc_60_small.png);
	background-position: 1px 0px;
}

.snapshot.x64 {
	background-image: url(../images/pc_64_small.png);
	background-position: 1px -1px;
}

.snapshot.x50 {
	background-image: url(../images/pc_50_small.png);
	background-position: 1px 0px;
}

.snapshot.x60.mac {
    background-image: url(../images/mac_60_small.png);
    background-position: -12px 0px;
}

.snapshot.x64.mac {
    background-image: url(../images/mac_64_small.png);
    background-position: 1px 1px;
}

.snapshot.x50.mac {
    background-image: url(../images/mac_50_small.png);
    background-position: 1px 0px;
}

.snapshot.x60.fancy {
    background-image: url(../images/fancy_60_small.png);
    background-position: 1px 1px;
}

.snapshot.x64.fancy {
    background-image: url(../images/fancy_64_small.png);
    background-position: 1px 1px;
}

.snapshot.x50.fancy {
    background-image: url(../images/fancy_50_small.png);
    background-position: 1px 0px;
}

.snapshot.no_cap {
	background-image: url(../images/monitor_no_cap.jpg);
	background-position: 1px 2px;
}

.screen_stream .caption {
	margin-top: 5px;
	padding-left: 5px;
	height: 18px;
}

.screen_stream a {
	outline: none;
	-moz-outline-style: none;
}

.screen_stream .caption a {
	text-decoration: none;
	color: #000;
}

.screen_stream .caption a:hover {
	color: #fff;
}

.snapshot img {
	width: 80px;
}

.snapshot.x60 img {
	height: 60px;
}

.snapshot.x64 img {
	height: 64px;
}

.snapshot.x50 img {
	height: 50px;
}

.screen_stream .comment_balloon {
	width: 21px;
	height: 16px;
	background: url(../images/comment_balloon.png) no-repeat;
}

.screen_stream .time_ago {
	position: absolute;
	right: 0px;
	bottom: 7px;
	font-size: 10px;
	padding-right: 5px;
}

.screen_stream .close_btn {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.screen_stream .add_btn {
	position: absolute;
	bottom: -10px;
	left: 34px;
	cursor: pointer;
}

.cartouche {
	display: inline;
	font-size: 10px;
	padding: 0px 5px 2px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #def;
}

.rounded_box {
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.login_box {
	/*width: 218px;*/
}

.login_box .caption {
	background-color: #999;
	height: 22px;
	color: #fff;
	padding: 5px 14px;
	font-size: 12px;
	/*width: 190px;*/
}

.login_box .fields {
	padding: 0px 14px;
	margin: 0px;
}

.login_box label {
	display: block;
	margin-top: 10px;
}

.login_box #username, .login_box #password {
	width: 190px;
}

.login_box .signin {
	float: right;
	margin-top: 10px;
	margin-bottom: 15px;
}

.login_box .remember {
	font-size: 10px;
	margin-top: 15px;
	height: 20px;
	margin-bottom: 20px;
}

.login_box .remember input {
	display: block;
	float: left;
	margin-top: -1px;
	margin-right: 5px;
}

#login_error {
	font-size: 10px;
	color: #f00;
}

.reason_box {
	font-size: 14px;
	margin: 30px 0px;
}

.lobby_box {
	padding: 10px;
	margin-top: 20px;
}

.lobby_box .lobby_btn {
	margin-bottom: -3px;
}

.copyright {
	float: left;
	margin-top: 20px;
}

.bottom_menu {
	float: right;
}

.bottom_menu a {
	color: #fff;
	text-decoration: none;
}

.bottom_menu li {
	display: inline;
	text-decoration: none;
}

.sample_snap {
	border: solid 3px #333;
	margin: 0px 0px 20px 40px;
}

.sample_snap_small {
	border: solid 2px #333;
	margin: 0px 0px 10px 160px;
}

/*EOF*/

