/* ****************************************************************
File:			sjdcAthleticsStyles.css
Created by:		San Joaquin Delta College, Information Services
Version:		2.03
Revision:		02
Date:			01/30/2006
Last modified:	02/24/2006
    **************************************************************** */
body{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 50em;
	text-align: center;
	background-image: url(/sjdcAssets/images/athletics_bg.jpg);
	background-color: #FFFFFF;
}

/*------------------------------------------------------------------------------*/
/*                    Layers are used to divide the window                      */
/*------------------------------------------------------------------------------*/
#mmhideSjdcLayerMain{
	width: 760px;
	overflow: hidden;
	background-color: #938A55;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	text-align: left;
}

#mmhideSjdcLayerBody{	/* this is the region between header and footer, where content and menu will reside */
	background-color: #938A55;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	text-align: left;
}

#mmhideSjdcLayerMenu{
	width: 130px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	text-align: center;
	background-image: url(/sjdcAssets/images/athletics_menu_bg.jpg);
	background-repeat: repeat-x;
	background-color: #938A55;
}

#mmhideSjdcLayerContent{
	width: 630px;
	overflow: hidden;
	float: right;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	/* background-color: #003366;    This is used as border color if width is less than max. No need right now. */
}

#mmhideSjdcLayerContentNoMenu{
	width: 760px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

/*------------------------------------------------------------------------------*/
/*          Frames are basicly used to set borders around the regions           */
/*------------------------------------------------------------------------------*/

/*-------------------------------- Image Frame ---------------------------------*/
#mmhideSjdcLayerContent #mmhideSjdcFrameImage{
	width: 630px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#mmhideSjdcLayerContentNoMenu #mmhideSjdcFrameImage{
	width: 760px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

/*------------------------------ Content Frame ---------------------------------*/
#mmhideSjdcLayerContent #mmhideSjdcFrameContent{
	width: 630px;
	/* float: right; */
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #000000;
}
#mmhideSjdcLayerContentNoMenu #mmhideSjdcFrameContent{
	width: 760px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #000000;
}

/*------------------------------ Menu Frame -----------------------------------*/
#mmhideSjdcFrameMenu{
	width: auto;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
/*------------------------------------------------------------------------------*/

/*--------------------------- Content Properties -------------------------------*/

#mmhideSjdcContent{			/* this is the actual region containing the content. */
	width: auto;			/* Do not set borders here. */
	margin: 0px;
	padding: 0px 10px;
	border-width: 0px;
	text-align: left;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: 400;
	font-style: normal;
}
#mmhideSjdcContent all{
	text-align: left;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: 400;
	font-style: normal;
}
#mmhideSjdcContent a:link{
	color : #9E8B48;
	text-decoration : none;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-style: normal;
}
#mmhideSjdcContent a:visited{
	color : #9E8B48;
	text-decoration : none;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-style: normal;
}
#mmhideSjdcContent a:active{
	color : #9E8B48;
	text-decoration : none;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-style: normal;
}
#mmhideSjdcContent a:hover{
	color : #D3CBAC;
	text-decoration : underline;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-style: normal;
	
}
/*------------------------------------------------------------------------------*/

/*------------------------ Menu Properties -------------------------------------*/

#mmhideSjdcMenu{	/* this is the region which contains menu buttons*/
	width: auto;	/* Do not set borders here. */
	margin: 10px 0px 0px 0px;
	padding: 0px 10px;
	border-width: 0px;
	text-align: left;
}

#mmhideSjdcMenu span{		/* Normal text is wrapped by sapn, so this is how cells will look like if they are not links*/
	color : #000000;
	display: block;
	text-align : left;
	text-decoration : none;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight:400;
	font-style: normal;
}
#mmhideSjdcMenu div{		/* each link button is inside a div, so this is how the buttons will look like*/
	color : #000000;
	display: block;
	text-align : left;
	text-decoration : none;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: 400;
	font-style: normal;	
	white-space: nowrap;
}
#mmhideSjdcMenu div a:link{
	color : #FFFFFF;
	display:block;
	text-decoration : none;
}
#mmhideSjdcMenu div a:visited{
	color : #FFFFFF;
	display:block;
	text-decoration : none;
}
#mmhideSjdcMenu div a:active{
	color : #FFFFFF;
	display:block;
	text-decoration : none;
}
#mmhideSjdcMenu div a:hover{
	color : #CEC17B;
	display:block;
	text-decoration : none;
}

/* ---------------------  HeaderToppers  -------------------- */

#mmhideSjdcHeaderToppers{
	width : 750px;
	text-align : right;
	margin : 0px;
	padding : 5px 0px 4px 5px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/athletics_bg.jpg);
}
#mmhideSjdcHeaderToppers a:link{
	color : #FFFFFF;
	text-decoration : none;
}

#mmhideSjdcHeaderToppers a:visited{
	color : #FFFFFF;
	text-decoration : none;
}

#mmhideSjdcHeaderToppers a:active{
	color : #FFFFFF;
	text-decoration : none;
}

