/* ***************************************************************************
File:			sjdcMainStyles.css
Created by:		San Joaquin Delta College, Information Services
Version:		2.06
Revision:		00
Date:			01/30/2006
Last modified:	05/26/2006
    *************************************************************************** */
body{
	background-color: #003366;
	margin: 0px auto;
	padding: 0px;
	width: 50em;
	text-align: center;
}
/* **************************************************************************** */
/*                                 Layers                                       */
/* Layers are used to divide the window in several regions, and will have no    */
/* margins or padding. They are used only as containers.                        */
/* **************************************************************************** */
#mmhideSjdcLayerMain{
	width: 760px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #26517C; /* This is used as headerview background color. */
	text-align: left;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	font-style: normal;
}

#mmhideSjdcLayerBody{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #FFFFFF; /* This is used as body content page color. */
}

#mmhideSjdcLayerMenu{
	width: 150px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	text-align: center;
	background-color: #3A6087;
}

#mmhideSjdcLayerContent{
	width: 610px;
	overflow: hidden;
	float: right;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #003366; /* This is used as border color. */
}

#mmhideSjdcLayerContentNoMenu{
	width: 760px;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #003366; /* This is used as border color. */
}

/* **************************************************************************** */
/*                                 Frames                                       */
/* Frames are basically used to set borders around the regions. Because of      */
/* browser compatibility, the borders are not set directly for this frames, but */
/* their width are reduced so the background color of the parent layer will     */
/* appear as the border. The background can also be an image.                   */
/* **************************************************************************** */

		/* -------------------- Image Frame  -------------------- */
#mmhideSjdcFrameImage{
	width: 610px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#mmhideSjdcLayerContentNoMenu #mmhideSjdcFrameImage{
	width: 760px;
}

		/* -------------------- Content Frame  -------------------- */
#mmhideSjdcFrameContent{
	width: 600px;
	float: right;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-color: #FFFFFF;
}
#mmhideSjdcLayerContentNoMenu #mmhideSjdcFrameContent{
	width: 760px;
	/* Everything elase is the same as when we have menu */
}

		/* --------------------- Menu Frame  -------------------- */
#mmhideSjdcFrameMenu{
	width: auto;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

/* **************************************************************************** */
/*                                 Regions                                      */
/* The actual regions have no prefix, and are the last objects which contain    */
/* the content. They are used for additional settings such as text              */
/* formatting, padding, etc..                                                   */
/* **************************************************************************** */

		/* ---------------------  Content  -------------------- */
#mmhideSjdcContent{			/* this is the actual region containing the content. */
	width: auto;			/* Do not set borders here. */
	margin: 0px;
	padding: 0px 5px;
	border-width: 0px;
	text-align: left;
}
#mmhideSjdcContent a:link{
	color : #003399;
	text-decoration : none;
}
#mmhideSjdcContent a:visited{
	color : #003399;
	text-decoration : none;
}
#mmhideSjdcContent a:active{
	color : #003399;
	text-decoration : none;
}
#mmhideSjdcContent a:hover{
	color : #cc9900;
	text-decoration : none;
}

		/* ----------------------  Menu  --------------------- */
#mmhideSjdcMenu{	/* this is the region which contains menu buttons*/
	width: auto;	/* Do not set borders here. */
	margin: 0px;
	padding: 0px 3px;
	border-width: 0px;
	color : #000000;
	text-align : left;
	text-decoration : none;
}
#mmhideSjdcMenu div{		/* each link button is inside a div, so this is how the buttons will look like*/
	color : #FFFFFF;
	background-color: #26517C;
	display: block;
	text-align : left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px;
}
#mmhideSjdcMenu div a:link{
	display: block;
	color : #FFFFFF;
	background-color: #26517C;
	text-decoration : none;
}
#mmhideSjdcMenu div a:visited{
	display: block;
	color : #FFFFFF;
	background-color: #26517C;
	text-decoration : none;
}
#mmhideSjdcMenu div a:active{
	display: block;
	color : #FFFFFF;
	background-color: #26517C;
	text-decoration : none;
}
#mmhideSjdcMenu div a:hover{
	display: block;
	color : #FFE690;
	background-color : #003366;
	text-decoration : none;
}
#mmhideSjdcMenu span{			/* each link button is inside a span, so this is how the related items will look*/
	color : #FFE690;
	background-color: #4E7093;
	display: block;
	text-align : left;
	text-decoration : none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px;
}

#mmhideSjdcMenu span a:link{
	display: block;
	color : #FFFFFF;
	background-color: #4E7093;
	text-decoration : none;
}
#mmhideSjdcMenu span a:visited{
	display: block;
	color : #FFFFFF;
	background-color: #4E7093;
	text-decoration : none;
}
#mmhideSjdcMenu span a:active{
	display: block;
	color : #FFFFFF;
	background-color: #4E7093;
	text-decoration : none;
}
#mmhideSjdcMenu span a:hover{
	display: block;
	color : #FFE690;
	background-color : #26517C;
	text-decoration : none;
}

		/* ---------------------  HeaderToppers  -------------------- */
