@charset "utf-8";
body  {
	background-image: url(images/pattern_cube.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}

/* HEADER STYLES*/
.secondarypage #container { 
	width: 814px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.secondarypage #header { 

	} 
.secondarypage #headerOptions {
	padding: 0px 20px 5px 0;
	text-align: right;
} 

/* headerOPTIONS LINK STYLES*/
a {
	font-size: 10px;
	color: #3D3D3D;
}
.secondarypage #headerOptions a:link {
	text-decoration: none;
}
.secondarypage #headerOptions a:visited {
	text-decoration: none;
	color: #3D3D3D;
}
.secondarypage #headerOptions a:hover {
	text-decoration: none;
	color: #3D3D3D;
}
.secondarypage #headerOptions a:active {
	text-decoration: none;
	color: #3D3D3D;
}


.secondarypage #headerBreadcrumb {
	height: 25px;
	padding: 5px 0 0 20px;
	background-color: #898989;
	color:#FFFFFF;
} 


.secondarypage #subHead {
	margin: 40px 20px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.secondarypage #subHead p{ 
	padding: 0;

}

/* MAINCONTENT STYLES*/
.secondarypage #mainContent { 
	margin: 0;
	padding: 20px; 
	background-color:#CCCCCC;
	height: 375px;
} 
.secondarypage #mainContentReg { 
	margin: 0 0 0 20px;
	padding: 20px; 
	background-color:#CCCCCC;
	height: 175px;
} 

.secondarypage #mainContent p{ 
	padding: 0;
}


/* TABLE STYLES*/
#mainContent table {
	vertical-align:baseline;
	width: 768px;
}

td {
	padding: 5px 0;
	vertical-align:top;
	font-size:10px;
}

th {
	padding: 5px 0;
	text-align: left;
	font-weight:normal;
	vertical-align:top;
	}
	
.secondarypage #courseTable {
}

.secondarypage #courseTable td{
 vertical-align:top;
}

.secondarypage #errorMsg{
visibility:hidden;
	height:60px;
	width: 810px;
	background-color:white;
	margin: 15px 0 0 0;
	border-color:#333333;
	border-style:double;

}

.secondarypage #errorMsg p{
padding: 10px;
}

/* FOOTER STYLES*/
.secondarypage #footer { 
	padding: 0px 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.secondarypage #footerReg { 
	padding: 50px 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.secondarypage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	}

.inputbox{
width: 230px;
}
.inputboxdropdown{
width: 235px;/* must be slightly wider than inputbox */	
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin:0 15px 0 8px;
}
.bold {
font-weight:bold;

}
.indent{padding-left: 10px;
}
.errortext{
	font:bold;
	color:red;
	text-align: left;
}

