/*
Beginning of Business department specific CSS developed by Clark Shipley.
This code is used in various locations including:
cis105
cis114
*/

h1 {
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
}
.bodyLogo {
	background-color: #FFFFFF;
	background-image: url(../images/logo_backgroundLogo.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
hr {
border: 0;
color: #000000;
background-color: #000000;
height: 1px;
width: 100%;
text-align: center;
}
.menu {
	font-size: small;
	text-align: center;
}
.menu a:link {
	color: #666666;
	text-decoration: none;
	border: thin solid #FFFFFF;
}
.menu a:visited {
	text-decoration: none;
	color: #666666;
	border: thin solid #FFFFFF;
}
.menu a:hover {
	color: #FF0000;
	background-color: #CCCCCC;
	border: thin solid #000000;
}
.menu a:active {
	text-decoration: none;
	color: #FF0000;
	background-color: #CCCCCC;
	border: thin solid #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}
a:link {
	color: #666666;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:hover {
	color: #b51c21;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:active {
	text-decoration: none;
	color: #b51c21;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.warning {
	font-style: italic;
	color: #FF0000;
}
#divCopyright {
	font-size: x-small;
	margin: 1em;
	text-align: center;
	color: #999999;
}
#divCopyright a {
	color: #999999;
}
#divDisclaimer {
	font-size: x-small;
	margin: 1em;
	text-align: center;
	color: #999999;
}
#divDisclaimer a {
	color: #999999;
	background-color: #FFFFFF;
}
.date {
	font-size: x-small;
	text-align: right;
}
hr {
	color: #000000;
	height: 1px;
	width: 100%;
}
 .menubutton1 {
  margin: 1em 0;
  width: 9em;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.menubutton1 a {
  display: block;
  width: 100%;
}
.menubutton1 a:link,
.menubutton1 a:visited,
.menubutton1 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.menubutton1 a:link,
.menubutton1 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.menubutton1 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.menubutton1 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
#divDate {
	text-align: right;
	display: none;
}
.hideFromPrinter {
	display: inline;	
}
.hideFromMonitor {
	display: none;
}
.warning2 {
	font-style: italic;
	color: #FF0000;
}
.jumpMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #E2E2E2;
	list-style-type: none;
	line-height: normal;
	text-decoration: none;
}
.breadCrumbXsmall {
	font-size: x-small;
}
.headerBullet {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	border-left-color: #b51c21;
	border-left-width: 12px;
	padding-left: 8px;
	border-left-style: solid;
}
.bulletSmall {
	border-left-color: #B51C21;
	border-left-width: 12px;
	padding-left: 8px;
	border-left-style: solid;
	display: block;
}
.bodyPalms {

	background-color: #FFFFFF;
	background-image: url(../../images/leftback.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
legend {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: .1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: .5em;
}
.pageBreakAfter {
page-break-after: always;
}
.pageBreakBefore {
page-break-before: always;
}
.inverted {
	color: #FFFFFF;
	background-color: #333333;
}
.bordered1 {
	display: inline;
	border: 1px solid #000000;
	padding: 2px;
}
.bordered2 {
	display: block;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/*
The following section contains CSS code borrowed from GCC main site developed by Bobby Sample and modified by Clark Shipley.
This code is used the templates for cis114.
*/

.content {
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.contentDivided {
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.contentDivided p {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #b51c21;
	padding-bottom: 10px;
}
.contentSmallDivided {
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.3em;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.contentSmallDivided p {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #b51c21;
	padding-bottom: 10px;
}
.inthissection h2 {
	background-color: #4a4d4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	background-image: url(../images/graytabtopleft.gif);
	background-x-position: left;
	background-y-position: top;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-top: 0pt;
	margin-bottom: 4px;
	margin-right: 0pt;
	margin-left: 0pt;
}

.topbody h1 {
	background-color: #b51c21;
	font-family: verdana,arial,helvetica,sans-serif;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	background-image: url(http://www.gc.maricopa.edu/business/images/h1topleft.gif);
	background-x-position: left;
	background-y-position: top;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 0pt;
	margin-bottom: 4px;
	display: block;
}

/*
End of modified CSS from GCC Main Site.
*/

