/**
* Falkirk FC - A Mambo 4.5.1 template
* @version 2.1
* Copyright © 2005 Falkirk | Website designed & created by Weltra.net
**/
/* ##################### OVERALL SETTINGS ##################### QM: ok */


body {
	font-family: Arial, Helvetica, sans-serif;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000;
}

Table   { border-collapse: collapse }

hr {
  color            : #E0E0E0;
  height           : 1px;
  width            : 100%;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.maincontainer {
  border           : 1px solid #006699;
}

.headercontainer {
  height           : 115px;
  background-color : #eee;
  color            : #FFF;
}

.mainmycsscontainer {
  height           : 20px;
  background-color : #FFF;
  border-right     : 1px solid #D0D0D0;
  border-left      : 1px solid #D0D0D0;
}

.submycsscontainer {
  height           : 20px;
  background-color : #FFF;
  border-right     : 1px solid #D0D0D0;
  border-left      : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
}

.pathwaycontainer {
  height           : 20px;
  background-color : #eee;
  padding          : 5px;
}

.leftmenucontainer {
  width            : 160px;
  border-right     : 1px solid #D0D0D0;
}

/*
.rightmenucontainer {
  background-color : #eee;
  border-left      : 1px solid #D0D0D0;
  border-right     : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  width            : 140px;
}
*/

.rightmenucontainer {
margin-left: 0px;
margin-right: 0px;
text-align: right;
  width            : 180px;
}


/* ################## TOP CSS MENU SETTINGS ################### QM: ok */
#navcontainer {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  margin           : 0px 0px 0px 0px;
  padding          : 0px 0px 0px 0px;
  width            : auto;
  height           : 28px;
}

#navlist {
  margin           : 0px;
  padding          : 0px 0px 0px 5px;
}

#navlist ul, #navlist li {
  display          : inline;
  list-style-type  : none;
}

#navlist a:link, #navlist a:visited {
background       : url(../images/button_shade_black.gif)  repeat-x 0px 0px;
  /*border-right     : 1px solid #D0D0D0;*/
  padding          : 5px 10px 5px 10px;
  float            : left;
  font-weight      : bold;
  line-height      : 11px;
  margin           : 1px;
  text-decoration  : none;
  color            : White;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  background       : url(../images/button_shade.gif)  repeat-x 0px 0px;*
  border-bottom    : 4px ;
  color            : #FF0000;
}

#navlist a:hover {
  color            : #FF0000;
}

#subnavcontainer {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  height           : 18px;
  width            : auto;
}

/*my clases*/

#main_foter {
  margin           : 0px;
  padding          : 0px 0px 0px 5px;
}
#main_foter ul, #main_foter li {
  display          : inline;
  list-style-type  : none;
}

#main_foter a:link, #main_foter a:visited {
 /* padding          : 5px 10px 5px 10px;
  float            : left;
   font-weight      : bold;
  */ 
  line-height      : 11px;
  margin           : 0px;
  text-decoration  : none;
  color            : White;
}

#main_foter a:link#current, #main_foter a:visited#current, #main_foter a:hover {
  border-bottom    : 4px ;
  color            : #FF0000;
}

#main_foter a:hover {
  color            : #FF0000;
}
/*
a.main_foter{
	color: #00385D; font-size: 11px; text-decoration:none;
}
a.main_foter:visited {color: #00385D;  text-decoration: none;}
a.main_foter:hover {color: #FF0000;  text-decoration: none;}
a.main_foter:active {color: #00385D;  text-decoration: none;}

*/
/*my clases END*/

#subnavlist {
  margin           : 0px;
  padding          : 0px;
}

#subnavlist ul, #subnavlist li {
  margin           : 0px;
  padding          : 0px;
  display          : inline;
  list-style-type  : none;
}

#subnavlist a:link, #subnavlist a:visited {
  float            : left;
  line-height      : 16px;
  padding          : 0px 0px 0px 18px;
  text-decoration  : none;
  color            : #666;
  background       : url(../images/arrow_off.gif) #FFF no-repeat 9px 5px;

}

#subnavlist a:link#subcurrent, #subnavlist a:visited#subcurrent, #subnavlist a:hover {
  color            : #c00;
}
table.moduletablebaner {}
.moduletablebaner {}
table.moduletablebaner td {}
/* ##################### MODULE SETTINGS ###################### QM: ok */
table.moduletable {
  width            : 100%; 
  text-align: left;  
}

table.moduletable th { 
  text-transform: uppercase;
  width: 196px;
  font-size: 11px; 
  font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;	
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
  background : White url(../images/red-title.gif) repeat-x 0px 0px;  
  background-repeat:no-repeat;
}

table.moduletable td { 
  padding          : 2px;  
}
/* ##################### FORMULAR SETTINGS #################### QM: ok */
.button {
  border-top       : 1px solid #ddd;
  border-left      : 1px solid #ddd;
  border-bottom    : 1px solid #666;
  border-right     : 1px solid #666;
  background-color : #ccc;
}

.inputbox {
  border           : 1px solid #ccc;
  background-color : #F0F0F0;
  margin           : 2px;
}



