@charset "UTF-8";
/* MMCC LIVE SITE CSS */

*{
	margin:0px;
	padding:0px;
	border:none;
}
*:focus {outline: 0;}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:160%;
	background:#38698f url(../images/bg.jpg) repeat-x top left;
	-moz-opacity: .999;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

.smalltext {font-size:10px;}

h1 {
	font: 24px Tahoma, Geneva, sans-serif;
	padding:5px 0;
	color:#8A9797;
}
h2 {font: 18px Tahoma, Geneva, sans-serif;
	color:#333333;
} 
h3 {
	color:#003;
	font: normal 16px Tahoma, Geneva, sans-serif;
	line-height:21px;
	width:97%;
	background:#e0f1f9 url(../images/h3bg.jpg) repeat-x;
	padding:4px 8px;
	border:1px solid #CEDADF;
	margin-bottom:4px;
}
h4 {font-size: 1em}
.deptNavHdr h5 {
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding-top:4px;
}
h6 {
	font: normal 16px Helvetica, Arial, Geneva, sans-serif;
	color:#003366;
	margin-bottom:10px;
}
iframe {border:solid 1px #999999;}

 #rightcol hr {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: dotted 1px #999999;
	height:1px;
}

#submitbutton {
	background: transparent url(../images/submitbutton.gif) no-repeat top left;
	width: 70px;
	height: 25px;
	border: none;
	cursor: pointer;
	margin-right:10px;
	margin-top:10px;
}
 #rightcol input[type="text"],  #rightcol input[type="password"] {
	background: transparent url(../images/inputbgrepeat.jpg) repeat-x left top;
	color: #000000;
	border: 1px solid #999999;
	border-top: 1px solid #666666;
	padding: 5px 3px;
	margin: 0px 4px;
	width: 154px;
	height: 17px;
	font-size:14px;
	margin:0;
}
#rightcol input.blur {color:#BEBEBE;}
#rightcol textarea {
	background: #FFF url(../images/inputbgrepeat.jpg) repeat-x left top;
	font-size:14px;
	color: #000000;
	border: 1px solid #999999;
	border-top: 1px solid #666666;
	padding: 5px 3px;
	margin:0;
    resize: none; 
	width:99%;
	height:65px;

}
#rightcol #tablepad {padding:10px 20px;}
#rightcol select {background-color:#FFFFFF;color: #000000;border: 1px solid #888888;margin:2px 0;width: 160px;height: 23px;}

.textbox {
	border: 1px dotted #BFBFBF;
	background: #CCCCCC;
	padding:15px;
	margin:15px 0;
	z-index:1;
}
.textbox2 {
	border: 1px dotted #BFBFBF;
	background:#ecf5f0 url(../images/bluetextboxbg.jpg) repeat-x;
	padding:15px;
	z-index:1;
}
.textboxstriped {
	border: 1px dotted #CFBCFB;
	background:url(../images/yellowstripebg.gif) repeat;
	padding:15px;
	z-index:1;
}
.imageborder {border:1px solid #999999;}
.pcontinue {background:url(../images/continue.gif) no-repeat top left;padding:0px 0 14px 24px;vertical-align:top;font-size:16px;text-decoration:none;}
 #rightcol .formattable1 {
	font-size: 10px;
	border-left:solid 1px #999999;
	border-top:solid 1px #999999;
	border-right:solid 1px #999999;
	border-bottom:none;
	width:479px;
}
#rightcol .formattable1 td {
	border-bottom:solid 1px #999999;
	padding:0 10px;
}
 #rightcol .formattable2 {
	background:#f3f6f9;
	font-size: 12px;
	border-top:solid 1px #999999;
	border-right:solid 1px #999999;
	border-bottom:none;
	border-left:none;
}
 #rightcol .formattable2 td {
	border-bottom:solid 1px #999999;
	border-left:solid 1px #999999;
	padding:0 10px;
}
#widgetheading {
	font: bold 16px Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	color: #6699CC;
	padding-right:10px;
}
 #pageHdr {
	height:55px;
	width:783px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background: url(../images/contentbg.jpg) repeat-y;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #CCCCCC;

}
#titles {
	padding-top:15px;
	padding-left:15px;
	float:left;
	width: 500px;
}

 #pageHdr h1 {
	color:#036;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	float:left;
	line-height:12px;
}
 #pageHdr h2 {
	color:#003;
	font: 13px Georgia, "Times New Roman", Times, serif;
	float:right;
	margin-top:-3px;
	padding-right:11px;
	text-transform: lowercase;
}

