/**
 * This file was developed as part of the Concerto digital signage project
 * at RPI.
 *
 * Copyright (C) 2009 Rensselaer Polytechnic Institute
 * (Student Senate Web Technolgies Group)
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the Free
 * Software Foundation; either version 2 of the License, or (at your option)
 * any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * General Public License for more details.  You should have received a copy
 * of the GNU General Public License along with this program.
 *
 * @package      Concerto
 * @author       Web Technologies Group, $Author: zaik $
 * @copyright    Rensselaer Polytechnic Institute
 * @license      GPLv2, see www.gnu.org/licenses/gpl-2.0.html
 * @version      $Revision: 543 $
 */

/*
   CONCERTO NEW FP STYLES
   CSS Document
   *************************
   These styles are used for the new front page for Concerto.
   2009, Concerto Team.
*/
#main {
	position:relative;
}
#fp_stripe {
	background:#FFF url(../images/fp/fp_stripe_bg.png) top left repeat-x;
	position:absolute;
	z-index:1;
	top:190px;
	left:0px;
	width:100%;
	height:161px;
}
#fp_stripe h1 {
	font-family:"Gill Sans", Verdana, sans-serif;
	background:url(../images/fp/fp_stripe_h1.png) center left no-repeat; font-size:2.4em;
	margin:0px;
	padding-left:30px;
}
#fp_stripe h1 a {
	color:#000 !important;
	font-weight:normal !important;
	text-decoration: underline !important;
}
#fp_stripe h1 a:hover {
	color:#666 !important;
	text-decoration: none !important;
}
#fp_stripe h2 {
	font-family:"Gill Sans", Verdana, sans-serif;
	font-size:1.4em;
	color:#666;
	font-weight:normal;
	margin:4px 0px;
	padding-left:36px;
}
#fp_stripe h3 {
	padding-left:36px;
	font-size:1.1em;
}
#fp_stripe h1 a {
	color:#333;
}
#fp_stripe_padding {
	padding:15px 0px 15px 740px;
}
#fp_display {
	position:absolute;
	z-index:2;
	width:500px;
	height:438px;
	top:65px;
	left:210px;
}
.fp_maincontent {
	padding-top:510px !important;
}
#screen_overlay {
	position:absolute;
	z-index:3;
	width:467px;
	height:265px;
	top:81px;
	left:226px;
}
#scr-graphics {
	z-index:4;
	position:absolute;
	width:255px;
	height:190px;
	top:15px;
	left:18px;
}

#scr-timedate {
	overflow : hidden;
	z-index:4;
	position:absolute;
	width:66px;
	height:30px;
	bottom:3px;
	left:5px;
	color: rgb(204,204,204) ! important;
	font-family: Frobisher,Arial,sans-serif;
	font-weight: bold ! important;
	letter-spacing: 0.12em ! important;
	font-size: 9.32px;
}
#scr-text {
	z-index:4;
	position:absolute;
	width:144px;
	height:215px;
	right:7px;
	top:12px;
	color:#FFF;
	font-family: Frobisher,Arial,sans-serif;
	font-size: 5.5px;
	overflow: hidden;
}
#scr-ticker { 
	z-index:4;
	position:absolute;
	width:360px;
	height:30px;
	bottom:3px;
	right:7px;
	color:#FFF;
	overflow: hidden;
	font-family: Frobisher,Arial,sans-serif;
	font-weight: bold ! important;
	font-size: 10.5px;
}