@charset "utf-8";
/* CSS Document */


/* main control information */

body {
    background-color : #ffffff;
	margin : 0;
}

a {
	text-decoration : none;
	font-family : verdana, helvetica, arial, sans-serif;
	color : #0000ff;
}

a:visited {
	color:#660099;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}

a.navigation {
	text-decoration : none;
	font-family : verdana, helvetica, arial, sans-serif;
	color : #0000ff;
}

a.navigation:visited {
	color:#660099;
	text-decoration:none;
}

a.navigation:hover {
	color:#990000;
	text-decoration:underline;
}

form {
  margin: 0px;
}



/* separate area control */

#content {
	background-color: #FFFFFF;
	min-height:450px;

}

#left_sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF;
	padding-top: 0px;  /* originally set to 2px, set to 0px while GoogleAlert exists, change to 2px after removed */
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#left_sidebar h2 {
	font-size: 1em;
	color: #002144;
	font-weight: bold;
	margin-bottom: 2px;
}

#left_sidebar p {
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
}

#left_sidebar ul {
	margin-bottom: 5px;
}

#left_sidebar li {
	list-style-type: none;
	padding-bottom: 2px;
}

#left_sidebar a {
	font-size: .8em;
	color: #002144;
}

#left_sidebar a:hover {
	background-color: #efefef;
	color: #002144;
}

.linkset {
	margin-bottom: 20px;
}

.googlealert {
	margin-bottom : 12px;
	margin-left: 0px;
	padding : 2px;
	background-color: #FFFF99;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ecac00;
	border-bottom-color: #ecac00;
	border-left-color: #ecac00;
} 

.googlealert h4 {
	font-size: 90%;
	color: #002144;
	text-align: center;
	padding-left: 0px;
	line-height: 1.2em;
	font-weight: bold;
}

.googlealert p {
	font-size:80%;
	color: #000000;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.3em;
}

.googlealert li {
	list-style-type:none;
	padding-bottom:1px;
	margin: 0px;
}

.googlealert a:hover {
	background-color: #FFFF99;
}

.googlealert img {
	float:right;
	border:none;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height:700px;
} 

#mainContent h2 {
	color:#002144;
} 


#googleTopSearch {
	padding-right: 8px;
	margin-top: -25px;
	float: right;
}

#ctltTip {
	line-height:1.3em;
	padding-right: 8px;
	margin-top: 10px;
	margin-right: 0px;
}

#ctltTip h3 {
	margin-top: 5px;
	font-size: 0.8em;
	color: #000055;
	font-weight: bold;
}

#ctltTip p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.8em;
}

#ctltTip ul {
	text-align: left;
	list-style-position: outside;
	padding-left: 11px;
}

#systemAlert {
	line-height:1.3em;
	padding-right: 8px;
	margin-top: 10px;
	margin-right: 0px;
	padding-bottom: 15px;
}

#systemAlert h3 {
	margin-top: 5px;
	font-size: 0.8em;
	color: #FF0000;
	font-weight: bold;
}

#systemAlert p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.8em;
}

#systemAlert ul {
	text-align: left;
	list-style-position: outside;
	padding-left: 11px;
}

#RSS {
	font-size: 0.9em;
	padding-bottom: 5px;
}

#CTLTLogo {
	background-image: url(http://campus.murraystate.edu/ctlt/ctlt_images/ctltlogo.gif);	
}




.bg1 {background-color: #ffffff;}

.bg3 {background-color: #CCCC00;}

.bgtabon {background-color: #003366;}

.bgtaboff {background-color: #CCCCCC;}

.texttabon {color: #002144;}

.texttaboff {color: #ffffff;}

td.tabon { background-color: #003366; color: #002144; }
.tabon A:link { color: #002144; }
.tabon A:visited { color: #002144; }
.tabon A:active { color: #002144; }
.tabon A:hover { color: #002144; }

td.taboff { background-color: #CCCCCC; color: #ffffff; }
.taboff A:link { color: #ffffff; }
.taboff A:visited { color: #ffffff;  }
.taboff A:active { color: #ffffff;  }
.taboff A:hover { color: #ffffff;  }











/* clear without structural markup*/
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* mac hide \*/
	* html .clearfix {height: 1%;}
	 .clearfix {display: block;}
/* End hide */
/* do not change or amalgamate anything in the above code*/

