@import url("tablesorter.css");
@import url("galleriffic.css");
@import url("lightbox.css");
@import url("carousel.css");
@import url("cluetip.css");


.rightbutton
{
	font-weight: bold;
	background-color: #515750;
	border-bottom: 1px solid #8e3c8b;
	border-left: 1px solid #8e3c8b;
	color: #f2eee1;
	font-size: 110%;
	padding: 4px;
	display: block;
	text-decoration: none;
	width: 181px;
	margin: 0;
}

.rightbuttondiv a:hover span
{
	background-color: #e3e5c0;
	color: #515750;;
}

#noscriptbox
{
	width: 189px;
}

/* todo list */
#nav2
{ width: 170px; }

#nav2 li 
{ 
	list-style: url(/templates/2009/images/bluearrow_ie.gif);
}

#nav2 li li 
{ 
	width: 162px;
	
	list-style: url(/templates/2009/images/bluearrow_ie.gif);
	border-bottom: solid 1px #8e3c8b; 
}
#nav2 li li.first { border-top: solid 1px #8e3c8b; }
#nav2 li a:hover, 
#nav2 li a.sfhover,
#nav2 li li:hover,
#nav2 li li:hover a { background-color: #8e3c8b; }
#nav2 li li.sfhover,
#nav2 li li.sfhover a { background-color: #8e3c8b; }

legend
{
	font-weight: bold;
	color: #33678c;
}

