﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 70%;
	padding-bottom: 0px;
	margin: 0px;
	color: #808080;
	padding-top: 0px;
	font-family: verdana;
	background-color: #efefef;
	text-align: center;
	text-decoration: none;
}

h1
{
    font-size: 1.6em;
    text-align: left;
    margin: 10px 0 10px 10px;
    padding: 0;
    display: block;
    color: #EC8D3B;
}

h2
{
    font-size: 1.2em;
    text-align: left;
    margin:  10px 0 10px 10px;
    padding: 0;
    display: block;
    color: #EC8D3B;
}

h3
{
    font-size: 1.0em;
    text-align: left;
    margin: 10px 0 10px 10px;
    padding: 0;
    display: block;
}

a
{
    color: #F77913;
    font-weight: bold;
    text-decoration: underline;
}


a:visited
{
    color: #F77913;
    text-decoration: underline;
}

a:hover
{
    color: #F77913;
    text-decoration: none;
    font-weight: bold;
}

a:active
{
    color: #F77913;
    text-decoration: none;
}

#main
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #ffffff;
    border: solid 1px #CCCCCC;
    padding: 5px;
    clear: both;
}

#top
{
    text-align: right;
    height: 80px;
    background-color: #FFFFFF;
    width: 100%;
    float: left;
    background-image: url(../_assets/logo.jpg);
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

#mainNav
{
    width: 100%;
    background-color: #EC8D3B;
    height: 24px;
    float: left;
    margin-top: 5px;
}

#mainNav ul
{
    float: left;
    list-style-type: none; 
    margin: 0;
    padding: 0px;
}

#mainNav li
{
	padding-left: 10px;
	padding-right: 10px;
    padding-top: 4px;
    height: 20px;
    width: 90px;
    float:left;
    background-color: inherit;
    border-right: solid 1px #CCCCCC;
}

#mainNav a
{
    height: 18px;
    text-decoration: none;
    background-color: inherit;
    color: #374794;
    font-size: 0.95em;
}

#mainNav a:hover
{
    height: 18px;
    text-decoration: underline;
    background-color: inherit;
    font-size: 0.95em;
}

#subNav
{
    width: 100%;
    background-color: #f8f8ff;
    height: 24px;
    float: left;
}

#subNav ul
{
    float: left;
    list-style-type: none; 
    margin: 0;
    padding: 0px;
}

#subNav li
{
	padding-left: 10px;
	padding-right: 10px;
    padding-top: 4px;
    height: 20px;
    width: 90px;
    float:left;
    background-color: inherit;
    border-right: solid 1px #CCCCCC;
}

#subNav a
{
    height: 18px;
    text-decoration: none;
    background-color: inherit;
    color: #374794;
    font-size: 0.95em;

}

#subNav a:hover
{
    height: 18px;
    text-decoration: underline;
    background-color: inherit;
    font-size: 0.95em;
}

#left
{
    width: 650px;
    margin-top: 5px;
    background-color: #FFFFFF;
    margin-right: 10px;
    float: left;
    padding-bottom: 10px;
}

#left img
{
    border: none;
    margin: 0;
    padding: 0;
}

#left p
{
    font-size: 0.95em;
    text-align: left;
    margin: 0 10px 10px 10px;
}

#left ul
{
    list-style-type:inherit;
    margin-left: 20px;
    margin-right: 10px;
    padding: 0;
}

#left li
{
    margin-left: 15px;
    margin-top:5px;
    padding: 0;
    text-align: left;
}

#left #datacontainer
{
	border: solid 1px #CCCCCC;
	margin: 0 0 25px 10px;
	float: left;
	width: 460px;
	padding:0;
}

#right
{
    width: 236px;
    margin-top: 5px;
    margin-right: 0px;
    background-color: #f8f8ff;
    float: right;
    padding-bottom: 10px;
}

#right h2
{
    font-size: 1.2em;
    text-align: left;
    margin: 4px 4px 10px 4px;
}

#right h3
{
    font-size: 1.0em;
    text-align: left;
    margin: 0 4px 10px 4px;
}

#right p
{
    font-size: 0.9em;
    text-align: left;
    margin: 0 4px 10px 4px;
}

#right a
{
    text-decoration: underline;
    font-weight: normal;
    color: #1B1C20;
}

#right a:hover
{
    color: inherit;
    text-decoration: none;
}

#clear
{
    width: 100%;
    height: 5px;
    float: left;
}

#footer
{
	width: 100%;
	background-color: #f8f8ff;
	clear: both;
	height: 60px;
	margin-bottom: 5px;
	font-size: 0.8em;
}

.menu
{
	float: left;
	width: auto;
	margin-left: 10px;
	margin-right: 20px
}

#ajax_tooltipObj
{
    width: 200px;
    background-color: #F77913;
	color: #0E0681;    
	z-index: 1000001;
    position: relative;
}

#ajax_tooltipObj .help_content
{
    background-color: #F77913;
    color: #0E0681;
    width: 200px;
    text-align: justify;
    font-size: 0.85em;
    z-index: 1000002;
    position: absolute;
    top: 0px;
    left: 0px;
}

.helpText
{
	margin: 10px;
}

.grid
{
    width: 95%;
    margin: 10px 0 10px 5px;
    background-color: #f8f8ff;
    padding: 4px;
    border: solid 1px #0E0681;
}

.rowStyle
{
    padding: 2px;
    text-align: left;
}

.selectedRowstyle
{
    background-color:#E59E0F;
    color: #FFFFFF;
}

.pagerStyle
{
}

.headerStyle
{
    background-color:#F77913;
}

.footerStyle
{
    background-color:#F77913;
    padding: 2px;
    text-align: right;
    font-weight: bold;
}

.th
{
    background-color: #F77913;
    padding: 4px;
    border: solid 1px #FFFFFF;
    font-size: 1em;
}

.td
{
    background-color: #f8f8ff;
    padding: 4px;
    border: solid 1px #FFFFFF;
    font-size: 1em;
}

.frm
{
    width: 90%;
    margin: 10px 0 10px 5px;
    padding: 10px 4px 4px 4px;
    background-color: #FFFFFF;
    text-align: left;
    border: solid 1px #F77913;
}

.buttonContainer
{
    text-align: right;
    background-color: #FFFFFF;
}

label
{
	float: left;
    width: 150px;
    margin-bottom: 3px;
    margin-top: 8px;
}

.validation
{
    margin: 2px 0 0 130px;
}

#information
{
	position: absolute;
	top: 240px;
	left: 650px;
	width: 300px;
	background-color: #efefef;
	padding: 4px;
	z-index: 1000;
}

.error
{
	color:Red;
	width: 100%;
	float: left;
	
}

.script
{
	background-color: #d3d3d3;
	width: 40%;
	float: right;
	margin: 20px;
	padding: 0 0 6px 0;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}

.chk
{
	width: 100%;
}

.label
{
    float: left;
    width: 130px;
    margin: 0;
}

.button
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #f8f8ff;
	color: #374974;
	font-size: 110%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 10px 0 0 0;
	cursor: pointer;
}

.impMss
{
    border: solid 1px #EC8D3B;
    padding: 4px;
    margin: 20px 20px 20px 20px;
    background-color: buttonface;
}





