body{
	
}
 div.activityInfo{padding-left:10px;}

body td{
	text-align:auto;
}
table {
	text-align:left;
}
#table-files {
	font-family: "Lucida Sans", Tahoma, Arial;
}
#table-files *{
	font-family: "Lucida Sans", Tahoma, Arial;
}
h3{font-size:16px;}
/*
#table-files tbody tr td a{
	color:#39f;font-size:12px;
}
*/
#table-files tbody tr td a{
	color:#4EA6D2;font-size:14px;line-height:18px;
}

#table-files tbody tr td a.fm{
	color:#4EA6D2; font-weight:bold;font-size:12px;font-family:Tahoma,sans; padding-bottom:15px;
}

#table-files tbody tr td a.unames{
	color:#0084a5;font-weight:bold;font-size:14px;font-family:Tahoma,sans
}

#filefolders{
	margin-bottom:13px
}

div.hdr_fld a{
	color:#663300;
	/*font-weight:bold;
	font-family:"Lucida Sans Unicode","Lucida Sans", Tahoma, Arial;*/
	font:bold 9pt/12pt tahoma,arial;
}
div.hdr_fld{
	height:20px;
	padding-left:23px;
	margin-bottom:13px;
	
}
div.hdr_fld_exp{
	padding-left:0;
	margin-bottom:0;
	margin-top:13px;
	
}
div.hdr_fld_ov{
	width:225px;
	background:url('/images/fld_list_overview.png') left no-repeat;
	
}
div.hdr_fld_fs{
	width:225px;
	background:url('/images/fld_list_sharewithme.png') left no-repeat;

}
div.hdr_fld_vw{
	width:225px;
	background:url('/images/fld_list_view-all.png') left no-repeat;


}
div.hdr_fld_ar{
	width:225px;
	background:url('/images/fld_list_archive.png') left no-repeat;

}



div.hdr_fld_pe{
	width:225px;
	background:url('/images/folder-people.png') left no-repeat;

}
div.hdr_fld_ac{
	width:225px;
	background:url('/images/folder-reports.png') left no-repeat;

}
div.hdr_fld_se{
	width:225px;
	background:url('/images/folder-settings.png') left no-repeat;

}


#container {
background:#FFFFFF none repeat scroll 0 0;
display:block;
}


.goog_menu_info{
color: #000;
  font: normal 12px "Lucida Sans Unicode",Arial, sans-serif;
  list-style: none;
  margin: 0;
  /* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */ 
  padding: 4px 10ex 4px 28px;
  white-space: nowrap;
}

.goog-menu {
  background-color: transparent;
  border-color: #ccc #666 #666 #ccc;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  margin: 0;
  outline: none;
  padding: 4px 0;
  position: absolute;
}

/*
 * goog.ui.MenuItem
 */

/* State: resting. */
.goog-menuitem {
  color: #000;
  font: normal 12px "Lucida Sans Unicode",Arial, sans-serif;
  list-style: none;
  margin: 0;
  /* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */ 
  padding: 4px 10ex 4px 28px;
  white-space: nowrap;
}

/* BiDi override for the resting state. */
.goog-menuitem-rtl {
  /* Flip left/right padding for BiDi. */
  padding: 4px 28px 4px 10ex !important;
}

/* State: disabled. */
.goog-menuitem-disabled {
  color: #ccc;
}

/* State: hover. */
.goog-menuitem-highlight,
.goog-menuitem-hover {
  background-color: #d6e9f8;
}

/* State: selected/checked. */
.goog-menuitem-checkbox,
.goog-menuitem-icon {
  height: 16px;
  left: 6px;
  position: absolute;
  width: 16px;
}
.goog-option-selected .goog-menuitem-checkbox,
.goog-option-selected .goog-menuitem-icon {
  background: transparent url(../images/check.gif) no-repeat center center;
}

/* BiDi override for the selected/checked state. */
.goog-menuitem-rtl .goog-menuitem-checkbox,
.goog-menuitem-rtl .goog-menuitem-icon {
  /* Flip left/right positioning. */
  right: 6px;
  left: auto;
}

/* Keyboard shortcut ("accelerator") style. */
.goog-menuitem-accel {
  color: #999;
  padding: 0 6px;
  position: absolute;
  right: 0;
  text-align: right;
}

/* BiDi override for shortcut style. */
.goog-menuitem-rtl .goog-menuitem-accel {
  /* Flip left/right positioning and text alignment. */
  left: 0;
  right: auto;
  text-align: left;
}

/*
 * goog.ui.MenuSeparator
 */

/* State: resting. */
.goog-menuseparator {
  border-top: 1px solid #ccc;
  margin: 4px 0;
  padding: 0;
  position: relative;
}


/* goog.ui.SubMenu */

.goog-submenu-arrow {
  text-align: right;
  position: absolute;
  right: 0;
  left: auto;
}

.goog-menuitem-rtl .goog-submenu-arrow {
  text-align: left;
  position: absolute;
  left: 0;
  right: auto;
}

.goog-menuitem-disabled .goog-submenu-arrow {
  display: none;
}


/* goog.ui.FilteredMenu */

.goog-menu-filter {
  margin: 2px;
  border: 1px solid silver;
  background: white;
  overflow: hidden;
}

.goog-menu-filter div {
  color: gray;
  position: absolute;
  padding: 1px;
}

.goog-menu-filter input {
  margin: 0;
  border: 0;
  background: transparent;
  width: 100%;
}


/* goog.ui.TriStateMenuItem */

.goog-tristatemenuitem {
  padding: 2px 5px;
  margin: 0;
  list-style: none;
}

.goog-tristatemenuitem-highlight {
  background-color: #4279A5;
  color: #FFF;
}

.goog-tristatemenuitem-disabled {
  color: #999;
}

.goog-tristatemenuitem-checkbox {
  float: left;
  width: 10px;
  height: 1.1em;
}

.goog-tristatemenuitem-partially-checked {
  background-image: url(../images/check-outline.gif);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

.goog-tristatemenuitem-fully-checked {
  background-image: url(../images/check.gif);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}


/* goog.ui.FilterObservingMenuItem */

.goog-filterobsmenuitem {
  padding: 2px 5px;
  margin: 0;
  list-style: none;
}

.goog-filterobsmenuitem-highlight {
  background-color: #4279A5;
  color: #FFF;
}

.goog-filterobsmenuitem-disabled {
  color: #999;
}


.lite_notes{
	color: rgb(153, 51, 0);	
	font-size:10px;
	margin:0 auto;
	padding:4px 0 0 0;
	width:98%;
}
.lite_notes2{
	color: rgb(101, 20, 0);	
	font-size:14px;
	line-height:18px;
	padding:10px;
	border:1px solid #f66;
	background:#ffffcc;
	margin:8px 0px;
	max-width:500px;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.goog-hovercard div {

  /*border: solid 5px #69748C;*/
  width: 300px;
  min-height:40px;
  max-height:150px;
  overflow-y:auto;
 /* background-color: rgb(255,255,255);*/
  font-family: arial, sans-serif;
  z-index:100;
}

.goog-hovercard table{
	position:relative;
top:-40px;
}

#profileCard_filenotetext{
	background-color:rgb(255,255,255);
}

.goog-hovercard .goog-shadow {
  border: transparent;
  filter: alpha(Opacity=1);
  opacity: 0.01;
  -moz-opacity: 0.01;
}

#dMenu_fm_filter,
#dMenu_userlist_filter{
background:none;
	border:0px none;
width:75px;height:179px;	
}
#dMenu_fm_filter
{
	background:url('/images/sortby_popup_background.png') no-repeat;	
}
#dMenu_userlist_filter{
	background:url('/images/sortby_popup_background_mid.png') no-repeat;
}
#dMenu_fm_filter_div,
#dMenu_userlist_filter_div{
	
	position:relative;
	top:-22px;
	left:-5px;
}
/*
 * goog.ui.MenuItem
 */

/* State: resting. */
#dMenu_fm_filter .goog-menuitem ,
#dMenu_userlist_filter .goog-menuitem {
  color: #3582b0;
  font: bold 10px Arial, sans-serif;
  list-style: none;
  margin: 0 0 0 6px;
  /* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */ 
  padding: 3px 0px 5px 5px;
  white-space: nowrap;
}

#dMenu_fm_filter .goog-menuitem div,
#dMenu_userlist_filter .goog-menuitem div {
	font:bold 10px Arial;
  color: #3582b0;
}

#dMenu_userlist_filter .goog-menuitem,
#dMenu_userlist_filter .goog-menuitem div  {
font-size:10px;	
}
/* BiDi override for the resting state. */
#dMenu_fm_filter .goog-menuitem-rtl,
#dMenu_userlist_filter .goog-menuitem-rtl {
  /* Flip left/right padding for BiDi. */
  padding: 2px 0px 2px 1ex !important;
}

/* State: disabled. */
#dMenu_fm_filter .goog-menuitem-disabled,
#dMenu_userlist_filter .goog-menuitem-disabled {
  color: #ccc;
}

/* State: hover. */
#dMenu_fm_filter .goog-menuitem-highlight,
#dMenu_fm_filter .goog-menuitem-hover,
#dMenu_userlist_filter .goog-menuitem-highlight,
#dMenu_userlist_filter .goog-menuitem-hover {
	color: #ffffff;
  background:url('/images/sort_by_hover_item.png') no-repeat;
  font:bold 10px Arial;
}
#dMenu_fm_filter .goog-menuitem-highlight div,
#dMenu_fm_filter .goog-menuitem-hover div,
#dMenu_userlist_filter .goog-menuitem-highlight div,
#dMenu_userlist_filter .goog-menuitem-hover div {
	color: #ffffff;
	font:bold 10px Arial;
}

#dMenu_userlist_filter .goog-menuitem-highlight,
#dMenu_userlist_filter .goog-menuitem-hover,
#dMenu_userlist_filter .goog-menuitem-highlight div,
#dMenu_userlist_filter .goog-menuitem-hover div{
font-size:10px;	
}

#dMenu_usr_filter{
	background:none;
	border:0px none;
