﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body
{
    background-color: #ffffff; /*5c87b2; */
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #1F7BC5;  /*#034af3;*/
    text-decoration: underline;
}
a:visited
{
    color: #1F7BC5; /*#505abc; */
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 16px;
    color: #4D7AA4;
    font-family: Verdana, Helvetica, Sans-Serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
    background-color : #F2F2F2;
    padding: 4px;
}
h4  /* Module headers */
{
    color: #696969;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
}

#header
{
    position: relative;
    margin: 0px;
    color: #000;
    background: url("../content/images/v2_header.png") repeat-x scroll 0 0 transparent;
    height: 58px;
    padding: 0px 14px;
}

#header h1
{
    font-weight: normal;
    margin: 0;
	margin-top: 8px;    
    color: #fff;
    border: none;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 24px !important;
    display: inline-block;
}

#main
{
   /* padding: 30px 30px 15px 30px; */
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* Left Menu Styles 
----------------------------------------------------------*/

#leftmenu ul
{
	margin-left: 0px;
	padding-left: 0px;
    color: #696969;
}
#leftmenu ul li
{
	list-style-type: none;
	padding: 8px 0 8px 8px;
	font-size: 14px;
}
#leftmenu ul li a
{
	text-decoration: none;
    color: #696969;
}

#leftmenu .teamitem
{
	padding: 0px 11px;
}
.menuitem-bordertop
{
	border-top: thin solid #e0e0e0;
}
.menuitem-borderbottom
{
	border-bottom: thin solid #e0e0e0;
}

.leftsubmenu
{
	padding-bottom: 11px;
}


.li-icon
{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.MyAssignmentsIcon  { background-image: url("../content/images/v2_myassignments.png"); }
.MyProfileIcon		{ background-image: url("../content/images/v2_profile.png"); }
.MyAvailabilityIcon	{ background-image: url("../content/images/v2_availability.png"); }
.MyTeamsIcon		{ background-image: url("../content/images/v2_team.png"); }
.TeamIcon			{ background-image: url("../content/images/v2_team.png"); }
.CampusIcon			{ background-image: url("../content/images/v2_campus.png"); }
.ReportsIcon		{ background-image: url("../content/images/v2_reports.png"); }
/*.MessageIcon		{ background-image: url("../content/images/v2_message.png"); } */
.UserIcon			{ background-image: url("../content/images/v2_user.png"); }
.EventIcon			{ background-image: url("../content/images/v2_event.png"); }
.ResourceIcon		{ background-image: url("../content/images/v2_resource.png"); }
.SchedulerIcon		{ background-image: url("../content/images/v2_scheduler.png"); }
.ControlPanelIcon	{ background-image: url("../content/images/v2_controlpanel.png"); }
.SendMessageIcon	{ background-image: url("../content/images/v2_sendmessage.png"); }
.AnnouncementIcon	{ background-image: url("../content/images/v2_announcement.png"); }
.TeamsIcon			{ background-image: url("../content/images/v2_team.png"); }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
	/* 
    margin: 1em 0;
    padding: 1em; */
    padding: 4px;
    border: 0px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: inline-block;
    width: 160px;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


.editor-label
{
	float: left;
	width: 160px;
}
.editor-label-wide
{
	float:left;
	width: 300px;
}

.editor-field
{
	/* line-height: 2.2em; */
	padding-bottom: 4px;
}

.editor-field-long input[type="text"]
{
	width: 300px;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4; 
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4; 
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}


.child-table
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #696969;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.hidden
{
	display:none;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    display:block;
    text-align:right;
    color:White;
    padding-top:14px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.nobreak
{
	white-space:nowrap;
}
	
/* ------ 3 column layout --------------*/

#main
{
	padding-left: 200px;
	/* for 3 column layout: 
	padding-right: 240px;
*/
}
#main .column
{
	position: relative;
	float: left;
}

#contentcolumn
{
    width:100%;
}

/* Ie6 fix */
#leftcolumn 
{
	width: 200px; /* LC width */
	margin-left: -100%;
	left: 240px; /* RC width for IE6 */
}

#rightcolumn
{
	width: 240px;
	margin-right:-240px;
}

#footer
{
	clear: both;
}

.innertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#main > #leftcolumn 
{
	left: -200px; /* -LC width for others */
	margin-left: expression(document.all.contentcolumn.offsetWidth * -1); /* Fix for IE7 */
}




/* ------------------  pager style  -----------------------*/

.pages { color:red;font-weight:bold; font-size:11px;}

.pages  .item{padding: 1px 6px;font-size: 13px;} /*numeric pager items*/

.pages .cpb {color:red;padding: 1px 6px;font-size: 13px;} /*current pager item*/

.pages a { text-decoration:none;padding: 0 5px; border: 1px solid #ddd;

           margin:0 2px; color:#000;font-weight:normal;}

.pages a:hover { background-color: #E61636; color:#fff;

                 border:1px solid #E61636; text-decoration:none;font-weight:normal;}


/* ---------------------  drop-down notification style -----------------------------*/

.info
{
	background-color: #CCFFCC;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 6px;
    font-family: helvetica;
    font-size: 1em;
    text-align: center;
    border-top-color: #006600;
    border-bottom-color: #006600;
    font-weight: bold;
    color: #339933;
    cursor:pointer;
}
.warning
{
    background-color: #FFFF99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 6px;
    font-family: helvetica;
    font-size: 1em;
    text-align: center;
    border-top-color: #CC9900;
    border-bottom-color: #CC9900;
    font-weight: bold;
    color: #663300;
    cursor:pointer;
}
.error
{
    background-color: #FFCC99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 4px;
    font-family: helvetica;
    font-size: 1em;
    text-align: center;
    border-top-color: #800000;
    border-bottom-color: #800000;
    font-weight: bold;
    color: #990000;
    cursor:pointer;
}

.headerinfo
{
    background-color: #CCFFCC;
    padding: 6px;
    font-family: helvetica;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    color: #339933;
    text-align:center;
    float: left;
    margin-left: 18px;
    margin-top: 11px;
}

/* ImageCheck Style */
.imageCheck
{
	float:right;
}



/* Buttons, Search for each module's "listing" page */

input.ui-button
{
	padding: 0.2em 1em;
}
.ui-button .ui-button-text
{
	line-height: 1.0;
}

.acceptdecline-button
{
	padding: 0.2em 1em;
}
.acceptdecline-accepted
{
    color:Green;	
    font-size: 13px;
    font-weight: bold;
}
.acceptdecline-declined
{
	color:Red;
    font-size: 13px;
    font-weight: bold;
}

.rightjustified
{
	float: right;
}

.hint
{
	color: #777777;
}

.inline_search
{
	display: inline-block;
}

.searchbar
{
	padding-bottom: 8px;
}

.smallgap
{
	margin: 6px;
}




/* ------------------------ my assignments --------------------*/


.assignments-tabs
{
	margin-top: 12px;  
}
.assignments
{
}

.assignment-links
{
	display: inline-block;
	min-width: 156px;
	margin-right: 1px;  /* ie8 fix for inline-block */
}


.assignment-header
{
	font-size: 12px;
}
.assignment-header a
{
	color: #1F7BC5;
}
.assignment-content
{
	padding: 8px;
	margin-left: 14px;
}
.assignment-content th
{
	padding: 0px 5px;
}
.assignment-content table
{
	border:	0px;
}
.assignment-content table td
{
	border: 0px;
	padding: 4px 4px;
}
.assignment-position-column
{
	width: 500px;
	display: inline-block;
	/*background-color: #f0fff0;*/
	vertical-align: top;
}
.assignment-resource-column
{
	width:500px;
	display: inline-block;
	vertical-align: top;
}
.assignment-resources 
{
	width:500px;
}

.assignment-content .ui-widget textarea
{
    color: #696969;
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.assignment-positions
{
	width:400px;
}
.assignment-pos-row
{
	border-bottom: thin solid #e0e0e0;
	/*border-bottom: 1px solid #A6C9E2;*/
}
.assignment-pos-col
{
	width:150px;
}
.assignment-person-col
{
	width:150px;
}
.assignment-notes
{
	width: 416px;
	margin-bottom: 8px;
}
.assignment-note
{
	border: 0px;
	width: 100%;
	overflow:auto;
}

.assignment-ical
{
	margin-left: 171px;
	padding-bottom: 14px;
}
.assignment-ical-icon
{
	background: url("/content/images/v2_scheduler.png") no-repeat scroll right top #EEEEEE;
	display: inline-block;
	width: 16px;
}

/* ------------------- announcement -----------------------*/
.announcements td
{
	border: 0px;
	padding: 1px 5px;
}
.announcements table
{
	border: 0px;
}


/* ------------------------- Resources ------------------------ */
.resources
{
}

.resource-heading
{
	/* border-bottom: thin solid #e0e0e0; */
	/*padding: 4px 6px;*/
	margin: 16px 0 4px;
}
.resource-container
{
	background: url("/content/images/v2_resource_corner.png") no-repeat scroll right top #EEEEEE;
	padding: 8px;
	width: 400px;
	vertical-align: top;

	display: inline-block;
	/* ie7 fix for inline-block: */
    zoom:1; *display: inline; _height: 150px;
	border: 1px solid white;  /* for some reason, without this, audioplayer.js erased background sometimes */
}

.resource-audioplayer
{
	margin-left: 4px;
	/*margin-top: -8px;   actually vertical-alin on the .resource-link doesnt work on mac, so i cant do this here */
}

audio
{
	width: 350px;
	height: 40px;
	border: 0px;
}

.resource-link
{
	vertical-align: top;
	display: inline;
	padding-top:4px;
	margin-top:4px;
	font-size: 14px;
	/*font-weight:bold;*/
}
.resource-icon
{
   width: 30px;
   height: 30px;
   display: inline-block;
}

.resource-other		{ background-image : url('/content/images/v2_doc.png'); }
.resource-pdf		{ background-image : url('/content/images/v2_pdf.png'); }
.resource-mp3		{ background-image : url('/content/images/v2_mp3.png'); }
.resource-url		{ background-image : url('/content/images/v2_url.png'); }
.resource-folder	{ background-image : url('/content/images/v2_folder.png'); }
.resource-vid		{ background-image : url('/content/images/v2_video.png'); }

	
.resource-img img
{
	width:30px;
	height:30px;
    display:inline-block;
}
.resource-video
{ 
	display: inline-block;
	/* ie7 fix for inline-block: */
    zoom:1; *display: inline; _height: 150px;
    padding-right: 4px;
}
.icon-download 
{
	background-image : url('/content/images/download.png');	
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
}
.icon-download a:link
{
	text-decoration: none;
}



/* ------------------- expandable -------------------------*/
.expandable
{
/*	padding-bottom: 4px; */
}

.expando-icon
{
	width: 16px;
	height: 16px;
	background-repeat : no-repeat;
	margin-top : 4px;
	display: inline-block;
}
.icon-expand
{
	background-image : url('/content/images/plusbox.png');
}
.icon-collapse
{
	background-image : url('/content/images/minusbox.png');
}



/*---------------- reset jquery ui widget --------------- */

.ui-widget
{
    font-family: Verdana, Helvetica, Sans-Serif;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Helvetica, Sans-Serif;
}
.ui-widget-header
{
    color: #ffffff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 2px 10px;
    margin-top: 12px;
    
    border: 0px;  /* remove header outline */
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 14px;

    /* background  : url("/content/images/ui-bg-purple.png") repeat-x scroll 50% 50% #5C9CCC;    */
}
.widget-tab
{
	display:inline-block;
}
.ui-widget-content {
	padding: 10px;
    color: #696969;
    background: #ffffff;
}
.ui-widget-content-shade {
/*    border: 1px solid  #DDDDDD;  override border color */
	background-color: #F2F2F2; /*#E8EEF4;*/
	padding: 8px;
    color: #696969;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #2E6E9E;
    font-weight: normal;
}

.ui-tabs
{
	padding: 0px;  /* remove space around header */
}
.ui-tabs .ui-tabs-nav li a   /* tab font */
{
    padding: 2px 1em;  /* shrink the tab height */
    color: #696969;
    /*font-weight: normal;*/
}
/*
.ui-tabs .ui-tabs-nav .ui-tabs-selected 
{
    color: #696969;
	font-weight: bold;
} 
*/
.ui-tabs .ui-tabs-nav li.ui-tabs-selected 
{
	padding-bottom: 0;
}

.ui-tabs .ui-corner-all 
{
    border-radius: 5px 5px 0 0;  /* remove the rounded bottom for the header */
}

.ui-tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{
    border: 1px solid #DDDDDD;  /* change tab outline to gray */
}

.ui-tabs .ui-button
{
    border-radius: 5px;  /* fix button rounding within tabs */
}

/*------------------------  re-style MyAssignmennt jqueryui tabs to look like other widget-headers  ---------------------*/

.myassignments .ui-tabs .ui-widget-header
{
	background: #ffffff;
}
.myassignments .ui-tabs .ui-tabs-nav 
{
    margin: 0;
    padding: 0;
}
.myassignments .ui-widget-content
{
	border: 0px;
}
.myassignments .ui-tabs .ui-tabs-panel 
{
	border: 1px solid #A6C9E2;
	padding: 15px 5px 5px 5px;
}
.myassignments  li.ui-state-active a
{
    background: url("/content/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50% #5C9CCC;
    color: #ffffff;
}


#tooltip{
    border-radius: 5px;  /* fix button rounding within tabs */
	position:absolute;
    border: 1px solid #DDDDDD;  /* change tab outline to gray */
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}
	
	
	
.sysadmins
{
	padding: 8px;
	border: 1px solid #DDAAAA;
}

.cmslinked
{
	background-color: #CCFFCC;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    color: #339933;
}

.member-cms-link
{
	height:24px;
	width: 24px;
	margin-bottom: 8px;
}
.member-cms-link-small
{
	height:16px;
	width: 16px;
}

.no-link-border
{
	outline : none;
	border : 0;
}

.team-member
{

}

.ae-lookup-multidisplay {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nvm_ae-lookup-multidisplay {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	border: solid 1px gainsboro;

	vertical-align: middle;
	background: white;
	min-height: 1.9em;
	border-radius: 3px 0 0 3px;
}

