/*
* Master Gage & Tool - A Mambo 4.5.2 template
* @version 1.0
* @copyright (C) 2005 by Sheppard Web
*/

/* ##################### OVERALL SETTINGS ##################### */
body {
	margin: 0px;
	padding: 0px;
	background-color: Silver;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
/*	background-image: url(../images/blackgrid.gif); */
}
#bodyContent 
{
    padding-top:55px;
    padding-left: 15px;
    float: left;
}

#bodyContent a img {
border:none;
text-decoration: none;
}
td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333;
}

li {
  font-family      : Arial, Helvetica, sans-serif;
  color            : #333;
}
hr {
  color            : #E0E0E0;
  height           : 1px;
  width            : 100%;
}

h1 {
font-size: 16px;
color: #333;
}

h2 {
font-size: 15px;
color: #333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 100%;
	padding-top: 10px;
	border-bottom: 1px solid #333;
	margin: 0px 0px 0px 0px;
}
/* ############## MAIN TABLE CONTAINER SETTINGS ############### */
.maincontainer {
  border           : 0px solid transparent;
}

.headercontainer {
  height           : 115px;
  background-color : #AFAFAF;
  background-image: url(../images/blackgrid.gif);
  color            : #333;
}

.mainmycsscontainer {
	height: 20px;
}

.submycsscontainer {
	height: 20px;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.contentcontainer {
	background-color: #afafaf;
	width: 100%;
	background-image: url(../images/bg_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/*.pathwaycontainer {
  height           : 20px;
  background-color : #afafaf;
  padding          : 5px;
}
*/
.leftmenucontainer {
  width            : 150px;
  height: 300px;
  border-right     : 1px solid #ffffff;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 20px;
}

.rightmenucontainer {
	border-left: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;
	border-bottom: 0px solid #D0D0D0;
	width: 140px;
	font-size: 11px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: top;
}
.moduleheader {
  font-size        : 11px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #333;
  background       : #afafaf 0px 0px;
  border-bottom    : 0px solid #D0D0D0;
  border-top       : 3px solid #afafaf;
}

#tagline {
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 25px 0px 0px 10px;
	border-bottom: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #ffffff;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 370px;
	padding-right: 0px;
	padding-left: 5px;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 0px;
}
/* ################## TOP CSS MENU SETTINGS ################### */
#navcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px 0px 0px 10px;
	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 {
	border-left: 1px solid #fff;
	width: 65px !important;
	width: 60px;
	height: 40px;
	padding: 3px 0px 5px 3px;
	float: left;
	font-weight: normal;
	line-height: 11px;
	margin-top: 0px;
	margin-right: -4px !important;
	margin-right: 5px;
	text-decoration: none;
	color: #6a0000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	background: 0px 0px;
	border-bottom: 0px solid #C00;
	color: #000;
}

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

#subnavcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: 140px;
	margin: 0px 0px 0px 3px;
}

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

#subnavlist ul, #subnavlist li {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	list-style: none outside none;
}

#subnavlist a:link, #subnavlist a:visited {
	float: none;
	line-height: 11px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #6a0000;
	font-size: 10px;
}

#subnavlist a:link#subcurrent, #subnavlist a:visited#subcurrent, #subnavlist a:hover {
  color            : #fff;
}

/* ##################### MODULE SETTINGS ###################### */
table.moduletable {
	width: 100%;
	padding-bottom: 15px;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #333;
  background       : #afafaf 0px 0px;
  border-bottom    : 0px solid #D0D0D0;
  border-top       : 0px solid #afafaf;
}

table.moduletable td {
  padding          : 2px;
}


/* ##################### FORM SETTINGS #################### */
.button {
	background-color: #ccc;
	font-size: 10px;
	color: #666;
	text-transform: lowercase;
	vertical-align: middle;
	margin: 2px 2px 2px;
}

.inputbox {
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	margin: 2px;
	font-size: 10px;
	color: #666;
	padding-left: 2px;
}

/* ################# SECTION LISTING SETTINGS ################# */
.sectiontableheader {
  font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #6a0000;
  background       : url(http://www.mastergt.com/templates/mgt/images/menu_shade.png) #F0F0F0 repeat-x 0px 0px;
  border-bottom    : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  padding          : 1px;
}

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

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

/* ################# MAIN AND SUB MENU SYSTEM ################# */
.mainlevel {
  width            : 140px;
}

a.mainlevel:link, a.mainlevel:visited {
	float: left;
	line-height: 11px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #6a0000;
	font-size: 10px;
}

a.mainlevel:hover {
  color            : #fff;
}

.sublevel {
  font-size        : 10px;
}

/* ########################### LINKS ########################## */
a:link, a:visited {
	color: #555;
	text-decoration: underline;
}

a:hover {
  color            : #fff;
  text-decoration  : underline;
}

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

.readon {
	font-weight: bold;
	width: 100%;
	text-align: right;
}

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

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

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

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

/* ################### SMALL FONT SETTINGS #################### */
.small {
  font-size        : 11px;
  color            : #333;
}

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

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

/* ##################### VOTING SETTINGS ###################### */
.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 ##################### */
.pathway {
  font-size        : 12px;
  color            : #333;
}

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

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

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

.contentpaneopen {
  padding          : 0px;
}

.contentheading, .componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	width: 100%;
	padding-top: 10px;
	display: inline-block;
	text-decoration: underline;
}

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

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

/* ###################### TABBED EDITING ###################### */
.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 : #afafaf;
}
.footer {
	text-align: right;
	font-size: 10px;
	color: #888;
	padding-right: 0px;
}

#sideMenuLinks 
{
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#sideMenuLinks a 
{
    padding-bottom: 5px;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
