body
{
    background-color: #eee;
}

body, input
{
    font-family: 'Open Sans' , sans-serif;
}

#downloadFileSize{
	float: right;
	color: Gray;
	text-align: right;
}

.dialog
{
    width: 500px;
    max-height: 650px;
    padding: 20px;
    background-color: white;
    border: 1px solid gray;
    overflow: auto;
    z-index: 9001;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -270px;
}

h1, h2, h3
{
    text-align: left;
	font-weight: normal;
	margin-top: 0;
}


button
{
    background: #e3e3e3;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 12px "helvetica neue" , helvetica, arial, sans-serif;
    line-height: 1;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 150px;
	margin: 3px;
}


button:hover
{
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
}
button:active
{
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}

th{
	font-weight: normal;
	text-align: left;
	padding-bottom: 8px;
	font-size: 1.2em;
}

.showLoginButton:after{
	content: " *";
}

.menuItemTable{
	width: 100%;
	cursor: pointer;
}

.menuItemTable tr td{
	vertical-align: middle;
}

.menuItemTable:hover{
	background-color: #EEE;
}

button[disabled], button:hover[disabled], button:active[disabled]
{
	background: #fff;
	color: #d6d6d6;
	cursor: default;
}

.infoTableBody
{
    width: 100%;
    background-color: #ddd;
    border-collapse: collapse;
}
.infoTableBody tr
{
    border: 1px solid black;
    cursor: pointer;
}
.infoTableBody tr:hover
{
    background-color: #e5e5e5;
}
.infoTableBody tr th
{
    text-align: left;
    padding: 3px;
}
.infoTableBody tr th:first-child
{
    border-right: 1px solid gray;
}

.infoTableBody tr td
{
    padding: 5px;
}

.menu
{
    width: auto;
    padding: 5px;
    text-align:right;
}

#copyright
{
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: Gray;
	font-size: 12px;
	width: 100%;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: #333;
}

img
{
	border: none;
}

.project
{
    padding: 5px;
}

.project:hover
{
    background: white;
}

td
{
	vertical-align: top;
}