html{
	
}
body{
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	color: #333333;
}
h1{
	
}
h2{

}
h3{

}
h4{

}
h5{

}
h6{

}
a{
	
}
a:hover{

}
p{
	text-align: justify;
}
form{
	padding: 10px;
	margin: 10px;
	border: solid 1px #A4A4A4;
}
input,select,textarea{
	font-family: arial;
	font-size: 12px;
	border: solid 1px;
}
textarea{
	overflow: auto;
}
label{
	display: -moz-inline-stack;
	display: inline-block;
	width: 150px;
	margin-bottom: 2px;
	margin-right: 20px;
	padding: 5px;
	vertical-align: top;
}

#parent{
	margin-left: auto;
	margin-right: auto;
}
#header{
	height: 100px;
	border-bottom: solid 1px #999999;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
}
#mainnav{
	
}
#mainnav a{
	display: -moz-inline-stack;
	display: inline-block;
	padding: 5px;
	margin: 5px;
	text-decoration: none;
	border: solid 1px #999999;
	color: #999999;
}
#mainnav a:hover{
	border: solid 1px #000000;
	color: #000000;
}
#maincontent{

}
#footer{
	margin-top: 50px;
	border-top: solid 1px #333333;
	font-size: 10px;
}
#docpane{
	padding-left: 50px;
}

.heading{
	margin: 0px;
	margin-top: 30px;
	padding: 5px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #333333;
	background-color: #E4E4E4;
}
.heading:hover{
	cursor: pointer;
	background-color: #D2D2D2;
	color: #000000;
}
.heading2{
	display: block;
	margin: 0px;
	margin-bottom: 5px;
	padding: 2px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom: solid 1px #333333;
}
.heading-menu{
	margin-left: 20px;
	font-size: 10px;
}
.heading-menu a{
	display: -moz-inline-stack;
	display: inline-block;
	text-decoration: none;
	font-size: 10px; 
	color: #0000E4;
}
.heading-menu a:hover{
	color: #000000;
	text-decoration: underline;
}
.label-title{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.folder-thumb{
	position: relative;
	float: left;
	/*display: block;*/
	background-image: url(icon-folder.jpg);
	background-repeat: no-repeat;
	background-position: 50% 5px;
	margin: 2px;
	padding: 2px;
	padding-top: 40px;
	width: 120px;
	min-height: 80px;
	border: solid 1px #FFFFFF;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-size: 10px
}
.folder-thumb:hover{
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	color: #0000E4;
}
.document-thumb{
	position: relative;
	display: block;
	float: left;
	margin: 2px;
	padding: 2px;
	width: 200px;
	min-height: 200px;
	border: solid 1px #FFFFFF;
	text-align: center;
	font-size: 10px;
}
.document-thumb:hover{
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	color: #0000E4;
}
.document-thumb a{
	color: #333333;
	text-decoration: none;
}
.document-thumb-iconlink{
	display: block;
	background-image: url(icon-generic.jpg);
	background-repeat: no-repeat;
	background-position: 50% 5px;
	padding-top: 160px;
}
.enabled-0{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: 10px;
	/*background-color: #FF2A55;
	background-color: #A4A4A4;*/
}
.enabled-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: 10px;
	/*background-color: #55FF55;*/
}
.text-small{
	font-size: 9px;
}
.link-small{
	display: block;
	font-size: 9px;
	border: solid 1px #FFFFFF;
	padding: 2px;
}
.link-small:hover{
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.statusmessage{
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	background-color: #FFEFE0; /*#F3F3F3;*/
	border: solid 3px #4E4C4D; /*#B8885A;*/
}

.link-button{
	display: block;
	margin: 0px;
	padding: 2px;
	width: 212px;
	background-color: #FFFFFF;
	margin-top: 10px;
	cursor: hand;
	border: solid 1px #000000;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#docs_uploaded, #docs_department, #docs_other, #add_folder, #add_document, #folder-view{
	padding: 20px;
}
#userdetails{
	padding: 5px;
	padding-top: 20px;
}
#datasection{
	display: block;
	clear: both;
}

/*LOGIN PAGE*/
#loginplaque{
	width: 250px;
	height: 320px;
	padding: 0px;
	margin: 100px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #C3C3C3;
	text-align: center;
	background-image: url(login_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#loginlogo{
	margin-bottom: 5px;
}
#loginbutton{
	margin: 0px;
	width: 216px;
	background-color: #FFFFFF;
	margin-top: 10px;
	cursor: hand;
}
.loginfield{
	border: solid 1px #C3C3C3;
	font-family: arial;
	font-size: 12px;
	color: #696969;
}
#loginplaque form{
	padding: 0px;
	margin: 0px;
	border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}