.inputfield { border: solid 1px #999999; }

.width100 { width: 100px; }

fieldset, .showbox
{
	margin-left: 6px;
	margin-top: 6px;
	border: solid 1px #33678c;
	/* width: 540px; */
	padding: 6px;
}

fieldset div
{
	margin-right: 10px;
	margin-top: 6px;
	float: left;
}

.fieldcolor { border-color: #999999; }
.inline { display: inline; }

/*
form { width: 580px; }
*/

#topmenu, .topmenu
{
	margin: 0 0 15px 0;
	padding: 0;
	height: 10px;
	text-align: center;
}

#topmenu ul, .topmenu ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topmenu ul li, .topmenu ul li
{
	display: block;
	float: left;
	text-align: center;
	list-style-type: none;
	margin: 0;
}

#topmenu ul li a:link, #topmenu ul li a:visited, .topmenu ul li a:link, .topmenu ul li a:visited
{
	background-color: #c3d3e3;
	padding: 2px 6px 2px 6px;
	margin: 0 2px 0 2px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
}

html>body #topmenu li a { width: auto; }
html>body .topmenu li a { width: auto; }

#topmenu ul li a:hover, #topmenu ul li a:active, .topmenu ul li a:hover, .topmenu ul li a:active
{
	color: #000066;
	background-color: transparent;
}

.topmenutitle
{
	text-align: center;
	color: #000080;
	font-weight: bold;
	margin: 0 0 4px 0;
	font-size: 14px;
}

/* rules for classes */
#navi a 
{ 
	border: 1px solid #666666; 
	background: #cccccc; 
	text-decoration: none; 
	margin: 0 2px; 
	padding: 3px 5px; 
}
#navi a.activeSlide { background: #15629d; }

#navi a:focus { outline: none; }

a#prev, a#next, a#pause, a#resume
{ 
	cursor: pointer;
	border: 1px solid #666666; 
	background: #cccccc; 
	text-decoration: none; 
}

#frame
{
	position: relative;
	width: 400px;
	height: 250px;
}

#glassbladesbig,
#ladybugbig,
#mojavebig,
#lotusbig,
#lightningbig,
#pierbig,
#seamistbig,
#flowingrockbig
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#directory
{
    background: url(/hr/images/directory_2.jpg) no-repeat;
    display: block;
    width: 169px;
    height: 29px;
}

#directory a
{
    display: block;
    width: 169px;
    height: 29px;
}

#directory img
{
    width: 169px;
    height: 29px;
    border: 0;
}

#directory a:hover img
{
    display: none;
}

/* ================= for FlowPlayer ===================== */
/* root element for tabs  */
#textbox #centerrightcolumn ul.tabs 
{ 
	list-style: none; 
	margin: 0 !important; 
	padding: 0;
	height: 30px;
	border-bottom: 1px solid #666;	
}

/* single tab */
#textbox #centerrightcolumn ul.tabs li 
{ 
	float: left;	 
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style: url(/templates/2009/images/bluearrow_ie.gif);
}

/* link inside the tab. uses a background image */
#textbox #centerrightcolumn ul.tabs li a 
{ 
	background: url(/imt/images/tabs.png) no-repeat -652px 0;
	font-size: 11px;
	display: block;
	height: 30px;  
	line-height: 30px;
	width: 111px;
	text-align: center;	
	text-decoration: none;
	color: #000;
	padding: 0px;
	margin: 0px;	
	position: relative;
	top: 1px;
}

#textbox #centerrightcolumn ul.tabs li a:active {
	outline: none;		
}

/* when mouse enters the tab move the background image */
#textbox #centerrightcolumn ul.tabs li a:hover {
	background-position: -652px -31px;	
	color: #fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#textbox #centerrightcolumn ul.tabs li a.current, 
#textbox #centerrightcolumn ul.tabs li a.current:hover
{
	background-position: -652px -62px;		
	cursor: default !important; 
	color: #000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* ie 6 will see all this */
#textbox #centerrightcolumn ul.tabs li a.w1 		{ background-position: -519px 0; width:134px; }
#textbox #centerrightcolumn ul.tabs li a.w1:hover 	{ background-position: -519px -31px; }
#textbox #centerrightcolumn ul.tabs li a.w1.current { background-position: -519px -62px; }

#textbox #centerrightcolumn ul.tabs li a.w2 		{ background-position: -366px -0px; width:154px; }
#textbox #centerrightcolumn ul.tabs li a.w2:hover 	{ background-position: -366px -31px; }
#textbox #centerrightcolumn ul.tabs li a.w2.current { background-position: -366px -62px; }

#textbox #centerrightcolumn ul.tabs li a.w3 		{ background-position: -193px -0px; width:174px; }
#textbox #centerrightcolumn ul.tabs li a.w3:hover 	{ background-position: -193px -31px; }
#textbox #centerrightcolumn ul.tabs li a.w3.current { background-position: -193px -62px; }

#textbox #centerrightcolumn ul.tabs li a.w4 		{ background-position: -0px -0px; width:194px; }
#textbox #centerrightcolumn ul.tabs li a.w4:hover 	{ background-position: -0px -31px; }
#textbox #centerrightcolumn ul.tabs li a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/* tab pane styling */
div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:100px;
	font-size:14px;
	background-color:#fff;
}

#demotip 
{
	display: none;
	background: transparent url(/imt/images/black_arrow.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #ffffff;	
}

/* style the trigger elements */
#demo img 
{
	border: 0;
	cursor: pointer;
	margin: 0 4px;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position: relative;
	overflow: hidden;
	width:  550px;
	height: 120px;

	/* custom decorations */
	border: 1px solid #ccc;
	background:url(/imt/images/h300.png) repeat-x;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;

}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* active item */
.scrollable .active {
	border: 2px solid #000;
	z-index: 9999;
	position: relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable 
{
}

/* prev, next, prevPage and nextPage buttons */
#textbox #centerrightcolumn a.browse 
{
	background: url(/imt/images/hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 10px 10px;
	cursor: pointer;
	font-size: 1px;
}

/* right */
#textbox #centerrightcolumn a.right
{ 
	background-position: 0 -30px; 
	clear:right; 
	margin-right: 0px;
}
#textbox #centerrightcolumn a.right:hover
{ background-position:-30px -30px; }
#textbox #centerrightcolumn a.right:active
{ background-position:-60px -30px; } 


/* left */
#textbox #centerrightcolumn a.left				{ margin-left: 0px; } 
#textbox #centerrightcolumn a.left:hover  		{ background-position:-30px 0; }
#textbox #centerrightcolumn a.left:active  	{ background-position:-60px 0; }

/* up and down */
#textbox #centerrightcolumn a.up, #textbox #centerrightcolumn a.down		{ 
	background:url(/imt/images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
#textbox #centerrightcolumn a.up:hover  		{ background-position:-30px 0; }
#textbox #centerrightcolumn a.up:active  		{ background-position:-60px 0; }

/* down */
#textbox #centerrightcolumn a.down 				{ background-position: 0 -30px; }
#textbox #centerrightcolumn a.down:hover  		{ background-position:-30px -30px; }
#textbox #centerrightcolumn a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
#textbox #centerrightcolumn a.disabled {
	visibility:hidden !important;		
} 	

/* styling for the image wrapper  */
#textbox #centerrightcolumn #image_wrap 
{
	/* dimensions */
	width:550px;
	margin-left: 43px;
	padding:15px 0;

	/* centered */
	text-align:center;

	/* some "skinning" */
	background-color:#efefef;
	border:2px solid #fff;
	outline:1px solid #ddd;
	-moz-outline-radius:4px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/imt/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* some styling for triggers */
#triggers 
{
	text-align:center;
}

#triggers img 
{
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}



/* styling for elements inside overlay */
.details 
{
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}

.details h3 
{
	color:#aba;
	font-size:11px;
}

#textbox #centerrightcolumn #mask {
	background:#678 url(http://flowplayer.org/tools/img/expose/mask_gradient_1000.png) no-repeat;
	background-position:-260px -79px;
}

#textbox #centerrightcolumn form.expose {
	border:1px outset #ccc;
	background:#fff url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x;
	padding:20px;
	margin:20px 0;
	text-align:center;
	width:350px;
	-moz-border-radius:4px;
}

/* http://www.quirksmode.org/css/forms.html */
#textbox #centerrightcolumn form.expose label, #textbox #centerrightcolumn form.expose input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#textbox #centerrightcolumn form.expose label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

/* for IE6 */
#dialog1, #dialog2, #dialog3, #dialog4, #dialog5
{
	/* display: none; */
}

label.error 
{ 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top;
	display: block;
}

#textbox #ct_deactivate_voicemail_form #shared_room_div
{
	display: none;
}

#textbox #ct_deactivate_voicemail_form #new_room_div
{
	display: none;
}

#textbox #service_for_div,
#textbox #account_number_div,
#textbox #phone_ext_div,
#textbox #date_required_div,
#textbox #jack_div,
#textbox #contact_person_div,
#textbox #authorized_by_div
{
	margin-top: 8px;
	width: 260px;
	height: auto;
	border: solid 1px #dddddd;
	float: right;
	display: none;
	font-size: 95%;
}

#textbox #work_order_form #job_type_new_extension_div
{
	display: none;
}

/* simple slide show */
#demo_slideframe
{
	width: 350px;
	height: 200px;
}

#demo_slideframe .caption
{
	top: 184px;
	width: 350px;
	height: 20px;
	text-align: left;
}


/* blackboard rollover  */
#BlackBoard
{
    width: 85px;
    height: 85px;
    display: block;
    background: url(/imt/ambulatory_systems/images/Bb_2.jpg) no-repeat;
    cursor: pointer;
}

#directory:hover
{
    background-position: 0 -85px;
}





