@import "worklogs.css";

/*GLOBAL TYPOGRAPHY*/
*{
	line-height:1.2;
	clear:none;
}
form{
	display:inline;
}
body{
	color:#333;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{ 	color:#000; 
	text-decoration: none;
	}

li{
	display:inline;
}
a:hover{
	color:#555;
}

img{
	border:none;
}

.valign {
	display: inline;
	vertical-align: middle;
}

.faq{
	color:#f88;
	padding:3px;
	text-decoration:none;
}

/*Header*/
#header{
	background-image: url(../images/header_bg.png);
	background-repeat:repeat-x;
	margin:0px;
	text-align:right;	
	font-size:8pt;
	padding:0px 0px 0px 20px;
	min-width:745px;
	width: 100%;
	position: fixed;
	z-index: 50;
}

.header_alert {
    background-image: url(../images/header_bg_alert.png) !important;
}

.alert {
	clear:both;
	height:22px;
	text-align:left;
	background: URL(../images/alert_icon.png) no-repeat top left;
	margin-left:-20px;
	margin-bottom:-3px;
	padding-left:25px;
	padding-top:3px;
	font-weight:bold;
	font-size:12px;	
}

#header h1{
	float:left;
	font-size:15pt;
	padding:0px;
	margin:8px 0 0 0;
}


#header h2{
	font-size:12pt;
	margin: 4px 0 4px 0;
}

#header_right {
	padding-right: 35px;
	margin: 0;
}

#header_right img{
	border: 1px solid #70906f;
}


#header img{
	padding-right:6px;
	padding-top: 2px;
}

.kivalogo
{
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='./images2/kivalogo.png');
}

#header_right img {
	padding: 0px;
	margin-right: 6px;
	margin-left: 6px;
	float: right;
	margin-top: 4px;
}

#header_nav {
	text-align: left;
	height: 30px;
	font-size: 10pt;
	clear: both;
	
	}
	
.header_tab {
	overflow: visible;
	width: 100px;
	float: left;
	padding: 3px 0px 9px 15px;
	margin-left: -25px;
	position: relative;
	left: 30px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/tab_green.png');
}

.header_tab[class] {
	background-image:url(../images/tab_green.png);
	background-repeat: no-repeat;
}

.header_tab:hover {
	position: relative;
	z-index: 100;
	background-image:url(../images/tab_lightgreen.png);
}

.header_tab_selected {
	overflow: visible;
	width: 100px;
	float: left;
	padding: 3px 0px 9px 15px;
	margin-left: -25px;
	position: relative;
	left: 30px;
	font-weight:bold;
	z-index: 100;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./images/tab_blue.png');
}

.header_tab_selected[class] {
	background-image:url(../images/tab_blue.png);
	background-repeat: no-repeat;
}
	
#header:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; }
	
.location{
	padding:0px;
	margin-top:8px;
	font-weight:bold;
	font-size:12pt;
	padding-left:10px;
	color:#333;
	float:left;
}


/* footer */
#footer{
	clear:both;
	font-size:8pt;
	margin:auto;
	padding-top:30px;
	text-align:center;
}
#footer ul{	
	margin: 0px;
	padding:0px;
	margin-top:12px;
}
#footer li{
	margin-left:8px;
	padding:0px;
	font-weight: bold;
}
#footer li a{
	background:url(../images2/menubg_selected.gif) #cec;	
	border:1px inset #ccc;
	text-decoration:none;
	padding:4px;
	padding-left:10px;
	padding-right:10px;	
}
#footer li a.light:hover{
	border:1px inset #ccc;
	background:url(../images2/menubg_selected.gif) #cec;	
	color:#111;	
}
#footer li a.light{
	border:1px outset #ccc;
	background:url(../images2/menubg.gif) #def;
	color:#444;
}

/*main content*/
#content_container{
	clear:both;
	padding-top:3px;
}

#content_container .reply .clustering{
	display: inline;
}

/*left column*/
#left_col{
	width:380px;
	float:left;
	padding-left: 5px;
}
#left_col .mod_container{
	padding:0px;
	margin:10px 0px 0px 0px;
	background:#eee;
	border:1px solid #70906f;
	font-size: 10pt;
}

/* class added by hoda to get smaller font*/
#left_col .mod_container2{
	padding:0px;
	margin:0;
	background:#eee;
	border:1px solid #70906f;
	/*font-size: 10pt;*/
}