p {
	margin-bottom:12px;
	padding-top:10px;
	line-height:18px;
	font-size:12px;
	color:#333;
	text-align:justify;

}

#content a {
	color:#003366;
}
#content a:visited {
	color:#006699;
}
 #quicklinks {
	width: 200px;
	padding-bottom:10px;
}
 #container {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


 #header {
	background-color: #DDDDDD;
	background-image: url(../images/header-forshare.jpg);/*change back to header.jpg - dots*/
	background-repeat: no-repeat;
	height: 91px;
	width: 785px;
}
#expandedheader {border-left:solid 1px #666666;border-right:solid 1px #666666;border-bottom:solid 1px #000000;}

 #headerlogo {
	background: url(../images/headerlogo.jpg) no-repeat;
	width: 278px;
	height: 91px;
	float:left;
}
 #headerlogo a {
	width: 278px;
	height: 91px;
	display:block;
}
 #adbox {
	width: 783px;
	height: 251px;
	float: left;
	background:#97b4c5;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	color: #FFFFFF;
}
 #adbox #ad {
}
 #content {
	width: 783px;
	float: left;
	padding-top:15px;
	background: #FFFFFF url(../images/contentbg.jpg) repeat-y top left;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
 #leftcol {
	padding:0 20px 20px 18px;
	float: left;
	width: 205px;
}
#leftcol ul,  #leftcol li {
	list-style-type:none;
}
 #rightcol {
	float:right;
	padding-right:25px;
	margin-bottom:25px;
	width: 489px;
	min-height:350px;
}
 #rightcol img {
	margin: 10px;
	padding: 4px;
	border:solid 1px #CCC;
}
#rightcol #minimgpad {margin:4px 0px;}
#rightcol td {
	padding:3px;
	margin:0px;
}
 #rightcol table {
	border:solid 1px #CCCCCC;
	background:#e1eaed url(../images/tablebg.jpg) repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
}
#rightcol .table_nostyle {
	border:none;
	background:none;
}
#rightcol .stripethis {border-top:solid 1px #BBB;}
#rightcol .stripethis thead th {background:url(../images/thead_bg.gif) repeat-x;color:#F4F4F4;height:28px;}
#rightcol .stripethis thead th, #rightcol .stripethis tbody td {padding:4px;}
#rightcol .stripethis tbody .odd {
	background-color:#FFF;
	background-image:none;
}
#rightcol .stripethis tbody .even {
	background-color:#EBF4F7;
	background-image:none;
}
#rightcol .stripethis tbody tr td {
	border-top:1px solid #C8C8C8;
}
#rightcol ul {
	list-style-position:outside;
	list-style-image:url(../images/bullet_item.gif);
	margin:8px 0 8px 13px;
}
#rightcol li {
	padding:6px 0;
}
#rightcol ol, #rightcol ol li {
	margin-left:15px;
	list-style-position:outside;
	list-style-type:decimal;

}
 #middle {
	width: 783px;
	float: left;
	border-top: 1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom: none;

}
#sitepic {border: 1px solid #666666;border-top:none;border-bottom:1px solid #BBBBBB;width: 783px;}
#footerlinks {
	width:783px;
	height:34px;
	text-align:center;
	clear:both;

}
#footerlinks  ul li {
	list-style:none;
	display: inline;
}
#footerlinks a, #footerlinks a:link, #footerlinks a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding: 2px 10px;
	position:relative;
	text-decoration:none;	
	top:6px;
}
#footerlinks a:hover, #footerlinks a:active {
	color:#1c4d69;
	text-decoration:underline;

}
#footer {
	height:34px;
	background:url(../images/navbg.jpg) repeat-x;
	width:783px;
	clear:both;
	border:1px solid #999;
	border-top:solid 1px #CCC;
	
} 
 #footer p {
	margin: 0;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}
 #search {
	float: left;
	height: 59px;
	width: 254px;
	background: #89C2DD;
	border-right: 1px solid #6A89A3;
	border-left-width: 1px;
	border-left-color: #999999;
	border-bottom:1px solid #999;
}
#searchBox {
	float:left;
	padding-top:18px;
	padding-left:22px;
	border: none;
	height:23px;
}
#goButton {
	padding-top:18px;
	float:left;
	border: none;
	height:23px;
	width:25px;
	padding-left:8px;
}

