/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

html  {
  height: 100%;
}

fieldset	{
	margin: 10px 0;
	padding: 0 10px;
	border-style: none;
}

fieldset p	{
	padding: 2px 0;
	margin: 0 0 3px;
}

fieldset p.right  {
  text-align: right;
}

label	{
	display: inline-block;
	min-width: 140px;
	text-align: left;
}

.loginlabel	{
	min-width: 100px;
}

label.search  {
	min-width: 65px;
}

input#replaceFile	{
	min-width: 318px;
	width: 318px;
}

input[type="text"], input[type="password"],
input[type="button"], input[type="submit"],
select,textarea	{
	 padding: 4px 2px;
    border: 1px solid rgb(221,221,221);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
	-webkit-box-shadow: rgba(0,0,0,0.12) 0px 0px 3px inset;
   -moz-box-shadow: rgba(0,0,0,0.12) 0px 0px 3px inset;
   background: #F3F3F3;
}

input[type="text"], input[type="password"],
textarea#comment 	{
	min-width: 220px;
}

input[type="button"], input[type="submit"]  {
    float: right;
    background: white;
    border: 1px solid #F3F3F3;
    cursor: pointer;
    margin: 0 11px;
    padding: 3px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
}

select	{
	padding: 1px 0;
}

textarea  {
	vertical-align: top;
	resize: none;
}

.registerSalutation {
	width: 225px;
	display: inline-block;
	text-align: left;
}

.registerErrortext  {
	color: red;
	padding: 0 0 15px;
}

.tabContainer input[type="button"], .tabContainer input[type="submit"]	{
	float: none;
}

table	{
	border-collapse: collapse;
	text-align: left;
}

table th,
table td	{
	border: 1px solid #F5F5F5;
	padding: 8px 12px;
	font-size: 12px;
}

.sort	{
	background: url(../images/desc.png) no-repeat right center;
	cursor: pointer;
}

.sortasc {
  background: url(../images/asc.png) no-repeat right center;
  cursor: pointer;
}

.sort_active {
  background: url(../images/desc_active.png) no-repeat right center;
  cursor: pointer;
}

.sortasc_active {
  background: url(../images/asc_active.png) no-repeat right center;
  cursor: pointer;
}

table th input[type="checkbox"],
table td input[type="checkbox"],
table td img	{
	position: relative;
	top: 2px;
}

table td img{
	padding: 0 2px;
	cursor: pointer;
}

table td label	{
	text-align: left;
	width: 75px;
	min-width: 75px;
}

table td select	{
	margin: 5px 0;
	width: 125px;
}

#pagination	{
	text-align: center;
}

#pagination img	{
	cursor: pointer;
	top: 0;
}

.form {
	width: 360px;
	margin: auto;
	border: 1px solid rgb(221,221,221);
}

.form fieldset	{
	text-align: center;
}

.textlink{
	margin: 10px 0 0;
	display: block;
	font-size: 12px;
}

.form .textlink,
article .backlink{
	float: left;
	font-size: 12px;
	text-decoration: underline;
	margin: 0 0 0 5px;
}

#editUser fieldset,
#editFile fieldset	{
	display: inline;
	width: 400px;
	padding: 0 13px;
}

#editUser input[type="text"], #editUser input[type="password"],
#editFile input[type="text"], #editFile input[type="password"]	{
	min-width: 188px;
	width: 188px;
}

#editUser input[type="password"],
#editFile input[type="password"]	{
/*	background: rgb(255,255,255) url(../images/reload.png) no-repeat right center;*/
	padding: 4px 2px;
}

#editUser strong, #editUser small,
#editFile strong, #editFile small	{
	font-size: 11px;
}

#editUser fieldset:last-child,
#editFile fieldset:last-child	{
	text-align: right;
}

#editUser input[type="submit"], #editUser input[type="button"],
#editFile input[type="submit"], #editFile input[type="button"]	{
	margin: 0 0 0 10px;
}

#logout	{
	color: #EB3D00 !important;
}

.hidden	{
	display: none;
}

.ui-widget	{
	font-size: 12px !important;
}

hr  {
	height: 1px;
	background: #DDD;
	margin: 0 15px 0 13px;
}

#fileSelection table .file{
	width: 300px;
}

#fileSelection table .version{
  width: 100px;
}



/*    Tablet Layout: 768px   */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  body {
    width: 712px;
    padding: 48px 28px 60px;
  }
}

/*    Mobile Layout: 320px.   */

@media only screen and (max-width: 767px) {
  
  body {
    width: 252px;
    padding: 48px 34px 60px;
  }
  
}

/*    Wide Mobile Layout:    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  
  body {
    width: 436px;
    padding: 36px 22px 48px;
  }
  
}


#errorMessageBox {
	margin-top: 5px;
	padding-top: 8px;
	color: red;
	text-align: center;
	height: 25px;
}

.error {
	background-color: #faa;
}