#mmhideSjdcHeaderToppers{
	/*width: 760px;*/
	height: 30px;
	text-align: right; /*CHANGED FOR ITELIRESPONSE MOCKUP FROM RIGHT TO LEFT*/
	vertical-align: middle;
	margin: 0px; /*CHANGED FOR ITELIRESPONSE MOCKUP FROM 0px*/
	padding: 5px 3px 5px 3px;
	color: #FFFFFF;
	font-size: 12px;
}
#mmhideSjdcHeaderToppers a:link{
	color : #F4C74A;
	font-weight: bold;
	text-decoration : none;
}

#mmhideSjdcHeaderToppers a:visited{
	color: #F4C74A;
	text-decoration : none;
}

#mmhideSjdcHeaderToppers a:active{
	color: #F4C74A;
	text-decoration : none;
}

#mmhideSjdcHeaderToppers a:hover{
	color : #FFFFFF;
}
		/* ---------------------  HeaderView  -------------------- */
#mmhideSjdcHeaderView{
	width : 100%;
	height : 35px;
	color : #FEF5D1;
	background-color : #26517C;
	margin : 0px 0px 4px;
	padding : 0px;
	vertical-align : middle;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	font-style: normal;
}
#mmhideSjdcHeaderView form{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#mmhideSjdcHeaderView select{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#mmhideSjdcHeaderView input{
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}


		/* ---------------------  MainLinks  -------------------- */
#mmhideSjdcMainLinks{
	width : 100%;
	height : 38px;
	text-align : center;
	margin : 0px;
	padding: 4px;
	background-image :   url(/sjdcAssets/images/bkg_mainlinks34.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-color:#26517C;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}
#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 : #FDCC4C;
	text-decoration : none;
}

		/* ---------------------  FooterView  -------------------- */
#mmhideSjdcFooterView{
	color: #003366;
	vertical-align : text-top;
	background-color: #26517C;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 20px solid #FFFFFF;
}

#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 : #FDCC4C;
	text-decoration : none;
}

		/* ---------------------  DeptHeader  -------------------- */
.mmhideSjdcDeptHeader{
	height : 20px;
	color : #FEF5D1;
	background-color : #26517C;
	border-bottom : 5px solid #26517C;
	vertical-align : top;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
}
.mmhideSjdcDeptHeader a:link{
	color : #E4CE92;
	text-decoration : none;
}
.mmhideSjdcDeptHeader a:visited{
	color : #E4CE92;
	text-decoration : none;
}
.mmhideSjdcDeptHeader a:active{
	color : #FFFFFF;
	text-decoration : none;
}
.mmhideSjdcDeptHeader a:hover{
	color : #FDCC4C;
	text-decoration : none;
}
		/* --------------------- Helping classes -------------------- */
.mmhideClearing{
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
	margin:0px;
	padding:0px;
}

/* **************************************************************************** */
/*                                 User Styles                                  */
/*                                                                              */
/* For using by Contribut users.                                                */
/*                                                                              */
/* **************************************************************************** */

		/* --------------------- subHead --------------------- */
div.subHead, span.subHead, p.subHead{
	display: block;
	width: auto;
	color : #FFFFFF;
	background-color: #003366;
	margin: 0px -5px 5px -5px;
	padding: 5px;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}
td.subHead, tr.subHead td, td .subHead{
	display: table-cell;
	width: auto;
	color : #FFFFFF;
	background-color: #003366;
	margin: 0px;				/* currently, this is the only difference */
	padding: 5px;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

		/* --------------------- gridTable --------------------- */
table.gridTable{
	width: 602px;
	margin-left: -5px;		/* Negative margins for left and rigth will neutralize the padding of 'mmhideSjdcContent'. 	*/
	margin-right: -7px;		/* 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;		/* compatibel with netscape */
	border-collapse: collapse;	/* compatibel with internet explorer */
}
#mmhideSjdcLayerContentNoMenu table.gridTable{
	width: 762px;	/* When we have no menu, the width is 760px */
					/* The rest of the properties are the same as when we have menu */
}
table.gridTable td{
	margin: 0px;
	padding: 5px;
	border-left-width: 0px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	border-color: #003366;
}
table.gridTable table{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
table.gridTable table td{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

		/* --------------------- hrDivider --------------------- */
#mmhideSjdcLayerContent hr.hrDivider{
	width: 600px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color : #003366;
	height : 2px;
	background-color : #003366;
	border-color:#003366;
	border-width:1px;
	border-style:solid;
}

#mmhideSjdcLayerContentNoMenu hr.hrDivider{
	width: 760px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color : #003366;
	height : 2px;
	background-color : #003366;
	border-color:#003366;
	border-width:1px;
	border-style:solid;
}
		/* -------------------- Text Formating ------------------- */

.textRed{
	color:#FF0000;
}

.textWhite{
	color:#FFFFFF;
	background-color: #003366;
}

.textGold{
	color : #E4CE92;
	font-size : 13px;
	font-weight: bold;
}

.textBold{
	font-weight:bold;
}

.textSmall{
	font-size : 11px;
}

.textItalic{
	font-style:italic;
}

.textSizePlus1{
	font-size: 110%;
}

.textSizePlus2{
	font-size: 120%;
}

.textSizePlus3{
	font-size: 130%;
}

.bulletedlist {
	list-style-position: outside;
	list-style-image: url(../../images/bullet_blue_003366.gif);
}
.bulletedlist > li {
	margin-bottom: .2em;
}