#left_col .mod_name{
	font-size:12pt;
	background:url(../images2/left_col_bg.gif)  #bddbbc;	
	padding:4px 4px 4px 4px;
	margin:0px;
	font-weight:bold;
	color:#333;
}
#left_col .mod_name form{
	/*float:right;*/
	padding:0px;	
	margin:0px;
}
#left_col form{
	clear:both;
	font-size:9pt;
	padding:10px 10px 10px 10px;
	margin:0px;
	display:block;
}
#left_col input .text{
	size:57;
	width:355px;
}
#left_col form textarea{
	width:355px;
}
#left_col form input button{
	margin-top:10px;
	padding:0px;
}
#left_col .mod_container img{
	display:inline;
}

#left_col .right_buttons{
	float:right;
	padding-top: 5px;
}

#left_col .left_buttons{
	padding-top: 5px;
	}
	
#recipients{
	background:#ffffff;
	width:355px;
	height:20px;
	border:1px solid #bbbbbb;
	padding:3px 3px 3px 3px;
}
#recipients img{
	float:right;
	margin-top:5px;	
	margin-right:4px;
}
#left_col label{
	display:block;
	font-size:8pt;	
}

.quickpostmenu {
	background-image:url(../images/quickposttab_bg.gif);
	border-bottom: 1px solid #CCCCCC;
	height: 25px;

}

.tab {
	width: 106px;
	float: left;
	padding: 5px 0 4px 13px;
	margin-left: -25px;
	position: relative;
	left: 30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='./images/tab_darkgray.png'); 
}

.tab[class] {
	background-image:url(../images/tab_darkgray.png);
	background-repeat:no-repeat;
}


.tab_selected {
	width: 106px;
	float: left;
	padding: 5px 0 4px 13px;
	margin-left: -25px;
	position:relative;
	z-index: 20;
	font-weight: bold;
	left: 30px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='./images/tab_lightgray.png'); 
}

.tab_selected[class] {
	background-image:url(../images/tab_lightgray.png);
	background-repeat:no-repeat;
}

.quickpostmenu br{
	clear:both;
}

.quickpostmenu:after { 
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; }

/*calendar*/
#cal_top{
	text-align:center;
	padding:10px;
}
#cal_top img{
	padding-left:10px;
	padding-right:10px;
}
#left_col .cal{
	margin:auto;
	margin-bottom:10px;
	padding:2px;
	/*width:auto;*/
	border:1px solid #cccccc;
}

#left_col .cal td{
	border:1px solid #eeeeee;
	text-align:center;
	background:#ccc;
}

#left_col .cal_day{
	height: 30px;
	width: 30px;
}

#left_col .detailcontainer td{
	height:0px;
	width: 240px;
}
#left_col .cal .day td{	
	font-weight:bold;
	background:#eeeeee;
}	
#left_col .cal .fade{	
	color:#aaaaaa;
	background:#eeeeee;
}
#left_col .cal .meeting{	
	color:#444444;
	background: url(../images2/meetingbg.gif) #ecc;
}
#left_col .cal .fade.meeting{	
	background:url(../images2/meetingbg.gif) #edd;
	color:#777;
}
#left_col .cal .meeting.open{
	border-bottom:1px solid #CCF3EC;
}
#left_col .cal .details{	
	background:#fff;
	border:2px solid #CCF3EC;
	font-weight:bold;
	font-size:9pt;
	padding:8px;
}
#left_col .cal .details .content h1{	
	display:inline;
	font-size:8pt;
}
#left_col .cal .details .content table{
	border-spacing:0px;
}
#left_col .cal .details .content td{
	background:#fff;
}
#left_col .cal .details .content{
	font-weight:normal;
	background:#ccc;
	margin:3px;
	width:210px;
}

.dayInfo
{
   	  font-size: 8pt;
	  font-weight: regular;
}

.timetable_inline
{
	font-size: x-small;
	border: 1px solid #D3D3D3;
	height: 25px;
	width: 100%;
	
}


#full_col{
	margin: 0 5px 5px;
	padding-left:10px;
}
#full_col .mod_container{
	padding:0px;
	margin:10px 0px 0px 0px;
	border:1px solid #70906f;	
	padding:0px;
	background-color:#eeeeee;
	font-size: 10pt;

}
#full_col .mod_name{
	font-size:13pt;
	background:url(../images2/left_col_bg.gif)  #369;	
	margin:0px;
	padding:4px 4px 4px 4px;
	vertical-align:text-top;
	line-height:1.2;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #ccc;
}
#centered_col{
	margin: 0 10% 10%;
}