/* ################# SECTION LISTING SETTINGS ################# QM: ok */
/*
.sectiontableheader {
  font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #999;
  background       : url(../images/menu_shade.png) #F0F0F0 repeat-x 0px 0px;
  border-bottom    : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  padding          : 1px;
}
*/

.sectiontableheader {
background-color: #F2F2F2;
  font-size        : 11px;
  font-weight      : bold;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : Black;  
  border-bottom    : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  padding          : 1px;
}


.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background       : #FFF;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  background       : #F0F0F0;
}



/* ########################### LINKS ########################## QM: ok */
a:link, a:visited {
  color            : #4573A1;
  text-decoration  : underline;
}

a:hover {
  color            : #568EC7;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

.readon {
  font-weight      : bold;
}

/* ##################### PAGE NAVIGATION ###################### QM: ok */
.pagenavbar {
  border-top       : 1px solid #D0D0D0;
  padding          : 2px;
}

.pagenav {
  font-weight      : bold;
  color            : #bbb;
}

a.pagenav:link, a.pagenav:visited {
  text-decoration  : none;
}

a.pagenav:hover {
  text-decoration  : underline;
}

/* ################### SMALL FONT SETTINGS #################### QM: ok */
.small {
  font-size        : 10px;
  color            : #000;
}

.smalldark {
  font-size        : 10px;
  color            : #000;
}

.createdate, .modifydate {
  font-size        : 10px;
  color            : #bbb;
}

/* ##################### VOTING SETTINGS ###################### QM: ok */
.content_rating {
  font-size        : 10px;
  color            : #c00;
}

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background-color : #eee;
  border           : 1px solid #D0D0D0;
}

/* ##################### PATHWAY SETTINGS ##################### QM: ok */
.pathway {
  font-size        : 12px;
  color            : #000;
}

a.pathway:link, a.pathway:visited {
  font-size        : 12px;
}

a.pathway:hover {
  font-size        : 12px;
}

/* ################### CONTENT PAGE SETTINGS ################## QM: ok */
.contentpane {
  padding          : 0px;
}

.contentpaneopen {
  padding          : 0px;
  width: 100%;
}

/*

.contentheading, .componentheading {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #000;
  width            : 100%;
  border-bottom    : 1px solid #F0F0F0;
}

*/

.contentheading, .componentheading {
text-transform: uppercase;
  font-size: 14px;
	font-weight: bold;
	color: #484848;
	background-color: #F2F2F2;
	padding-top:5px;	
	padding-left:17px;
	padding-bottom:5px;	
}


.contentpagetitle {
  font-weight      : bold;
  color            : #000;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
  text-decoration  : none;
}

/* ###################### TABBED EDITING ###################### QM: ok */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #4573A1;
  padding          : 5px;
}
.offtab {
  background-color : #F0F0F0;
  border-left      : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  color            : #568EC7;
  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #D0D0D0;
  border-right     : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  background-color : #FFF;
}


.menu {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;	
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.copy {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right:10px;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	

}
/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */

/*   
.menu {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;	
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
}

  */
.mainlevel{
	text-transform:none;
	color:#004BA6 ;	
	font-size: 12px;
	font-weight: normal;
	margin-left:15px;
	line-height:15px;
}

a.mainlevel {color: #004BA6; text-decoration:none;}
a.mainlevel:visited {color: #004BA6;  text-decoration: none;}
a.mainlevel:hover {color: #004BA6;  text-decoration: underline;}
a.mainlevel:active {color: #004BA6;  text-decoration: none;}


/*
a.mainlevel:hover {
  text-decoration  : none;
}
*/
.sublevel {
  font-size        : 10px;
}
.baner_menu1{
  width            : 160px; 
  text-align: center;  
  text-transform: uppercase;
}

table.baner_menu1 {
  width            : 160px; 
  text-align: center;  
  text-transform: uppercase;
}

td.baner_menu1  {
  width: 100%;
  height: 22px; /*38px*/ 
  background       : url(../images/right-header.gif)  repeat-x 0px 0px;
  background-repeat:no-repeat;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 15px;	
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 0px; /*5px*/
}

td.baner_button {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  height: 22px; /*38px*/ 
  background       : url(../images/button.gif)  repeat-x 0px 0px;
  background-repeat:no-repeat;
  text-decoration: none;
  color: #00385d;
  font-family      : Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding-left: 15px;	
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 0px; /*5px*/
}

td.baner_button a{
  text-decoration: none;
  color: #00385d;
  font-family      : Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.baner_reference {
  text-decoration: none;
  color: #00385d;
  font-family      : Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/*
for main page for senior team
*/
.bodywhite {
	FONT-SIZE: 8pt; COLOR: White; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.bluetitle {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.bodyblack {
	FONT-SIZE: 7pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.bodyblack2 {
	FONT-SIZE: 8t; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}


.bodyblue {
	FONT-SIZE: 8pt; COLOR: #000066; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.bigbodyblackbold {
	FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.bodyblue:hover {
	COLOR: #000000
}



