@charset "utf-8";

html, body
{
    height:100%;
    width:100%;
    margin:0;padding:0;
}
    
body 
{
    font-family:Arial, Helvetica, sans-serif; background-color:#fff;font-size:12px;color:#333;
}

form, input, textarea, select {font-family:Arial, Helvetica, sans-serif;font-size:12px;margin:0;padding:0;}
form:focus, input:focus, textarea:focus, select:focus {outline:none;}
input.textfield        {border:1px solid #808080;height:18px;margin:3px 0px;}
select                 {border:1px solid #808080;height:20px;margin:3px 0px;}
textarea               {border:1px solid #808080;margin:3px 0px;}
input[type="radio"]    {margin:3px 0px;}
input[type="checkbox"] {}

a, a:link, a:visited   {color:#2865BA;text-decoration:underline;}
a:hover                {text-decoration:none;}

.toolbar_icon_fileViewer  {background:url(icon_msgCompose_pack.png) no-repeat -126px 0px;float:left;width:16px;height:16px;display:block;margin:2px 1px 0px 3px;}
.toolbar_icon_fileViewer  {background-position:-126px -42px;}

.bttn_large_float_left   {float:left;font-size:14px;color:#333;margin-right:5px;white-space:nowrap;-moz-user-select:none;cursor:pointer;}
.bttn_large_float_right  {float:right;font-size:14px;color:#333;margin-left:5px;white-space:nowrap;-moz-user-select:none;cursor:pointer;}
.bttn_large_left         {float:left;height:32px;}
.bttn_large_right        {float:right;height:32px;width:4px;}
.bttn_large_txt          {float:left;height:25px;padding:7px 3px 0px 7px;}
.bttn_large_float_left:hover .bttn_large_left,  .bttn_large_float_right:hover .bttn_large_left  {float:left;height:32px;background:url(toolbar_bttn_large_left.png) no-repeat;}
.bttn_large_float_left:hover .bttn_large_right, .bttn_large_float_right:hover .bttn_large_right {float:right;height:32px;width:4px;background:url(toolbar_bttn_large_right.png) no-repeat;}
.bttn_large_float_left:active  .bttn_large_left, .bttn_large_float_left:active .bttn_large_right,
.bttn_large_float_right:active .bttn_large_left, .bttn_large_float_right:active .bttn_large_right {background-position:0px -37px;color:#000;}
.bttn_large_float_left:active .fileViewer_icon, .bttn_large_float_right:active .fileViewer_icon {background-position-y:-32px;} /*only supported in chrome, safari*/

.fileViewer_shell             {width:100%;height:100%;background:#7399B4;min-width:600px;min-height:450px;}
.fileViewer_head_shell        {width:100%;height:70px;background:url(fileViewer_head_bg.jpg) repeat-x;overflow:hidden;}
.fileViewer_head_blank        {float:left;height:70px;}
.fileViewer_head_divider      {float:left;width:2px;height:70px;background:url(fileViewer_head_divider.jpg) no-repeat;}
.fileViewer_icon_shell        {float:left;padding:12px 20px;}
.fileViewer_icon_shell h1     {margin:0;padding:0;float:left;font-size:26px;font-weight:normal;color:#fff;padding:5px 0px 0px 8px;-moz-user-select:none;cursor:default;}
.fileViewer_icon              {float:left;width:42px;height:42px;background:url(topNav_icon_fileViewer.png) no-repeat;_background:url(icon_fileViewer.gif) no-repeat;}
.fileViewer_table             {width:100%;table-layout:fixed;font-size:11px;color:#333;}
.fileViewer_table td          {vertical-align:top;text-align:left;}
.fileViewer_td_gap            {width:10px;}
.fileViewer_td_list           {width:200px;}
.fileViewer_td_list select    {width:100%;margin:0;padding:0;}
.fileViewer_body_shell        {padding:10px;}
.fileViewer_img_shell         {width:100%;min-width:370px;border:1px solid #666;background:#fff;}
.fileViewer_img1              {overflow:auto;}
.fileViewer_img2              {width:100%;height:100%;display:table;}
.fileViewer_img3              {width:100%;display:table-cell;vertical-align:middle;}
.fileViewer_img4              {width:100%;text-align:center;}
.fileViewer_toolbar_shell     {padding:7px;height:31px;background:url(fileViewer_toolbar_bg.jpg) repeat-x #B4B4B4;_background:#B4B4B4;_border-top:1px solid #666;}
.fileViewer_toolbar           {width:100%;}
.fileViewer_icon_arrow_left   {float:left;width:32px;height:32px;background:url(fileViewer_toolbar_icons.png) no-repeat    0px 0px;_background:url(fileViewer_toolbar_icons.gif) no-repeat    0px 0px;margin-left:4px;}
.fileViewer_icon_arrow_right  {float:left;width:32px;height:32px;background:url(fileViewer_toolbar_icons.png) no-repeat  -32px 0px;_background:url(fileViewer_toolbar_icons.gif) no-repeat  -32px 0px;margin-left:4px;margin-left:4px;}
.fileViewer_icon_zoomIn       {float:left;width:32px;height:32px;background:url(fileViewer_toolbar_icons.png) no-repeat  -64px 0px;_background:url(fileViewer_toolbar_icons.gif) no-repeat  -64px 0px;margin-left:4px;}
.fileViewer_icon_zoomOut      {float:left;width:32px;height:32px;background:url(fileViewer_toolbar_icons.png) no-repeat  -96px 0px;_background:url(fileViewer_toolbar_icons.gif) no-repeat  -96px 0px;margin-left:4px;}
.fileViewer_icon_zoomReset    {float:left;width:32px;height:32px;background:url(fileViewer_toolbar_icons.png) no-repeat -128px 0px;_background:url(fileViewer_toolbar_icons.gif) no-repeat -128px 0px;margin-left:4px;}
.fileViewer_icon_zoom100      {float:left;width:32px;height:32px;background:url(fileViewer_toolbar_icons.png) no-repeat -160px 0px;_background:url(fileViewer_toolbar_icons.gif) no-repeat -160px 0px;margin-left:4px;}
.fileViewer_bttn_black        {float:right;width:10px;height:10px;border:1px solid #666;background:#000;margin:10px 5px 0px 5px;cursor:pointer;}
.fileViewer_bttn_grey         {float:right;width:10px;height:10px;border:1px solid #666;background:#999;margin:10px 5px 0px 5px;cursor:pointer;}
.fileViewer_bttn_white        {float:right;width:10px;height:10px;border:1px solid #666;background:#fff;margin:10px 5px 0px 15px;cursor:pointer;}
.fileViewer_bttn_black:hover, .fileViewer_bttn_grey:hover {width:16px;height:16px;margin:7px 2px 0px 2px;}
.fileViewer_bttn_white:hover  {width:16px;height:16px;margin:7px 2px 0px 12px;}

.bttn_large_float_left_disabled  {float:left;font-size:14px;color:#333;margin-right:5px;white-space:nowrap;-moz-user-select:none;}
.bttn_large_float_right_disabled {float:right;font-size:14px;color:#333;margin-left:5px;white-space:nowrap;-moz-user-select:none;}
.bttn_large_float_left_disabled  .fileViewer_icon_arrow_left  {background-position:   0px -64px;}
.bttn_large_float_left_disabled  .fileViewer_icon_arrow_right {background-position: -32px -64px;}
.bttn_large_float_right_disabled .fileViewer_icon_zoomIn      {background-position: -64px -64px;}
.bttn_large_float_right_disabled .fileViewer_icon_zoomOut     {background-position: -96px -64px;}
.bttn_large_float_right_disabled .fileViewer_icon_zoomReset   {background-position:-128px -64px;}
.bttn_large_float_right_disabled .fileViewer_icon_zoom100     {background-position:-160px -64px;}

.myFiles_preview_shell_1  {width:100%;height:100%;display:table;}
.myFiles_preview_shell_2  {width:100%;display:table-cell;vertical-align:middle;text-align:center;}