/* CSS Document for QTAC Course Search - Activ8 Technologies Pty Ltd*/

/* Reset base tags for them to work on any browser */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	padding-top: 0;
	padding-left: 0;
	text-align: center;
}

body a:link {
	color: #E5002A;
	text-decoration: none;
}
body a:visited {
	color: #E5002A;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
body a:active {
	color: #E5002A;
	text-decoration: none;
	outline: none;
}
p,td,th,textarea,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #525252;
	margin-top: 5px;
}
b {
	color: #000000;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E5002A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 2px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 100%;
	line-height: 18px;
	margin-bottom: 4px;
	margin-top: 8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E5002A;
	text-decoration: none;
	width: 100%;
	line-height: 15px;
	margin-bottom: 3px;
	margin-top: 3px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom:16px;
	width: 100%;
	line-height: 24px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
.TextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #5B5B5B;
	border: 1px solid #CCCCCC;
}
.TextFieldLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #5B5B5B;
	font-weight: bold;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px;
	line-height: 19px;
	border: 1px solid #CCCCCC;
	padding-right: 2px;
}
.tabletextheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px;
	background-color: #FFE1E1;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
#container {
	text-align: left;
	width: 1000px;
	position: relative;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
/*	height: 680px; */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#applicationContainer {
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container #header {
	height: 113px;
	background-image: url(/Media/Layout/HeaderCourseSearch.png);
	background-repeat: no-repeat;
	background-position: top;
}
#container #content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
