/* ******************************************************************************** */
/*
template.css
joomla styles that you would find in the component, like “contentpaneopen” which is used in the content component views (com_content). And styles for menu modules.
*/

html {
  height: 100%;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body.contentpane {
	background: #52BBFF;
}

a:link, 
a:visited 
{
    text-decoration: underline;
    font-weight: normal;
    color:  #003366;
}

a:hover 
{
    text-decoration: none;
    font-weight: normal;
    color: #AAA;
}

input.button, .validate  {
	border: 1px solid #555;
	color: #333;
	font-size: 10px;
}

input.button:hover, 
.validate:hover  
{
}

p {
	margin-top: 0;
	margin-bottom: 11px;
}

.inputbox 
{
	border: 1px solid #555;
	color: #333;
	padding: 2px;
}
.inputbox:hover 
{
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;                                              
}

/* headers */
div.componentheading 
{
/* NOTE: This should match the styles for div.heading elsewhere */
/*
    width: 748px;
*/
    background-image: url(../images/buzztime-content-header.gif);
	height: 21px;
	padding: 9px 15px 0 14px;
    color: #FFFFFF;
    font-size: 12px; /* was 14px */
    font-weight:bold;
    letter-spacing: 0.1em;
    text-align:left;
    text-transform: uppercase;
    width:auto;
    margin-bottom:6px;
}

table.blog 
{
}

/* probably not used, I think it's a class not an id */
#blog_more {
	margin-left: 10px;
}

/* bottom of the news section, read more */
.blog_more
{
    margin-left: 10px;
}

