@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{
	margin:0px;
	margin-bottom:-100px;
	text-align:right;	
	font-size:8pt;
	padding:0px 0px 0px 20px;
	min-width:745px;
	width: 100%;
	position: relative;
	z-index: 50;
}

.header_alert {
    display:none;
}

.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 {
	display:none;
}

#header img{
	padding-right:6px;
	padding-top: 2px;
}

.kivalogo
{
	float: left;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='./images2/kivalogo.png');
}

#header_nav {
	display:none;
}

#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{
	display:none;
}

/*main content*/
#content_container{
	clear:both;
	padding-top:3px;
}

#content_container .reply .clustering{
	display: inline;
}

/*left column*/
#left_col{
	display:none;
}
	
#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;
}

.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:5px;
	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*/

#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;
}

#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;	
}

.noprint {
	display:none;
}

.yui-calcontainer {
	display:none;
}

.short_text {
	display: none !important;
	display: inline;
}

.full_text {
	display: inline !important;
}