﻿/*-----------------------------------------------------------
Style Sheet: CAP_StudentServices.css - This is customized colors for Student Services subsite
Purpose: Customize the design of your MOSS site within University Branding Guidelines: 
http://www.ucdenver.edu/about/departments/WebServices/Policies/WebIdentityStandards/CustomDesigns/ThemeGuidelines/Pages/ThemeDesignGuidelines.aspx
--------------------------------------------------------------*/

/*This is link to all other styles for the A&P website*/
@import url('/academics/colleges/ArchitecturePlanning/Documents/Styles_Scripts/CAPCustomTheme.css');

/*-----------------------------------------------------------
[IMPORTANT NOTES] 
Please comment out any sections below that you are not going to customize, so that they continue to inherit the default university settings.
--------------------------------------------------------------*/

/*-----------------------------------------------------------
[Table of Contents]
Bread Crumbs / .breadcrumb
Page Headings and Titles / h1, h2, h3, h4, h5, h6
Basic Typography / a, a.moreinfo
Content Images / #primaryImageWrapper, #pageSplashImage
Call to Action Boxes (side columns) / .sideBar-callOut
Information Boxes (side columns) / .sidebarInfo
Highlight Boxes (main column) / .highlight
Horizontal Rules / .hr
Tables for Data / .table table
Bulleted Lists / ol, ul
Tabs / #tab
Miscellaneous / pre, spotlightbox, infobox, etc.
*/

/* ------------------------------------------------------------*/
/* -------------------->>> Bread Crumbs <<<--------------------*/
/* ------------------------------------------------------------*/
/*UCD Branding Restrictions - DO NOT CHANGE: Placement, Font family, Font size*/

/*Breadcrumb container*/
.breadcrumb {
   color: #A55932 !important;
   }

/*Breadcrumb link*/
.breadcrumb a {
   color: #A55932 !important;
}

/* ------------------------------------------------------------*/
/* --------------->>> Page Headings & Titles <<<---------------*/
/* ------------------------------------------------------------*/
/*UCD Branding Restrictions - DO NOT CHANGE: Font family, Font size, Line Height*/

/*Heading 2*/
h2 {
   color: #FFF;
   background-color: #A55932;
}

/*Heading 3*/
h3 {
	color: #A55932;
}

/*Heading 4*/
h4 {
   color: #A55932;
}

/*Heading 5*/
h5 {
   color: #A55932;
}

/*Heading 6*/
h6 {
   color: #A55932;
}

/* ------------------------------------------------------------*/
/* ----------->>> Basic Typography - Links, etc. <<<-----------*/
/* ------------------------------------------------------------*/

/*Paragraph Links*/
p a { 
   color: #A55932; 
}

/*Links*/
a { 
   color: #A55932; 
}

/*Unordered & Ordered List Item Links*/
ul li a,
ol li a { 
   color: #A55932; 
}

/*Unordered & Ordered List Item Links - hover state*/
ul li a:hover,
ol li a:hover { 
   color: #A55932; 
}

/*More Information Link*/
.moreinfo {
   color: #fff;
   background-color: #A55932;
} 

/* ------------------------------------------------------------*/
/* ------------------->>> Content Images <<<-------------------*/
/* ------------------------------------------------------------*/

/*content page image*/
#primaryImageWrapper img {
   background-color: #FFF;
   border: 1px solid #A55932 !important;/*important needs to be kept here*/
}

/*Content image - floating right*/
.floatImageRight,
.floatRight { 
   background-color:#FFF; 
   border-color: #A55932; 
}

/*Content image - floating left*/
.floatImageLeft,
.floatLeft { 
   background-color:#FFF; 
   border-color: #A55932; 
}

/* ------------------------------------------------------------*/
/* ------>>> "Call To Action" Boxes for side columns <<<-------*/
/* ------------------------------------------------------------*/
/*UCD Branding Restrictions - DO NOT CHANGE: Width, Font family, Font size*/

/*Call to Action Box container in Side Column*/
.sideBar-callOut {
	border-top: 5px solid #d1d4a3;
	border-bottom: 5px solid #d1d4a3;
	background-color: #A55932;
	color: #FFF;
}

/* ------------------------------------------------------------*/
/* ------->>> "Information" Boxes for side columns <<<---------*/
/* ------------------------------------------------------------*/
/*UCD Branding Restrictions - DO NOT CHANGE: Width, Font family, Font size*/

/*Information Box container in Side Column*/
.sidebarInfo {
   background-color: #edeedb;
   border-top: 5px solid #d1d4a3;
   border-bottom: 5px solid #d1d4a3;
}

/*Heading 3 for Information Box in Side Column*/
.sidebarInfo H3 {
   background-color: #edeedb;
   color: #A55932;
}

/*Heading 4 for Information Box in Side Column*/
.sidebarInfo H4 {
   color: #A55932;
}

