/* ------------------------------------------------- */
/* General Class Styles                              */
/* ------------------------------------------------- */

.centered {
	text-align:center;
}

.left {
	text-align:left;
}
	
.right {
	text-align:right;
}

.clear {
	clear:both;
}

.heading {
	font-size:1.15em;
	font-weight:bold;
	text-align:center;
	width:100%;
	margin-bottom:0px;
	padding-bottom:12px;
}

.subHeading {
	font-size: 1.1em;
	margin-top:12px;
}

.hidden {
	display: none;
}

.error {
	color: #b00;
}

.button {
	border: 1px solid #d3d3d3;
	font-weight: normal;
	padding: 0.4em 1em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
}

.home .button {
	background: #e6e6e6 url(../images/whiteGradientSmall.png)  repeat-x;
	color: #555;
}

.interns .button {
	background: #006633 url(../images/whiteGradientSmall.png)  repeat-x;
	color: #eee;
}

.public .button {
	background: #cf702a url(../images/whiteGradientSmall.png)  repeat-x;
	color: #eee;
}

.stateEmps .button {
	background: #011a77 url(../images/whiteGradientSmall.png) repeat-x;
	color: #eee;
}

.progMgrs .button {
	background: #9d1313 url(../images/whiteGradientSmall.png)  repeat-x;
	color: #eee;
}

.hrPros .button {
	background: #2f4f4f url(../images/whiteGradientSmall.png) repeat-x;
	color: #eee;
}

.admin .button {
	background: #4a0170 url(../images/whiteGradientSmall.png)  repeat-x;
	color: #eee;
}

.home #content .button {
	background: #e6e6e6 url(../images/whiteGradientSmall.png)  repeat-x;
	color: #555;
}

.interns #content .button {
	background: #006633 url(../images/whiteGradientSmall.png)  repeat-x;
	color: #eee;
}

.public #content .button {
	background: #9C5508 url(../images/whiteGradientSmall.png)  repeat-x;
	color: #eee;
}

.stateEmps #content .button {
	background: #011a77 url(../images/whiteGradientSmall.png) repeat-x;
	color: #eee;
}

.progMgrs #content .button {
	background: #9d1313 url(../images/whiteGradientSmall.png)  repeat-x;
	color: #eee;
}

.hrPros #content .button {
	background: #2f4f4f url(../images/whiteGradientSmall.png) repeat-x;
	color: #eee;
}

.admin #content .button {
	background: #4a0170 url(../images/whiteGradientSmall.png)  repeat-x;
	color: #eee;
}

/*.textButton {
	background-color: #eee;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	text-decoration: none;
}

.textButton:hover {
	background-color: #ccc;
}*/

#nav .navButton {
	background-color: #eee;
	padding: 0px;
	margin-bottom: 5px;
}

#nav .navButton:hover {
	background-color: #ddd;
}

#nav .navButton a {
	text-decoration: none;
	text-align: center;
	padding: 5px 15px;
	font-size: 1.1em;
}

#nav .navButton img {
	margin-left: 5px;
	vertical-align: middle;
}

#nav .navSection {
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#nav .navSection div {
	margin: 0px 0px 5px 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #eee;
	padding: 5px;
	font-weight:bold;
	font-size:1.05em;
}

#nav .navSection li {
	position: relative;
	left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* make a list look like not a list */
.plainList {
	list-style-type: none;
	padding-left: 0px;
}

/* an a tag, to be a square button with a blue help icon */
.help {
	display: inline-block;
	margin-left: 5px;
	height: 16px;
	width: 16px;
	background-image: url('../images/help_icon.jpg');
	float: right;
}