﻿/* DEFAULTS
----------------------------------------------------------*/

p.tip em {padding: 2px; background-color: #6cf; color: #FFF;}
p.tip.update em {background-color: #FF0000;}

body   
{
    background: #ffffff;
/*    font-size: .80em;
    background: #b6b7bc;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.7;
	color: #000000;
	background-color: #ffffff;    
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
/*    margin-bottom: 10px;
    line-height: 1.6em;*/
    margin-top: 10px;
    margin-bottom: 0px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h8
{
/*    font-size: 1.5em;*/
    color: #666666;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
/*    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;*/
    font-size: 24pt;
    line-height: normal;
    margin: 0px 0px 10px;
    font-variant: small-caps;
}

h2
{
/*    font-size: 1.5em;*/
    font-size: 18pt;
    line-height: normal;
    margin: 27px 0px 4px;
    color: rgb(75, 158, 108);
}

h3
{
/*    font-size: 1.2em;*/
    font-size: 14pt;
    line-height: normal;
    margin: 21px 0px 4px;
    color: rgb(0, 109, 204);
}

h4
{
/*    font-size: 1.1em;*/
    font-size: 12pt;
    line-height: normal;
    margin: 18px 0px 4px;
}

h5
{
    font-size: 10pt;
    line-height: normal;
    margin: 14px 0px 4px;
}

h6
{
/*    font-size: 1em;*/
    line-height: normal;
    float: right;
    margin-top: 0px;
    /*margin: 12px 0px 4px;*/
}

h8
{
    font-size: 1.4em;
    line-height: normal;
    margin: 21px 0px 4px;
    color: Black;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

#myFooter
{
    position:absolute;
    bottom:0;
    width:90%;
    height:110px;   /* Height of the footer */
    color:#4e5766;
}




/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 0px 0px 0px 5px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #3a4f63;
    border: 1px #3a4f63 solid;
    color: #3a4f63;
    display: block;
    
    padding: 0px 5px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #1A2E61;
    color: #1A2E61;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #1A2E61;
    color: #1A2E61;
    text-decoration: none;
    /*background-color: #465c71;
    color: #465c71;
    text-decoration: none;*/
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0em 1em 0em;
    border-width: 0px;
}

fieldset legend
{
    margin: 0px;
    padding: 0.3em 0.4px 0.3px 1px;
    font-weight: bold;
/*    color: #0000FF;
    font-size: 12pt;*/
    
    font-size: 14pt;
    line-height: normal;
/*    margin: 21px 0px 4px;*/
    color: rgb(0, 109, 204);    
    margin-left: -12px;
}

/*legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}*/


/*fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
	border-width: 0px;
	padding: 0px;
	margin: 1em 1.5em;
	width: 800px;
	background-color: #FFFFFF;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}*/

fieldset .fieldGroup1
{
    padding: 10px;
    background-color: #F2F9FF;
}

fieldset th
{
    font-size: 10pt;
    font-weight: normal;
}


input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

textarea, input[type="text"], input[type="password"], select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 100%;
    border: 1px solid rgb(192, 192, 192);
} 


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.manageTitle
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

#manageTitle h2
{
    padding: 12px;
    margin: 0px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

#title h2
{
    display:block;
    float:left;
    text-align: left;
    width: auto;
    
    padding: 12px;
    margin: 0px;
}

.reviewBar
{
    padding: 12px;
    margin: 0px;
}
.reviewBar a img
{
    border-style: none;
    vertical-align: middle; 
}
.reviewBar .buttonGroup
{
    margin-left: 10px;
}

.loginDisplay
{
    /*
    font-size: 1.1em;
    padding: 10px;
    */
    display: block;
    text-align: right;
    color: White;
    padding-right:5px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.topButtons
{
    position:fixed;
    top:0px;
    left:0px;
    background-color:White;
    padding-bottom: 5px;
    z-index:10;
    width: 100%;
    border-bottom: thin solid black;
}

.contentUnderTopButtons
{
    position: relative;
    padding-top: 70px;
    z-index:1;
}

.floatingSubmit
{
    position: fixed;
    left: 500px;
    top: 250px;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-top : 4px;
    padding-bottom: 4px;
    background-color: rgb(0, 109, 204);
    border-bottom-color: rgba(0,0,0,0.25);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0,0,0,0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0,0,0,0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0,0,0,0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;    
    color: #ffffff;
    cursor: pointer;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    font-size: 11pt;
}

.secondaryButton
{
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: rgb(80, 103, 124);
    border-bottom-color: rgba(0,0,0,0.25);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0,0,0,0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0,0,0,0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0,0,0,0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    font-size: 11pt;
}

.tertiaryButton
{
    padding: 2px 8px 2px 8px;
    text-align: right;
    background-color: rgb(139, 160, 180);
    border-bottom-color: rgba(0,0,0,0.25);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0,0,0,0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0,0,0,0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0,0,0,0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    font-size: 11pt;
    text-decoration: none;
}

.tertiaryButton:link 
{
    color: #ffffff;
}

.listButton
{
    padding: 2px 8px 2px 8px;
    text-align: right;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgba(0,0,0,0.25);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0,0,0,0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0,0,0,0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0,0,0,0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #222222;
    cursor: pointer;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    font-size: 9pt;
    text-decoration: none;
    line-height: 200%;
}

.listButton:link
{
    color: #222222;
}


.fileItem input
{
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: rgb(204, 0, 0);
    border-bottom-color: rgba(0,0,0,0.25);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0,0,0,0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0,0,0,0.1);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0,0,0,0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05);
    font-size: 11pt;
}


/* POPUP ELEMENTS   
----------------------------------------------------------*/

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 30px;
	width: 250px;
}

.modalPopup2
{
	background-color:White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 30px;
}

#reviewBody
{
    position: relative;
    margin: 0px 0px 0px 226px;
}

/* SITE TREE VIEW
----------------------------------------------------------*/
#sitesSidebar
{
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 225px;
    color: #444;
    position: absolute;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C0C0C0;
    /*overflow:auto;*/
    /*height:100%;*/
}

#sitesSidebar h4
{
    padding: 12px;
    background-color: #F0FFE1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aaaaaa;
    margin: 0px;
/*    padding: 4px;
    background-color: rgb(240, 255, 225);*/
}

#sitesSidebar2
    {
        padding: 0px;
        margin: 0px;
        left: 100px;
        top: 0px;
        width: 250px;
        color: #444;
        position: relative;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #a9C0C0;
        /*overflow:auto;*/
        /*height:100%;*/
    }

    #sitesSidebar2 h4
    {
        border-style: solid;
        border-color: #aaaaa;
        border-width: 1px;
        padding: 12px;
        background-color: #F0FFE1;
        margin: 0px;
    /*    padding: 4px;
        background-color: rgb(240, 255, 225);*/
    }

    #sitesTree2
    {
        padding: 0px;
        margin: 0px;
        left: 0px;
        top: 0px;
        width: 298px;
        color: #444;
        position: relative;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #aaaaa;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #aaaaa;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #aaaaa;
        /*overflow:auto;*/
        /*height:100%;*/
    }

     
#sitesSidebar3
    {
        padding: 0px;
        margin: 0px;
        left: 0px;
        top: 0px;
        width: 375px;
        color: #444;
        position: relative;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #a9C0C0;
    }

    #sitesSidebar3 h4
    {
        border-style: solid;
        border-color: #aaaaa;
        border-width: 1px;
        padding: 12px;
        background-color: #F0FFE1;
        margin: 0px;
    }

    #sitesTree3
    {
        padding: 0px;
        margin: 0px;
        left: 0px;
        top: 0px;
        width: 373px;
        height:450px;
        overflow:auto;
        color: #444;
        position: relative;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #aaaaa;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #aaaaa;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #aaaaa;

    }
    
#GroupButtons
{
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #aaaaaa;
    background-color: #F0FFE1;
    border-right-style: solid; 
    border-right-width: 1px; 
    border-left-style: solid; 
    border-left-width: 1px; 
    padding-left: 5px;
    padding-right: 5px;
}
  
#ShareButtons
{
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #aaaaaa;
    background-color: #F0FFE1;
}
      
#sharePanel
{
    position:relative; 
    margin-top:39px; 
    float:left; 
    border-right-style: solid; 
    border-right-width: 1px; 
    border-right-color: #aaaaaa;
    border-top-style: solid; 
    border-top-width: 1.5px; 
    border-top-color: #aaaaaa;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #aaaaaa;
    width: 250px;
}

#sharePanel h4
{
    padding: 12px;
    background-color: #F0FFE1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aaaaaa;
    margin: 0px;
/*    padding: 4px;
    background-color: rgb(240, 255, 225);*/
}

/* DEFAULT TREE VIEW
----------------------------------------------------------*/
     
.sidebar
{
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 375px;
    color: #444;
    position: relative;
    /*border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #a9C0C0;*/
}

.sidebar h4
{
    border-style: solid;
    border-color: #aaaaa;
    border-width: 1px;
    padding: 12px;
    background-color: #F0FFE1;
    margin: 0px;
}

.sidebarTree
{
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    width: 373px;
    height:450px;
    overflow:auto;
    color: #444;
    position: relative;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #aaaaa;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #aaaaa;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aaaaa;

}

/* USERS TREE VIEW
----------------------------------------------------------*/

#usersSidebarButtons
{
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style:solid;
    border-right-width:1px;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #aaaaaa;
    background-color: #F0FFE1;
    text-align: right;
    padding-right:12px;
    padding-left:12px;
}

#usersSidebarButtons table
{
    width:100%;
}

#usersSidebarButtons table td.left
{
    text-align:left;
}
#usersSidebarButtons table td.right
{
    text-align:right;
}
     
#usersSidebar
    {
        padding: 0px;
        margin: 0px;
        left: 0px;
        top: 0px;
        width: 375px;
        color: #444;
        position: relative;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #a9C0C0;
    }

    #usersSidebar h4
    {
        border-style: solid;
        border-color: #aaaaa;
        border-width: 1px;
        padding: 12px;
        background-color: #F0FFE1;
        margin: 0px;
    }

    #usersTree
    {
        padding: 0px;
        margin: 0px;
        left: 0px;
        top: 0px;
        width: 373px;
        height:450px;
        overflow:auto;
        color: #444;
        position: relative;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #aaaaa;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #aaaaa;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #aaaaa;

    }
/* DOCUMENT TILE VIEW
----------------------------------------------------------*/

.documentTileView
{
/*    margin: 0px 0px 0px 200px;
    position: relative;
    background-color: #00FFFF;*/
}

.documentTileView .documentItem
{
    padding: 4px 4px 10px 4px;
    margin: 4px;
    float: left;
    width: 152px;
    height: 190px;
    text-align: center;
    font-size: 10pt;
    line-height: normal;
    word-wrap: break-word;
}

.documentTileView .documentItem .documentThumbnailBlock
{
    width: 148px;
    height: 128px;
    position: relative;
}

.documentTileView .documentItem .thumbnail
{
    border-style: none;
    width: 128px;
    height: 128px;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 20px;
}

.documentTileView .documentItem .thumbnail:hover
{
    border: 1px solid #1d60ff;
    margin-top: -1px;
    margin-left: -1px;
}

.documentTileView .documentItem .thumbnail:active 
{
    border: 1px solid #034af3;
}

.checkbox
{
    position: absolute;
    background: white;
    /*padding: 2px;*/
}

.documentTileTogglePublicPrivate
{
    position:   absolute;
    background: white;
    padding:    1px;
    top:        24px;
}

/* DOCUMENT DETAILS VIEW
----------------------------------------------------------*/

.documentDetailsView
{
/*    margin: 0px 0px 0px 200px;
    position: relative;
    background-color: #00FFFF;*/
}

.documentDetailsView .itemCommentBtn img
{
    border-style: none;
}

.documentDetailsView .documentItem
{
/*    padding: 4px 4px 10px 4px;
    margin: 4px;
    float: left;
    width: 152px;
    height: 190px;
    text-align: center;
    font-size: 10pt;
    line-height: normal;
    word-wrap: break-word;*/
}

.documentDetailsView .documentItem .documentThumbnailBlock
{
/*    width: 148px;
    height: 128px;
    position: relative;*/
}

.documentDetailsView .documentItem .thumbnail
{
/*    border-style: none;
    width: 128px;
    height: 128px;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 20px;*/
}

.documentDetailsView .documentItem .thumbnail:hover
{
/*    border: 1px solid #1d60ff;
    margin-top: -1px;
    margin-left: -1px;*/
}

.documentDetailsView .documentItem .thumbnail:active 
{
/*    border: 1px solid #034af3;*/
}

.documentDetailsView #detailsTable
{
    border-collapse: collapse;
    border: 1px solid black;
}

.documentDetailsView #detailsTable th, .documentDetailsView #detailsTable td
{
    border: 1px solid #CCCCCC;
    padding: 4px;
}

.documentDetailsView .altRow
{
    background-color: #EBEBEB;
}

/* DOCUMENT COMMENTS VIEW
----------------------------------------------------------*/

.documentCommentsView
{
    display: table;
}

.documentCommentsView .documentItem
{
    /*padding: 20px 4px 4px 4px;
    margin: 4px; 
    border: 1px solid #CCCCCC;
    width: 132px;
    height: 170px;
    text-align: center;
    font-size: 10pt;
    line-height: normal;
    word-wrap: break-word;*/
    clear: both;
    display: table-row;
}

.documentCommentsView .documentItem .documentThumbnailBlock
{
    width: 148px;
    height: 128px;
    display: table-cell;    
    vertical-align: top;
    padding-top: 10px;
    position: relative;
}

.documentCommentsView .documentItem .documentInfoBlock
{
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}

.documentCommentsView .documentItem .thumbnail
{
    width: 128px;
    height: 128px;
    display: table-cell; 
/*    vertical-align: middle */
    position: absolute;
    left: 20px; 
}

/* DOCUMENT LIST VIEW
----------------------------------------------------------*/

.documentListView
{
    position: relative;
}

.documentListView .documentItem
{
    padding: 4px;
    margin: 4px;
    float: left;
    width: 172px;
/*    height: 170px;*/
    text-align: center;
    font-size: 10pt;
    line-height: normal;
    word-wrap: break-word;
    clear: both;
}

.documentListView .documentItem .documentThumbnailBlock
{
    width: 148px;
/*    height: 128px;*/
/*    vertical-align: top;
    padding-top: 10px;*/
    position: relative;
}

.documentListView .documentItem .documentInfoBlock
{
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}

.documentListView .documentItem .thumbnail
{
    width: 128px;
/*    height: 128px;*/
    min-height: 100px;
    padding-left: 20px;
}

.documentListView .commentBlock
{
    position: absolute;
    left: 185px;
}

.documentListView iframe
{
/*    border: 1px solid #FF00FF; */
}

/* DOCUMENT COMMON VIEW ELEMENTS
----------------------------------------------------------*/

.documentItem img
{
    border-style: none;
}

.documentItem a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
}

