img{
    border:0;
}
.form-errors {
    color: red;
}
/* progress bar 2.0 */
.meter-wrap{
    position: relative;
}
.meter-wrap, .meter-value {
    background-color: #999999;
}
.meter-value {
	background-color: #007799;
}
.meter-text {
    position: absolute;
    top:-2px; left:0;
    color: #FFF;
    text-align: center;
    width: 100%;
}
/* end progress bar */
body{
    background:#FFFFFF;
    font:11px Verdana, Arial, Helvetica, sans-serif;
    margin:0;
}
#topstrip {
    height: 10px;
    background: #007799;
}
#page-holder{
    margin:0 auto;
}
#header{
    color: #FFFFFF;
    height:77px;
    overflow:hidden;
}
.logo{
    background:url(/static/images/riskmanagement.png) no-repeat;
    width:180px;
    height:50px;
    float:left;
    text-indent:-9999px;
    overflow:hidden;
    margin:17px 0 0 10px;
}
.logo a{
    height:100%;
    overflow:hidden;
}
#header div{
    float:right;
    text-align:right;
    padding:36px 0 0 0;
}
#header div span{
    line-height:20px;
    float:left;
    font-weight:bold;
}
#header div ul{
    overflow:hidden;
    float:left;
    list-style:none;
    padding:0;
    margin:0;
}
#header div ul li{
    background:url(/static/images/separator.gif) no-repeat 0 50%;
    float:left;
    display:inline;
    line-height:20px;
    font-weight:bold;
    padding:0 9px 0 11px;
    margin:0 2px 0 -2px;
}
#header div ul a{
    color:#999999;
    text-decoration:none;
}
#header div ul a:hover{text-decoration:underline;}
.navigation{
    background:#007799 url(/static/images/navigation.gif);
    height:62px;
    overflow:hidden;
    list-style:none;
    padding:14px 0 0;
    margin:0;
    position:relative;
}
.navigation li{
    float:left;
    padding:0 0 0 28px;
}
.navigation a{
    font-size:12px;
    line-height:16px;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    float:left;
    padding:0 0 11px;
}
.navigation a:hover{background:url(/static/images/navigation-a.gif) no-repeat 50% 100%;}
.navigation #current{background:url(/static/images/navigation-a.gif) no-repeat 50% 100%;}
.navigation ul{
    list-style:none;
    padding:0;
    margin:0;
    position:absolute;
    top:52px;
    left:15px;
}
.navigation ul li{padding:0 0 0 12px;}
.navigation ul a{
    font-size:10px;
    color:#343434;
}
.navigation ul a:hover{
    background:none;
    color:#12A2DC;
}
.navigation ul #subcurrent{
    background:none;
    color:#12A2DC;
}
#content{
    background:white;
    //*width:841px;*//
}
.heading{
    width:100%;
    padding:0 0 8px;
}
.heading:after{
    content:"";
    display:block;
    clear:both;
}
.heading h1{
    float:left;
    display:inline;
    font-size:18px;
    line-height:30px;
    font-weight:normal;
    color:#999999;
    padding:23px 0 7px 62px;
    margin:0 0 0 5px;
}
.heading-home {
    background:url(/static/images/head_dashboard.gif) no-repeat;
}
.heading-access {
    background:url(/static/images/head_users.gif) no-repeat;
}
.heading-file {
    background:url(/static/images/head_file.gif) no-repeat;
}
.heading-usage {
    background:url(/static/images/head_usage.gif) no-repeat;
}
.heading-account {
    background:url(/static/images/head_account.gif) no-repeat;
}
.heading-support {
    background:url(/static/images/head_support.gif) no-repeat;
}
.heading-sites {
    background:url(/static/images/head_sites.gif) no-repeat;
}
.heading .inner{
    width:253px;
    float:right;
    display:inline;
    border:1px solid #DADADA;
    padding:0 8px;
    margin:-25px 15px 0 0;
    position:relative;
}
.heading .cont2 {
    float: right;
    padding: 5px 0 5px;
}
.heading .cont1 {
    padding: 5px 0 5px;
}
.heading ul{
    width:253px;
    line-height:28px;
    font-weight:bold;
    color:#007799;
    list-style:none;
    padding:0;
    margin:0;
}
.heading ul li{
    width:100%;
    overflow:hidden;
}
.heading ul strong{color:#343434;}
.editable{
    overflow:hidden;
    margin:0 9px 0 9px;
}
.editable h2{
    background: #007799;
    font-size:11px;
    line-height:26px;
    color:#FFFFFF;
    height:26px;
    overflow:hidden;
    padding:0 0 0 21px;
    margin:0;
}
.editable .inner{
    border-color: #007799;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    overflow:auto;
    padding: 5px 5px 25px 10px;
}
.icons{
    width: 100%;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 10px 5px 20px 10px;
}
.icons li{
    float:left;
    padding:0 0 0 20px;
}
.icons a{
    font-weight:bold;
    color:#2793DE;
    text-decoration:none;
}
.icons a:hover{position:relative;}
.icons a:hover span{text-decoration:underline;}
.icons img{
    border:0;
    display:block;
}
.icons span{
    display:block;
    text-align:center;
    margin:2px 0 0;
}
.icons .icon{
    float: left;
}
#footer{
    background: #FFFFFF;
    height:35px;
    overflow:hidden;
    padding:0 14px;
    text-align: right;
}
#footer p{
    font-size:10px;
    line-height:14px;
    font-weight:bold;
    color:#908D8D;
    margin:12px 0 0;
}
/* audit log */
.audit_log_information {
	background-color: white;
}
.audit_log_warning {
	background-color: #F4EE93;
}
.audit_log_critical {
	background-color: #F4AA93;
}
.audit_log_icon {
	width: 20px;
}
.audit_log_information_icon {
	background: url(/static/icons/information.png) no-repeat 2px 6px;
}
.audit_log_warning_icon {
	background: url(/static/icons/error.png) no-repeat 2px 6px;
}
.audit_log_critical_icon {
	background: url(/static/icons/exclamation.png) no-repeat 2px 6px;
}
.audit_log_action {
	padding-left: 20px;
}
.audit_log_path {
	background: url(/static/icons/folder_table.png) no-repeat 2px 6px;
}
.audit_log_path_folder_deleted {
	background: url(/static/icons/delete.png) no-repeat 2px 6px;
}
.audit_log_path_folder_created {
	background: url(/static/icons/folder_add.png) no-repeat 2px 6px;
}
.audit_log_path_uploaded {
	background: url(/static/icons/upload.png) no-repeat 2px 6px;
}
.audit_log_path_downloaded {
	background: url(/static/icons/download.png) no-repeat 2px 6px;
}
.audit_log_path_move_to, .audit_log_path_move_from {
	background: url(/static/icons/arrow_branch.png) no-repeat 2px 6px;
}
.audit_log_path_copy_to, .audit_log_path_copy_from {
	background: url(/static/icons/arrow_right.png) no-repeat 2px 6px;
}
.audit_log_user {
	background: url(/static/icons/user.png) no-repeat 2px 6px;
}
.audit_log_user_deleted {
	background: url(/static/icons/user_delete.png) no-repeat 2px 6px;
}
.audit_log_user_created {
	background: url(/static/icons/user_add.png) no-repeat 2px 6px;
}
.audit_log_user_edited {
	background: url(/static/icons/user_edit.png) no-repeat 2px 6px;
}
.audit_log_site_quota {
	background: url(/static/icons/drive.png) no-repeat 2px 6px;
}
.audit_log_user_quota {
	background: url(/static/icons/drive_user.png) no-repeat 2px 6px;
}
.audit_log_group_quota {
	background: url(/static/icons/drive_group.png) no-repeat 2px 6px;
}
.audit_log_email {
	background: url(/static/icons/email.png) no-repeat 2px 6px;
}
/* end audit log */
/* table */
table {
    border-collapse: collapse;
}
th strong {
    color: #FFFFFF;
}
th {
    background: #999999;
    height: 29px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid #B6D59A;
    border-bottom: solid 2px #FFFFFF;
}
tr {
    height: 30px;
}
td {
    padding: 0 5px;
    /*border-left: 1px solid #E8E8E8;
    border-bottom: 1px solid #DFDFDF;*/
}
td.first,th.first {
    border-left: 0px;
}
td.only,th.only {
    border: 0px;
}
tr.row-a {
    background: #F8F8F8;
}
tr.highlight:hover {
    background: #FFFFCC;
}
tr.row-b {
    background: #EFEFEF;
}
.inner table {
    width: 100%;
}
/* inner */
.inner ul li {
    list-style-image: url(/static/icons/arrow_right.gif);
}
/* form elements */
label {
/*    display:block;*/
    font-weight:bold;
    margin:5px 0;
}
input[type=text] {
    width: 160px;
    padding:2px;
    border:1px solid #BBBBBB;
    font: normal 1em Verdana, sans-serif;
    color:#777777;
}
input[type=password] {
    width: 160px;
    padding:2px;
    border:1px solid #BBBBBB;
    font: normal 1em Verdana, sans-serif;
    color:#777777;
}
input[type=file] {
    padding:2px;
    border:1px solid #BBBBBB;
    font: normal 1em Verdana, sans-serif;
    color:#777777;
}
textarea {
    width:400px;
    padding:2px;
    font: normal 1em Verdana, sans-serif;
    border:1px solid #BBBBBB;
    height:100px;
    display:block;
    color:#777777;
}
select {
    padding:2px;
    border:1px solid #BBBBBB;
    font: normal 1em Verdana, sans-serif;
    color:#777777;
}
input.button {
    font: bold 12px Arial, Sans-serif;
    height: 24px;
    margin: 0;
    padding: 2px 3px;
    color: #FFFFFF;
    background: #999999;
    border: none;
}
.error {
    color: red;
}
input.key_input
{
    background: white url('/static/icons/key.png') no-repeat 2px 2px;
    padding-left: 20px !important;
}
input.key_input[disabled='disabled']
{
    background: #E6DDD5;
}
.menu {
    border:none;
    margin:0px;
    padding:0px;
}
.menu ul {
    height:20px;
    width: 100px;
    list-style:none;
    margin:0;
    padding:0;
}
.menu ul li {
    list-style-image: none;
}
.menu ul li ul {
}
.menu ul li a {
    color:black;
    display:block;
    font-weight:normal;
    line-height:20px;
    margin:0px;
}
.menu ul li a:hover, .menu ul li:hover a {
    background: #999999;
    color:black;
    text-decoration:none;
}
.menu ul li ul {
    background:white;
    display:none;
    height:auto;
    padding:0px;
    border:0px;
    position:absolute;
    width:150px;
    z-index:200;
}
.menu-left ul li ul {
    margin:0px 0px 0px -50px;
    /* IE only, not sure why this is needed...*/
    *margin:0px 0px 0px -150px;
}
.menu ul li:hover ul {
    border: 1px solid black;
    display:block;
}
.menu ul li ul li {
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:150px;
}
.menu ul li ul li a {
    white-space: nowrap;
}
.menu ul li:hover ul li a {
    background:none;
}
.menu ul li ul a {
    display:block;
    height:20px;
    font-size:12px;
    font-style:normal;
    margin:0px;
    padding:0px 5px 0px 5px;
    text-align:left;
}
.menu ul li ul a:hover, .menu ul li ul li:hover a {
    background:#999999;
    border:0px;
    color:white;
    text-decoration:none;
}