#searchSubmit {
	background: transparent url(../images/goalpha.png) no-repeat left top;
	width:27px;
	height:23px;
	border:none;
	cursor:pointer;
}
*:first-child+html button[type]{width: 1px;} /* IE7 */

#searchField {
	background: transparent url(../images/searchalphamain.png) no-repeat left top;
	width:142px;
	height:20px;
	padding-left:24px;
	padding-top:4px;
	padding-right:3px;
	color:#999999;
	border:none;

}

#interiorsearch {
	padding-left:27px;
	padding-top:16px;
	float:left;
	width:227px;
	height:35px;
}
#interiorsearchBox {
	float:left;
	border: none;
	height:23px;
	width:169px;
}
#interiorgoButton {
	float:left;
	border: none;
	height:23px;
	width:25px;
	padding-left:5px;
}
#interiorsearchField {
	background: transparent url(../images/searchalpha.png) no-repeat left top;
	width:143px;
	height:20px;
	padding-left:24px;
	padding-top:4px;
	padding-right:2px;
	color:#999999;
	border:none;

}
 #news {
	float: left;
	height: 59px;
	width: 528px;
	background-color: #e7f2f4;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	border-bottom:1px solid #BBB;
}
.newsfeedbox {
	width:356px;
	margin: 19px 0 0 100px;
}
.newsfeedbox a {font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;color:#036;text-decoration:none;}
.newsfeedbox ul {
		list-style-type:none;}
 #twocol #left {
	float:left;
	text-align:center;
	width:200px;
	padding:0 25px 15px 0;
	border-right: 1px dotted #CCCCCC;
}
 #twocol #left p {
	text-align:left;
}

 #twocol #right {
	float:left;
	width:230px;
	padding:0 0 0 10px;
	text-align:center;

}

/* ----- RIGHT COL WIDGETS ----- */

#messageboard {
width:478px;
background-color:#fffff5;
margin-bottom:15px;
padding:0;
}
#messageboardtop {
width:478px;
height:13px;
background: url(../images/messageboard_top.jpg) no-repeat top left;
}
#messageboardcontent {
width:446px;
border-right:solid 1px #d1d1d1;
border-left:solid 1px #d1d1d1;
margin:0;
padding:2px 15px;

}
#messageboardbottom {
width:478px;
height:13px;
background: url(../images/messageboard_bottom.jpg) no-repeat top left;
}
#messageboard h1 {
margin-bottom:10px;
}
.greyBox {
	width: 200px;
	margin-bottom:10px;
	text-align:center;
}
.greyBox #gizmoTop {
	background-image: url(../images/wdgt_top.gif);
	background-repeat: no-repeat;
	height: 9px;
	overflow:hidden;
}
.greyBox #title {
	background-color:#f3f3f3;
	background-repeat: no-repeat;
	height: 14px;
	width: 159px;
}