h1,h2,h3,h4,h4 {color:#333;}
h1 {    font-size: 1.5em;}
h2 {    font-size: 1.35em;}
h3 {    font-size:1.2em;}
h4 {    font-size:1.1em;}
h5 {    font-size:1em;}

.contentheading 
{
/*	font-family: Arial, Helvetica, sans-serif; */
/*
    padding-bottom: 10px;
    padding-top: 7px;
*/
	font-size: 14px;
	color:#003366; 
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 20px;
	font-weight: bolder;
}
/*additional class white for content page headings at top of component (full article view) */ 
.contentheading.white  
{color:#fff !important;}
.contentheading.white a:link, 
.contentheading.white a:visited 
{color:#fff !important;}   

table.contentpaneopen h3 {
	margin-top: 0px;
}

/* left menu heading */
.module_menu h3 {
   font-size: 14px; 
   color: #FFF;
    padding: 0;margin:0;
}     

/*h3 removed */
table.moduletable th, legend {
	margin: 0;
/*    font-family: Arial, Helvetica, sans-serif; */
	font-size: 14px;
	text-align: center;
	color: #FFF;
	padding: 0;
}

.componentheading
{
/*    
    font-family: Arial, Helvetica, sans-serif; 
    padding-bottom: 10px;
    padding-left: 32px;
    padding-top: 5px;
*/
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bolder;
    letter-spacing: 0.1em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.componentheading h1 
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bolder;
    margin: 0px;
/*
    padding-bottom: 10px;
    padding-left: 32px;
    padding-top: 5px;
    width: 748px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
*/
}

/* small text */
.small {
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

.article-author,
.article-createdate {
	height: 20px;
	vertical-align: top;
	font-size: 9px;
	color: #000;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.on {
	display: block;
	float: right;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	color: #000000;
}
a.readon {margin:0 0 0 16px;}
a.readon:hover {
    color: #666;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #FFF;
}

.ol-background {
	background-color: #f1f1f1;
	color: #333;
}

.ol-textfont {
/*    font-family: Arial, Helvetica, sans-serif; */
	font-size: 10px;
}

.ol-captionfont {
/*    font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, 
a.mainlevel:visited 
{
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;clear:both;
	/*height: 20px; */
    width:250px;height:2px;
    border-top:4px double #ccc;
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
     
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #FFF;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #ccc;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,

td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #555;
}


/* content styles */
.contentpaneopen, table.contentpane {
/*    clear:both; 
    float: right;
*/
    width: 749px;
    margin-left: 4px; /* 4? 8? */
    margin-right: 4px; /* 4? 1? */
    text-align: left;
}

table.contentpaneopen td {
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
}

table.contentpane td.contentdescription 
{
	width: 100%;
}

table.contentpaneopen  
{
    float: left;
	text-align: left;
	margin-top: 0px;
}

table.contentpane ul li a .category 
{
	color: #FF8800;
}

table.contentpane ul li {
	color: #555;
}

table.contentpaneopen li {
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #669933;
}

table.contentpaneopen h3 {
	margin-top: 0px;
}

table.contentpaneopen h4 {
/*    font-family: Arial, Helvetica, sans-serif; */
	color: #669933;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 10px;
}

/*  MODULE MENU  */

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;

/*    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
*/
}

div.module_menu div {
}

div.module_menu div div {
	width: 215px;
	background-image: url(../images/buzztime-menu-footer.gif);
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 15px;
	background-position: bottom;
}

div.module_menu div div div{
	padding: 0;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 4px 8px;
}

div.module_menu ul {
	list-style: none;
}

div.module_menu ul li
{
/*    border-bottom:solid 1px #cfd1d2; */
/*    font-family: Arial, Helvetica, sans-serif; */
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div.module_menu ul li a:link, 
div.module_menu ul li a:visited 
{
	display:block;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 26px;
	text-transform: uppercase;
	color: #FFFFFF;
}

/*  MODULES   */
div.module {
	margin: 0;
	padding: 0;
	background-color: #25282a;
}

div.module div div {
/* W3C says negatives aren't allowed, not sure where this was used.
    padding-bottom: -5px;
*/
}

div.module div div div{
	width: 215px;
	background-image: url(../images/buzztime-menu-footer.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	background-position: bottom;
}

div.module div div div div {
	background: none;
	padding: 4px 8px;
}


#leftcolumn div.module table,
#rightcolumn div.module table 
{
	width: 215px;
	text-align: left;
}

#leftcolumn div.module table.poll 
{
	padding: 0 0 4px 0;
}

/* LEFT COL H3 */
#leftcolumn h3, 
#rightcolumn h3 
{
	background-image: url(../images/buzztime-menu-header.gif);
	background-repeat: no-repeat;
	height: 22px;
	font-size:11px;
/*    font-family: Arial, Helvetica, sans-serif; */
	font-weight:bolder;
	border-bottom:solid 5px #25282A;
    background-color: #4B5055; 
/*    padding-bottom:5px; */
	text-transform: uppercase;
	text-align: left;
	padding-top: 9px;
	padding-left: 11px;
	color: #FFFFFF;
}

#leftcolumn .moduletable_menu, 
#leftcolumn .moduletable, 
#leftcolumn .moduletable_text, 
#leftcolumn .c, 
#rightcolumn .moduletable_menu, 
#rightcolumn .moduletable, 
#rightcolumn .moduletable_text, 
#rightcolumn .c 
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

#leftcolumn ul.menu, 
#rightcolumn ul.menu 
{
    background-color: #25282A; /* #4B5055 #4A4F55; */
    border-top: 1px solid #4B5055;
    list-style: none;
	margin: 0;
	padding: 0;
}

/* menu subhead */
#leftcolumn ul.menu li.separator,
#leftcolumn ul.menu li .separator
{
/*
    padding-left: 12px; 
    background-color: #25282A;
    width: 100%;
    height: 100%;
*/
    background: #25282A none repeat scroll 0 0;
    color: #FFFFFF;
    display: block;
    padding: 4px 4px 4px 12px;
}

.separator 
{
    color: #FFFFFF;
    padding-left: 12px;
}

#leftcolumn ul.menu li, 
#rightcolumn ul.menu li 
{
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, 
#rightcolumn ul.menu li:hover 
{
}

/*LEFT COL LINK*/
#leftcolumn ul.menu li a, 
#leftcolumn ul.menu li a:link,
#leftcolumn ul.menu li a:visited,
#rightcolumn ul.menu li a, 
#rightcolumn ul.menu li a:link, 
#rightcolumn ul.menu li a:visited 
{
    cursor:pointer;
    background:#4B5055;
    font-size:11px;
    color:#D2D3D4; /* off white */
/*    border-bottom:solid 2px #4b5055; */
/*    font-family: Arial, Helvetica, sans-serif; */
    font-weight: bolder;
    text-transform: uppercase;
    padding: 4px 4px 4px 20px;
}

#leftcolumn ul.menu li a:hover, 
#rightcolumn ul.menu li a:hover 
{
	background:#777777;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, 
#leftcolumn ul.menu li#current a:link, 
#leftcolumn ul.menu li#current a:visited, 
#rightcolumn ul.menu li#current a, 
#rightcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a:visited 
{
	margin: 0;
}

#leftcolumn ul.menu li#current a:hover, 
#rightcolumn ul.menu li#current a:hover 
{
	
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, 
#leftcolumn ul.menu li#current ul li a:link, 
#leftcolumn ul.menu li#current ul li a:visited 
{
	text-decoration: none;
	color: #FFF;
	margin: 0;
/*	font-size: 12px;
	font-weight: normal;
*/	display: block;

/*	line-height: 20px;
	padding: 0 0 0 24px;
	border: none;
*/
}

#leftcolumn ul.menu li ul li#current a, 
#leftcolumn ul.menu li ul li#current a:link, 
#leftcolumn ul.menu li ul li#current a:visited, 
#leftcolumn ul.menu li ul li#current a:hover 
{
/*
	font-size: 12px;
    text-decoration: underline;
    padding: 0 0 0 24px;
    border: none;
*/
    margin: 0;
	color: #FFF;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
/*	margin: 0;
    padding: 0 0 0 4px; */
    margin: 0 2px;
    padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover 
{
	color: #FFF;
}

#leftcolumn ul.menu li ul, 
#rightcolumn ul.menu li ul 
{
	list-style: none;
}

/* forms */
#leftcolumn .moduletable ul, 
#rightcolumn .moduletable ul 
{
	margin:6px 0;
	padding:0;
	list-style:none;
}

#leftcolumn .moduletable ul li, 
#rightcolumn .moduletable ul li 
{
	margin:0;
	padding:0 2px;
}



div.search input {
	width: 90px;
	border: 0;
	height: 15px;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
	color: #FFF;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #FFF; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #FFF; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
/*    font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* Frontend Editing*/
table.adminform {
    border: solid 1px #d5d5d5;
    width: 100%;  
    margin: 8px 0 15px 0;
    width: 100%;
    
}
table.adminform td { 
/* w3c says 1px doesn't make sense.
    white-space:1px;
*/
    padding: 3px;
    text-align: left;
}

table.adminform td.key{
    background-color: #f6f6f6;  
    text-align: right;
    width: 140px;
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

/*
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}  */


fieldset {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px;
    margin:8px;
}    


label{font-weight:bold;}

legend {
    margin: 0;
    padding: 0 10px;
    color:#666;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
	background: #C3D2E5;
	padding: 0;
	margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
	color: #c00; 
	background: #E6C0C0; 
	border-top: 3px solid #DE7A7B; 
	border-bottom: 3px solid #DE7A7B;
	padding: 8px;
	margin: 0;
    background-image: url(../../system/images/notice-alert.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 4px top; 
}

/* System Notice Messages */
#system-message dd.notice ul { 
	color: #c00; 
	background: #EFE7B8; 
	border-top: 3px solid #F0DC7E; 
	border-bottom: 3px solid #F0DC7E;
	padding: 0;
	margin: 0;
}



/* ****************************************************************************** */
/* blue */
input, button {
	
}
/* blue */
input[type="checkbox"], 
input[type="radio"]
{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.sgfooter:link, 
a.sgfooter:visited 
{
	color: #555;
/*    font-family: Arial, Helvetica, sans-serif; */
	text-decoration: none;
}
a.sgfooter:hover 
{
	color: #555;
/*    font-family: Arial, Helvetica, sans-serif; */
	text-decoration: none;
}
#sgf {
	font-size: 11px;
	text-align: center;
	width: 100%;
	color: #555;
/*    font-family: Arial, Helvetica, sans-serif; */
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.sgf {
	text-align: center;
	font-size: 11px;
/*    font-family: Arial, Helvetica, sans-serif; */
	color: #777;
	text-decoration: none;
}
.sgf1 {
	font-size: 11px;
/*    font-family: Arial, Helvetica, sans-serif; */
	color: #555;
	text-align: left;
}

a.sglink:link, 
a.sglink:visited 
{
	color: #555;
	font-size: 11px;
/*    font-family: Arial, Helvetica, sans-serif; */
	text-decoration: none;
}
a.sglink:hover 
{
	color: #555;
/*    font-family: Arial, Helvetica, sans-serif; */
	text-decoration: none;
}

.our_company_head a,
.our_company_head a:link,
.our_company_head a:visited,
.our_company_head a:hover
{
    font-size: medium;       
    color:#FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}
.our_company_body
{
    color: #ffffff;
}