width:126px;height:311px;
	background:url('/images/filterdd.png') no-repeat;	
}
#dMenu_usr_filter_div{
	
	position:relative;
	top:-17px;
	left:-65px;
}
#dMenu_usr_filter_span{
	display:block;
	width:113px;
	text-align:right;
	color:#111;
font-size:11px;
font-weight:bold;
text-decoration:none;
	}

/*
 * goog.ui.MenuItem
 */

/* State: resting. */
#dMenu_usr_filter .goog-menuitem {
  color: #85C2E0;
  font: bold 11px Arial, sans-serif;
  list-style: none;
  margin: 0 0 0 6px;
  /* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */ 
  padding: 3px 0px 5px 5px;
  white-space: nowrap;
}
#dMenu_usr_filter .goog-menuitem div {
	font:bold 11px Arial;
  color: #85C2E0;
}
/* BiDi override for the resting state. */
#dMenu_usr_filter .goog-menuitem-rtl {
  /* Flip left/right padding for BiDi. */
  padding: 2px 0px 2px 1ex !important;
}

/* State: disabled. */
#dMenu_usr_filter .goog-menuitem-disabled {
  color: #ccc;
}

/* State: hover. */
#dMenu_usr_filter .goog-menuitem-highlight,
#dMenu_usr_filter .goog-menuitem-hover {
	color: #ffffff;
  background:url('/images/sort_by_hover_item.png') no-repeat;
  font:bold 11px Arial;
}
#dMenu_usr_filter .goog-menuitem-highlight div,
#dMenu_usr_filter .goog-menuitem-hover div {
	color: #ffffff;
	font:bold 11px Arial;
}






#dMenu_fm_share{
	background:none;
	border:0px none;
width:238px;
background:#eeeeee;
	border:1px solid #cbcbcb;
}
#dMenu_fm_share_div{
	
	position:relative;
	top:-22px;
	left:-5px;
}
#dMenu_fm_share img.mount{
	/*
	margin-top:-26px;
	margin-left:-2px;
	margin-bottom:14px;*/
	position:relative;
	top:-28px;
	left:-2px;
	margin-bottom:-14px;
	clear:none;
}

/* State: resting. */
#dMenu_fm_share .goog-menuitem {
  color: #3582b0;
  font: bold 11px Arial, sans-serif;
  list-style: none;
  margin: 0 0 0 0;
  /* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */ 
  padding: 3px 0px 5px 5px;
  white-space: nowrap;
}
#dMenu_fm_share .goog-menuitem div {
	font:bold 11px Arial;
  color: #3582b0;
}
/* BiDi override for the resting state. */
#dMenu_fm_share .goog-menuitem-rtl {
  /* Flip left/right padding for BiDi. */
  padding: 2px 0px 2px 1ex !important;
}

/* State: disabled. */
#dMenu_fm_share .goog-menuitem-disabled {
  color: #ccc;
}

/* State: hover. */
#dMenu_fm_share .goog-menuitem-highlight,
#dMenu_fm_share .goog-menuitem-hover {
	color: #ffffff;
  background-color:#8BC52D;
  font:bold 11px Arial;
}
#dMenu_fm_share .goog-menuitem-highlight div,
#dMenu_fm_share .goog-menuitem-hover div {
	color: #ffffff;
	font:bold 11px Arial;
	background:none;
	background-color:transparent;
}


#dMenu_fm_delete,
#dMenu_fr_delete{
	background:none;
	border:0px none;
width:350px;
background:#eeeeee;
	border:1px solid #cbcbcb;
}
#dMenu_fm_delete_div,
#dMenu_fr_delete_div{
	
	position:relative;
	top:-22px;
	left:-5px;
}
#dMenu_fm_delete img.mount,
#dMenu_fr_delete img.mount{
	/*
	margin-top:-26px;
	margin-left:-2px;
	margin-bottom:14px;*/
	position:relative;
	top:-28px;
	left:-2px;
	margin-bottom:-14px;
	clear:none;
}

/* State: resting. */
#dMenu_fm_delete.goog-menuitem ,
#dMenu_fr_delete.goog-menuitem{
  color: #3582b0;
  font: bold 11px Arial, sans-serif;
  list-style: none;
  margin: 0 0 0 0;
  /* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */ 
  padding: 3px 0px 5px 5px;
  white-space: nowrap;
}
#dMenu_fm_delete .goog-menuitem div,
#dMenu_fr_delete .goog-menuitem div {
	font:bold 11px Arial;
  color: #3582b0;
}
/* BiDi override for the resting state. */
#dMenu_fm_delete .goog-menuitem-rtl,
#dMenu_fr_delete .goog-menuitem-rtl {
  /* Flip left/right padding for BiDi. */
  padding: 2px 0px 2px 1ex !important;
}

/* State: disabled. */
#dMenu_fm_delete .goog-menuitem-disabled,
#dMenu_fr_delete .goog-menuitem-disabled {
  color: #ccc;
}

/* State: hover. */
#dMenu_fm_delete .goog-menuitem-highlight,
#dMenu_fm_delete .goog-menuitem-hover,
#dMenu_fr_delete .goog-menuitem-highlight,
#dMenu_fr_delete .goog-menuitem-hover {
	color: #ffffff;
  background-color:#8BC52D;
  font:bold 11px Arial;
}
#dMenu_fm_delete .goog-menuitem-highlight div,
#dMenu_fm_delete .goog-menuitem-hover div,
#dMenu_fr_delete .goog-menuitem-highlight div,
#dMenu_fr_delete .goog-menuitem-hover div {
	color: #ffffff;
	font:bold 11px Arial;
	background:none;
	background-color:transparent;
}








/*/////////*/


#dMenu_fm_foldertools,
#dMenu_fm_foldertools2{
	background:none;
	border:0px none;
width:172px;
background:#eeeeee;
	border:1px solid #cbcbcb;
}
#dMenu_fm_foldertools_div,
#dMenu_fm_foldertools2_div{
	
	position:relative;
	top:0px;
	left:-10px;
}
#dMenu_fm_foldertools img.mount,
#dMenu_fm_foldertools2 img.mount{
	/*
	margin-top:-26px;
	margin-left:-2px;
	margin-bottom:14px;*/
	position:relative;
	top:-32px;
	left:-1px;
	margin-bottom:-14px;
	clear:none;
}

/* State: resting. */
#dMenu_fm_foldertools.goog-menuitem,
#dMenu_fm_foldertools2.goog-menuitem  {
  color: #3582b0;
  font: bold 11px Arial, sans-serif;
  list-style: none;
  margin: 0 0 0 0;
  /* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */ 
  padding: 3px 0px 5px 5px;
  white-space: nowrap;
}
#dMenu_fm_foldertools .goog-menuitem div ,
#dMenu_fm_foldertools2 .goog-menuitem div{
	font:bold 11px Arial;
  color: #3582b0;
}
/* BiDi override for the resting state. */
#dMenu_fm_foldertools .goog-menuitem-rtl,
#dMenu_fm_foldertools2 .goog-menuitem-rtl  {
  /* Flip left/right padding for BiDi. */
  padding: 2px 0px 2px 1ex !important;
}

/* State: disabled. */
#dMenu_fm_foldertools .goog-menuitem-disabled,
#dMenu_fm_foldertools2 .goog-menuitem-disabled  {
  color: #ccc;
}

/* State: hover. */
#dMenu_fm_foldertools .goog-menuitem-highlight,
#dMenu_fm_foldertools .goog-menuitem-hover,
#dMenu_fm_foldertools2 .goog-menuitem-highlight,
#dMenu_fm_foldertools2 .goog-menuitem-hover  {
	color: #ffffff;
  background-color:#8BC52D;
  font:bold 11px Arial;
}
#dMenu_fm_foldertools .goog-menuitem-highlight div,
#dMenu_fm_foldertools .goog-menuitem-hover div,
#dMenu_fm_foldertools2 .goog-menuitem-highlight div,
#dMenu_fm_foldertools2 .goog-menuitem-hover div {
	color: #ffffff;
	font:bold 11px Arial;
	background:none;
	background-color:transparent;
}



/*/////////*/




#dMenu_fm_moveto,
#dMenu_fr_copy,
#dMenu_fm_copyto{
	background:none;
	border:0px none;
width:273px;
	background:#eeeeee;
	border:1px solid #cbcbcb;
}
#dMenu_fm_moveto_div,
#dMenu_fr_copy_div,
#dMenu_fm_copyto_div{
	
	position:relative;
	top:-22px;
	left:-5px;
}
#dMenu_fm_moveto img.mount,
#dMenu_fr_copy img.mount,
#dMenu_fm_copyto img.mount{
	/*
	margin-top:-26px;
	margin-left:-2px;
	margin-bottom:14px;*/
	position:relative;
	top:-26px;
	left:-2px;
	margin-bottom:-14px;
	clear:none;
}

/* State: resting. */
#dMenu_fm_moveto .goog-menuitem,
#dMenu_fr_copy .goog-menuitem,
#dMenu_fm_copyto .goog-menuitem{
  color: #3582b0;
  font: bold 11px Arial, sans-serif;
  list-style: none;
  margin: 0 0 0 0;
  /* 28px on the left for icon or checkbox; 10ex on the right for shortcut. */ 
  padding: 3px 0px 5px 5px;
  white-space: nowrap;
}
#dMenu_fm_moveto .goog-menuitem div ,
#dMenu_fr_copy .goog-menuitem div,
#dMenu_fm_copyto .goog-menuitem div {
	font:bold 11px Arial;
  color: #3582b0;
}
/* BiDi override for the resting state. */
#dMenu_fm_moveto .goog-menuitem-rtl ,
#dMenu_fr_copy .goog-menuitem-rtl,
#dMenu_fm_copyto .goog-menuitem-rtl{
  /* Flip left/right padding for BiDi. */
  padding: 2px 0px 2px 1ex !important;
}

/* State: disabled. */
#dMenu_fm_moveto .goog-menuitem-disabled,
#dMenu_fr_copy .goog-menuitem-disabled,
#dMenu_fm_copyto .goog-menuitem-disabled {
  color: #ccc;
}

