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

#tdMenu, #divCopyright, #divDisclaimer, #noPrint {
	display: none;
}
#divDate {
	text-align: left;
	display: block;
	font-size: xx-small;
}
.bodyLogo {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	background-image: none;
}
.warning {
	font-style: italic;
	color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}
hr {
border: 0;
color: #000000;
background-color: #000000;
height: 1px;
width: 100%;
text-align: center;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.hideFromPrinter {
	display: none;	
}
.hideFromMonitor {
	display: inline;
}
.warning2 {
	font-style: italic;
	color: #FF0000;
	border: thin dotted #FF0000;
	display: inline;
}
.breadCrumbXsmall {
	font-size: x-small;
	display: none;
}
.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;
}
legend {
	color: #000000;
}
.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.
*/