.greyBox #gizmoContent {
	background-color:#cee7f7;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding-top:6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.greyBox #gizmoBottom {
	background-image: url(../images/wdgt_bot.gif);
	background-repeat: no-repeat;
	height: 9px;
}
.noticeme {
	width: 208px;
	margin-bottom:10px;	
}
#rightcol .noticeme img {border:none;padding:0;margin:0;}
.noticeme #gizmoContent {
	background-color:#cee7f7;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin:0px;
}
#rightcol .noticeme ul {
	margin-left:0px;
}
#rightcol .noticeme #noticemecontent ul li p {
	padding:0 10px 5px 5px;
	text-align:center;
}
#rightcol .noticeme #noticemecontent ul li h2 {
	width:206px;
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	color:#003366;
	font-weight:bold;
	margin:2px 0;
	padding:0;
}
#rightcol .noticeme hr {
	margin:5px 0;
}
.noticeme #gizmoBottom {
	background-image: url(../images/noticeme/noticeme_wdgt_bot.gif);
	background-repeat: no-repeat;
	height: 27px;
}
.noticeme #gizmoBottom ul {
	width:208px;
	text-align:left;
	margin:0;
	padding:0;
	font:14px Helvetica, Verdana, Arial, sans-serif;
	color:#444444;
	padding: 7px 0 0 15px;
	text-transform: lowercase;
}
.noticeme #gizmoBottom ul #prev {
	display:inline;
	cursor:hand;
	cursor:pointer;
	padding-right:50px;
}
.noticeme #gizmoBottom ul #next {
	display:inline;
	padding-left:52px;
	cursor:hand;
	cursor:pointer;
}
.noticeme #gizmoBottom ul li span {
	position:relative; 
	bottom:2px; 
	font-size:12px; 
	color:#333333;
}
#alerticon {
	background-image:url(../images/alerticon.gif);
	height: 39px;
	width: 39px;
	float: left;
	margin-right: 5px;
}

/* ----- LEFT COL WIDGETS ----- */

.greyBoxLeft {
	width: 200px;
	margin-top:20px;
	text-align:center;
}
.greyBoxLeft #wdgtTop {
	background-image: url(../images/left_wdgt_top.gif);
	background-repeat: no-repeat;
	height: 9px;
	overflow:hidden;
	margin-top:10px;
}
.greyBoxLeft #title {
	background-color:#f3f3f3;
	background-repeat: no-repeat;
	height: 14px;
	width: 159px;
	padding-top:10px;
}
.greyBoxLeft #wdgtContent {
	background-color:#f3f3f3;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-top:6px;
	padding-left: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.greyBoxLeft #wdgtContent li {
	margin-bottom:10px;
}
.greyBoxLeft #wdgtBottom {
	background-image: url(../images/left_wdgt_bot.gif);
	background-repeat: no-repeat;
	height: 9px;
}
#graphiclist {
	list-style:none;
}
#graphiclist li {
	padding-bottom:10px;
}

/* ----- NAVIGATION ----- */

 #headerLinks {
	padding-top:71px;
	padding-right:23px;
	float:right;
	color:#0099CC;
	font: 12px Arial, Helvetica, sans-serif;
}
 
 #headerLinks a {
	text-decoration:none;
	color:#D7E2E6;
}
#headerLinks a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
 #nav {
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 783px;
	list-style-image: none;
	list-style-type: none;
	border-top: 1px solid #FFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	z-index:3000;	
}
.mainNav { 
	list-style-type: none;	
 	position: static;
  	padding-left:8px;
}
.mainNav .bigli {
	float:left;
	height:34px;
	color: #E3E3E3;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #848484;
}
.mainNav .bigli .navTitles, .mainNav .bigli .navTitles:link, .mainNav .bigli .navTitles:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	height:24px;
	padding-top:7px;
	padding-bottom:3px;
	padding-left:11px;
	padding-right:12px;
	display:block;
}
.mainNav .bigli .navTitles:hover, .mainNav .bigli .navTitles:active {
	background: url(../images/mainnavhoverbg.jpg) repeat-x top left;
}

.mainNav li ul li {
	background-color:#e6edf3;
	height:24px;
	border-top: solid 1px #d7e1e8;

}

.mainNav .bigli ul li a, .mainNav .bigli ul li a:link, .mainNav .bigli ul li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:16px;
	padding-top:3px;
	display: block;
	text-decoration: none;
	height:21px;
	color:#003366;

}

.mainNav .bigli ul li a:hover, .mainNav .bigli ul li a:active {
	background-color:#96d5f1;
}