/* State: hover. */
#dMenu_fm_moveto .goog-menuitem-highlight,
#dMenu_fm_moveto .goog-menuitem-hover,
#dMenu_fr_copy .goog-menuitem-highlight,
#dMenu_fr_copy .goog-menuitem-hover,
#dMenu_fm_copyto .goog-menuitem-highlight,
#dMenu_fm_copyto .goog-menuitem-hover {
	color: #ffffff;
  background-color:#8BC52D;
  font:bold 11px Arial;
}
#dMenu_fm_moveto .goog-menuitem-highlight div,
#dMenu_fm_moveto .goog-menuitem-hover div,
#dMenu_fr_copy .goog-menuitem-highlight div,
#dMenu_fr_copy .goog-menuitem-hover div,
#dMenu_fm_copyto .goog-menuite-highlight div,
#dMenu_fm_copyto .goog-menuitem-hover div {
	color: #ffffff;
	font:bold 11px Arial;
	background:none;
	background-color:transparent;
}

/*
 * 
 * 
 *   Area for the new user-files sharing printout
 * 
 * 
 * 
 */
#shared-users-files-list{
	border:0px none;
	font:18px normal Arial,Tahoma, sans;
	color:#333;
	border-right:1px solid #eee;border-left:1px solid #eee
}
#shared-users-files-list thead tr td{border-top:1px solid #eeeeee;border-bottom:1px solid #e3e3e3}
#shared-users-files-list tbody tr td{border-bottom:1px solid #eeeeee;}
#shared-users-files-list thead tr td.users,
#shared-users-files-list tbody tr td.users{background:#f9f9fc;padding-left:10px;border-right:1px solid #eeeeee;}
#shared-users-files-list tbody tr td.users br{margin:0;padding:0}
#shared-users-files-list tbody tr td.users span{line-height:18px;margin:0;padding:0}
#shared-users-files-list tbody tr td.users span.comp{line-height:12px;font-size:12px;color:#aaa;margin:0;padding:0}
#shared-users-files-list thead tr td.file1,
#shared-users-files-list tbody tr td.file1{background:#ffffff}
#shared-users-files-list thead tr td.file2,
#shared-users-files-list tbody tr td.file2{background:#f9f9fc}

.fm_hdr_link,.fm_hdr_link:visited{
	color:rgb(90,90,180);text-decoration:none;font-weight:bold;font-size:10px;
}
.fm_hdr_link:hover{
	color:rgb(30,30,120);text-decoration:underline;font-weight:bold;font-size:10px;
}


span#inline_folder_editor{
	color:#333;
	font-size:1.5em;font-weight:bold;font-family:trebuchet ms,tahoma,arial
}

span#inline_folder_editor_name{
    color: #333333;
    font-family: trebuchet ms,tahoma,arial;
    font-size: 1.0em;
    font-weight: bold;	
    float:left;
    margin-left:8px;
    margin-top:5px
}


/*
 * use a few responsive rules here...
 */
@media only screen and (max-width : 1018px) {
	span#inline_folder_editor_name{
	    margin-top:10px;
	    font-size:0.61em;	
	}
}
@media only screen and (min-width:1019px) and (max-width : 1050px) {
	span#inline_folder_editor_name{
	    margin-top:9px;
	    font-size:0.69em;	
	}
}
@media only screen and (min-width:1051px) and (max-width : 1120px) {
	span#inline_folder_editor_name{
	    margin-top:8px;
	    font-size:0.8em;	
	}
}
@media only screen and (min-width:1121px) and (max-width : 1200px) {
	span#inline_folder_editor_name{
	    margin-top:7px;
	    font-size:0.9em;	
	}
}
@media only screen and (min-width : 1201px) {
	span#inline_folder_editor_name{
	    margin-top:5px;
	    font-size:1em;	
	}
}

.share_folder{
	font-size:11px;font-weight:normal;color:#3399CC;font-family:"Lucida Grande", "Lucida Sans Unicode","Tahoma","Arial",sans
}
a.share_folder,a.share_folder:visited{
	font-size:11px;font-weight:normal;color:#3399CC;font-family:"Lucida Grande", "Lucida Sans Unicode","Tahoma","Arial",sans
}
a.share_folder:hover{
	font-size:11px;font-weight:normal;color:#3399CC;font-family:"Lucida Grande", "Lucida Sans Unicode","Tahoma","Arial",sans
}
div.fc_list{
	color:rgb(90,90,180);text-decoration:none;font-weight:bold;font-size:10px;
}
div.foldernaming{
	color:rgb(32,32,32);
	font-family:"Lucida Grande", "Lucida Sans Unicode","Tahoma","Arial",sans
}
div.foldernaming span.fcnt{
	color:rgb(145,145,145);
	font-size:7pt;
}


.buttonChange_nextButton{background:url('/images/nextButton.png');}
.buttonChange_editMessage{background:url('/images/editMessage.png');}
.buttonChange_addNewMessage{background:url('/images/addNewMessage.png');}
.buttonChange_addMessageReply{background:url('/images/addMessageReply.png');}



.announcement_hdr{
border:4px #f6f0ac solid;
background-color:#fcf8c9;
	font-size:10px;
	text-align:center;
	font-family:"Lucida", "Lucida Grande", "Arial",sans;
	padding:5px 0;
	color:#333;
}
.announcement_hdr2{
border:4px #f6f0ac solid;
background-color:#fcf8c9;
	font-size:11px;
	text-align:center;
	font-family:"Lucida", "Lucida Grande", "Arial",sans;
	padding:8px 0;
	color:#333;
}

.announcement_hdr h2,.announcement_hdr2 h2{
	font-size:9pt;
	width:98%;
	margin:auto;
	text-align:center;
}
.announcement_hdr div,.announcement_hdr2 div{
	text-align:left;
	font-size:11px;
	line-height:12px;
	width:90%;margin: 3px auto;
}



#people_exp_img{display:inline}
#reports_exp_img{display:inline}
#settings_exp_img{display:inline}



span.hdr_block_caption{margin:6px 5px;display:block;font-weight:bold}
span#inline_folder_editor span.mainpage_heading_title{font-size:0.8em;font-weight:bold;font-family:"Trebuchet MS",tahoma, arial;}


p.l{color:#3399FF;display:inline}

.buttonChange_clickToShare{background:url('/images/clickToShare.png') no-repeat;width:118px}


#login_box_ps{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:310px;
	margin-top:-185px;
	background:url('/images/login_middle_bg.png');
}
#login_box_ps_form{
	/*
	background:url('/images/login_box_box.png') no-repeat;
	width:506px;
	height:370px;
	position:relative;
	left:50%;
	margin-left:-253px;
	padding:10px
	*/
	background:#fff;
	border:7px solid #111;
	width:506px;
	min-height:360px;
	position:relative;
	left:50%;
	margin-left:-253px;
	padding:10px;
	margin-top:-30px;
}


.login_box_logo_div{
	
	width:100%;
	text-align:center;
	
}
/*
input.login_input{
	width:216px;
	height:29px;
	border:0px none;
	background:url('/images/login_textfield_bg.png') no-repeat;
	padding:4px 6px;
	font-size:14px
}*/
input.login_input{
    width: 216px;
height: 22px;
border: 1px solid #cccccc;
background: #f3f6fc;
padding: 4px 6px;
font-size: 14px;
border-radius: 3px;
margin-left: 3px;
}

.login_box_form{
	width:410px;
	margin:0 auto;
	_margin-left:48px;
}
.login_box_form a{
	font:bold 11px Arial,sans;
	color:#0088CC;
	text-decoration:underline
}
.login_box_form form table{
	margin-left:50px;
}
.buttonChange_newlogin{background:url('/images/login_loginbutton_bg.png');
height:33px;width:93px;padding-left:0;padding-right:0;
border:0 none;cursor:pointer;background-repeat: no-repeat;margin-top:18px}
.buttonChange_forgotlogin{background:url('/images/login_forgotbutton_bg.png');
height:33px;width:93px;padding-left:0;padding-right:0;
border:0 none;cursor:pointer;background-repeat: no-repeat}


.popup_error_spec{
	position:absolute;
	top:0;left:0;
	z-index:999;
	font:bold 11px Arial,sans;
	color:#CC0000;
	_height:68px;
	_width:185px;
	min-width:185px;
	min-height:68px;
	border:0px none;
	background:transparent url('/images/error_popup_balloon.png') no-repeat top left;
	text-align:left;
	padding:10px 0 0 9px;
}

.popup_error_spec2{
	position:absolute;
	top:0;left:0;
	z-index:999;
	font:bold 11px Arial,sans;
	color:#CC0000;
	_height:68px;
	_width:126px;
	min-width:126px;
	min-height:68px;
	border:0px none;
	background:transparent url('/images/error_popup_balloon2.png') no-repeat top left;
	text-align:left;
	padding:10px 0 0 9px;
}


.login_rem_hdr{
	text-align:center;
	padding:10px 0;
	color:#666;
	font:normal 12px Arial,sans;
}
.login_rem_hdr strong{
	display:block;
	font:bold 14px Arial,sans;
	color:#000;
}


#table-files tbody tr td a.ulist_names,
#table-files tbody tr td a.ulist_names:visited,
#table-files tbody tr td a.ulist_names:active{
	color:#4EA6D2;
	
font-size:12px;
font-weight:bold;
}

#table-files tbody tr td.bold{
color:#4EA6D2;
	
font-size:12px;
font-weight:bold;	
}

#table-files tbody tr td.bold2{
color:#4E86A2;
	
font-size:12px;
font-weight:bold;	
}

#table-files tbody tr td a.ulist_names:hover{
	color:#4EA6D2;
font-size:12x;

font-weight:bold;
text-decoration:underline
}


.overlay_ajax_action_con{
	background:url('/images/overlay_ajax_action_bg.png') repeat;
	position:absolute;
	top:57px;left:0;
	height:100%;width:100%;
}
.overlay_ajax_action_rhn{
	background:url('/images/overlay_ajax_action_bg.png') repeat;
	position:absolute;
	top:57px;right:0;
	height:100%;width:100%;
}





/*  
 * 
 * New Overlay Popup for Sharing Process
 * 
 */