.documentItem .documentName
{
}

.documentItem .documentDetail
{
    font-size: smaller;
    color: #666666;
}

.commentItem
{
    padding: 10px 10px 10px 10px;
    font-size: 10pt; 
    line-height: 1.5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 10px;
    background-color: #E5E5E5;
/*    background: rgba(192,192,192,0.2);*/
    max-width: 750px;
}

.commentItem .commentHeader
{
    font-size: 8pt;
    color: #666666;
}

.commentItem .commentReplyPanel
{
    height: 0px;
    overflow: hidden;
}

.commentFooter
{
    text-align: right;
}

.newCommentItem
{
    padding: 10px;
    font-size: 10pt;
    background-color: #E5E5E5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.myEntry
{
    background-color: #CEDAE4;
/*    background: rgba(161,215,229,0.2);*/
}

.commentEditInstructions
{
    font-size: 8pt;
    color: #666666;
}

.documentItem .documentThumbnailBlock .itemSelectBtn
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.documentItem .documentThumbnailBlock .itemTagBtn
{
    position: absolute;
    top: 24px;
    left: 0px;
}

.documentItem .documentThumbnailBlock .itemCommentBtn
{
    position: absolute;
    top: 48px;
    left: 0px;
    font-size: 10px;
}

.selDoc
{
    background-color: #EEEEEE;
}

.detailsPanel
{
    margin: 4px 0px 4px 0px;
    background-color: #DDFFDD;
    border: 1px solid #CCFFCC;
    padding-bottom: 2px;
    padding-top: 2px;
}

.detailsPanel td
{
    padding: 2px 10px 2px 4px;
}

/* BREADCRUMB BAR
----------------------------------------------------------*/

#breadcrumbs
{
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: smaller;
    font-weight: bold;
}

#breadcrumbs a
{
    text-decoration: none;
}

#breadcrumbs a:hover
{
    text-decoration: underline;
}




/* TAB CONTAINER
----------------------------------------------------------*/

/*.tabContainer1 .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    font-size: 14px;
    font-weight:bold;
    display: block;

}
.tabContainer1 .ajax__tab_header .ajax__tab_outer
{
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
    border:solid 1px #d7d7d7;
}
.tabContainer1 .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.tabContainer1 .ajax__tab_hover .ajax__tab_outer
{
    background-color:#9c3;
}
.tabContainer1 .ajax__tab_hover .ajax__tab_inner
{
    color: #fff;
}
.tabContainer1 .ajax__tab_active .ajax__tab_outer
{
    border-bottom-color: #ffffff;
    background-color: #d7d7d7;
}
.tabContainer1 .ajax__tab_active .ajax__tab_inner
{
    color: #000;
    border-color: #333;
}
.tabContainer1 .ajax__tab_body
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #ffffff;
}*/

.tabBody
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.iframetab
{
    width: 100%;
}


/* FORM INPUT
----------------------------------------------------------*/

.formView .fvLabel
{
    font-weight: normal;
    font-size: 10pt;
    vertical-align: top;
}

.formView .fvField
{
    font-weight: normal;
    font-size: 11pt;
    vertical-align: top;
}


/* FORM INPUT
----------------------------------------------------------*/
.formInput
{
	padding: 4px;
	position: relative;
	width: 400px;
	margin-bottom: 2px;
	
}

.formInputSelected
{
	background-color: #def4f3;
}

.formInputError
{
	background-color: #FFEEEE;
}

.formInput .fiLabel
{
	width: 370px;
}

.formInput .fiField
{
}

.formInput .fiRequired
{
	color: #FF0000;
	/*display: none;*/
}

.formInput .fiLabelNormal
{
    font-weight: normal;
    font-size: 10pt;
}

.formInput .fiLabelError
{
	background-image: url('../images/errorbang.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	color: #FF0000;
	text-align:left;
}

.formInput .fiInstructions
{
	position: absolute;
	top: 0px;
	left: 410px;
	width: 200px;
	font-size: 9pt;
	line-height: 1.2;
	background-color: #def4f3;
	padding: 5px 5px 5px 15px;
	background-image: url('../images/helper-arrow2.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align:left;
}

.fieldGroup1 .formInput .fiError
{
    background-image: url('../images/helper-arrow2g1.png');
}

.formInput .fiError
{
	position: absolute;
	top: 0px;
	left: 380px;
	width: 200px;
	font-size: 9pt;
	line-height: 1.2;
	background-color: #FFEEEE;
	padding: 5px 5px 5px 15px;
	background-image: url('../images/error-arrow2.png');
	background-position: 0px 0px;
	background-repeat:  no-repeat;
	text-align:left;
}

#siteTreeShowHide a img
{
    border-style: none;
    vertical-align: top;
    margin-left: -24px;
    margin-right: 10px;
    float: left;
}

#toolbar a img
{
    border-style: none;
    vertical-align: middle; 
}

#toolbar .buttonGroup
{
    margin-left: 10px;
}

#filterSpecialty
{
    display: inline;
    font-size: small;
    margin-left: 10px;
}

#divFilters
{
    display: inline;
    font-size: small;
    margin-left: 10px;
}

#filterText
{
    display: inline;
    font-size: small;
    margin-left: 10px;
}

#filterText input
{
    width: 100px;
}

#ECsharePanel
{
    display: inline;
    font-size: small;
    margin-left: 10px;
    float:right;
}

#filterDates
{
    display: inline;
    font-size: small;
    margin-left: 10px;
}

#filterDates input
{
    width: 70px;
}

#searchBox a img
{
    border-style: none;
    vertical-align: bottom;
}

#reviewHeader
{
    padding: 12px;
    background-color: #F0FFE1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #aaaaaa;
}

.shareListView
{
	border-collapse: collapse;
	border:thin solid black;
	margin-left:auto; 
    margin-right:auto;
    text-align:center;
}

.shareListView th
{
	text-align: center;
	vertical-align: middle;
	background-color: #F0FFE1;
	
	border-right:thin solid black;
	border-left:thin solid black;
	border-bottom:thin solid black;
	border-top:thin solid black;
	font-size: 12px;
	font-weight: bold;
}

.shareListView td
{
	vertical-align: top;
	
	border-right:thin solid black;
	border-left:thin solid black;
	border-bottom:thin solid black;
	border-top:thin solid black;
	
	font-size: 10px;
	font-weight: normal;
}


.ui-datepicker { font-size: 8pt !important; }

.decisionButton 
{
    height: 100px;
    width:150px;
    white-space:normal;
    /*min-width: 200px;*/
    text-align: center;
    font-size: 20pt;
}

.strongHint
{
	font-size: 9pt;
	color: #666666;
}