.mainNav .bigli ul {
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	border-right:1px solid #A7B4B7;
	border-left:1px solid #A7B4B7;
	border-bottom:1px solid #A7B4B7;
	border-top:none;
	position:absolute;
	list-style-type:none;
	margin-left:-2px;
	z-index:1000;
}



#aboutUs {
	border-right:none;
}
#futureStudents {
	border-left:none;
}
#futureStudents-hover {
	margin-left:-1px;
}
#mainquicklinks li a, #mainquicklinks li a:link, #mainquicklinks li a:visited {font-family: Arial;font-size:14px;color:#666;height:23px;border:solid 1px #CCC;background:#e4e4e4;border-bottom:none;padding-top:4px;padding-left:15px;width:203px;display:block;text-decoration:none;}
#mainquicklinks li a:hover, #mainquicklinks li a:active {background-color:#e4e4e4;background-image:url(../images/quicklinkhover.gif); background-repeat:no-repeat;background-position:200px 7px;text-decoration:none;}
#qlinksbottom {background: url(../images/qlinksbottom.gif) no-repeat;width:220px;height:9px;}
.deptSubNav {
	font-size:12px;
	display:block;
	border:none;
	margin:0;
	text-decoration:none;
	background-color:#FFFFFF;
	color:#003366;
	display:none;
	background:#ffffff;
	width: 218px;
}
.deptSubNav {
}
.deptSubNav ul {
	background:#ffffff;
}
.deptNavHdr {
	text-decoration: none;
}
#deptNavHdrGreen {
	background-image: url(../images/nav/standardhdrgreen.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:205px;
	height:32px;
	padding-top:6px;
	padding-left:15px;
	text-decoration:none;
}
#deptNavHdrBlue {
	background-image: url(../images/nav/standardhdrblue.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:205px;
	height:32px;
	padding-top:6px;
	padding-left:15px;
	text-decoration:none;
}
#deptNavHdrOrange {
	background-image: url(../images/nav/standardhdrorange.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:205px;
	height:32px;
	padding-top:6px;
	padding-left:15px;
	text-decoration:none;
}
#deptNavHdrKhaki {
	border:1px solid #CCCCCC;
	background:url(../images/deptNavHdrbg.jpg) repeat-x;
	border-bottom:none;
	width:203px;
	height:30px;
	padding-top:6px;
	padding-left:15px;
	text-decoration:none;
}
#deptMenu {
	padding-bottom:1px;
}
#plus {
	width:8px;
	height:8px;
	background-image:url(../images/plus.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top:6px;
}
#minus {
	width:8px;
	height:8px;
	background-image:url(../images/minus.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top:6px;
}
#deptNav {
	width:220px;
	margin:0px;
	padding:0;
}
#deptNav li {
	list-style:none;
	width:218px;
	border-left:1px solid #bcbcbc;
	border-right:1px solid #bcbcbc;
	border-top:1px solid #D9D9D9;
	background-color:#F7F7F7;
}
#deptNav #navslide {
	font-size:12px;
	padding:5px 15px;
	width:188px;
	text-decoration:none;
	color:#333333;
	display:block;
	cursor:hand;
	cursor:pointer;
}
#deptNav a, #deptNav a:link, #deptNav a:visited, #deptNav a:hover, #deptNav a:active {
	font-size:12px;
	padding:5px 15px;
	width:188px;
	text-decoration:none;
	color:#333333;
	display:block;
}

#deptNav li #navlink a:visited {
	color:#333333;
}

