/*
RowLogic
Author:Bertucci Incorporated
www.bertucciinc.com
2011 Bertucci Incorporated
*/

body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 9pt;
}

a
{
	color: navy;
	text-decoration:underline;
}

h1
{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h2
{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	margin: 10px 0px 6px 0px;
	padding:0px;
	font-weight:normal;
}


#container
{
	width: 1000px;
	margin: auto;
	padding: 0px;
	padding-bottom: 20px;
}

#header
{
	height: 118px;
	width: 100%;
	border-bottom: 6px solid #233090;
	text-align: center;
}

div.updateStatus
{
	float: left;
	width: 31%;	
	background-color: #DDDDDD;
	border: 1px solid white;
	padding: 3px;
	text-align: center;
}

div.updateStarted
{
	background-color: #FFCC33;
}

.custLogo
{
	border: 0px;
}

#pamsStatus
{
	margin-bottom: 20px;
}

.fakeLink
{
	color: navy;
	text-decoration:underline;
	cursor: pointer;
}

#ui-datepicker-div 
{
	font-size: .9em;
	/* needed to overcome floating/fixed header */
	z-index: 1000 !important;
}

.ReportOption-Title
{
    font-weight: bold;
    text-decoration: underline;
}
.ReportOption-Options
{
    max-height: 25em;
    white-space: nowrap;
    overflow-y: scroll;
    border: 1px inset grey;
}
.ReportOption-Options input
{
    margin: 0;
}




@media only screen and (min-width: 320px) and (max-width: 800px)
{
	
	#container
	{
		width: 790px;
	}
	#header
	{
		height: 65px;
	}
	.custLogo
	{
		height: 55px;
	}
	div.updateStatus
	{
		margin-top: 3px;
		height: 33px;
	}
	#ui-datepicker-div 
	{
		font-size: 1.7em;
	}
}