.share_modal_two *,.share_modal_one *,.share_modal *,.share_modal_three * {
	padding:0;margin:0;text-align:left
}

			.share_modal_one,
			.share_modal_two{
				/*was width:740px */
				width:870px;
				background:#F6F8FA url('/images/share_modal_bg.png') repeat-x bottom;
				border:#000 solid 5px;
				font:normal 12px Arial,sans;
				position:absolute;
				z-index:999
			}
			
			.share_modal{
				width:453px;
				background:#F6F8FA url('/images/share_modal_bg.png') repeat-x bottom;
				border:#000 solid 5px;
				font:normal 12px Arial,sans;
				position:absolute;
			}
			
			.share_modal_three{
				width:540px;
				background:#F6F8FA url('/images/share_modal_bg.png') repeat-x bottom;
				border:#000 solid 5px;
				font:normal 12px Arial,sans;
				position:absolute;
				z-index:999;
				text-align:center;
				min-height:375px
			}
			
			.share_modal_one-bg,
			.share_modal_two-bg,
			.share_modal_three-bg,
			.share_modal-bg{
			  background: #000;
			  left: 0;
			  position: absolute;
			  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			  filter: alpha(opacity=50);					
			  opacity:0.50;
			  -moz-opacity:0.50;
			  top: 0;
			}

			
			.share_modal a,
			.share_modal_one a,
			.share_modal_two a
			.share_modal_three a{
				color:#0076B1;
				text-decoration:underline
			}
			.share_modal a:hover,
			.share_modal_one a:hover,
			.share_modal_two a:hover,
			.share_modal_three a:hover{
				color:#0076B1;
				text-decoration:underline
			}
			
			.share_modal .heading,
			.share_modal_one .heading,
			.share_modal_two .heading,
			.share_modal_three .heading{
				height:28px;
				width:96%;
				margin-left:2%;
				padding-top:12px;
				font:normal 14px Arial,sans;
				background:transparent
			}
			
			.share_modal .heading .left,
			.share_modal_one .heading .left,
			.share_modal_two .heading .left,
			.share_modal_three .heading .left{float:left;width:90%;text-align:left}
			.share_modal .heading .right,
			.share_modal_one .heading .right,
			.share_modal_two .heading .right,
			.share_modal_three .heading .right{float:right;width:9%;text-align:right}
			.share_modal .heading .right img,
			.share_modal_one .heading .right img,
			.share_modal_two .heading .right img,
			.share_modal_three .heading .right img{display:inline}
			
			.share_modal .content{
				border:#DFDFDF solid 1px;
				background:#fff;
				height:224px;
				width:96%;
				*width:98%;
				margin-left:2%;
				text-align:center;
			}
			
			.share_modal .content p.con,
			.share_modal_two .content p.con,
			.share_modal_three .content p.con{
				width:90%;
				margin-left:5%;
			}
			
			.share_modal .content_fin{
				border:#fff solid 3px;
				background:#fff;
				padding-top:20px;
				padding-bottom:20px;
				width:92%;
				margin-left:3.5%;
				text-align:center;
			}
			
			
			.share_modal_one .content{
				/*border:none 0px;
				background:transparent;
				width:96%;
				margin-left:2%;
				text-align:center;
				margin-bottom:10px;
				border:#DFDFDF solid 1px;*/
				background:transparent none;
				height:404px;
				width:96%;
				*width:98%;
				margin-left:2%;
				text-align:center;
			}
			.share_modal_two .content{
				/*border:none 0px;
				background:transparent;
				width:96%;
				margin-left:2%;
				text-align:center;
				margin-bottom:10px;*/
				border:#DFDFDF solid 1px;
				background:#fff;
				width:96%;
				*width:98%;
				margin-left:2%;
				text-align:center;
			}
			.share_modal_three .content{
				/*border:none 0px;
				background:transparent;
				width:96%;
				margin-left:2%;
				text-align:center;
				margin-bottom:10px;*/
				border:#DFDFDF solid 1px;
				background:#fff;
				width:96%;
				*width:98%;
				margin-left:2%;
				text-align:center;
			}
			.share_modal_one .content table tr td .content_list,
			.share_modal_two .content table tr td .content_list,
			.share_modal_three .content table tr td .content_list{
				border:#dfdfdf 1px solid;
				background:#fcfcfc;
				padding:5px;
				height:350px;
				overflow:hidden;
				overflow-y:auto;
				width:235px;
			}
			.share_modal_one .content table tr td .content_choices,
			.share_modal_two .content table tr td .content_choices,
			.share_modal_three .content table tr td .content_choices{
				
				height:360px;
				padding:0;
			}
			
			.share_modal_one .content table tr td .content_choices table tr td table tr,
			.share_modal_two .content table tr td .content_choices table tr td table tr,
			.share_modal_three .content table tr td .content_choices table tr td table tr{
				width:100%;
			}
			
			.share_modal_one .content table tr td .content_choices table tr td table tr td .left,
			.share_modal_two .content table tr td .content_choices table tr td table tr td .left,
			.share_modal_three .content table tr td .content_choices table tr td table tr td .left{
				float:left;
				width:50%;
				padding:0;margin:5px 0 0 0;
				font:bold 14px Arial,sans;
				color:#3F5038;
				text-align:left;
			}
			.share_modal_one .content table tr td .content_choices table tr td table tr td .right,
			.share_modal_two .content table tr td .content_choices table tr td table tr td .right,
			.share_modal_three .content table tr td .content_choices table tr td table tr td .right{
				float:right;
				width:66px;
				text-align:left;
				padding:0;margin:0;
				line-height:1px;
			}
			
			.share_modal_one .content table tr td .content_choices table tr td div.ops_line,
			.share_modal_two .content table tr td .content_choices table tr td div.ops_line,
			.share_modal_three .content table tr td .content_choices table tr td div.ops_line{
				background:url('/images/share_modal_contentlist_ops.png') repeat;
				height:26px;
				padding:0;
				margin:0;
				width:100%;
				text-align:left;
			}
			
			
			.share_modal .options,
			.share_modal_one .options,
			.share_modal_two .options,
			.share_modal_three .options{
				margin-top:12px;
				width:100%;
				height:72px;
				background:transparent url('/images/share_modal_options_bg.png') repeat-x;
				color:#444;
			}
			
			.share_modal .options .left,
			.share_modal_one .options .left,
			.share_modal_two .options .left,
			.share_modal_three .options .left{
				width:49.5%;
				float:left;
				text-align:center;
				margin-top:11px;
				font-size:11px;
				font-weight:bold
			}
			
			.share_modal .options .left_mid,
			.share_modal_one .options .left_mid,
			.share_modal_two .options .left_mid,
			.share_modal_three .options .left_mid{
				width: 0.5%; 
				float:left;
				border-right: 1px solid rgb(202, 202, 202); 
				height: 54px;
				margin-top:9px
			}
			
			.share_modal .options .left img,
			.share_modal_one .options .left img,
			.share_modal_two .options .left img,
			.share_modal_three .options .left img{
				display:inline;
				cursor:pointer;
			}
			
			.share_modal .options .right,
			.share_modal_one .options .right,
			.share_modal_two .options .right,
			.share_modal_three .options .right{
				width:49%;
				float:right;
				text-align:center;
				margin-top:19px;
			}
			
			.share_modal .options .right span.offcolor,
			.share_modal_one .options .right span.offcolor,
			.share_modal_two .options .right span.offcolor,
			.share_modal_three .options .right span.offcolor{
				color:#6f6f6f
			}
			
			.share_modal .footer,
			.share_modal_one .footer,
			.share_modal_two .footer,
			.share_modal_three .footer{
				background:#D2DCE4;
				height:50px;
				width:96%;
				_width:100%;
				padding-left:2%;
				padding-right:2%;
			}
			
			
			.share_modal .footer .left,
			.share_modal_one .footer .left,
			.share_modal_two .footer .left{
				width:15%;
				float:left;
				text-align:left;
				margin-top:22px;
			}
			
			.share_modal_three .footer .left{
				width:50%;
				float:left;
				text-align:left;
				margin-top:12px;
			}
			.share_modal .footer .right,
			.share_modal_one .footer .right,
			.share_modal_two .footer .right{
				width:85%;
				float:right;
				text-align:right;
				margin-top:11px;
			}
			.share_modal_three .footer .right{
				width:48%;
				float:right;
				text-align:right;
				margin-top:12px;
				margin-left:2%;
			}
			
			
			.share_modal .footer .right img,
			.share_modal_one .footer .right img,
			.share_modal_two .footer .right img,
			.share_modal_three .footer .right img{
			    display:inline;
				cursor:pointer
			}
			
			.share_modal .content .buttons,
			.share_modal_one .content .buttons,
			.share_modal_two .content .buttons,
			.share_modal_three .content .buttons{
				padding-top:52px;
				width:204px;
				margin:0px auto;
				text-align:center;
			}
			
			.share_modal .content .buttons img,
			.share_modal_one .content .buttons img,
			.share_modal_two .content .buttons img,
			.share_modal_three .content .buttons img{
				margin:0;padding:0;
				margin-bottom:16px;
				display:block;
				text-align:center;
			}
			
			.share_modal .overage{
				height:122px;
				position:relative;
				top:-122px;
				background:url('/images/overage_bg.png') repeat;
				margin-bottom:-122px
			}
			
			.wht{clear:both;height:0px;font-size:0px}
			
			
			.share_modal_one .content table tbody tr td #share_modal_sellist,
			.share_modal_one .content table tbody tr td #share_modal_sellistmore,
			.share_modal_two .content table tbody tr td #share_modal_sellist{
				
			}
			.share_modal_one .content table tbody tr td #share_modal_sellist .item,
			.share_modal_one .content table tbody tr td #share_modal_sellistmore .item,
			.share_modal_two .content table tbody tr td #share_modal_sellist .item{
				padding:10px 0;
				
			}
			.share_modal_one .content table tbody tr td #share_modal_sellist .usr_cur,
			.share_modal_one .content table tbody tr td #share_modal_sellistmore .usr_cur,
			.share_modal_two .content table tbody tr td #share_modal_sellist .usr_cur{
				padding:10px 0;
				border:#EFF1F3 1px solid;
				background:#fafafa;
				color:#000;
			}
			.share_modal_one .content table tbody tr td #share_modal_sellist .grp_cur,
			.share_modal_one .content table tbody tr td #share_modal_sellistmore.grp_cur,
			.share_modal_two .content table tbody tr td #share_modal_sellist .grp_cur{
				padding:10px 0;
				border:#EFF1F3 1px solid;
				background:#fafafa;
				color:#000;
			}
			.share_modal_one .content table tbody tr td #share_modal_sellist .usr_sel,
			.share_modal_one .content table tbody tr td #share_modal_sellistmore .usr_sel,
			.share_modal_two .content table tbody tr td #share_modal_sellist .usr_sel{
				padding:10px 0;
				border:#E6EACD 1px solid;
				background:#FAFEE2;
				color:#5B9400;
			}
			.share_modal_one .content table tbody tr td #share_modal_sellist .grp_sel,
			.share_modal_one .content table tbody tr td #share_modal_sellistmore .grp_sel,
			.share_modal_two .content table tbody tr td #share_modal_sellist .grp_sel{
				padding:10px 0;
				border:#E6EACD 1px solid;
				background:#FAFEE2;
				color:#5B9400;
			}
			
			.share_modal_one .content table tr td .content_choices table tr td table tr td#share_modal_ophdrs div,
			.share_modal_one .content table tr td .content_choices table tr td table tr td#share_modal_ophdrsmore div,
			.share_modal_two .content table tr td .content_choices table tr td table tr td#share_modal_ophdrs div{
				
			}
			.share_modal_one .content table tr td .content_choices table tr td table tr td#share_modal_ophdrs div.hdr,
			.share_modal_one .content table tr td .content_choices table tr td table tr td#share_modal_ophdrsmore div.hdr{
				font-size:11px;
				font-weight:bold;
				color:#3399CC;
				background:transparent none;
				height:20px;
				cursor:pointer;
				float:left;
				text-align:left;
				padding-top:3px;
			}
			.share_modal_one .content table tr td .content_choices table tr td table tr td#share_modal_ophdrs div.hdrsel,
			.share_modal_one .content table tr td .content_choices table tr td table tr td#share_modal_ophdrsmore div.hdrsel{
				font-size:11px;
				font-weight:bold;
				color:#ffffff;
				background:transparent url('/images/shrmdl_hdr_sel.png') no-repeat;
				height:20px;
				float:left;
				text-align:left;
				padding-top:3px;
			}
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslistmore,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist2 {
				overflow:hidden;overflow-y:auto;width:100%;
			}
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist div div,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslistmore div div,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist2 div div{
				float:left;
				/* was font:bold 11px Arial,sans; */
				font:bold 12px Arial,sans;
				margin:8px 0 0;
			}
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist div div.clr,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist2 div div.clr,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_sellist div div.clr{
			margin:0;padding:0;float:none;clear:both;font-size:0;height:0;line-height:0;border:0px none;visibility:hidden
			}
				
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist div.block,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslistmore div.block,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist2 div.block{
				margin:0;padding:0 0 4px;float:left;width:100%;cursor:pointer;background:transparent;text-align:left;
			}
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist div.blocksel,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslistmore div.blocksel,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist2 div.blocksel{
				margin:0;padding:0 0 4px;float:left;width:100%;cursor:pointer;background:#E8F1BD;text-align:left;
			}
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist div.block div,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslistmore div.block div,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist2 div.block div{
				color:#000;text-align:left;
			}
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist div.blocksel div,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslistmore div.blocksel div,
			.share_modal_one .content table tr td .content_choices table tr td table tr td div#share_modal_posslist2 div.blocksel div{
				color:#649A0D;text-align:left;
			}
			
			.filters_disp{
				color:#f6f6f6;
				margin-left:1px;margin-right:5px;
				cursor:pointer
			}
			
			.share_modal_one .content table tr td .activityInfo table tr td *,
			.share_modal_one .content table tr td .activityInfo table tr td *{
				text-align:left;
			}