#centered_col .mod_name{
	font-size:12pt;
	background:url(../images2/left_col_bg.gif) #fdb;
	padding:4px 4px 4px 4px;
	margin:0px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#333;
}

#centered_col .button
{
	margin-top: 5px;
}

/*
#centered_col TABLE{
	text-align:left;
	width:99%;
	font-size:8pt;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:3px;
	border: none;
}

*/
#centered_col .mod_container{
	padding:0px;
	background-color:#eeeeee;
	margin:10px 0px 0px 0px;
	border:1px solid #70906f;
	font-size: 10pt;
}

#centered_col .cal{
	text-align:center;
	margin:auto;
	padding:2px;
	border:1px solid #cccccc;
}

#centered_col .cal td{
	border:1px solid #eeeeee;
	text-align:center;
	background:#cccccc;
	vertical-align: top;
}

#centered_col .cal_day{
	height: 100px;
	width: 100px;
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	
}

#centered_col .detailcontainer td{
	height:0px;
	width: 240px;
}
#centered_col .cal .day td{	
	font-weight:bold;
	background:#eeeeee;
}	
#centered_col .cal .fade{	
	color:#aaaaaa;
	background:#eeeeee;
	vertical-align: top;
}

#centered_col .cal .meeting{	
	background-color: #daebda;
}

#centered_col .cal .meeting:hover{	
	background-color: #D7F0A6;
}

#centered_col .cal .fade .meeting{	
	background:url(../images2/meetingbg.gif) #edd;
	color:#777;
}

#centered_col .cal .meeting .open{
	border-bottom:1px solid #CCF3EC;
}

#centered_col .cal .details{	
	background:#fff;
	border:2px solid #CCF3EC;
	font-weight:bold;
	font-size:9pt;
	padding:8px;
}
#centered_col .cal .details .content h1{	
	display:inline;
	font-size:8pt;
}
#centered_col .cal .details .content table{
	border-spacing:0px;
}
#centered_col .cal .details .content td{
	background:#fff;
}
#centered_col .cal .details .content{
	font-weight:normal;
	margin:3px;
	width:210px;
	margin: 0 auto;
}

#centered_col .selectbox_closed
{
	border: 1px solid #999999;
}

#centered_col .select_recipients
{
	background-color: #ffffff;
	border: 1px solid #999999;
	/*padding-left: 3px;*/
	margin-left: 2px;
	white-space: nowrap;
	cursor: default;
}

#centered_col .selectbox_open
{
      POSITION: absolute;
      VISIBILITY: hidden;
	  DISPLAY: none;
      z-index: 10;
	  cursor: default;
}

#centered_col .selectbox_open table
{
	padding: 3px;
	margin-right: 5px;
	background-color: #ffffff;
    BORDER-LEFT: 1px solid #999999;
    BORDER-TOP: 1px solid #999999;
    BORDER-BOTTOM: 1px solid #999999;
    BORDER-RIGHT: 1px solid #999999; 
}

#centered_col .selectbox_open table td
{
	padding-right: 1px;
	margin-right: 5px;
}

#centered_col .selectbox_open table
{
	padding: 3px;
	margin-right: 5px;
	background-color: #ffffff;
    BORDER-LEFT: 1px solid #999999;
    BORDER-TOP: 1px solid #999999;
    BORDER-BOTTOM: 1px solid #999999;
    BORDER-RIGHT: 1px solid #999999;  
}


#calendar_header {
	width: 100%;
	margin: 5px auto 20px auto;
}

#calendar_header table td{
	text-align: center;
}

#calendar_header table td span{
	font-weight: bold;
}

.event_text
{
	color: green;
	text-align: left;
	margin: 5px 0px 5px 0px;
}

.meeting_text
{
	color: #336699;
	text-align: left;
	margin: 5px 0px 5px 0px;
}

/* right_col */
#right_col{
	position:relative;
	padding-left:10px;
	margin-left:390px;
	margin-right:5px;
	min-width:380px;
}