/*Table for Information Box in Side Column*/
.sidebarInfo table.table {
   border-bottom: 1px solid #d1d4a3;
   border-top: 1px solid #d1d4a3;
   color: #000;
   background-color: #EEF0E1;
}

/*Table Row for Information Box in Side Column*/
.sidebarInfo table.table tr { 
   border-top: 0px solid #999b9e;
}

/*Table Row Odd for Information Box in Side Column*/
.sidebarInfo table.table tr.odd td {
	background-color: #d1d4a3;
}

/*Table Row Even for Information Box in Side Column*/
.sidebarInfo table.table tr.even td {
	background-color: #EEF0E1;
}

/*Table Cell for Information Box in Side Column*/
.sidebarInfo table.table tr td {
   border-top: 1px solid #999b9e;
}

/* ------------------------------------------------------------*/
/* ------>>> "Highlight Boxes" for wide main column <<<--------*/
/* ------------------------------------------------------------*/
/*UCD Branding Restrictions - DO NOT CHANGE: Width, Font family, Font size*/

/*Highlight Box in Main Column*/
.highlight {
	margin: 50px 0px 10px -20px;
	padding: 20px 0px 20px 20px;
	background: #FFF url(../../../PublishingImages/Highlight_box_orange.gif) no-repeat left top !important;
	height: auto;
	clear: both;
	width: 645px !important; /*Paragraph, Unordered List and Heading 4 for Highlight Box in Main Column*/;
}

/*Headings inside Highlight Box*/
.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4,
.highlight h5,
.highlight h6 { 
   color: #A55932;
}

/*Links inside Highlight Box*/
.highlight a { 
   color: #A55932 !important; 
}

/* ------------------------------------------------------------*/
/* ------------------>>> Tables for Data <<<-------------------*/
/* ------------------------------------------------------------*/
/*UCD Branding Restrictions - DO NOT CHANGE: Width, Font family, Font size*/

/* table header */	
table.table th { 
	color: #A55932;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}	

/* ------------------------------------------------------------*/
/* ------------------------>>> Tabs <<<------------------------*/
/* ------------------------------------------------------------*/

/*Tabs unordered list*/
#tabs .ui-tabs-nav { 
   border-bottom-color: #000; 
}

/*Tabs unordered list linked tab labels*/
#tabs .ui-tabs-nav a, 
#tabs .ui-tabs-nav a span { 
   background-color: #EEF0E1; 
   color: #000000; 
}

/*Tabs unordered list linked tab labels*/
#tabs .ui-tabs-nav a:link, 
#tabs .ui-tabs-nav a:visited { 
   color: #fff; 
}

/*Tabs unordered list linked tab label - selected*/
#tabs .ui-tabs-nav .ui-tabs-selected a, 
#tabs .ui-tabs-nav .ui-tabs-selected a span { 
   background-color: #A55932; 
   color: #fff; 
}

/*Tabs unordered list linked tab label - disabled*/
#tabs .ui-tabs-nav .ui-tabs-disabled a:link, 
#tabs .ui-tabs-nav .ui-tabs-disabled a:visited { 
   color: #000; 
}

/*Tabs content area*/
#tabs .ui-tabs-panel { 
   background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */ 
}

/*Tabs image*/
#tabs img { 
   background-color: #FFF; 
   border-color: #A55932; 
}

/* ------------------------------------------------------------*/
/* ---------------->>> Faculty Styles <<<----------------------*/
/* ------------------------------------------------------------*/



/* ------------------------------------------------------------*/
/* ------------------>>> Miscellaneous <<<---------------------*/
/* ------------------------------------------------------------*/

/* Summary Page Div Heading 4*/
.longMod h4 {
   color: #A55932; 
   background-color: #FFF;
}

/*Introductory Two column Splash Page Div Heading 3*/
.stackMod h3 {
   color: #A55932; 
   background-color: #FFF;
}

/*PRE tag used to display preformatted text that needs specific spaces between lines, words, or letters.*/
pre { 
   background-color: #FFF; 
   border-color: #A55932;
}

.spotlightBox { 
   background-color: #FFF; 
   border-color: #A55932;
}

.infoBox { 
   border-top-color: #A55932; 
}

.infoBox .image { 
   border-color: #A55932; 
   background-color: #FFF; 
}

.infoBox h3 a { 
   color: #A55932; 
}

.infoBox h3 a:hover { 
   color: #A55932; 
}

.infoBox .link { 
   color: #A55932; 
}

.infoBox .link a:hover { 
   border-bottom-color: #A55932; 
}

a.contextual { 
   color: #000; 
}

input#ctl00_ctl12_S5C336BC5_InputKeywords { 
   background-color: #FFF; 
   color: #000; 
   border-color: #A55932;
}

a.link { 
   color:#000; 
}

tr.headerrow { 
   color: #fff; 
   background-color: #A55932; 
}

tr.totalrow { 
   background-color: #E9F1F5; 
}