.share_modal_one .content table tr td .activityInfo *,
.share_modal_one .content table tr td  *{
				text-align:left;
			}			
#share_modal_title_type,
#share_modal_title_typemore{
	font-size:13px;font-weight:bold;
}


#share_modal_sellist div.max_info,
#share_modal_sellistmore div.max_info{
	background:#f7f7f7;color:#A6A6A6;font-size:14px;font-weight:bold;font-style:italic;padding-top:6px;padding-bottom:6px;width:100%
}
#share_modal_sellist div.min_info,
#share_modal_sellistmore div.min_info{
	color:#A6A6A6;font-style:italic;font-size:11px;font-family:Arial,sans
}

#share_modal_sellist div.blocks,
#share_modal_sellistmore div.blocks{
	margin-bottom:12px;
	width:230px;
}

#share_modal_sellist div.blocks div.cur,
#share_modal_sellistmore div.blocks div.cur{
	width:97%;
	border:#eff1f3 1px solid;
	background:#fafafa;
	font-size:11px;
	font-weight:bold;
	color:#212121;
	text-align:left
}
#share_modal_sellist div.blocks div.cur div,
#share_modal_sellistmore div.blocks div.cur div{float:left;font-size:11px;
	font-weight:bold;
	color:#212121}
#share_modal_sellist div.blocks div.cur div.logo,
#share_modal_sellistmore div.blocks div.cur div.logo{width:24px;padding:4px 0}
#share_modal_sellist div.blocks div.cur div.name,
#share_modal_sellistmore div.blocks div.cur div.name{width:140px;padding:4px 0}
#share_modal_sellist div.blocks div.cur div.act,
#share_modal_sellistmore div.blocks div.cur div.act{width:50px;padding:4px 0 0;color:#0076B1}
#share_modal_sellist div.blocks div.cur div.act a,
#share_modal_sellistmore div.blocks div.cur div.act a{width:50px;padding:0 0;color:#0076B1;text-decoration:none;}
#share_modal_sellist div.blocks div.cur div.act a:hover,
#share_modal_sellistmore div.blocks div.cur div.act a:hover{width:50px;padding: 0 0; color:#0076B1;text-decoration:underline;}
#share_modal_sellist div.blocks div.cur div.clr,
#share_modal_sellistmore div.blocks div.cur div.clr{margin:0;padding:0;float:none;clear:both;font-size:0;height:0;line-height:0;border:0px none;visibility:hidden}

#share_modal_sellist div.blocks div.new,
#share_modal_sellistmore div.blocks div.new{
	width:97%;
	border:#e6eacd 1px solid;
	background:#fafee2;
	font-size:11px;
	font-weight:bold;
	color:#5b9400;
	text-align:left
}
#share_modal_sellist div.blocks div.new div,
#share_modal_sellistmore div.blocks div.new div{float:left;font-size:11px;
	font-weight:bold;
	color:#5b9400}
#share_modal_sellist div.blocks div.new div.logo,
#share_modal_sellistmore div.blocks div.new div.logo{width:24px;padding:4px 0}
#share_modal_sellist div.blocks div.new div.name,
#share_modal_sellistmore div.blocks div.new div.name{width:140px;padding:4px 0}
#share_modal_sellist div.blocks div.new div.act,
#share_modal_sellistmore div.blocks div.new div.act{width:50px;padding:4px 0 0;color:#3399CC}
#share_modal_sellist div.blocks div.new div.act a,
#share_modal_sellistmore div.blocks div.new div.act a{width:50px;padding: 0 0;color:#3399CC;text-decoration:none;}
#share_modal_sellist div.blocks div.new div.act a:hover,
#share_modal_sellistmore div.blocks div.new div.act a:hover{width:50px;padding: 0 0;color:#3399CC;text-decoration:underline;}
#share_modal_sellist div.blocks div.new div.clr,
#share_modal_sellistmore div.blocks div.new div.clr{margin:0;padding:0;float:none;clear:both;font-size:0;height:0;line-height:0;border:0px none;visibility:hidden}





.share_modal-content .content div{
	text-align:left;display:block;
}

.share_modal-content .content form{
	width:350px;
	text-align:center;
	margin:auto;
}

.share_modal-content .content form div{
	margin-left:0px;
}

.share_modal-content .content form input,
.share_modal-content .content form textarea,
.share_modal-content .content form select{
	margin-left:5px
}