#deptNav div ul li {
	width:218px;
	border-top:none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #e1f3fb;
}
#deptNav div ul li a, #deptNav div ul li a:link, #deptNav div ul li a:visited, #deptNav div ul li a:hover, #deptNav div ul li a:active  {
	margin:0;
	padding:3px 10px 3px 20px;
	color:#3C4E5D;
	font-size:12px;
}
#deptNav a:hover {
	background-color:#FFFFFF;
	text-decoration:none;
}
#deptNavbottom {
	background: url(../images/deptNavbottom.gif) no-repeat;
	width:220px;
	height:7px;
	margin-bottom:10px;
}
.deptSubNav a,.deptSubNav a:link, subnavsort a:visited, .deptSubNav a:hover, .deptSubNav a:active {
	color:#333333;
}
#eventloader {background:url(../images/ajax-loader.gif) no-repeat center;width:230px;height:200px;text-align:center;vertical-align:middle;padding-top:100px;font:16px Georgia, "Times New Roman", Times, serif;color:#0099CC;}
.eventBox {
	width: 230px;
	background-color: #FFFFFF;
	margin-left:10px;
}
.eventBox #gizmoTop {
	background-image: url(../images/eventWdgtTop.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 230px;
	border-bottom:solid 1px #999999;
}
.eventBox #gizmoContent {
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color:#333333;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
}

.sideEventBox {
	width: 220px;
	margin-top:10px;
}
.sideEventBox #sideGizmoTop {
	height: 27px;
	width: 220px;
	font:16px Helvetica;
	font-weight:bold;
	color:#5A8175;
	text-transform:uppercase;
	border-bottom:solid 1px #999999;
	text-align:center;
	padding-top:11px;
}
.sideEventBox #gizmoContent {
	width: 218px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color:#333333;
	border-left:solid 1px #AAA;
	border-right:solid 1px #AAA;

}
.eventBox .odd {
	width:228px;
	height:62px;
	background-color:#F2F2F2;
	overflow:hidden;
	border-bottom:solid 1px #D6D6D6;
}
.eventBox .even {
	width:228px;
	height:62px;
	background-color:#FFFFFF;
	overflow:hidden;
	border-bottom:solid 1px #D6D6D6;
}
.sideEventBox .odd {
	width:218px;
	background-color:#F2F2F2;
	overflow:hidden;
	border-bottom:solid 1px #D6D6D6;
}
.sideEventBox .even {
	width:218px;
	background-color:#FFFFFF;
	overflow:hidden;
	border-bottom:solid 1px #D6D6D6;
}
.eventBox #gizmoBottom {
	background-image: url(../images/eventWdgtBottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 230px;
}
.sideEventBox #sideGizmoBottom {
	background-image: url(../images/sidecalgizmobottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 220px;
}
.sideEventBox .eventlabel {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 55px;
}
.sideEventBox .cal {
	height: 36px;
	width: 36px;
	float: left;
	clear: right;
	padding: 10px 10px 12px 8px;
}
.eventBox .cal {
	height: 36px;
	width: 36px;
	float: left;
	clear: right;
	padding: 10px 10px 12px 8px;
}

.eventBox .cal #month {
	background: url(../images/eventboxmonthbg.gif) repeat-x top left;
	height: 12px;
	width: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#E0F5F2;
	text-align: center;
	border: solid 1px #666666;
	border-bottom:none;
}
.sideEventBox .cal #month {
	background: url(../images/eventboxmonthbg.gif) repeat-x top left;
	height: 12px;
	width: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#E0F5F2;
	text-align: center;
	border: solid 1px #666666;
	border-bottom:none;
}
.eventBox .cal #day {
	height: 24px;
	width: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	background-color: #FFFFFF;
	color: #999999;
	border: solid 1px #666666;
	border-top:none;
}
.sideEventBox .cal #day {
	height: 24px;
	width: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	background-color: #FFFFFF;
	color: #999999;
	border: solid 1px #666666;
	border-top:none;
}

.eventBox #eventlink {
	position:relative;
	top:3px;
	text-align:center;
	
}

