@import url("admin.css");
@import url("layout_main.css");
@import url("commentbox.css");
@import url("general.css");
@import url("section.css");
@import url("specials.css");
@import url("story.css");
@import url("picture.css");
@import url("media.css");
@import url("chipsshot.css");
/* including other files above */
/* Styles for objects that do not have their own style sheet below
   Note that gallery styles also go in picture */



/* Poll styles
 **************************************************************/
#poll {
position: relative;
	  margin-left: 5px;
width: 220px;
       line-height:25px;
}
form.poll-form {
	text-align:left;
}
#poll input[type="radio"] {
	margin-right:7px;
}
#poll input[type="submit"] {
display: block;
width: 80px;
       text-align: center;
margin: 0 auto;
	margin-top:10px;
}
#poll .poll-question {
	text-align: center;
	margin-bottom:5px;
}
.poll-result {
	border-top: 1px dotted #ccc;
	margin-bottom:10px;
}
.poll-result .poll-choice {
padding: 4px 0;
	 border-bottom: 1px dotted #ccc;
}
.poll-result div.poll-bar-box {
clear: both;
height: 16px;
width: 160px;
       text-align: left;
       font-size: 12px;
       line-height: 16px;
}
.poll-result div.poll-bar-box div.poll-bar {
float: left;
height: 100%;
background: #b44 url('/gr/site/poll.png') no-repeat;
color: #eaa;
       padding-right: 2px;
       margin-right: 4px;
border: 1px solid #922;
	margin-bottom:3px;
}
.poll-result div.poll-bar-box div.poll-bar-right {
height: 100%;
	border-left: 0;
}
.poll-result div.option {
clear: both;
       font-size: 11px;
       line-height: 14px;
       text-align: left;
}
.poll-result div.option .said {
display: none;
}
.poll-discuss{
	text-align:center;
display:block;
	margin-top:5px;
	font-size:0.8em;
}


/* Moviebox
 *******************************************************************/

div.moviebox{
width:250px;
margin:5px;
float:right;
border:1px solid #000;
padding:3px;
	text-align:center;
}
div.moviebox h3{
color:#000;
      font-size:16px;
margin:0;
}
div.moviebox .moviebox-mpaa{
	font-weight:bold;
}
div.moviebox .rating, div.moviebox .rating img{
display:inline;
}
div.moviebox .picture{
display:block;
border:0;
padding:0;
margin:0;
clear:both;
}
/*Group Table
 * ******************************************************************/
div.group-table table{
	border-collapse:collapse;
	border-bottom:3px solid #955;
	border-left:2px solid #fcc;
width:100%;
      margin-bottom:10px;
}
div.group-table table td, div.group-table th{
padding:5px;
border:1px solid #fcc;
}
div.group-table th{
	background-color:#f99;
	border-right:1px solid #faa;
	border-bottom:1px solid #955;
}
div.group-table tr.odd td{
	background-color:#fee;
}

/* Tab View
 * **********************************************************/

div.tabview {
padding:0;
margin:0;
}
table.tabview-menu {
	border-collapse:collapse;
margin:0;
       text-align:center;
       /*background-color:#b33;
background:url('/gr/site/GradientBar/Gradient.gif') repeat-x #a12527;*/
background:#eee;
width:100%;
padding:0;border:0;
height:30px;

}
table.tabview-menu tr td {
margin:0;
}
table.tabview-menu tr td:hover {
cursor:pointer;
background:#ccc;
}
table.tabview-menu tr td.pushed{
	/*
background:url('/gr/site/GradientBar/GradientPushed.gif') repeat-x #933;*/
cursor:pointer;
background:url('/gr/site/GradientBar_new/GradientPushed.gif') repeat-x bottom #eee;
color:#fff;
}
div.tabview-content {
margin:0;
border:1px solid #882A2A;
       border-top:8px solid #882A2A;
       background-color:#eee;
width:100%;
}
div.tabview-content div.invisible {
display:none;
margin:10px;
}
div.tabview-content div.visible {
display:block;
margin:10px;
}
/* Completer
 * **************************************************************/
div.completer {
	z-index:100;
position:absolute;
	 background-color:#FCC;
border:1px solid black;
       max-height:600px;
overflow:auto;
visibility:hidden
}
div.completer div {
padding: 2px 5px;
}
div.completer div.selected {
	background-color:#FAA;
cursor:pointer;
}
/* Weekend 
 * ****************************************************/
div.weekend h5{
	font-style:italic;
color:inherit;
      text-transform:none;
display:inline;
	font-weight:normal;
	font-size:inherit;
}
div.weekend-blurb{
margin:5px 15px;
}
span.weekend-titlet{
	font-weight:bold;
}
div.weekend h4{
	font-weight:bold;
color:black;
display:inline;
	font-size:inherit;
	text-transform:none;
}