/* upgrade */
.upgrade {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    min-width: 398px;
    width: 49%;
}
.upgrade table {
    width: 100%;
    border-spacing: 0px 2px;
    border-collapse: separate;
}
.upgrade th {
    background: #6A7B79;
    height: 29px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
}
.upgrade tr {
    background: #F8F8F8;
}
.upgrade td.left {
    border-right: none;
}
.upgrade td.right {
    border-left: none;
}
.upgrade td {
    border: 1px solid #DFDFDF;
}
.upgrade td ul {
    padding-left: 0;
    margin-left: 0;
}
.upgrade ul li {
    list-style-image: none;
    list-style-type: none;
}
.upgrade td ul li {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    margin-bottom: 3px;
}
.upgrade strong {
    font-weight: bold;
    color: #313D7B;
}
.upgrade td ul li label {
    font-weight: normal;
}
.upgrade td.pre-pay {
    color: #FFFFFF;
    background: #999999;
    padding: 5px;
}
/* filetree */
.filetree {
    padding-left: 31px;
    background-image: url(/static/images/t-node.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.filetree-root {
    background-image: url(/static/images/r-node.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.filetree-last{
    padding-left: 31px;
    background-image: url(/static/images/l-node.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.home_prompts ul li {
    font-size:14px;
    font-weight:normal;
    color:#999999;
}
.home_prompts ul li.unchecked {
    list-style-image: url(/static/images/checkbox-unchecked.png);
}
.home_prompts ul li.checked {
    list-style-image: url(/static/images/checkbox-checked.png);
}
.login_message {
    border: 2px solid #999999;
    background: #DFDFDF;
    padding: 0px;
}
/* dialog */
#dialog_outer {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}
#dialog_inner .editable {
    overflow: visible;
}
#dialog_inner .editable .inner{
    background: white;
    overflow: visible;
    padding: 5px;
}
#dialog_inner table {
    border-collapse: collapse;
    margin: 5px;
    width: 97%;
}
#dialog_inner th {
    border: 0px;
    height: 29px;
    padding-left: 6px;
    padding-right: 6px;
    color: #000000;
    text-align: right;
}
#dialog_inner tr {
    height: 30px;
}
#dialog_inner td {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}
/* end dialog */
/* token activation */
.activation_step {
    border: 2px solid #A8A2A2;
    border-left: 50px solid #A8A2A2;
    margin-bottom: 8px;
}
.activation_step_current {
    border: 2px solid #999999;
    border-left: 50px solid #999999;
}
.activation_step_inner {
    position:relative;
    z-index:1000;
    margin-left:-35px;
    padding-left:75px;
}
#activation_step_1 {
    background: url(/static/images/activation_step_1.gif) no-repeat;
}
.activation_step_current #activation_step_1 {
    background: url(/static/images/activation_step_1_current.gif) no-repeat;
}
#activation_step_2 {
    background: url(/static/images/activation_step_2.gif) no-repeat;
}
.activation_step_current #activation_step_2 {
    background: url(/static/images/activation_step_2_current.gif) no-repeat;
}
#activation_step_3 {
    background: url(/static/images/activation_step_3.gif) no-repeat;
}
.activation_step_current #activation_step_3 {
    background: url(/static/images/activation_step_3_current.gif) no-repeat;
}
#activation_step_4 {
    background: url(/static/images/activation_step_4.gif) no-repeat;
}
.activation_step_current #activation_step_4 {
    background: url(/static/images/activation_step_4_current.gif) no-repeat;
}
/* end token activation */
/* signup */
.signup .form fieldset{
    border: none;
}
.signup .form ul{
    padding:0;
    list-style:none;
    overflow:hidden;
    float: left;
    width: 100%;
}
.signup .form ul li{
    width: 100%;
    float:left;
    text-align: left;
}
.signup .form ul label{
    float:right;
    font-size:14px;
    color:#414040;
    font-weight:bold;
    line-height:32px;
}
.signup .form ul li ul li {
    width: 284px;
    padding: 2px;
    text-align:left;
}
.signup .form ul li ul {
    border:2px solid #AEAEAE;
    margin: 0px;
    width: 290px;
}
.signup .form ul .area{
    float:right;
}
.signup .form ul input[type="text"],
.signup .form ul input[type="password"],
.signup .form ul textarea,
.signup .form ul select{
    float:right;
    margin-left:10px;
    border:2px solid #AEAEAE;
    width:200px;
    font-size:13px;
    color:#263373;
    font-weight:bold;
    padding:5px 0 0 7px;
}
.signup .form ul input{
    height:23px;
}
.signup .form ul input.small{
    width:172px;
}
.signup .form ul input.focus,
.signup .form ul input:focus,
.signup .form ul textarea.focus,
.signup .form ul textarea:focus{
    border:2px solid #CADB33;
}
.signup .form ul strong{
    float:left;
    color:#414040;
    font-size:16px;
    margin:12px 0 0 6px;
}
.signup .form ul em{
    float:right;
    white-space:nowrap;
    margin:0 36px 0 0;
    font-size:10px;
    font-style:normal;
    line-height:20px;
}
.signup .submit{
    padding:20px 0 16px;
    overflow: hidden;
    width: 100%;
}
.signup .submit input{
    width:242px;
    height:43px;
    background:url(/static/images/btn-start.gif);
    overflow:hidden;
    padding:0;
    color:#FFFFFF;
    font-size:18px;
    line-height:42px;
    cursor: pointer;
    border:0;
    float: right;
}
.signup .error{
    border: 1px solid #F30C48;
    background: #F6D1DA;
    text-align: left;
    height: 22px;
    color: #D00F41;
    clear: both;
    padding: 6px;
    width: 280px;
}
/* end signup */
/* error */
.error #outer {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}
.error #inner {
    width: 400px;
    height: 300px;
    margin-left: -200px;  /***  width / 2   ***/
    position: absolute;
    left: 50%;
}
.error .editable{
    width:395px;
}
.error .editable h2{
    font-size:11px;
    line-height:26px;
    color:#FFFFFF;
    width:400px;
    overflow:hidden;
    padding:0 0 0 21px;
    margin:0;
}
.error .editable .inner{
    width:100%;
    overflow:hidden;
    padding:5px 10px 13px 5px;
}
/* end error */
/* fetch */
.fetch-body {
    background-color: #FFFFFF;
}
.fetch-wrapper{
	width:925px;
	margin:0 auto;
	overflow:hidden;
}
#fetch-header{
	width:925px;
	margin:0 auto;
	height:87px;
	position:relative;
	overflow:hidden;
}
.fetch-logo{
	margin:0;
	position:absolute;
	top:20px;
	left:3px;
}
.fetch-logo a{
	width:184px;
	height:56px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.fetch-middle-column{
	width:925px;
	margin:37px 0 0;
	overflow:hidden;
	background:url(/static/images/bg-middle.gif);
}
#fetch-main{
	background:url(/static/images/bg-main.gif);
	margin:0 0 -23px;
}
#fetch-main .fetch-frame{
	width:100%;
	overflow:hidden;
	background:url(/static/images/bg-main-b.gif) no-repeat 0 100%;
}
.fetch-ttl{
	height:113px;
	line-height:113px;
	border:1px solid #D6D1CA;
	background:url(/static/images/bg-ttl.gif) repeat-x 0 0;
}
.fetch-ttl h1{
	margin:0 0 0 27px;
	font-size:36px;
	color:#263373;
	font-weight:normal;
}
.fetch-twocolumn{
	width:923px;
	margin:0 auto;
	overflow:hidden;
	padding:0 0 30px;
	min-height:515px;
}
* html .fetch-twocolumn{height:515px;overflow: visible;}
#fetch-content{
	width:691px;
	padding:0 10px 0 30px;
	float:right;
	font-size:14px;
	margin:10px 0 0;
}
#fetch-content h2{
	font-size:18px;
	color:#5E6FC2;
	margin:20px 0 0;
}
#fetch-content p{
	margin:15px 0 0;
}
/* end fetch */
/* uploader */
.swfupload {
	position: absolute;
	z-index: 1;
}
/* end uploader */
/* modal box */
.modalboxlist {
	/*
	 * min-height is needed for IE8; one long filename, by itself, will be
	 * not be seen.
	 */
	min-height: 4em;

	max-height: 90px;
	overflow-y: auto;
	overflow-x: auto;
	white-space: nowrap;
}
/* end modal box */

