﻿table.webparts 
{
	width: 100%;
}

td.webpart_control 
{
    position: relative;
}

table.webparts td.onethird
{
	width: 33%;
	vertical-align: top;
	background-color: #f6f6f6;
}

.webpart_control ul
{
	margin: 0; padding: 0;
	list-style: none;
}

.webpart_control ul.group
{
	margin-bottom: 10px;
	font-weight: bold;
}

.webpart_control ul.sub
{
	margin-left: 20px;
	font-weight:normal;
}

/**** WEBPART SPECIFIC ****/

#erp_section 
{
	text-align: center;
}

#erp_section a, #erp_section a:visited
{
	font-size: 18px;
	color: red;
}

#notams_section a, #notams_section a:visited 
{
	font-size: 18px;
}

ul.document li.folder
{
    padding-left: 20px;
    background: url('/images/folder_16.png') top left no-repeat;
}

ul.document li.folder a 
{
    text-decoration: none;
    color: Black;
}

ul.document li.file
{
    padding-left: 20px;
    background: url('/images/file_16.png') top left no-repeat;
}

#uploadModalContent div
{
    position: absolute;
    background: #fff;
    border: #3f3f3f 1px solid;
    padding: 10px;
}