﻿/* 

clintonstyle.css  

*/


/* General Styles */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	color: #000077;
	text-decoration: underline;
}

a:visited {
}

a.Flu 
{
	margin-left:20px;
	padding-top:10px;
	color: #000077;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	margin: 0px;
	padding: 0px;
}

br.small {
    line-height: 5px;
}

p.header_title {
    display: none;
}

p.error 
{
	color: Red;
}

span.superscript 
{
	font-size:x-small;
	vertical-align:top;
}

span.errorMessage
{
	color:Red;
}

.spacer
{
	height: 28px;
	vertical-align: middle;
}

.searchSpacer
{
	height: 10px;
	vertical-align: middle;
}
.padder
{
	padding: 2px 0px 2px 0px;
}

textarea.DynamicFormField 
{
	width: 95%;
	height:80px;
}

/* New Home page Styles */


div#home_main_body {
    display: block;
	width: 800px;
	height: 320px;
	padding-top: 10px;
}

div#member_info_box2 {
	padding-top: 2px;
	margin-left: 176px;
}

div#home_left 
{
	position: absolute;
    display: block;
	width: 175px;
	padding-top: 5px;
	margin-top: 15px;
}

div#info_links 
{
	width: 175px;
	padding-left:  15px;
	padding-bottom: 15px;
}

div.info_links_sub
{
	display:none;
	width: 175px;
	height: 200px;
}

div.cover_sub{
	display:none;
	position:absolute;
	width:150px;
	padding: 0px 3px 5px 3px;
	border: solid 1px gray;
}

div.cover_sub .sub_par
{
	width:100%;
	font-weight:bold;
	padding: 2px 0px 2px 0px;
	border-bottom: solid 1px Gray;
}

div.cover_sub a.sub_info_link
{
	color: #535290;
	font-weight: bold;
}

div#info_links a:hover
{
	background-color:#E6E6E6;
	border: solid 1px gray;
}

div#info_links a.info_link 
{
	color: #535290;
	font-weight: bold;
	display:block;
	width:150px;
	height: 100%;
	text-decoration:none;
}

div#info_links .info_par 
{
	width: 150px;
	padding: 0px 3px 8px 3px;
}

img.sub_close
{
	display:none;
	position:absolute;
	margin-left:145px;
	margin-top:10px;
}

img.sub_open
{
	display:none;
	position:absolute;
	margin-left:145px;
	margin-top:0px
}

div#home_middle 
{
	position: absolute;
	margin-left: 170px;
	margin-top:20px;
	width: 440px;
	padding: 1px 5px 0px 5px;
}

div#photo_feature {
	width: 430px;
	height: 250px;
	border: solid 1px Gray;
	margin-right: 10px;
	overflow: hidden;
}

div#photo_feature a {
    margin: 0px;
    padding: 0px;
}

.nav_image_buttons{
  position: absolute;
  margin:-16px 0px 0px 180px;
  padding: 1px 0;
  height:0px;
  z-index: 102;
  min-height:0;
 list-style-type:none;
}

.nav_image_buttons li {
  float:left;
  margin:0 1px;
  list-style:none;
}
.nav_image_buttons li a 
{
  display:block;
  width:12px;
  height:0px;
  padding-top:12px;
  background-image:url("/images/homepage/image_nav.png");
  background-position:0px 0px;
  float:left;
  overflow:hidden;
}

.nav_image_buttons li.current a {
  background-position:0px -12px;
}

div#home_right
{
	background-image: url("/images/home_right.gif");
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 635px;
	width: 160px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
	
}

p.pop_title
{
	color:#8D98B6;
	font-size:20px;
	padding: 3px 0px 5px 5px;
}
img.pop_image
{
	float:left;
	margin-right: 4px;
	border: none;
}

p.pop_link
{
	padding: 8px 0px 8px 5px;
	border-top: solid 1px #8D98B6;
	/*text-align:center;*/
	width:152px;
	height: 12px;
	/*background-image:url(/images/fastlink_off.jpg);
	background-repeat:no-repeat;*/
}
p.pop_link a
{
	color:#535290;
	font-weight:bold;
}

div#updates2 
{
	width: 800px;
	height: 140px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}


div#events2 
{
	position:absolute;
	width:245px;
	height: 142px;
    margin: 0px 0px 10px 10px;
    padding: 5px;
    line-height: 14px;
    background-color: #E6E6E6;
    overflow: hidden;
}

div#events2 br {
	line-height: 6px;
}

div#announcements2 
{
	position:absolute;
	width: 245px;
    height: 142px;
    margin: 0px 0px 10px 275px;
    padding: 5px;
    line-height: 14px;
    background-color: #E6E6E6;
    overflow: hidden;
}

div#announcements2 br {
	line-height: 6px;
}

div#spotlight
{
	position:absolute;
	width: 245px;
    height: 142px;
    margin: 0px 0px 10px 540px;
    padding: 5px;
    line-height: 14px;
    background-color: #E6E6E6;
    text-align: center;
    overflow: hidden;
}

