/*----------------------------------------------------------------------------*/
/* Engineering CSS                                                            */
/*----------------------------------------------------------------------------*/

/* Override these items in the main KU CSS because it's broken. */
#ku_middle_rows { width: 400px; }

/* Engineering stuff, our additions. */
/*
#ku_maincontent input[type="text"],
#ku_maincontent input[type="password"],
#ku_maincontent input[type="submit"],
#ku_maincontent input[type="reset"],
#ku_maincontent select, #ku_maincontent textarea {
	border: 1px solid #666666; 
	color:#666666;		
}

#ku_maincontent input[name="submit"], #ku_maincontent input[name="save"] {
	background: #efebe7 url('http://eecs.ku.edu/ui/images/accept.png') no-repeat 4px;
	padding-left: 21px;
}

#ku_maincontent input[name="cancel"], #ku_maincontent input[name="reset"] {
	background: #efebe7 url('http://eecs.ku.edu/ui/images/cancel.png') no-repeat 4px;
	padding-left: 21px;
}
*/

/* Engineering stuff additions for new template */
/*
#main input[type="text"],
#main input[type="password"],
#main input[type="submit"],
#main input[type="reset"],
#main select, #ku_maincontent textarea {
	border: 1px solid #666666; 
	color:#666666;		
}

#main input[name="submit"], #ku_maincontent input[name="save"] {
	background: #efebe7 url('http://eecs.ku.edu/ui/images/accept.png') no-repeat 4px;
	padding-left: 21px;
}

#main input[name="cancel"], #ku_maincontent input[name="reset"] {
	background: #efebe7 url('http://eecs.ku.edu/ui/images/cancel.png') no-repeat 4px;
	padding-left: 21px;
}
*/

#ku_maincontent img {
	border: none;
}

#main img {
	border: none;
}

/* Table striping */
.odd { background: #f0f8ff; }

.mr_staff_photo{
	width: 64px;
	padding:0px 0px 16px 0px;
	float:left;
}
.mr_staff_info{
	width: 362px;
	padding:0px 0px 16px 16px;
	float:right;
}

#ku_maincontent a[href^="http"] {
	background-image: url("http://eecs.ku.edu/ui/images/link_icon.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
} 

/* Fix for the crumbtrail showing icons. */
#ku_maincontent div.ku_crumbtrail a[href^="http"] {
	background-image: none;
	padding-right: 0px;
} 

#main a[href^="mailto"] {
	background-image: url("http://eecs.ku.edu/ui/images/email_icon.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

#main a[href^="http"] {
	background-image: url("http://eecs.ku.edu/ui/images/link_icon.gif");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
} 


.engr_data_table td{
	border: black 1px solid;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}


/* Menu CSS */
#engrmenu {
	font-size: 94%; 
	line-height: 1.2em;
	margin: 0.3em auto; 
	padding: 0; 
}
#engrmenu ul { margin: 0 0 0 1em; padding: 0; }
#engrmenu li { padding: 0.2em 0 0 10px; list-style: none; }
#engrmenu li.parent { padding-left: 0; }
#engrmenu img.emenu { padding-right: 1px; }


/*
fieldset { border: none; margin: 0; padding: 0; }
fieldset label { float: left; display: block; width: 8em; }
*/
div.form-row { margin-bottom: 1em; }
.errors ul li { list-style-type: none }
.errors ul {
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	border: 2px dashed red;
	background: #ffe5e5; 

}
#engrtabnav {
    background-color: #ddd;
    border-bottom: 1px solid #bbb;
    padding: 5px 10px;
    margin: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    position: relative;
}

#engrtabnav li {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    display: inline;
}

#engrtabnav li.here {
    background-color: #f6f6f6;
    padding-top: 8px;
    padding-bottom: 6px;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #f6f6f6;
}

#engr_swoop_top {
    margin-top: -50px;
}

div.engr_img_replace {
    width: 900px;
    height: 272px;
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 0.1em; /* This to be sure the box doesn't render too big in IE6 IE7 causing an extra margin-like gap */
    color: white; /* This is so that during slow page loading, the title text does not show */
}

/*h1.engr_img_replace span {
    background: url("http://eecs.ku.edu/img/headers/home/mockup-1.jpg");
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}*/

h1.engr_img_replace-2 {
    width: 900px;
    height: 160px;
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 0.1em; /* This to be sure the box doesn't render too big in IE6 IE7 causing an extra margin-like gap */
    color: white; /* This is so that during slow page loading, the title text does not show */
}

h1.engr_img_replace-2 span {
/*    background: url("http://eecs.ku.edu/img/headers/major/circuit_header.jpg");*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#engr_swoop_nav {
    background: url("http://eecs.ku.edu/img/engr_headers/eecs_header_bot.png");
    height: 28px;
    min-height: 28px;
    position: relative;
    color: white;
    margin-bottom: 0px;
    z-index: 2;
}
#engr_swoop_nav li {
    list-style: none;
    margin: 0;
    padding:0 7px;
    display: inline;
    border-left: solid 1px #6699cc;
}

#engr_swoop_nav li.for {
    font-family: Georgia,serif;
    margin-right: 1em;
}

#engr_swoop_nav li.first {
    border-left: 0;
}

#engr_swoop_nav a {
    color:white;
    font-size:0.9em;
}

#engr_swoop_nav a.here {
	text-decoration: underline;
}

#engr_swoop_left_bottom {
    position: absolute;
    left: 15px;
    bottom: 5px;
}

#engr_swoop_right_bottom {
    position: absolute;
    right: 15px;
    bottom: 5px;
}


/*KU Legacy Template Fixes*/
#main .ku_mr_row {
	border-top:1px solid #cccccc;
	padding-top:16px;
	clear:both;
}
#main .mr_staff_photo{
	width: 76px;
	margin-right: 12px;
	padding:0px 0px 16px 0px;
	float:left;
}
#main .mr_staff_info{
	width: 700px;
	margin-right: 12px;
	padding:0px 0px 16px 16px;
	float:right;
}

#main div.article img {
	float: right;
	padding: 3px;
	margin: 5px 0px 5px 10px;
	border: 1px solid #ccc;
}
#main .fright_nob {
	float: right;
	padding: 3px;
	margin: 5px 10px 5px 10px;
}


#main .fright {
	float: right;
	padding: 3px;
	margin: 5px 10px 5px 10px;
	border: 1px solid #ccc;
}

#main .fleft {
	float: left;
	padding: 3px;
	margin: 5px 10px 5px 10px;
	border: 1px solid #ccc;
}

#main div.caption_floater img {
	display: block;
	border: 1px solid #ccc; 
	margin: 0 auto;
}

