/**
 * This file should be modified only be EDC personel
 * Contact us at support@edc-aim.com with any questions
 */

/**************************************************************************
YUI TabView */

div.yui-navset
{
	padding: 2px;
}

ul.yui-nav
{
	padding-top: 2px;
	padding-left: 2px;	
}

ul.yui-nav li
{
	padding: 2px;	
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #333;	
	background-color: #ffffff;
}

ul.yui-nav li.selected
{	
	color: #5a7994;
	background-color: #00397c;		
	position: relative;
	bottom: -1px;
}
ul.yui-nav li.selected:hover
{
	background-color: #ffffff;
}

ul.yui-nav li:hover
{
	background-color: #ffffff;	
}

ul.yui-nav li a
{
	color: #000000;
}

ul.yui-nav li.selected a
{
	color: #5a7994;
}

ul.yui-nav li a
{
	text-decoration: none;
}

div.yui-content
{
	border-left: solid 1px #999;		
	border-right: solid 1px #333;
	border-top: solid 1px #999;
	border-bottom: solid 1px #333;
}

div.yui-content div
{
	padding: 2px;	
}

div._yui-navset,
div._yui-content
{
	border: none;
}

ul._yui-nav
{
	visibility: hidden;
	display: none;
}

/**************************************************************************
YUI Panel */

.yui-panel
{
	border: double 3px none;	
	background-color: #ffffff;	
}

.yui-panel .hd
{	
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px none;
	color: #00397c;
	background-color: #ffffff;	
}

.yui-panel .container-close 
{
	background-image: url(http://parking.bucknell.edu//images/close.png);
	top: 0px;
	width: 16px;
	height: 16px;
}

.yui-panel .bd
{
	font-size: medium;	
}

/* Resize Panel CSS */
.yui-panel-container .yui-resizepanel .bd {
    overflow: auto;    
}

.yui-panel-container.hide-scrollbars .yui-resizepanel .bd {
    overflow: hidden;
}

.yui-panel-container.show-scrollbars .yui-resizepanel .bd {
    overflow: auto;
}		

.yui-panel-container.show-scrollbars .underlay {
    overflow: visible;
}

.yui-resizepanel .resizehandle { 
     position: absolute; 
     width: 10px; 
     height: 10px; 
     right: 0;
     bottom: 0; 
     margin: 0; 
     padding: 0; 
     z-index: 1;      
     cursor: se-resize;
 }
 
 /**************************************************************************
YUI Color Picker */
 
/*
.yui-picker-panel{background: #e3e3e3 none repeat scroll 0% 0%;border-color: #888888;}
.yui-picker-panel .hd{background-color:#cccccc;border:1px solid #e3e3e3;color:#000000;font-size:100%;font-weight:bold;line-height:100%;overflow:hidden;padding:6px;}
.yui-picker-panel .bd{background:#e8e8e8 none repeat scroll 0% 0%;height:200px;margin:1px;}
.yui-picker-panel .ft{background:#e8e8e8;margin:1px;padding:1px;}
.yui-picker{position:relative;}
.yui-picker-hue-thumb{cursor:default;width:18px;height:18px;top:-8px;left:-2px;z-index:9;position:absolute;}

.yui-picker-hue-bg {
	background:transparent url(http://parking.bucknell.edu/yui.php?filename=yui/build/colorpicker/assets/skins/sam/hue_bg.png) no-repeat scroll 0% 0%;
	height:183px;
	left:200px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0px;
	position:absolute;
	top:4px;
	width:14px;
}
.yui-picker-bg {
	background-color:#FF0000;	
	background-image:url(http://parking.bucknell.edu/yui.php?filename=yui/build/colorpicker/assets/skins/sam/picker_mask.png);
	height:182px;
	left:4px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0px;
	position:absolute;
	top:4px;
	width:182px;
}

*html .yui-picker-bg
{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://parking.bucknell.edu/yui.php?filename=yui/build/colorpicker/assets/skins/sam/picker_mask.png',sizingMethod='scale');
}

.yui-picker-mask {left:0px;position:absolute;top:0px;z-index:1;}
.yui-picker-thumb{cursor:default;width:11px;height:11px;z-index:9;position:absolute;top:-4px;left:-4px;}
.yui-picker-swatch{position:absolute;left:240px;top:4px;height:60px;width:55px;border:1px solid #888;}
.yui-picker-websafe-swatch{position:absolute;left:304px;top:4px;height:24px;width:24px;border:1px solid #888;}
.yui-picker-controls{position:absolute;top:72px;left:226px;font:1em monospace;}
.yui-picker-controls .hd{background:transparent;border-width:0px !important;}
.yui-picker-controls .bd{height:100px;border-width:0px !important;}
.yui-picker-controls ul{float:left;padding:0 2px 0 0;margin:0}
.yui-picker-controls li{padding:2px;list-style:none;margin:0}
.yui-picker-controls input{font-size:0.85em;width:2.4em;}
.yui-picker-hex-controls{clear:both;padding:2px;}
.yui-picker-hex-controls input{width:4.6em;}
.yui-picker-controls a{font:1em arial,helvetica,clean,sans-serif;display:block;*display:inline-block;padding:0;color:#000;}
*/

/**************************************************************************
YUI Calendar */

div.date_range_selection
{
	width: 655px;
	border: double 3px #a0a0a0;
}

div.yui-calcontainer 
{
	border: none;
	float: left !important;
	background-color: #ffffff;
}

th.calhead,
th.calweekdaycell
{
	border: none !important;
	border-bottom: solid 1px #ffffff !important;
	background-color: #00397c !important;
	color: #ffffff !important;
}

th.calhead,
div.calheader
{	
	text-align: center;
	font-weight: bold;
}

a.calnavleft
{
	background-image: url(http://parking.bucknell.edu/yui.php?filename=yui/build/calendar/assets/callt.gif) !important;
}

a.calnavright
{
	background-image: url(http://parking.bucknell.edu/yui.php?filename=yui/build/calendar/assets/calrt.gif) !important;
}

td.calcell a.selector
{
	color: inherit;
}

button.calendar_quick_set_menu
{
	margin-left: 5px;
	float: left !important;
}

div.date_range_selection div.start_date
{
	margin-left: 3px;
	float: left !important;
}
div.date_range_selection div.label
{
	margin-right: 1px;
}
div.date_range_selection div.label.end_date
{
	margin-left: 3px;
}

/* This page was loaded in: -1258865275.6399 seconds */