div#spotlight br {
	line-height: 6px;
}
p.an_intro2 
{
	text-align:left;
	font-size: 13px;
	font-weight: bold;
	color: #773833;
	margin-bottom: 10px;
	border-bottom: solid 1px Gray;
}


/* Home page styles */
div.clear {
    clear: both;
}

div#member_info_box {
    text-align: right;
}

a.member_info {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div#home_main {
    display: block;
	width: 800px;
	padding-top: 5px;
}


div.alert {
    width: 760px;
}

div.alert p {
    padding-left: 40px;
    color: Red;
}

div#welcome {
	width: 800px;
	text-align: center;
	font-style: italic;
	margin: 10px 0px 15px 0px;
	color: Gray;
	display: none;
}

div#welcome p {
	font-size: 16px;
	font-weight: bold;
}

p#closing_info {
    text-align: center;
    font-weight: bold;
    color: red;
    padding-top: 15px;
}

p#closing_more_info {
    padding: 0px 100px 100px 100px;
}

div#main_left {
	margin-top: 0px;
}

div#main_right {
}

div#long_term_feature {
	width: 430px;
	height: 60px;
	border: solid 1px Gray;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}

div#long_term_feature img {
    border: 0px;
}

table#sub_content {
	width: 430px;
}

div#updates {
	width: 265px;
	margin: 20px 0px 0px 0px;
}

p.an_intro {
	font-size: 13px;
	font-weight: bold;
	color: #000055;
	margin-bottom: 10px;
	border-bottom: solid 1px Gray;
}

img.rss_icon {
	border: 0px;
	padding-left: 15px;
}

div#events {
    margin: 0px 0px 10px 0px;
    padding: 5px;
    background-color: #edf0ff;
    line-height: 14px;
}

div#events br {
	line-height: 6px;
}

a.an_more_link {
	padding-left: 5px;
	font-style: italic;
	float: right;
}

div#announcements {
    padding: 5px;
    background-color: #ffefea;
    line-height: 14px;
}

div#announcements br {
	line-height: 6px;
}

div#special_links {
	width: 145px;
	margin: 20px 10px 10px 0px;
}

div#special_links p.sl_intro {
	font-size: 13px;
	font-weight: bold;
	color: #000055;
	margin-bottom: 5px;
	border-bottom: solid 1px Gray;
}

div#special_links a {
	line-height: 16px;
}

div#special_links img {
    border: solid 1px gray;
    vertical-align: text-bottom;
    margin-top: 5px;
}

div#categories {
	width: 320px;
	padding-left:  20px;
	margin-bottom: 15px;
}

div#categories p.cat_intro {
	font-size: 13px;
	font-weight: bold;
	color: #000055;
	border-bottom: solid 1px Gray;
}

div#categories a.cat_link {
	font-weight: bold;
}

div#categories p.cat_description {
	padding-left: 10px;
}

div#categories span.description_keywords {
	font-size: 11px;
	font-style: italic;
}

div#quick_list {
	width: 320px;
	padding-left: 20px;
}

div#quick_list p.ql_intro {
	font-size: 13px;
	font-weight: bold;
	color: #000055;
	margin-bottom: 10px;
	border-bottom: solid 1px Gray;
}

div#quick_list select#ql_dropdown {
	margin-left: 10px;
	width: 250px;
}


/* Standard content page styles */

div#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	background-color: White;
}


div#header2 {
	width: 800px;
	height: 92px;
	background-image: url('/images/header/header_main.jpg');
	background-repeat: no-repeat;
}

#search_box2 
{
	float:right;
	margin-top: 5px;
	padding: 0px 16px 0px 0px;
}

input#search_text2 {
	height: 16px;
	width: 180px;
	font-size: 10px;
}

input#search_submit2 {
	height: 20px;
	font-size: 10px;
	margin-top:2px;
}

div#quick_list2 
{
	width: 252px;
	float:right;
	margin: 10px 0px 0px 10px;
}

div#quick_list2 span.ql_intro {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 24px
}

div#quick_list2 select#ql_dropdown {
	width: 214px;
	margin-left: 24px;
}

div#main_nav2 {
	width: 800px;
	height: 20px;
	background-image: url('/images/main_nav_bg.jpg');
	background-repeat: repeat-x;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.nav_pad 
{
	padding: 0px 3px 0px 3px;
}

.nav_pad_home
{
	padding: 0px 10px 0px 10px;
}

div#nav_links2 {
	font-size: 14px;
	float:right;
	padding: 1px 16px 0px 0px;
}

div#nav_links2 a {
	color: #efefef;
}

div#nav_links2 a:hover {
	color: #fff !important;
}

div#nav_links2 a:visited {
	color: #efefef;
}


div#header {
	width: 800px;
	height: 100px;
	background-image: url('/images/cccheader.png');
	background-repeat: no-repeat;
}

