/* Global Styles
-----------------------------------------------*/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, * {
	margin:0;
	padding:0;
	border:0;
	}
	
body {
	color:#333;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
td {
	padding:5px;
	vertical-align:top;
	}

h2 {
	color: #660099;
	text-align: center;
	line-height: 28px;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #330066;
	margin-top: 8pt;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8pt;
	}
	
h5 {
	font-size: 11px;
	font-weight: normal;
	}
	
a:link {color: #660099; text-decoration: underline;}
a:visited {color: #660099; text-decoration: underline;}
a:hover {color: #006600; text-decoration: none;}
a:active {color: #660099; text-decoration: none;}

/* Form Styling Globals
-----------------------------------------------*/
input {
	background:#efefef;
	color:#333;
	font-size:12px;
	border:1px solid #333;
	padding:2px;
	margin:0;
	cursor:pointer;	
	}
	
select {
	background-color:#efefef;
	color:#333;
	border:1px solid #333;
	}
	
textarea {
	background-color:#efefef;
	color:#333;
	border:1px solid #333;
	padding:5px;
	}

/* Misc. Styles
-----------------------------------------------*/
.dashboardHeader {
	background: url(http://www.rlc7.dcccd.edu/faculty/courseProfileHeadBG.jpg) repeat-x;
	margin-bottom:20px;
	}
	
.greyTextHead {
	color:#999;
	}
	
.critical {
	font-size: 12px;
	color: #ff0000;	
	font-weight: bold;
	text-align:left;
	}
	
.purpleBorder {
	border:#563a72 solid 2px;
	}

.redText {
	color:#FF0000;
	}
	
.normalText {
	font-weight:normal;
	color:#000000;
	font-size:12px;
	}
	
.purpleText {
	font-size: 12px;
	color: #330066;	
	font-weight: bold;
	}
	
.greyText {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	}
	
.smallText {
	font-size: 11px;
	}

/* Table Styles
-----------------------------------------------*/
.purpleBorderTR {
	border-top:#563a72 solid 2px;
	border-right:#563a72 solid 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	color: #660099;
	background-color:#E5E4FF;
	text-align:right;
	}
	
.greyBorderT {
	border-top:#563a72 solid 2px;
	font-size: 12px;
	line-height: 12px;
	color: #666;
	text-decoration: none;
	font-weight: bolder;
	text-align:left;
	}
	
/* Facutly login page
-----------------------------------------------*/
div.centerBox {
	position:absolute;
	left:50%;
	top:120px;
	width: 290px;
	margin-left: -140px;
	background-color: #E5E4FF;
	border:#563a72 solid 2px;
	text-align:center;
	padding:0;
	}
	
/* Large field text on faculty login page
-----------------------------------------------*/
.fieldText {
 	font-size: 20px;
	background-color: #efefef;
	border: 1px solid #666;
	color:#333;
	font-weight:bold;
	}
	
/* Login button for faculty login page
-----------------------------------------------*/
input.login {
	background:efefef;
	font-size:18px;
	border:1px solid #333333;
	padding:2px;
	margin:0 0 15px 0;
	cursor:pointer;
	}

/* Make 1 axis for form fields
-----------------------------------------------*/
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 280px;
	padding: 10px 0;
	}
dt {
    clear: both;
    float:left;
    width: 95px;
    padding: 4px 0 2px 0;
    text-align: right;
	font-weight:bold;
	}
dd {
    float: left;
    width: 160px;
    margin: 0 0 8px 0;
    padding-left: 6px;
	}

/* Create grey hover buttons
-----------------------------------------------*/
input.send-btn {
	width:200px;
	height: 26px;
	background: #FFF url(../courses/button.gif) no-repeat;
	outline: none;
	border:none;
	color:#333333;
	}
input.send-btn:hover {
	background: #FFF url(../courses/button.gif) no-repeat 0 -26px;
	}