#mmhideSjdcHeaderToppers a:hover{
	color : #FFFFFF;
	text-decoration : underline;
}

/*------------------------------------------------------------------------------*/

#mmhideSjdcHeaderView{
	width : 100%;
	height : 46px;
	color : #FEF5D1;
	background-color : #252317;
	margin : 0px;
	padding : 0px;
	vertical-align : middle;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	font-style: normal;
}
#mmhideSjdcHeaderView form{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#mmhideSjdcHeaderView select{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	color : #FEF5D1;
	background-color : #000000;
}
#mmhideSjdcHeaderView input{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	color : #FEF5D1;
	background-color : #000000;
}
#mmhideSjdcMainLinks{
	width : 100%;
	height : 38px;
	text-align : center;
	margin : 0px;
	padding: 4px;
	background-image :   url(/sjdcAssets/images/bkg_mainlinks34_athletics.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-color:#252317;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
}
#mmhideSjdcMainLinks a:link{
	color : #FFFFFF;
	text-decoration : none;
}

#mmhideSjdcMainLinks a:visited{
	color : #FFFFFF;
	text-decoration : none;
}

#mmhideSjdcMainLinks a:active{
	color : #FFFFFF;
	text-decoration : none;
}

#mmhideSjdcMainLinks a:hover{
	color : #CEC17B;
	text-decoration : none;
}
/*------------------------------------------------------------------------------*/

#mmhideSjdcFooterView{
	color: #CCCCCC;
	vertical-align : text-top;
	background-color: #46422A;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight:400;
	font-style: normal;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
}

#mmhideSjdcFooterView a:link{
	color : #FFFFFF;
	text-decoration : none;
}
#mmhideSjdcFooterView a:visited{
	color : #FFFFFF;
	text-decoration : none;
}
#mmhideSjdcFooterView a:active{
	color : #FFFFFF;
	text-decoration : none;
}
#mmhideSjdcFooterView a:hover{
	color : #FEF5D1;
	text-decoration : none;
}

.mmhideSjdcDeptHeader{
	height : 20px;
	color : #DAD699;
	background-color : #47432A;
	border-bottom : 10px solid #000000;
	vertical-align : top;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	font-weight:600;
	font-style: normal;
}
.mmhideSjdcDeptHeader a:link{
	color : #FFFFFF;
	text-decoration : none;
}
.mmhideSjdcDeptHeader a:visited{
	color : #FFFFFF;
	text-decoration : none;
}
.mmhideSjdcDeptHeader a:active{
	color : #FFFFFF;
	text-decoration : none;
}
.mmhideSjdcDeptHeader a:hover{
	color : #CEC17B;
	text-decoration : none;
}

.mmhideClearing{
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
	margin:0px;
	padding:0px;
}
/*
   ------------------------------------------------------------------------------
                                 for using by Contribut users
   ------------------------------------------------------------------------------
*/
.subHead{
	display: block;
	width: auto;
	color : #FFFFFF;
	background-color: #403E2C;
	margin: 0px -10px 0px -10px;
	padding: 5px;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}
td.subHead{
	display: table-cell;
	margin: 0px;
}
td .subHead{
	display: block;
	margin: 0px;
}
/*------------------------------------------------------------------------------*/
/*---------------------------- gridTable ---------------------------------------*/

#mmhideSjdcLayerContent table.gridTable{
	width: 631px;
	margin-left: -10px;		/* Negative margins for left and rigth will neutralize the padding of 'mmhideSjdcContent'. 	*/
	margin-right: -11px;	/* Left margin must include the 2px left-border of the cells 								*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
#mmhideSjdcLayerContentNoMenu table.gridTable{
	width: 761px;
	margin-left: -10px;		/* When we have no menu, the width is 760px */
	margin-right: -11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.gridTable td{
	margin: 0px;
	padding: 8px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #403E2C;
}
table.gridTable td.subHead{
	padding: 5px;
	background-color: #403E2C;
}
/*------------------------------------------------------------------------------*/

#mmhideSjdcLayerContent hr.hrDivider{
	width: 600px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color : #403E2C;
	height : 2px;
	background-color : #403E2C;
	border-color:#403E2C;
	border-width:1px;
	border-style:solid;
}

#mmhideSjdcLayerContentNoMenu hr.hrDivider{
	width: 760px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color : #403E2C;
	height : 2px;
	background-color : #403E2C;
	border-color:#403E2C;
	border-width:1px;
	border-style:solid;
}

.textRed{
	color:#FF0000;
	font-weight:bold;
}

.textWhite{
	color:#FFFFFF;
	background-image: url(../images/athletics_bg.jpg);
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}

.textBold{
	font-weight:bold;
	color: #FFFFFF;
	font-size: 12px;
}

.textMaintittle{
	font-weight:bold;
	color: #DBD599;
	font-size:14px;
}

.textSubtittle{
	font-weight:bold;
	color: #B1954E;
	font-size:11px;
}

.textItalic{
	font-style:italic;
}

.textCentered{
	text-align: center;
}

.textHeader{
	color: #D8D79E;
	font-size: 20px;
	font-weight:bold;
}