html
{
    height: 100%;
}

body
{
    height: 98%;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    position: relative;
    background-image: url('/Images/fondo.png');
    background-repeat: repeat-x repeat-y;
    min-height: 650px;
    min-width: 900px;
    /*border: 2px solid green;*/
}

#top_container
{
    width:100%;
    min-height: 120px;
}

#top
{
    height: 108px;
    width: 90%;
    margin-top: 20px;
    margin-left: 7%;
}

img.logoLink
{
    display: block;
    border: none;
    height: 100px;
}

#header_menu
{
    font-size: 1.1em;
	display: block;
	text-align: right;
	margin-bottom: -10px;
	margin-right: 7%;
}

#header_line
{
    position: relative;
    background-image: url('/Images/line.jpg');
    height: 5px;
    background-repeat: repeat-x;
    margin-bottom: 5px;
    margin-left: 7%;
    margin-right: 7%;
    min-width: 800px;
}

#main_container
{
    position:relative;
    height: auto;
    min-height: 550px;
    min-width: 950px;
    overflow: hidden;
    /*border: 2px solid blue;*/
}

#main
{
	background-color: #fafafa;
    border: 1px solid #c8cbc8;
    /*border: 2px solid red;*/
    padding: 10px 25px 0 25px;
    margin-left: 7%;
    margin-right: 7%;
    vertical-align: top;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: block;
    behavior: url('/Content/PIE.htc');
    border-radius: 20px;
    height: auto;
    min-height: 540px;
    min-width: 800px;
    margin-bottom: 20px;
}

#error_message
{
	font-weight: bold;
	font-size: small;
	color: Red;
	width: 100%;
	text-align: center;
	height: auto;
}

#footer 
{
	border-top: 2px solid #AD6D6D;
	clear: both;
	padding-top: 8px;
	text-align: center;
	/*background-image: url('/Images/bg.jpg');
	background-repeat: repeat;*/
	position: relative;
	margin-left: 7%;
    margin-right: 7%;
    min-height: 20px;
    min-width: 800px;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding: 1.4em;
    margin:0.5em 0 1.5em 0;
    width: auto;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

fieldset#newArea
{
    width: 40%;
    float: left;
    margin-right: 1%;
    height: 100px;
    margin-bottom: 0px;
}

fieldset#uploadArea
{
    width: 49%;
    float: left;
    height: auto;
    min-width:421px;
    margin-bottom: 0px;
}

fieldset.noBorder
{
    border: none;
    margin-bottom: -20px;
    margin-left: -20px;
}

fieldset.logon
{
    border:1px solid #ddd;
    padding: 1.4em;
    margin-left: 25%;
    margin-right: 25%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    behavior: url('/Content/PIE.htc');
    border-radius: 20px;
}

fieldset.logon legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-container
{
    width: 100%;
    overflow: hidden;
}

.editor-label 
{
    width: 17%;
    margin: 1em 0 0 0;
    float: left;
}

.editor-field 
{
    width: 73%;
    margin:0.5em 0 0 0;
    float: left;
}

.newFolderLabel
{
    width: 20%;
    margin: 1em 0 0 0;
    float: left;
}

.newFolderText
{
    width: 70%;
    margin:0.5em 0 0 0;
    float: left;
}

.logon-label 
{
    width: 40%;
    margin: 0.5em 0 0.5em 0;
    float: left;
    text-align: right;
}

.logon-field 
{
    width: 58%;
    margin:0.5em 0 0.5em 0;
    float: right;
}

input[type=file]
{
    margin-bottom: 5px;
}

input[type=submit], button
{
    margin-left: 5%;
    margin-top: 10px;
    width: auto;
    cursor: pointer;
    color: #ffffff;
    background-color: #5e90c3;
    font-family: Tahoma;
    font-size: medium;
    font-weight: bold;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

h2
{
    text-decoration: underline;
}

/* Styles for Tables
-----------------------------------------------------------*/
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

table th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

table td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: middle;
}

table.border td {
	padding: 6px 11px;
	border-left: 1px solid #95bce2;
	border-right: 1px solid #95bce2;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

table td * {
	padding: 6px 11px;
}

table tr.alt td {
	background: #ecf6fc;
}

table tr:hover
{
    background-color: #EAFFFF;
}

td.action
{
    width: 90px;
}

table.noborder
{
    border: none;
}

table.noborder tr
{
    border: none;
}

table.noborder td
{
    border: none;
}

table.noborder tr:hover
{
    background-color: inherit;
}

/* icons for link
-----------------------------------------------------------*/
a#root
{
    background-image: url('/Images/Icons/folder-root.png');
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    float: left;
}

a.downloadFile
{
    background-image: url('/Images/Icons/download.png');
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
}

a.deleteFile, a.deleteFolder
{
    background-image: url('/Images/Icons/delete.png');
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
}

a.folder
{
    background-image: url('/Images/Icons/orange-folder.png');
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    line-height: 12px;
    padding-left: 25px;
}

a.rootList
{
    height: 16px;
    line-height: 16px;
}

a.selectedRoot
{
    background: url('/Images/Icons/select.png') no-repeat right top;
    text-decoration: none;
    padding-right: 20px;
    padding-bottom: 5px;
}

a#newFolder
{
    background-image: url('/Images/Icons/new_folder.png');
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    float: right;
}

a#updateFile
{
    background-image: url('/Images/Icons/Upload_File.png');
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    width: 35px;
    float: right;
    margin-left: 5px;
}

a#zipDown
{
    position: relative;
    background-image: url('/Images/Icons/zip_download.png');
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    float: right;
    margin-left: 2px;
    top: -2px;
}

a.close
{
    background-image: url('/Images/Icons/close.png');
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 22px;
    float: right;
    margin-top: -22px;
    margin-right: -15px;
}

a#recycleBinRoot
{
    background-image: url('/Images/Icons/recyclebin-root.png');
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 40px;
    float: left;
}

a.permanentDeleteFolder, a.permanentDeleteFile
{
    background-image: url('/Images/Icons/permanent_delete.png');
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
}

a.restoreFolder, a.restoreFile
{
    background-image: url('/Images/Icons/restore.png');
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
}

img.right_arrow
{
    height: 20px;
    vertical-align: middle;
    margin-right: 2px;
}

/* element position
-----------------------------------------------------------*/
div.directory
{
    height: 40px;
    float: left;
	font-size: 1.5em;
	line-height: 40px;
}

ul.root
{
    margin-top: -10px;
    margin-bottom: -5px;
}

ul.root li
{
    margin-top: 5px;
}

div#myRootDiv
{
    font-size:1.2em;
    font-weight: bold;
    margin-top: -10px;
}

div#actionMenu
{
    width: 100%;
    overflow: hidden;
}

div#folderNavigation
{
    width: auto;
    overflow:hidden;
    float: left;
}

div#itemAction
{
    width: 10%;
    float:right;
    min-width: 125px;
}

div.error_pic
{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

div.error_title
{
    width: 100%;
    font-family: Courier New;
    text-align: center;
    font-size: x-large;
    font-weight: 900;
    margin: 50px 0 20px 0;
}

div.error_text
{
    width: 100%;
    text-align: center;
    font-family: Tahoma;
    font-size: medium;
}

a#deleteUser
{
    float:right;
    margin-top: -10px;
    margin-bottom: 30px;
}