.eventBox .eventlabel {
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.fullEvents {
	width: 100%;
	background-color: #FFFFFF;
	float:left;
	margin-bottom:20px;
}
.fullEvents #eventlink {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	padding:10px 0 0 25px;
	position:relative;
	top:3px;
	text-align:left;
}
.fullEvents #gizmoTop {
	background:#999;
	height:1px;
}
.fullEvents #gizmoContent {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	color:#333333;
}
.fullEvents .eventlabel {
	display: block;
	padding:0 8px 8px 8px;
}
.fullEvents .calDescription {
	padding-left:57px;
}
.fullEvents #gizmoBottom {
}
.fullEvents .odd {
	width:100%;
	background-color:#FFFFFF;
	border-bottom:solid 1px #999999;
	padding: 8px 0 12px 0;
	display:block;
}
.fullEvents .even {
	width:100%;
	background-color:#F6F6F6;
	border-bottom:solid 1px #999999;
	padding: 8px 0 12px 0;
	display:block;
}
.fullEvents .cal {
	height: 40px;
	width: 46px;
	float: left;
	clear: right;
	margin:3px 12px 12px 25px;
}
.fullEvents .cal #month {
	background:url(../images/calmonthbg.gif) repeat-x top left;
	height: 19px;
	width: 46px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFCC;
	text-align: center;
	border:solid 1px #666666;
}
.fullEvents .cal #day {
	height: 24px;
	width: 46px;
	padding-top:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	background-color: #FFFFFF;
	color: #999999;
	border: solid 1px #666666;
	border-top:none;
}


/* loginForm start */
#jqmodal input[type="checkbox"] {background: transparent;width:18px;border:none;}
#rightcol input[type="checkbox"] {background: transparent;width:18px;border:none;}
#formholder {
	padding:25px;
	background: url(../images/modal/displayusersbg.png) repeat;
	border: 1px solid #003333;
}
.loginForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	margin: auto;
	top: 40px;
}
#loginError {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	
}
#loginAccess {
	text-align: center;
	color: #003333;
	font: 14px Verdana, Helvetica, sans-serif;	
}
.loginForm input {
	background: transparent url(../images/modal/inputbg.gif) no-repeat left top;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	margin: 0px 4px;
	line-height: 12px;
	width: 148px;
	height: 16px;
}
.loginForm #loginbutton {
	background: transparent url(../images/modal/loginbutton.gif) no-repeat left top;
	width: 70px;
	height: 25px;
	border: none;
	cursor: pointer;
}
.loginForm select {
	color: #000000;
	border: 1px solid #333333;
	padding: 2px;
	line-height: 12px;
	width: 156px;
}
.loginForm tr {
	height:35px;
}
.loginForm td {
	margin:5px;
	padding:0 20px;
}
/* loginForm end */

/* userInfo start */
.directory {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.directory td {
	padding: 2px;
}
.directory input {
	color: #000000;
	border: 1px solid #333333;
	padding: 2px;
	line-height: 12px;
	width: 150px;
}
.directory select {
	color: #000000;
	border: 1px solid #333333;
	padding: 2px;
	line-height: 12px;
	width: 156px;
}
#adddepartment {
	cursor: pointer;
}
#addlocation {
	cursor: pointer;
}
#addnickname {
	cursor: pointer;
}
/* userInfo end */

/* Form Styles */

.pagecreator {
	background: url(../images/modal/displayusersbg.png) repeat;
	padding:20px;
	border: 1px solid #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #003333;
	width: 320px;
	height: 240px;
	margin: 0px auto;
}
.pagecreator input {
	background: transparent url(../images/modal/inputbg.gif) no-repeat left top;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	margin: 0px 4px;
	line-height: 12px;
	width: 148px;
	height: 16px;
}
#newpage {
	width: 61px;
	height: 61px;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
#formheading {
	font: 18px Tahoma, "Trebuchet MS", Arial;
	padding-top: 17px;
	color:#003333;
}
#modalheading {
	font: 22px Tahoma, "Trebuchet MS", Arial;
	color: #003333;
	vertical-align:top;
	height:45px;
}
.directory {
	background: url(../images/modal/displayusersbg.png) repeat;
	border: 1px solid #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #003333;
	padding: 15px;
	width: 480px;
	height:300px;
	margin: 0px auto;
}
.directory input {
	background: transparent url(../images/modal/inputbg.gif) no-repeat left top;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	margin: 0px 4px;
	width: 148px;
	height: 16px
}
.directory select {
	background: #FFFFFF url(../images/modal/inputbg.gif) no-repeat left top;
	border: 1px solid #666666;
	height: 22px;
	width: 154px;
}

 #rightcol .educatorlogin {
	font-size:14px;
	border: 1px dotted #BFBFBF;
	background:#ecf5f0 url(../images/bluetextboxbg.jpg) repeat-x;	
	line-height:18px;
	padding:15px;
	width:100%;
}
 #rightcol .educatorlogin span{font-size:10px;}
