@import url(global_v1-1.css);
@import url(merioncricket_css/modules.css);
@import url(merioncricket_css/plugins.css);
@import url(adminLogin.css);
/*@import url(admin.css);*/


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #333;
	font: 18px/1.9 "Times New Roman", Times, serif;
	text-transform: uppercase;

}


h2 {
	
	color: #000;
	font: 36px "Times New Roman", Times, serif;
	padding-left:30px;
	display:inline;
	text-transform:uppercase;
	
}

h3 {
	
	color: #8B0000;
	font: 13px "Times New Roman", times, serif;
	text-transform:uppercase;

}

h4 {
	
	color: #4f4f4f;
	font: italic 13px "Times New Roman", Times, serif;

}

h5 {
	
	color: #292929;
	font: 700 15px/1.4 "Times New Roman", Times, serif;

}

h6 {
	
	color: #dec196;
	font:9px/1.9 Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}

p {
	
	color: #3e3e3e;
	font: 12px/1.9 Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #3e3e3e;
	font: 12px/1.9 Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #675e49;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: #000;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: merioncricket
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES
////////////////////////////////////////////////////////////////*/

#siteWrapper {
	text-align: center;
	margin: 0 auto;
	width: 910px;

	
}

#contentWrapperBorder{
	background:url(../../../Images/content_bg.jpg) repeat-y;
	border:#dec196 solid 5px;
	width:900px;
	
}

#contentWrapperPriv{
	background:url(../../../Images/private_bg.jpg) repeat-y;
	width:900px;
}

#privateBackground {
	width:900px;
	text-align:center;
	background:#dec196;
	padding:5px;
	
}

#pubContent {
	background:url(../../../Images/content_filagree.jpg) top left no-repeat;
	text-align:left;
	height:auto;
	width:890px;
}


#pubContent .inside {
	padding:60px 20px 20px 70px;

	
}

#pubContent .inside h4 {
	
	color: #4f4f4f;
	font: italic 16px/0.4 "Times New Roman", Times, serif;
	display:inline;

}

#sidebar {
	float: right;
	width: 250px;
	text-align:left;
	padding:60px 20px 20px 0px;
	
}

#sidebarPriv {
	background:url(../../../Images/sidebar_img.jpg) no-repeat;
	float:left;
	width:225px;
	text-align:left;
	padding-top:20px;	
	padding-left:1px;
}

#privContent {
	float:left;
	text-align:left;
	width:405px;
	
}
#privContent .privInside {
	padding:30px 0px 30px 20px;
	
}	

#contentSecondary {
	float:right;
	width:225px;

}

#contentSecondary .privInside {
	padding:30px 10px 30px 5px;
}

#header {
	width:674px;
	margin:0 auto;
}

#privateContentSub {
	width:674px;
	text-align:left;

} 

#privateContentSub .inside {
	padding:20px 20px 30px 20px;
	
}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	background: url(../../../Images/logo.gif) no-repeat;
	height: 120px;
	width:910px;

}

#branding .inside {
	float:right;
	text-align:right;
	padding:40px 0px 0px;
	
}

#branding .inside h3 {
	
	color: #dec196;
	font: 13px "Times New Roman", times, serif;
	text-transform:uppercase;

}
	
	/* -------------------------------------------------------------
= FLASH CLASSES 
------------------------------------------------------------- */

#flash {
	background: url(../../../Images/flashholder.jpg) no-repeat;
	height: 311px;

}

	#flash img {
		display:block;

	}
	
#flash2 {
	/*background: url(../../../Images/flashholder.jpg) no-repeat;*/
	height: 311px;

}

/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	background:#292929;
	width:900px;
	height:36px;


}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	height:auto;
	
}

#contentWrapper {
	background:url(../../../Images/privcontent_img.jpg) no-repeat;
	height:auto;
	float:right;
	width:674px;
}

#loginTable {

}

	#loginTable a {
	
		color:#fff;
		
	}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	background:url(../../../Images/footer.gif) no-repeat;
	background-position:center;
	margin-top:20px;
	width:100%;
	height:100px;


}