div#search_box {
	width: 220px;
	float: left;
	margin-top: 1px;
	padding: 0px 0px 0px 3px;
}

input#search_text {
	width: 150px;
	height: 12px;
	font-size: 10px;
}

input#search_submit {
	width: 60px;
	height: 18px;
	font-size: 10px;
}

div#main_nav {
	width: 800px;
	height: 20px;
	background-image: url('/images/main_nav_bg.jpg');
	background-repeat: repeat-x;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}


div#nav_links {
	font-size: 14px;
	float: right;
	padding: 1px 5px 0px 0px;
}

div#nav_links a {
	color: #efefef;
}

div#nav_links a:hover {
	color: #fff !important;
}

div#nav_links a:visited {
	color: #efefef;
}


/* Sidebar Styles */

div#sidebar {
	width: 170px;
	float: left;
	text-align: right;
	line-height: 18px;
	margin-bottom: 10px;
	/* border-right: solid 1px #777; */
	padding: 0px 5px 10px 5px;
}

div#sidebar br.pad {
    line-height: 2px;
}

.SideMenuLink {
	line-height: 16px;
}

p.SideMenuTitle {
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

p.SideMenuDivider {
    font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 2px 0px 0px 0px;
}

div#bc_nav {  
	width: 610px;
	height: 21px;
	float: left;
	padding-left: 190px;
	padding-top: 5px;
	font-size: 12px;
	font-style: italic;
}

div#bc_nav_left {  /* Styles for bread crumb navigation on pages with no sidebar */
	width: 610px;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 12px;
	font-style: italic;
}

div#main {
	width: 605px;
	float: right;
	padding: 10px 5px 10px 5px;
}

div#main_wide { /* Styles for main div on pages with no sidebar */
	width: 790px;
	float: right;
	padding: 10px 5px 10px 5px;
}

/* These properties allow for a min-height to be set. */
div#main {
    min-height: 400px;
    height: auto !important;
    height: 500px;
}

div#main_wide {
	min-height: 400px;
    height: auto !important;
    height: 500px;
}

div#textbook_form_top 
{
	position: relative;
	width: 790px;
	height: 220px;
}

div#textbook_form_left 
{
	position:absolute;
	width: 200px;
	height: 240px;
	padding: 10px 5px 10px 5px;
}

div#textbook_form_right
{
	position:absolute;
	width: 580px;
	height: 240px;
	left: 310px;
	padding: 10px 5px 10px 5px;
}

div#footer {
	width: 800px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	clear: both;
	padding: 5px 0px 10px 0px;
	display: inline-block;
}

div#footer p {
	text-align: center;
	font-size: 10px;
}

.menu_space {
	line-height: 5px;
}

h1.page_title {
	text-align: center;
	font-size: 18px;
}

h1.page_subtitle {
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: Gray;
}


/* Styles for individual category pages. */

table#catpg_table {
	width: 100%;
}

table#catpg_table td {
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	width: 300px;
}

p.catpg_title {
	font-size: 13px;
	font-weight: bold;
	color: #000055;
	border-bottom: solid 1px Gray;
	padding-top: 10px;
}

a.catpg_link {
}

p.catpg_description {
}


/* Styles for search results */

p.search_prompt {
    padding-left: 45px;
}

div#search_header {
    width: 790px;
    height: 18px;
    background-image: url('/images/search_header.jpg');
    margin-left: 0px;
    padding: 2px 0px 0px 0px;
}

p#search_terms {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

p#search_result_count {
    float: right;
}

a.search_result_title {
    font-size: 14px;
    text-decoration: underline;
}

div#search_result_list {
    clear: both;
    padding: 0px 10px 0px 10px;
}

p.search_result_snippet {
    font-size: 12px;
}

p.search_result_hostname {
    color: #148524;
}

div.search_page_controls {
   text-align: center;
}

div.search_page_controls a {
}

div#search_footer {
    margin: 0px auto 0px auto;
    width: 700px;
    height: 30px;
    text-align: center;
    padding: 10px 0px 0px 0px;
    border: 1px solid #dee7f6;
    background-color: #f7faff;
}

/* Styles for campus news page */
a.announcement_link {
    font-size: 14px;
}

p.announcement_summary{ 
    padding-left: 5px;
    width: 500px;
}

/* Styles for /campusinfo/requestinfo.aspx */

div.info_panel {
    margin-bottom: 15px;
    border: 1px solid gray;
    padding: 5px 5px 10px 5px;
    width: 585px;
    
}

div.info_panel span.title {
    color: #262f86;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    top: -13px;
    background-color: #fff;
}
span#msg 
{
	margin: 10px 10px 0px 10px;
	position: relative;
	padding-top: 10px;
}

/* general styles for divs within main wide display */
div.dis_main_wide 
{
	margin: 10px 10px 10px 10px;
	position:relative;
}
