/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html, body{
	height:100%;
	margin-bottom: 1px;
	background-color: #fff;
}

a {
	margin: 0px;
	padding: 0px;
}

.pageBottomLeft {
	background: url(../images/mainBackL.gif) repeat-y top right;
}
.pageBottomRight {
	background: url(../images/mainBackR.gif) repeat-y top left;
}


/* HEADER */
#topLogo {
	position: absolute;
	left:50%;
	margin-left: -132px;
}
#mainTableTop {
	height: 186px;
	background: url(../images/middle_top_repeat.jpg) repeat-x top center;
	padding: 0px;
	margin: 0px;
}
.mainTableTopL {
	height: 186px;
	background: url(../images/minorLeague_topLeft.jpg) no-repeat top left;
	padding: 0px;
	margin: 0px;
}
.mainTableTopR {
	height: 186px;
	background: url(../images/minorLeague_topRight.jpg) no-repeat top right;
	padding: 0px;
	margin: 0px;
}

/* BODY */

#minorLeagueBody {
	padding:0px;
	margin:0px;
}
#mainTable {
	background-color: #fff;
	height: 100%;
}
.mainTableL {
	background: url(../images/minorLeague_middleBackL.gif) repeat-y top left;
}
.mainTableR {
	background: url(../images/minorLeague_middleBackR.gif) repeat-y top right;
}
.pageL {
	background: url(../images/mainBackL.gif) repeat-y top right;
}
.pageR {
	background: url(../images/mainBackR.gif) repeat-y top left;
}

/* TOP FOOTER */
#bottomTable {
	background: url(../images/middle_bottom_repeat.jpg) repeat-x bottom center;
}
.pageBottomLeft {
	background: url(../images/minorLeague_middleBottomL.jpg) no-repeat bottom left;
	width: 50%;
	height:67px;
	padding: 0px;
	margin: 0px;
}
.pageBottomRight {
	background: url(../images/minorLeague_middleBottomR.jpg) no-repeat bottom right;
	width: 50%;
	height:67px;
	padding: 0px;
	margin: 0px;
}

/* BOTTOM FOOTER */
#pageFooter {
	background: url(../images/minorLeague_bottomBack.gif) top left;
	height: 107px;
}



/***************
 * MENU STYLES *
 ***************/
 
#mainMenu {
	padding: 0px;
	margin: 0px;
	width: 140px;
	border-right: 1px solid #ccc;
}

#mainMenu a:link
, #mainMenu a:hover
, #mainMenu a:visited
, #mainMenu a:active {
	color: #cdb300;
	font-weight: bold;
	text-decoration: none;
}
#mainMenu a:hover {
	text-decoration: underline;
}
#mainMenu ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
}


#mainMenu ul li {
	font-size: 13px;
	padding: 0px 0px 10px 5px;
	border-left: 1px solid #cdb300;
}
#mainMenu ul li ul li {
	font-size: 11px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}

#mainMenu .active {
	border-left: 5px solid #cdb300;
}
#mainMenu .active a {
	color: #000;
}
/*
#mainMenu ul li {
	list-style:none;
	padding: 0px 0px 0px 10px;
}

#mainMenu ul li #current a:link
, #mainMenu ul li #current a:hover
, #mainMenu ul li #current a:visited
, #mainMenu ul li #current a:active {
	color: #7d7300;
	text-decoration: underline;
	border-left: 12px solid #000;
	padding-left: 5px;
}

#mainMenu .active a:link
, #mainMenu .active a:hover
, #mainMenu .active a:visited
, #mainMenu .active a:active {
	text-decoration: underline;
	color: #bda300;
	border-left: 3px solid #cdb300;
	padding-left: 5px;
}
*/

/**************************
 * MORFEO SPECIFIC STYLES *
 **************************/

.morfeoMainGallery {
	float: left;
	padding: 5px;
	margin: 5px;
	height: 175px;
	width: 140px;
	text-align: center;
	border: 1px solid #ddd;
}

.pagination {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	margin: 5px;
	float: left;
	width: 140px;
	text-align: center;
}
.pagination span,
.pagination a {
	padding: 0px 5px 0px 5px;
	display: inline;
}

/**************************
 * JOOMLA SPECIFIC STYLES *
 **************************/

form {
  margin: 0;
  padding: 0;
}
.chronoform {
	display: none;
}
.form_element input
, .form_element textarea
, .validate-email
, .inputbox {
	border: 1px solid #D4D5AA;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.cf_label {
	float: left;
	width: 130px;
	padding: 2px 5px 0px 0px;
	text-align: right;
}
.cf_button {
	margin: 10px 0px 0px 136px;
}
.cf_button input
 {
	border: 1px solid #D4D5AA;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}	

body {
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

img { 
	border: 0 none; 
	padding: 5px;
}

.componentheading
, .contentheading {
	font-size: 2em;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.blog {
	width: 100%;
}

fieldset {
	border: 1px solid #ddd;
	margin: 0px 0px 3px 0px;
}

/**************
 * LOGIN FORM *
 **************/

#form-login {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 130px;
	font-size: 11px;
	text-align: center;
}
#form-login p {
	padding: 0px;
	margin: 0px;
}
#form-login ul li {
	font-size: 11px;
	text-align: center;
	list-style:none;
	border: none;
	padding: 0px;
	margin: 0px;
}
#form-login a:link
, #form-login a:hover
, #form-login a:active
, #form-login a:visited {
	color: #777;
	font-weight: normal;
	text-decoration: underline;
}

.button, button {
	border: 1px solid #000;
	background-color: #777;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentpane label {
	float: right;
	padding: 0px 7px 0px 0px;
}


h2 {
	font-weight: normal;
}

.contentpaneopen {
	width: 100%;
}

