﻿.unicode
{
    font-family:"Arial Unicode MS", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
}

html 
{
   overflow-y:scroll;
}

div.header
{
	height:50px;	
}

div.main
{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#E0E0E0;
	padding:10px;
}

div.nav
{
	width:170px;
	background-color:White;
	float:left;
	padding:10px;
}

div.content
{
	width:880px;
	background-color:White;
	padding:10px;
	margin-left:0px;
	_margin-left:0px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

div.footer
{
	width:100%;
	text-align:center;
	font-size:xx-small;
	padding-top:10px;
}

table.parameter
{
    display: inline-block;
    *display: inline;
    *vertical-align: middle;
    padding-right:10px;
    margin-right:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}

div.header-logo
{
    height:100px;
    background-color:White;
    padding:10px;
    width:420px;
    float:left;
    display:inline;
}

div.header-logo-side
{
    height:110px;
    background-color:White;
    padding:5px;
    width:220px;
    float:left;
    display:inline;
}

div.main-logo
{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#E0E0E0;
	padding:10px;
}

div.content-logo
{
	width:880px;
	background-color:White;
	padding:10px;
	margin-top:130px;
	*margin-top:10px;
	margin-left:0px;
	_margin-left:0px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

div.content-empty
{
	width:900px;
	background-color:#E0E0E0;
	padding:0px;
	margin-top:130px;
	*margin-top:10px;
	margin-left:0px;
	_margin-left:0px;
	min-height: 0px;
	height: auto !important;
	height: 0px;
}

input.mainbutton
{
    width:10px;
    height:40px;
    padding-bottom:10px;
}

div.Picker
{
    font-size:0.8em;
}

td.selecteddate
{
    background-color:Silver;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

td.upDownArrow
{
    width:14px;
    height:24px;
    background:url(/App_Themes/Default/UpDownArrow.png) no-repeat center;
    padding: 15px;
}

td.upDownArrowTall
{
    width:14px;
    background:url(/App_Themes/Default/UpDownArrow.png) no-repeat center;
    padding: 15px;
}

.woTextBox
{
    -webkit-box-sizing: border-box;‌​
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #aaa;
	border-radius:4px;
	font-size: 14px;
	padding:4px;
}