#right_col .mod_container{
	padding:0px;
	background-color:#eeeeee;
	margin:10px 0px 0px 0px;
	border:1px solid #70906f;
	font-size: 10pt;
	min-height: 200px;
}

#right_col .mod_container .mod_name a img
{
	position:relative;
}

#right_col .mod_name{
	font-size:12pt;
	background:url(../images2/left_col_bg.gif)  #bddbbc;	
	padding:4px 4px 4px 4px;
	margin:0px;
	border: 0;
	font-weight:bold;
	color:#333;
}

#right_col .mod_buttons {
	float: right;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 3px;
}


#right_col .mod_name img{
	float:right;
	padding-right:4px;
	margin:0px;
}

#right_col TABLE{
	text-align:left;
	width:99%;
	font-size:8pt;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:3px;
	border: none;
}

#right_col td{
	padding:0px;
	margin:0px;
}
#right_col .row_1 td{
	padding:4px;
	margin:0px;
	border-bottom: 1px dotted #CCCCCC;
}
#right_col .row_0 td{
	background:#F1F1F1;
	padding:4px;
	margin:0px;
	border-bottom: 1px dotted #cccccc;

}

#right_col .new_text{
	color:#b96;
}
#right_col .header td{
	font-size:8pt;	
	font-weight:bold;
	border-top:none;
	border-bottom:1px solid #000000;
	padding:0px;
	padding-bottom:4px;	
}
#right_col .centered{ text-align:center; }
#right_col .see_all{
	border-top:1px solid #ddd;
	font-size:8pt;
	font-weight:bold;
	padding:3px;
	padding-bottom:4px;
	text-align:right;
}

#right_col #searchfield
{
	background: #eee;
}

#right_col #searchfield input .text{
	size:57;
	width:355px;
}
#right_col #searchfield form textarea{
	width:355px;
}
#right_col #searchfield form input button{
	margin-top:10px;
	padding:0px;
}
#right_col #searchfield .mod_container img{
	display:inline;
}

#right_col #searchfield .right_buttons{
	float:right;
	clear:none;
}

#right_col .clusterviewer
{
	background-color: #eee;
}

#right_col #searchfield .selectbox_closed
{
	border: 1px solid #999999;
}

#right_col #searchfield .select_recipients
{
	background-color: #ffffff;
	border: 1px solid #999999;
	/*padding-left: 3px;*/
	margin-left: 2px;
	white-space: nowrap;
	cursor: default;
	

}

#right_col #searchfield .selectbox_open
{
      POSITION: absolute;
      VISIBILITY: hidden;
	  DISPLAY: none;
      z-index: 10;
	  cursor: default;
}

#right_col #searchfield .selectbox_open table
{
	padding: 3px;
	margin-right: 5px;
	background-color: #ffffff;
    BORDER-LEFT: 1px solid #999999;
    BORDER-TOP: 1px solid #999999;
    BORDER-BOTTOM: 1px solid #999999;
    BORDER-RIGHT: 1px solid #999999;  
}

#right_col #searchfield .selectbox_open table td
{
	padding-right: 1px;
	margin-right: 5px;
}

#right_col #searchfield .selectbox_open table
{
	padding: 3px;
	margin-right: 5px;
	background-color: #ffffff;
    BORDER-LEFT: 1px solid #999999;
    BORDER-TOP: 1px solid #999999;
    BORDER-BOTTOM: 1px solid #999999;
    BORDER-RIGHT: 1px solid #999999;  
}


.meeting .wlperiod:hover
{
	background: #f99;
}
/*WORKLOG CALENDARS*/
#left_col .week_holder{
	float:left;
	padding:0px;
	margin-left:10px;
	margin-top:10px;
	height: 140px;
}

#left_col .week_selector{
	font-size:8pt;
	text-align:center;
}

#left_col .week_selector td{
	width:13px;
	border:1px solid #eee;
	text-align:center;

	height:13px;
	background:#ccc;
}

#left_col .week_selector .day{
	font-weight:bold;
	background:#eee;
}
#left_col .week_selector .meeting{
	background:#fcc;
}
#left_col #faculty_tools{
	margin:10px;
}
#left_col #faculty_tools h2{
	font-size:9pt;
	margin-bottom:18pt;
	font-weight:normal;
}

#right_col .cluster_container{
	background:#eee;
	border:1px solid #E5D6BE;
	margin-top:10px;
	overflow:hidden;
}

