/**
 * Styling for netropol - netroloader
 * tk {at} ibotic dot net
 */

/****************************************
 * General styling
 */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-top:0px; 
	text-decoration:none; 
}

a:link,
a:visited
{
	text-decoration: underline;
}
a:hover,
a:active,
a:focus
{ 
	text-decoration:underline;
}

input, textarea, select
{
	border: 1px solid;
	padding: 2px;
}

.checkbox input
{
	border: none;
}

/****************************************
 * Header styles
 */

h3
{
	font-weight: bold;
	
}

#main hr.dotted
{
	border-bottom: 2px;
	margin-bottom: 5px;
}

h4,
legend
{
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

h5
{
	background: top left no-repeat;
}

hr
{
	border: none;
	border-top: 2px solid;
	margin: 4px 0 4px 0;
	padding: 0;
}


/****************************************
 * Content sections
 */

#header
{
	width: 100%;	
}
#userbox
{
	margin: 0 0 0 620px;
	padding: 20px 0 0 0;
}

#menu
{
	float: left;
	margin: 16px 0 0 0;
	width: 140px;
}

#main
{
	border-bottom: 2px;
	float: left;
	margin: 10px  0 10px 30px;
	width: 600px;
}

#footer,
#footer-admin
{
	clear:both;
	margin-left: 430px;
}
#footer
{
	margin-left: 580px;
}

/****************************************
 * Menus
 */

#menu ul.menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li.menu-toplevel
{
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	width: 148px;
}

#menu li.menu-toplevel strong
{
	margin: 0 0 0 10px;
}

#menu .menu-toplevel ul
{
	background-color: #fff;
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 14px;
}

/****************************************
 * Lists styling
 */

.sortables
{
	margin: 19px 0px;
}

.sortables .c1
{
	width: 130px;
}
.sortables .c2
{
	width: 150px;
}
.sortables .c3
{
	width: 200px;
}

.paginate
{
	position: relative;
	top: -5px;
	height: 20px;
}


.paginate img
{
	position: relative;
	top: 5px;
}
.pager
{
	margin: 0 auto -30px auto;
	width: 100px;
}

.pager img
{
	position: relative;
	top: 5px;
	
}

.list
{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.list-item
{
	margin-bottom:15px;
}

.list-subitem
{
	clear: left;
	list-style: none;
	margin: -5px 0 0 -40px;
	min-height: 20px;
	width: 560px;
}

.list-subitem div.left
{
	width: 480px;
}

.list-item hr,
.list-subitem hr
{
	border: none;
	margin: 4px 0 4px 0;
	padding: 0;
}

.list-item .c1,
.list-item .c2,
.list-item .c3,
.list-subitem .c1,
.list-subitem .c2,
.list-subitem .c3
{
	float: left;
	padding-left: 10px;
}

.list-item .c1,
.list-subitem .c1
{
	width: 330px;
	margin-left: 0px;
	padding-left: 0;
	text-align: left;
}
.list-item .c2,
.list-subitem .c2
{
	width: 120px;
}
.list-item .c3,
.list-subitem .c3
{
	width: 120px;
}

.list-item h5,
.list-subitem h5
{
	display: inline;
	line-height: normal;
	margin: 0;
	padding: 0;
}

/**** rounded corner fading-background-box ***/
.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content 
{ 
	margin: 0 15px 0 15px;
	padding-bottom: 8px;
}

/**** rounded outline box ***/
.oroundedcornr_top div,
.oroundedcornr_top,
.oroundedcornr_bottom div,
.oroundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.oroundedcornr_content,
.oroundedcornr_bottom {
	margin-top: -19px;
}
.oroundedcornr_content 
{ 
	padding: 0 15px;
}

.actions
{
	list-style: none;
	margin: 10px 0 50px -40px;
	padding: 1px 0 5px 40px;
}


/**** index-page -specific list styling ******/
.last-actions li
{
	margin: 10px 0 8px 0;
}

/**** projects -specific list styling ******/
.projects h5
{
	padding: 0 0 0 20px;
}
/**** documents -specific list styling ******/

.documents h5
{
	padding: 0 0 0 20px;
}

.documents .sortables .c1
{
	width: 150px;
}
.documents .sortables .c2
{
	width: 80px;
}
.documents .sortables .c3
{
	width: 120px;
}

.swfupload
{
	
	position: relative;
	left: 430px;
	top: 55px;
}

#divFileProgressContainer
{
	position: relative;
	margin: 0 0 0 0;
}

#divFileProgress
{
	width: 600px;
}

.progressContainer
{
	width: 585px;
}

/**** Users -specific list styling ******/

.users h5
{
	padding: 0 0 0 18px;
}

.users .list-subitem .c1
{
	width: 400px;
}
.users .list-subitem .c2
{
	width: 32px;
}
.users .list-subitem .c3
{
	width: 32px;
}


/****************************************
 * User edit form
 * 
 */

fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

.textfield
{
	padding: 5px 0 5px 0;
}

.textfield label
{
	clear:left;
	float: left;
	width: 200px;
}

fieldset li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.user-projects .textfield
{
	margin-top: 8px;
}

.required
{
	color: #f00;
	padding-left: 2px;
}

/****************************************
 * User projects form
 * 
 */

.user-projects label
{
	font-weight: bold;
}

.user-projects .textfield
{
	padding: 0;
}

.user-used
{
	float: left;
	width: 200px;
}
/****************************************
 * Project edit form
 * 
 */

.projects .list-item .c1
{
	width: 200px;
}

.projects .list-item .c2
{
	width: 150px;
}

.projects .list-item .c3
{
	width: 200px;
}

.projects-users .textfield
{
	margin-top: 8px;
}

.projects-users .list-item .c1
{
	width: 100px;
}
.projects-users .list-item .c2
{
	width: 150px;
}

.projects-users .list-item .c3
{
	width: 100px;
}

/****************************************
 * Filetype icons
 */
.ft-image,
.ft-pdf,
.ft-audio,
.ft-exe,
.ft-txt,
.ft-file
{
	display: block;
	min-height: 20px;
	margin: 3px;
	padding: 10px 0 0 40px;
	width: auto;
}

/****************************************
 * login
 */
#main.account
{
	border: none;
	width: 450px;
}
#footer.account
{
	margin-left: 450px;
}



/****************************************
 * Useful stuff
 */
.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.leftmargin-200
{
	margin-left: 200px;
}

.rightmargin-15
{
	margin-right: 15px;
}
.rightmargin-25
{
	margin-right: 25px;
}

.rightmargin-145
{
	margin-right: 145px;
}
.rightmargin-195
{
	margin-right: 195px;
}

.topmargin-10
{
	margin-top: 10px;
}
.formfield 
{ 
	font-size:11px;
}


/****************************************
 * Messages
 */
.notice,
.error
{
	border: 2px solid;
	font-weight: bold;
	line-height: 170%;
	padding: 20px 20px 20px 60px;
}