.share_modal-content .content div div.cur{

	border:#eff1f3 1px solid;
	background:#fafafa;
	font-size:11px;
	font-weight:bold;
	color:#212121;
	margin-bottom:0px;
	height:22px;
	width:99.5%
}
.share_modal-content .content div div.cur div{float:left;font-size:11px;
	font-weight:bold;
	color:#212121}
.share_modal-content .content div div.cur div.emlnot{width:56px;padding:1px 0}
.share_modal-content .content div div.cur div.logo{width:36px;padding:4px 0}
.share_modal-content .content div div.cur div.name{width:224px;padding:4px 0;text-align:left}
.share_modal-content .content div div.cur div.act{width:50px;padding:4px 0 0;color:#0076B1}
.share_modal-content .content div div.cur div.act a{width:50px;padding:0 0 0;color:#0076B1;text-decoration:none;}
.share_modal-content .content div div.cur div.act a:hover{width:50px;padding:0 0 0;color:#0076B1;text-decoration:underline;}
.share_modal-content .content div div.cur div.clr{margin:0;padding:0;float:none;clear:both;font-size:0;height:0;line-height:0;border:0px none;visibility:hidden}
.clr{margin:0;padding:0;float:none;clear:both;font-size:0;height:0;line-height:0;border:0px none;visibility:hidden}

.share_modal-content .content div div.new{

	border:#e6eacd 1px solid;
	background:#fafee2;
	font-size:11px;
	font-weight:bold;
	color:#5b9400;
	margin-bottom:0px;
	width:99.5%;
}
.share_modal-content .content div div.new div{float:left;font-size:11px;
	font-weight:bold;
	color:#5b9400}
.share_modal-content .content div div.new div.emlnot{width:56px;padding:1px 0}
.share_modal-content .content div div.new div.logo{width:36px;padding:4px 0}
.share_modal-content .content div div.new div.name{width:224px;padding:4px 0;text-align:left}
.share_modal-content .content div div.new div.act{width:50px;padding:4px 0 0;color:#3399CC}
.share_modal-content .content div div.new div.act a{width:50px;padding:0 0 0;color:#3399CC;text-decoration:none;}
.share_modal-content .content div div.new div.act a:hover{width:50px;padding:0 0 0;color:#3399CC;text-decoration:underline;}
.share_modal-content .content div div.new div.clr{margin:0;padding:0;float:none;clear:both;font-size:0;height:0;line-height:0;border:0px none;visibility:hidden}


.share_modal_filelisting_popup_files{
	width:305px;
	height:240px;
	overflow:hidden;
	overflow-y:auto;
	margin-left:35px;
	margin-top:18px;
}

.share_modal_filelisting_popup_files div.el{
	border-top:#F4F6F8 1px solid;
	border-bottom:#edefF2 1px solid;
	padding-top:4px;
	padding-bottom:4px; 
	background:#fff;
	text-align:center;
	margin:auto;
	width:258px;
}
.share_modal_filelisting_popup_files div.el_on{
	border-top:#F4F6F8 1px solid;
	border-bottom:#edefF2 1px solid;
	padding-top:4px;
	padding-bottom:4px; 
	background:#fafafa;
	text-align:center;
	margin:auto;
	width:258px;
}

.share_modal_filelisting_popup_files div.el table tr td,
.share_modal_filelisting_popup_files div.el_on table tr td{
	font:normal 12px Arial,sans;
	color:#111111
}

.share_modal_filelisting_popup_files div.el table tr td a,
.share_modal_filelisting_popup_files div.el_on table tr td a{
	font:normal 11px Arial,sans;
	color:#3399CC
}

.content_fun{
	background:#DAE9F1 url('/images/share_modal_completecontent.png') repeat-x top;
	border:#fff 3px solid;
	margin-left:30px;
	text-align:center;
	font:normal 14px Arial,sans;
	color:#38515F;
	width:368px;
	margin-top:20px;
	margin-bottom:30px;
}

.content_fun .content_filefun{
	width:262px;
	margin:20px 53px;
	font:normal 14px Arial,sans;
	color:#38515F;
	line-height:1.6em;
}


.welcome_overview_message_elem{
	margin:0;padding:15px 2%;width:90.5%;margin-left:2.2%;margin-top:10px;margin-bottom:10px;font-size:15px;color:#444;font-family:Tahoma;
	background-color:#eef2f5;border:1px solid #e4e4e4;
}

.welcome_overview_message_elem table{border-collapse: collapse;border-spacing:0}
.welcome_overview_message_elem table tbody{padding:0;margin:0;}

#dmcontent2 #overview_message table tr td .welcome_overview_message_title,
.welcome_overview_message_elem  .welcome_overview_message_title{
	text-align:left;width:100%;font-size:20px;font-family:Tahoma;
	color:#356591; font-weight:lighter;
	padding-top:14px;padding-left:16px;
	line-height:28px;
}
#dmcontent2 #overview_message table tr td .welcome_overview_message_title b,
.welcome_overview_message_elem .welcome_overview_message_title b{
line-height:24px;	
}
.welcome_overview_message_content{
	font-size:14px;font-family:Arial;line-height:14px;letter-spacing:.02em;
	color:#333;text-align:left; font-weight:100;
	padding:0px 16px; line-height:1.3;
}


.edit_groupname{
	border:1px solid #555;background:#fff;width:300px
}

#range_el{
				margin-top:40px;
			}
			#range_el table tr td div#content{
				
			}
			#range_el table tr td div#content div{
				float:left;
			}
			#range_el table tr td div#content #clock{
				padding-right:20px;margin-left:10px;padding-left:10px;
			}
			#range_el table tr td div#content #date_selection{
				padding-top:30px;width:565px
			}
			#range_el table tr td div#content #submit_button{
				padding-top:20px;float:left;
			}
			
			#range_el table tr td div#content #date_selection div.date1{
				float:left;width:205px;color:#535353;font:bold 18px "Trebuchet MS",sans;color:#535353
			}
			
			#range_el table tr td div#content #date_selection div.date1 input{
				margin:0;padding:0;padding-left:14px;width:168px;height:33px;
				background:url('/images/act_date_range/form_field.png') no-repeat;
				border:0 none;
				display:block;
				float:left;
				line-height:1;
				vertical-align:middle;
				font:normal 24px "Trebuchet MS",sans;color:#414141
			}
			#range_el table tr td div#content #date_selection div.date1 image{
				margin:0 0 0 -14px;padding:0;width:28px;height:33px;display:block;float:left;
			}
			
			#range_el table tr td div#content #date_selection div.date1 strong{
				font:bold 18px "Trebuchet MS",sans;color:#535353
			}
			
			#graph_nfo{
				font-family:"Trebuchet MS",Arial,sans;
				font-size:18px;
				font-weight:normal;
				color:#406C9F;
				text-align:center;
				width:766px
			}
			
			#graph_el{
				font-family:"Trebuchet MS",Arial,sans;
				font-size:18px;
				font-weight:normal;
				color:#222222;
				width:95%;
				height:200px;
				border-bottom:#f2f2f2 1px solid;
				border-left:#eaeaea 1px solid;
				background:url('images/act_graph_bg.png') no-repeat bottom left;
				min-width:766px;
				margin:0;padding:0;
				text-align:center;
			}
			#graph_el .bar7{
				width:14%;
				position:relative;
				height:160px;
				top:30px;
				float:left;
				min-width:108px;
				text-align:center;
				margin:0;padding:0
			}
			#graph_el .bar7 div{
				margin:0px auto
			}
			@-moz-document url-prefix() {
			   #graph_el .bar7 .true_bar {
			       /* left:50%;
					margin-left:-27px;*/
			    }
			}

			#graph_el .bar7 .true_bar{
				position:relative;
				top:0;
				width:55px;
				height:0;
				margin:auto 0;
			}
			@-moz-document url-prefix() {
			   #graph_el .bar7 .true_bar {
			     /* left:50%;
					margin-left:-27px;*/
			    }
			}
			.bg_blue_mute{
				background-color:#D1E3F2;
			}
			.bg_green_mute{
				background-color:#5A9300;
			}
			.bg_red_mute{
				background-color:#BC9568;
			}
			
			div.clr{clear:both}
			
			
			#graph_el_nfo{
				font-family:"Trebuchet MS",Arial,sans;
				font-size:18px;
				font-weight:normal;
				color:#222222;
				width:95%;
				height:30px;
				min-width:766px;
				margin:0;padding:0
			}
			#graph_el_nfo .bar7{
				width:14%;
				position:relative;
				height:30px;
				top:10px;
				float:left;
				min-width:108px;
				text-align:center;
				margin:0;padding:0
			}
			
			#graph_el_nfo .bar7 a,
			#graph_el_nfo .bar7 a:visited{
				font-family:"Trebuchet MS",Arial,sans;
				font-size:18px;
				font-weight:normal;
				color:#111111;
			}
			#graph_el_nfo .bar7 a:hover{
				font-family:"Trebuchet MS",Arial,sans;
				font-size:18px;
				font-weight:normal;
				color:#111111;
			}
			
			
			#graph_el_nfo_sub{
				font-family:"Trebuchet MS",Arial,sans;
				font-size:11px;
				font-weight:normal;
				color:#ddd2d0;
				width:95%;
				height:30px;
				min-width:766px;
				margin:10px 0 0 0;padding:0;
				text-align:right;
			}
			
			#presel_el{
				margin-top:40px;
			}
			#presel_el div.nfo{
				font-family:"Trebuchet MS",Arial,sans;
				font-size:18px;
				font-weight:normal;
				color:#111111;
				text-align:left
			}
			#presel_el div.it{
				float:left;
			}
			
			#presel_el table tr td img{
				cursor:pointer
			}

			#dMenu_fm_rh .int table tr td a{text-align:left}
.dmcontent2 * *,
#dmcontent2 * *,
#dmside * *,
#content_filelist * *,
.heading * *,
.heading2 * *,
.new-modal-dialog * *{text-align:left}