#right_col .cluster_container ul{
	margin:0px;
	padding:0px;
	border:none;
	display:block;
	list-style:none;
	font-size:10pt;
	padding:0px;
	margin:0px;
}


#right_col .cluster_container img{
	padding:0px;
	margin:0px;
	padding-right:4px;
}
#right_col .cluster_container .cluster_list a{
	text-decoration:none;
}
#right_col .cluster_container li img{
	padding-top:6px;
	
}
#right_col .cluster_container li .selected{
	background: url(../images/menubg.gif) #A2D4D7;
}
#right_col .cluster_container li{
	padding:6px;
	margin-top:0px;
	padding-top:0px;
	padding-left:9px;
	width:100%;
	background:#eee;
	border-bottom:1px inset #999;
	border-left:1px solid #aaa;
}
#right_col .cluster_container input{
}
#clipboard{
	border:1px solid #ccc;
	height:127px;
}
/* for Mozilla/Safari */
#clipboard_container table{
 padding-top: 127px;
}
#clipboard_container, #clipboard{
 padding-top: -127px;
}
/* for IE */
html #clipboard_container {
 height: 127px;
}

#clipboard td{
	width:208px;
}

#clipboard td{
	text-align:center;
	font-size:8pt;
}
#clipboard .header td{
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:10pt;
	
}
#clipboard form{
	padding:0px;
	margin:0px;
	border-top:1px solid #ccc;
}
#clipboard .highlight td{
	background:#ddd;
}
#left_col .clipboard_controls{
	float:right;
	width:77px;
	margin:0px;	
	padding:0px;
}
#left_col .clipboard_controls ul{
	margin:0px;
	font-size:9pt;
	padding:0px;
}
#left_col .clipboard_controls li{
	padding:10px 0px;
	background:none;
	float:left;
}
#left_col .clipboard_controls li a{
	padding:3px;
	padding-left:10px;
	padding-right:30px;
	margin-left:0px;
	margin:0px;
	text-decoration:none;
}

#left_col .clipboard_controls li a.right{
	background:url(../images2/clipboardmenuright.jpg) right no-repeat;
}
#left_col .clipboard_controls li a.left{
	background:url(../images2/clipboardmenuleft.jpg) right no-repeat;
}
#right_col .mod_container h1{
	text-align:center;
	font-size:12pt;
	border-top:1px solid #dda;
	border-bottom:1px solid #dda;
	padding:2px;
	margin:0px;
	margin-top:3px;
	background:#FEF5E6;
}
#clipboard_container .mod_name{
	width:287px;
	border-top:1px solid #E5D6BE;
	border-left:1px solid #E5D6BE;
	border-right:1px solid #E5D6BE;
	border-bottom:none;
}
#clipboard_container{
	margin-top:10px;
}
.module_internal_padding{
	padding:10px;
}
.form_label{
	padding:0px;
	margin:0px;
	padding-top:7px;
}

.box {
	margin: 2px 2px 2px 2px;
}

.help
{
	padding: 10px; 
	background: rgb(255, 255, 255) none repeat scroll 0%; 
}
.grapple
{
	display: inline;
}

.grapple_img
{
	/*stuff might go here if this code was accurate*/
}

#right_col .search_results
{
	border-collapse: separate;
}

#left_col .search_results
{
	width: 95%;
}

#profile td
{
	padding-left: 5px;
	padding-right: 5px;

}

.partial_transparent{
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.member_picture {
	text-align:center;
	float: left;
	border: 1px thin black;
	width: 150px;
	height: 150px;
}

.translucent {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='./images/translucent.png');
}

.translucent[class] {
	background-image: url(../images/translucent.png);
}

#current_month {
	font-size: 12pt;
	float: left;
	padding-top: 30px;
}

.minical_header {
	text-align: left;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

.minical_leftmonth {
	font-size:7pt;
	background-color:#CCCCCC;
	border: 2px solid white;
	padding: 0px 10px 0px 10px;
	width: 130px;
	height: 125px;
}

.minical_rightmonth {
	font-size:7pt;
	background-color:#CCCCCC;
	border: 2px solid white;
	padding: 0px 10px 0px 10px;
	width: 130px;
	height: 125px;
}

#post_reply_box {
	width: 100%;
	float:left;	
}

.short_text {
	display: inline;
}

.full_text {
	display:none;
}