/*
 * The site logo should be 950 px wide.
 * Smaller logos can work if the background color is white.
 *
 */

#site_logo {
	height: 120px;
	background: transparent url(../template_images/edd_header_3.gif) no-repeat;
}

/*
 * The striped background.  Please use only university approved colors.
 *
 */

html {
	background: transparent url(../template_images/background_greenhatch.gif) repeat;
}


/*
 * Image directory overrides.
 * Change this only if you keep your templates images in a folder other than /images/
 * Do *NOT* modify the image files themselves.
 */
 
.topshadow[class] {
	background:transparent url('../template_images/top_shadow.png') no-repeat;
}

div.shadowcontainer[class] {
	background-image:url('../template_images/sides_shadow.png');
}

.bottomshadow[class] {
	background:transparent url('../template_images/bottom_shadow.png') no-repeat;
}

#main_content {
	background-image: url(../template_images/body_green_bg.jpg);
}

#contentcontainer {
	background: transparent url(../template_images/colbg.gif) repeat-y scroll -10px 10px;
}

.calloutbox {
	background: #F4EFDF url(../template_images/callout_bg.png);
}

/* Uncomment this to remove all single column border formatting */
/*
#main_content {
	background-color: white;
	border: none;
	background-image: none;
}

#single_column {
	background: none;
	border: none;
}
*/

#main_content ol li {
/*	list-style-type: upper-roman;*/
	list-style-type:decimal;
	font-style: normal;
}

#main_content ol ol li {
	list-style-type: upper-alpha;
}

#main_content h1 {
	font-size: 1.6em;
	color: #3E647E;
}
#main_content h2 {
	font-size: 1.2em;
	color: #A0522D;
	margin-top: 1.7em;
}

form.signup {
 border: 2px solid #00573D;
 padding: 25px;
}

#signup table {
 background-color: #F9FBFD;
 color: #000000;
 width: 440px;
 border: 1px solid #D7E5F2;
 border-collapse: collapse;
}

#signup td {
 border: 1px solid #D7E5F2;
 padding-left: 4px;
}

form.csus {  /* set width in form.csus, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 560px;
}
form.csus fieldset {
	/* clear: both;
note that this clear causes inputs to break to left in ie5.x mac, commented out */  
    border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 0px 10px 10px 10px;        /* padding in fieldset support spotty in IE */
	margin-bottom: 10px;
}
form.csus fieldset legend {
	font-size:1.1em;
	padding-bottom: .5em;
}
form.csus label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form.csus input - textarea etc. elements */
	text-align: right;
}
form.csus fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
/*text-decoration:underline;*/    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
form.csus input, form.csus textarea, form.csus select {
   margin: 5px 0 0 10px;
   width: auto;
}
form.csus input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form.csus small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form.csus .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
form.csus br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#main_content form.csus p {
	clear: left;
	margin-bottom: 0.5em;
}
form.csus .leftAlign label {
	display: inline;
	float: none;
	width: auto;
	text-align: left;
	margin-left: 10px;
}
form.csus textarea.full {
	width: 95%;
}
.extra_info {
	cursor: help;
	border-bottom: 1px dotted black;
}

.emphasis {
	color: #B31B34;
	font-weight: bold;
}