#educatorloginbutton {
background: transparent url(../images/login.gif) no-repeat top left;
	width: 80px;
	height: 44px;
	border: none;
	cursor: pointer;
	margin:20px;
}
#messagebox {
	background: url(../images/modal/displayusersbg.png) repeat;
	text-align:center;
	font: 18px Helvetica, Arial, Geneva, sans-serif;
	color:#003333;
	padding:30px 20px;
	margin-top:15px;
	border: 1px solid #003333;
}
#messagebox h2 {
	margin-bottom:15px;
}
.feedback {
	font-size:14px;
	line-height:18px;
}
#messagebox a,#messagebox a:visited,#messagebox a:hover {
	color:#003366;
	font-size:14px;
}
#nyroModalWrapper #nyroModalContent .wrapper #messagebox h1 {
	margin-bottom:8px;
	color:#036;
	font-size:24px;
}
.feedback td {
	padding: 7px 0px;
}
.feedback input {
	background: transparent url(../images/inputbgrepeat.jpg) repeat-x left top;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	margin: 0px 4px;
	width: 200px;
	height: 16px
}
.feedback textarea {
	border: 1px solid #666666;
	padding: 3px;
	margin: 0px 4px;
	width: 200px;
	height:180px;
}
#resetbutton {
background: transparent url(../images/resetbutton.gif) no-repeat top left;
	width: 70px;
	height: 25px;
	border: none;
	cursor: pointer;
}

#noticemecontent {
	width:208px;
	overflow:hidden;
	text-align:center;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#rightcol #noticemefadecontent {
	width:208px;
	height:303px;
	list-style:none;
	overflow:hidden;
	margin:0px;
	padding:0px;

}
#rightcol #noticemefadecontent li {
	width:208px;
	list-style: none;
	margin:0px;
	padding:0px;
}
#advisory {width:763px;background:#053c5a url(../images/yellowadvisorybg.jpg) repeat-x;border-left:solid 1px #666666;border-right:solid 1px #666666;border-bottom:solid 1px #000;font:11px Verdana, Geneva, sans-serif; color:#069;padding:10px;padding-top:37px;text-align:center;}
#advisorymessage {width:700px;padding-left:27px;color:#FFF;font-size:12px;}
#advisorytype {color:orange;font-weight:bold;clear:right;border-bottom:solid 1px #069;padding-bottom:4px;margin-bottom:8px;}
#advisorytimestamp {color:white;font-weight:normal;}
#redalert {
	font:bold 24px "Trebuchet MS", Arial, Helvetica;
	color:#660000;
	text-align:center;
	padding:125px 40px 40px 40px;
	text-transform: uppercase;
	border:solid 4px black;
	background:#FFFFFF url(../images/alert.png) 50% 15px no-repeat;
	margin-top:100px;
}
#redalert p {line-height:30px;}
#iagree {background: url(../images/agreebutton.gif) top left no-repeat; width:70px; height:25px;}
#printthispage {
	font-size:10px;
	color:#036;
	margin:-6px 11px 0 0;
	padding:0 0 4px 12px;
	height:12px;
	float:right;
	clear:left;
	background: url(../images/printthispage.gif) no-repeat left 3px;
	text-decoration:none;
}
#printicon a img {margin:0;padding:0;}#printicon{height:15px;margin-top:-10px;margin-right:2px;}#printicon a {text-decoration:none;font-size:10px;float:right;}
#cse-search-results iframe {width:749px;padding:10px 17px;border-top:none;border-bottom:none;background:#FFF;}
.highlight {background:yellow;}
form h3 {
	background-color:transparent !important;
	border:none;
}