#ov_content_area{
		margin:0;padding:0;border:0px none;width:100%;margin-top:20px;
	}
	#ov_content_area .ov_content_td div.block{
		margin:0 0 10px 0;
		border:#C5D3DF 1px solid;
		background-color:#F2F7F9;
		width:99%;
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_hd{
background: url("/images/rh_block_head_bg.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #BAC2C8;
    height: 35px;
    margin: 0;
    max-height: 35px;
    padding: 0;
    width: 100%;
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_hd div{
		
margin:0;padding:0;
		font-size:14px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_hd div.left{
		margin:0;padding:0;
		width:77%;
		float:left;
		margin-top:8px;
	}
	
	
	#ov_content_area tr td.ov_content_td div.block div.ov_hd div.right{
		margin-top:13px;
		margin-left:0;
		width:22%;
		text-align:right;
		float:right;
		font-size:10px;
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_hd div.right a,
	#ov_content_area tr td.ov_content_td div.block div.ov_hd div.right a:visited,
	#ov_content_area tr td.ov_content_td div.block div.ov_hd div.right a:active{
		color:#3399CC;
		text-decoration:underline;
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_hd div.right a:hover{
		
		text-decoration:none;
	}
	
	#ov_content_area tr td.ov_content_td div.block div.ov_cn{
		margin:0;padding:0;
		padding-top:6px;
		padding-bottom:6px;
		border-bottom:#9CB6CC 1px solid;
		width:100%;
		font-size:11px;
		font-weight:normal;
		font-family:Arial,sans;
		color:#000000;
		max-height:25px;
		height:40px;overflow:hidden;
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_cn div{
		font-weight:normal;
		font-family:Arial,sans;
		float:left;
		margin-left:4px;
		
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_cn div.date{
		font-size:13px;
		color:#424242;
		width:auto;
		padding-left:5px;
		padding-right:16px;
		
		
		
	}
	 /* #ov_content_area tr td.ov_content_td div.block div.ov_cn div.file{
		font-size:13px;
		color:#385E8B;
		font-style:bold;
		overflow:hidden;
		max-width:162px;
		height:15px;
		width:auto
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_cn div.file a,
	#ov_content_area tr td.ov_content_td div.block div.ov_cn div.file a:visited,
	#ov_content_area tr td.ov_content_td div.block div.ov_cn div.file a:active{
		color:#385E8B;
		text-decoration:none;
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_cn div.file a:hover{
		color:#385E8B;
		text-decoration:underline;*/
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_cn div.user{
		font-size:13px;
		font-weight:bolder;
		overflow:hidden;
		width:110px;
		height:15px;
	}
	
	
	#ov_content_area tr td.ov_content_td div.block div.ov_full_cn{
		margin-top:20px;
		margin-bottom:20px;
		width:100%;
		font-size:25px;
		font-weight:bold;
		font-family:Arial,sans;
		
		color:#6BA4C4;
		
	}
	
	#ov_content_area tr td.ov_content_td div.block div.ov_full_cn span.bigblue{
    color: #6BA4C4;
    font-family: Arial,sans;
    font-size: 25px;
    font-weight: bold;
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_full_cn img{
		margin-left:17px;
		display:inline;
		
		padding-bottom:8px;
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_full_cn strong{
		margin-left:6px;margin-right:6px;
		font-weight:bold;
		font-size:15px;
		color:#000;
		padding-left:4px;
		padding-right:8px;
		
		
		
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_full_cn span{
		margin-left:6px;color:#000;
		font-size:14px;
		font-weight:normal;
		
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_full_cn span strong{
		margin:0;
		padding:0;
		font-weight:bold;
		font-size:14px;
		color:#396B97;
		
	}
	#ov_content_area tr td.ov_content_td div.block div.ov_full_cn div.break{
		font-size:0px;height:1px;border-bottom:#AAC1D6 1px solid;margin:0;padding:0;
	}
	
	
	
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content div.ov_full_cn2{
		margin-top:12px;
		margin-bottom:12px;
		width:100%;
		font-size:12px;
		font-weight:bold;
		font-family:Arial,sans;
		color:#829FB9;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content div.ov_full_cn2 *{
		float:none;
		margin:0;padding:0;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content div.ov_full_cn2 img{
		margin-left:8px;
		display:inline;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content div.ov_full_cn2 strong{
		margin-left:4px;margin-right:6px;
		font-weight:bold;
		font-size:12px;
		color:#000000
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content div.ov_full_cn2 span{
		margin:0;padding:0;margin-left:8px;color:#81878A;
		font-size:12px;
		font-weight:normal;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content div.ov_full_cn2 span strong{
		margin:0;
		font-weight:bold;
		font-size:12px;
		color:#000000
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content div.ov_full_cn2 div.break{
		font-size:0px;height:1px;border-bottom:#D7E2EA 1px solid;margin:0;padding:0;
	}
	#ov_content_area tr td.ov_content_td div.block div.upgrade{
		margin:0;padding:0;
		margin-left:10px;
		width:90%;
		font-size:12px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
	}
	#ov_content_area tr td.ov_content_td div.block div.upgrade img{
		display:inline;
	}
	#ov_content_area tr td.ov_content_td div.block div.upgrade a,
	#ov_content_area tr td.ov_content_td div.block div.upgrade a:visited,
	#ov_content_area tr td.ov_content_td div.block div.upgrade a:active{
		font-weight:normal;
		color:#406C9F;
		text-decoration:underline;
	}
	#ov_content_area tr td.ov_content_td div.block div.upgrade a:hover{
		font-weight:normal;
		color:#406C9F;
		text-decoration:none;
	}
	
	#ov_content_area tr td.ov_content_td{
		
	}
	#ov_content_area tr td.ov_content_td div.block{
		margin:0;padding:0;
		line-height:inherit;
		width:99.5%;
		background-color:#E9F1F7;
		border:#C9C9C9 1px solid;
		margin-bottom:20px;
	}
	#ov_content_area tr td.ov_content_td div.block2{
		padding:10px;
	}
	#ov_content_area tr td.ov_content_td div.block div.hd{
		padding:0;margin:0;
		line-height:20px;
		font-size:14px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		width:99%;
	}
	#ov_content_area tr td.ov_content_td div.block div.hd{
		float:left;
	}
	#ov_content_area tr td.ov_content_td div.block div.hd img{
		display:inline;margin:0;padding:0;
	}
	#ov_content_area tr td.ov_content_td div.block table.con{
		margin:8px 0 5px 0;
		padding:0;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content{
		width:100%;
		vertical-align:middle
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content *{
		float:left;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content a,
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content a:visited,
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content a:active{
		text-decoration:underline;
		color:#3399CC;
		font-size:12px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		margin-top:7px;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content a:hover{
		text-decoration:none;
		color:#3399CC;
		font-size:12px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		margin-top:7px;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content img{
		display:inline;margin-right:4px;margin-left:15px;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content img.p_arr{
		display:inline;margin:0;margin-right:4px;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content img.go{
		display:inline;margin:0;margin-left:2px
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content div.picker{
		width:74px;height:25px;background:url('/images/act_page/picker_bg.png') no-repeat;
		padding-top:6px;padding-bottom:0;
		padding-left:5px;
		font-size:11px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#3399cc;
	}
        div.picker{
        width: 74px;
height: 18px;
background: #fafafa;
padding-top: 3px;
padding-bottom: 2px;
padding-left: 7px;
font-size: 11px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
color: #3399cc;
border: 1px solid #efefef;}
        
        #search_by_date_range_form{min-height:26px;}
        #search_by_date_range_form span,
        #search_by_date_range_form div,
        #search_by_date_range_form img{display:block;float:left;vertical-align:middle}
        #search_by_date_range_form span{margin-top:6px;margin-left:5px;margin-right:4px;}
        
        
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content span{
		font-size:12px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		margin-right:7px;
		margin-top:6px;
	}
	
	#ov_content_area tr td.ov_content_td div.block table.con tr td #search_by_for,
	._reset_user_list_form{
		width:225px;
		height:32px;
		padding-top:6px;padding-right:8px;padding-left:3px;
		background:url('/images/act_page/find_search_bg.png') no-repeat top left;
		border:0px none;
		margin:0;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td #search_for_by_button{
		margin:0;
	}

	#ov_content_area tr td.ov_content_td div.block table.con tr td.content .gr_l{
		width:4.5%;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content .gr_r{
		width:4.5%
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content .gr_space{
		width:5%;
	}
	#ov_content_area tr td.ov_content_td div.block table.con tr td.content .gr_val{
		width:9%;
	}
	
	#ov_content_area tr td.ov_content_td div.block table tr td table tr td a.gr_link,
	#ov_content_area tr td.ov_content_td div.block table tr td table tr td a.gr_link:visited,
	#ov_content_area tr td.ov_content_td div.block table tr td table tr td a.gr_link:active{
		color:#E9EFF4;
		font-size:11px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		display:block;
		width:100%;
		text-align:center;
	}
	#ov_content_area tr td.ov_content_td div.block table tr td table tr td a.gr_link:hover{
		color:#E9EFF4;
		font-size:11px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:underline;
		display:block;
		width:100%;
		text-align:center;
	}
	#ov_content_area tr td.ov_content_td div.block table tr td table tr td div.gr_mb{
		color:#9EBED8;
		font-size:9px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		width:100%;
		text-align:center;
	}
	#ov_content_area tr td.ov_content_td div.block table tr td table tr td div.gr_mb strong{
	    color:#3D709E
	}
	
	
	
	
	#table-files .table-files-new {
padding:4px 4px 4px 6px;
border-top:1px solid #d6d6d6;
font-size:11px;
background-color:#fdfad7;
}


#container #content-table tr td div#dmcontent div#filelist #content_filelist #table-files tr td table.fmbuttonon{
	background:transparent url("/images/fmbuttonbg.png") no-repeat;
	height:30px;
	width:188px;
}
#container #content-table tr td div#dmcontent div#filelist #content_filelist #table-files tr td table.fmbuttonon tr td{
	background:none transparent;
}


#container #content-table tr td div#dmcontent div#filelist #content_filelist #table-files tr td table.fmbuttonoff{
	background-image:none;
	background:none no-repeat;
}
#container #content-table tr td div#dmcontent div#filelist #content_filelist #table-files tr td table.fmbuttonoff tr td{
background:none repeat scroll 0 0;
}

#table-files .table-files-new table tbody tr td{
	background-color:transparent;
}




/*********
 * 
 * New styling for overview page
 * 
 */

#ov_content_area tr td.ov_content_td div.block table.ov_cn{
		margin:0;padding:0;
		
		width:100%;
		font-size:12px;
		font-weight:normal;
		font-family:Arial,sans;
		color:#000000;
		max-height:25px;
		height:40px;overflow:hidden;
		table-layout:fixed
	}
/*date*/
	#ov_content_area tr td.ov_content_td div.block table.ov_cn tr td.a{
		font-size:14px;
		color:#424242;
		width:55px;
		padding-left:8px;
		padding-top:12px;
		padding-bottom:12px;
		border-bottom: #AAC1D6 1px solid;
	}
	
	/*file*/
	#ov_content_area tr td.ov_content_td div.block table.ov_cn  tr td.b{
		font-size:12px;
		
		font-weight:bold;
		overflow:hidden;
		height:30px;
		width:auto;
		background:#EDF6FE;
		padding-left:8px;
		padding-top:12px;
		padding-bottom:12px;
		border-bottom: #AAC1D6 1px solid;
		word-wrap:break-word;
	}
	#ov_content_area tr td.ov_content_td div.block table.ov_cn  tr td.b div.contentmng_{
		margin:0;padding:0;
	    line-height:18px;
		width:100%;
		height:18px;
		font-weight:bold;
		border:0px none;
		overflow:hidden;
		max-height:20px;
		
		
	}
	
	
	
	#ov_content_area tr td.ov_content_td div.block table.ov_cn  tr td.b div.contentmng_ *{
		margin:0;padding:0;
		line-height:18px;
		
		
	}
	/*
	#ov_content_area tr td.ov_content_td div.block table.ov_cn tr td.b div.contentmng_ a,
	#ov_content_area tr td.ov_content_td div.block table.ov_cn tr td.b div.contentmng_ a:visited,
	#ov_content_area tr td.ov_content_td div.block table.ov_cn tr td.b div.contentmng_ a:active{
		
		color:#CCCCCC;
		text-decoration:none;
	}
	#ov_content_area tr td.ov_content_td div.block table.ov_cn tr td.b div.contentmng_ a:hover{
		color:#CCCCCC;
		text-decoration:underline;
	}*/
	#ov_content_area tr td.ov_content_td div.block table.ov_cn tr td.b div.blue div{
	color:#4EA6D2;
	font-weight:bold;
	}
	#ov_content_area tr td.ov_content_td div.block table.ov_cn tr td.c{
		font-size:12px;
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		
		font-weight:bold;
		width:130px;
		padding-left:8px;
		padding-top:12px;
		padding-bottom:12px;
		border-bottom: #AAC1D6 1px solid;
	}
	
	div.content_mng_sep{
		height:20px;
	    float:left;	
	}

    #conf{
    	width:96%;
    	border:1px solid #d4d4d4;
    	background:#E7EDF2;
    	margin:10px 0 10px 2%;
    	padding:0;
    	height:50px;
text-align:left;
        /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity:0.0;
        -khtml-opacity: 0.0;
        opacity: 0.0;
*/
    }
	#conf table{
		margin:0 0 0 10px;
	}
   #conf table tr td span#conf_nfo{
    	
    }
    
    
    
    
    
    
    .nav_content_box {height:20px;}
			.nav_content_box *{
				font:11px normal Verdana,sans;
			}
			
			
			.nav_content_box a,
			.nav_content_box a:visited{
				padding:5px 12px;
				display:block;
				float:left;
				background-color:#eeeeee;
				border-left:1px solid #dddddd;
				border-right:1px solid #e8e8e8;
				border-top:1px solid #dddddd;
				text-decoration:none;
				color:#222222;
				font:normal 12px Arial;
			}
			.nav_content_box a:hover{
				padding:5px 12px;
				display:block;
				float:left;
				background-color:#ddddff;
				border-left:1px solid #dddddd;
				border-right:1px solid #e8e8e8;
				border-top:1px solid #dddddd;
				text-decoration:none;
				color:#222222;
				font:normal 12px Arial;
			}
			.nav_content_box a.clicked,
			.nav_content_box a.clicked:visited{
				padding:5px 12px;
				display:block;
				float:left;
				background-color:#ffffff;
				border-left:1px solid #dddddd;
				border-right:1px solid #e8e8e8;
				border-top:1px solid #dddddd;
				text-decoration:none;
				color:#222222
			}
			.nav_content_box a.clicked:hover{
				padding:5px 12px;
				display:block;
				float:left;
				background-color:#ffffff;
				border-left:1px solid #dddddd;
				border-right:1px solid #e8e8e8;
				border-top:1px solid #dddddd;
				text-decoration:none;
				color:#222222
			}
			.con_content_box,
			.con_content_box div.conts{
				width:100%;
				margin:0;padding:0;
				position:relative;
				top:0;left:0;
			}
			.con_content_box {
				background:none transparent;
				position:relative;
			}
			.con_content_box div.conts{
				display:none;
			}


div.admin_choices_small div.small{
	margin:10px 3%;
	width:43.5%;
	float:left;
    font-size:20px;	
}

input.frm_inp_one{
  height:27px;
  width:315px;
  background:url('/images/form-bg-one.png');
  font-size:18px;
  border:0px none;
  padding-left:10px;
}

textarea.frm_inp_two{
  height:55px;
  width:325px;
  max-width:325px;max-height:55px;
  background:#EFEFEF url('/images/form-bg-two-325-55.png') no-repeat;
  font-size:18px;
  border:0px none;
}


div.share_modal_three-content div.content div.con_content_box form div.conts table tbody tr td#table-form-field{
	font-size:14px;
	padding-left:8px;
}

div.share_modal_three-content div.heading div.left strong{font-size:21px;font-weight:normal}


img#check_indicator{
    visibility:hidden;
    height:31px;width:29px;
    display:inline;margin:0 5px;	
}









/* NEW VERSION OF POPUP STYLES____ */

.popsys_modal * {
	padding:0;margin:0;text-align:left
}


			.popsys_modal{
				font:normal 12px Arial,sans;
				position:absolute;
				z-index:999;
				text-align:center;
				min-height:375px;
				top:100px;
			}
			
			.popsys_modal-bg{
			  background: #000;
			  left: 0;
			  position: absolute;
			  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			  filter: alpha(opacity=50);					
			  opacity:0.50;
			  -moz-opacity:0.50;
			  top: 0;
			}

			
			.popsys_modal a{
				color:#0076B1;
				text-decoration:underline
			}
			
			.popsys_modal a:hover{
				color:#0076B1;
				text-decoration:underline
			}
			
			.popsys_modal .con table tr td .content_choices table tr td div.ops_line{
				background:url('/images/share_modal_contentlist_ops.png') repeat;
				height:26px;
				padding:0;
				margin:0;
				width:100%;
				text-align:left;
			}
			
			
			.popsys_modal .options{
				margin-top:12px;
				width:100%;
				height:72px;
				background:transparent url('/images/share_modal_options_bg.png') repeat-x;
				color:#444;
			}
			
			.popsys_modal .options .left{
				width:49.5%;
				float:left;
				text-align:center;
				margin-top:11px;
				font-size:11px;
				font-weight:bold
			}
			
			.popsys_modal .options .left_mid{
				width: 0.5%; 
				float:left;
				border-right: 1px solid rgb(202, 202, 202); 
				height: 54px;
				margin-top:9px
			}
			
			.popsys_modal.options .left img{
				display:inline;
				cursor:pointer;
			}
			
			.popsys_modal .options .right{
				width:49%;
				float:right;
				text-align:center;
				margin-top:19px;
			}
			
			.popsys_modal .options .right span.offcolor{
				color:#6f6f6f
			}
		
			
			
			.popsys_modal .content .buttons{
				padding-top:52px;
				width:204px;
				margin:0px auto;
				text-align:center;
			}
			
			.popsys_modal .content .buttons img{
				margin:0;padding:0;
				margin-bottom:16px;
				display:block;
				text-align:center;
			}



div.popsys_modal-content div.content div.con_content_box form div.conts table tbody tr td#table-form-field{
	font-size:14px;
	padding-left:8px;
}

div.popsys_modal-content div.heading div.left strong{font-size:21px;font-weight:normal}





div.popsys{
	margin:0;padding:0;min-height:300px;
}
/*div.popsys *{margin:0;padding:0}*/
div.popsys table.popsys{
	
}
div.popsys table.popsys tr td div.heading_text{
	font:bold 18px Arial,sans;
	color:#111111;
	margin:10px 0 0 0;
	min-height:36px;
}
div.popsys table.popsys tr td div.heading_text div.left{
	float:left;font:bold 22px "Myriad Pro",Arial,sans;
	color:#111111;
	min-height:36px;
}
div.popsys table.popsys tr td div.heading_text div.right{
	float:right;
	width:20px;
}

div.popsys table.popsys tr td div.content_text{
	font:normal 12px Arial,sans;
	color:#111111;
	margin:10px 0px;
}
div.popsys table.popsys tr td div.footer_text{
	font:normal 12px Arial,sans;
	color:#111111;
	margin:10px 0px;
}

div.popsys table.popsys tr td div.footer_text div.left{
	float:left;
	width:80px;
}

div.popsys table.popsys tr td div.footer_text div.right{
	float:right;
	text-align:right;
}

div.popsys table.popsys tr td div.footer_text div.l_mid{
	float:left;
	width:47%;
	margin-left:4%;
	line-height:18px;
}

div.popsys table.popsys tr td div.footer_text div.r_mid{
	float:right;
	text-align:left;
	width:48%;
	margin-right:1%;
	line-height:18px
}



div.settings_nfo{
	font:normal 12px Tahoma,Arial,sans;
    float:left;	
}
div.settings_toggle{
    width:80px;
    float:left;	
}




div.view_left{
float:left;
width:320px;
color:#4EA6D2; font-weight:normal;font-size:12px;
}

div.view_title{
	font:9pt/100% tahoma,arial;
	color:#0066CC; 
	margin-top:8px;
	margin-bottom:4px;
}

div.view_meta{
	font:italic 12px "Arial",sans;
	color:#818181;
}

div.view_right{
	margin-top:6px;
	float:right;
	width:131px;
}

div.view_right div a{
	font:bold italic 12px "Arial",sans;
	color:#3462d4;
	margin-top:8px;
	margin-bottom:4px;
}







div.billing_hd{
	color:#3399FF;
	font:bold 14px Arial,Helvetica,sans-serif;
}

div.billing_info_area{
	margin-bottom:12px;
	padding-bottom:20px;
}
div.billing_info_area img,
div.billing_info_area div{
	float:left;
}
div.billing_info_area div{
	font-size:16px;
	padding-top:2px
}

select.plans_select{
	color:#666666;
 font-size: 18px;
    margin-right: 12px;
   
}
select.plans_select option{
    font-size:18px;
    padding:3px;	
}

div.billing_info_area div a{
font-size:12px;	
}

div.settings_areas div.billing_content{
	min-width:550px;
    margin:20px 0;
    padding-left:30px;	
}

div.current_users_billing_list{
	height:125px;width:240px;
	overflow:hidden;overflow-y:auto;
	border:#eee 1px solid;
	padding:6px;
}

div.current_user_billings{
clear:both;	
width:100%;
margin-bottom:6px
}
div.current_user_billings img{
	float:left;margin-right:5px;
}


#logoImgID{
max-width:100%;
max-height:91px;	
margin:2px auto
}


div.rounded-content-container{
    background:#ffffff;padding:16px 16px;margin:12px auto;
    border:1px solid #e3e3f3;
    border-radius:5px;
    width: calc( 99.9% - 32 );
}

div.valignmiddle *{
    vertical-align:middle;margin-left:2px;margin-right:6px;
}
div.clr{clear:both;float:none;padding:0;margin:0;}

a.actButtonv1{padding:9px 16px;font-size:13px;font-weight:bold;background:#7dbf0d;color:#ffffff;border:1px solid #5b9400;border-radius: 5px;text-decoration:none;text-transform:uppercase;text-shadow:1px 1px #4d9f04}
a.actButtonv1:hover{padding:9px 16px;font-size:13px;font-weight:bold;background:#a2d74f;color:#ffffff;border:1px solid #5b9400;border-radius: 5px;text-decoration:none;text-transform:uppercase;text-shadow:none}

.goog-menuitem{cursor:pointer;}