

body {
	color: #333333;
	margin:0px;
	padding:0px;
	height:99%;
	font-weight : normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10pt;
	/*background:url('/img/bg.gif');*/
}

div, p, ul{
    padding:0px;
	list-style:none;
}


/***** BODY PANEL *****/

#bodyPan{
	padding-top: 5px;
	padding-left: 5px;
	width: 99%;
	padding-right: 5px;
	height:90%;
	position:absolute;
	margin: 0 auto;

}

#bodyPan h3{
/*	background:#F2F0DC; */
	color: #52606a;
	font-size:20px;
	font-weight:bold;
	margin-top: 25px;
	clear:both;
}


/***** MENU PANEL *****/
	
 .actions_v2 ul li{
	float:left;
	list-style: none;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 10px;
}
.actions_v2 ul li a{
	border:1px solid #6a7f90;
	clear:right;
	padding: 7px;
	display:block;
	background:rgb(51,51,51);
	color:#fff;	
	text-align:center;
	text-decoration:none;
}
 .actions_v2 ul li a:hover{
 clear:right;
	background:#FFF;
	color:#282a5a;
}


/***** VIEW FORM *****/

h2 {
	font-size: 16pt;
	font-weight: bold;
	clear:left;
	padding-bottom: 5px;
}

h1{
font-size: 21px;
font-weight: bold;
}


/***** ADD/EDIT FORMS *****/

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	position:relative;
	background:#C4C2C2;
}
form div.input {
	background:#C4C2C2;
	color: #444;
    border-bottom: 1px solid #DDDDDD;
	clear: both;
	height:auto;
	min-height:2em;
	margin: 2px;
	margin-bottom: 15px;
	padding: .5em 1em 1em 1em;
}
form div label{
	color: #333;
	/*background:#FFE5BA;*/
	font-weight: bold;
	display: block;
	float:left;
	width: 200px;
	font-size: 14px;
	padding-right: 20px;
}

legend{
	color: #444444;
	font-size: 1.5em;
}

div.clear{
	clear: both;
	margin: 0px;
	border: 0;
	padding: 0;
}

img.logo{
	width:90px;
	height:90px;
	position:absolute;
	margin-left: 10px;
}

#legend div{
	float: left;
	clear: none;
	padding: 4px 0 4px 5px;
	border: 1px solid #CCCCCC;
}

#tab-container {
	clear:both;
    margin:0px;
    padding:0px;
}



.ajax-filter{
	background-color: #D3D3D3;   
	margin: 10px 0 10px 0;
    padding: 10px;
    border: 1px solid black;
	width:90%;
	clear:both;
}
.ajax-filter label{
}
.ajax-filter div.submit{
    margin: 20px 0 0 0;
}
.ajax-filter div.submit input{
    float: left;
    margin-right: 10px
}
.ajax-filter select, .ajax-filter input[type=text] {
    width: 220px;
    margin-bottom: 5px;
}
div.filter-panel {
    float: left;
    width: 360px;
    margin: 0 5px;
}


 #header {
	background-color: #FF9C20;
	height:67px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/***** NOTICES & MESSAGE *****/

div.message { 
    border: 3px red solid; width: 90%; 
    margin-top: 20px; 
    padding: 15px; 
    color: red;
    font-size: 16px;
    font-weight: bold;
    clear: both;
}

div.error-message {
    background-color: #FFF;
    color: #900;
    font-size: 16px;
    font-weight: bold;
    clear: both;
    border: 1px solid #DDDDDD;
    margin: 2px;
    padding: 0.5em 1em;
}


form#SectionAddForm{
    margin: 0px;
    padding-bottom:10%;
}
p.paginate {
    padding: 5px 0 10px 0
}
p.paginate a {
    text-decoration: underline
}
p.paginate a:hover {
    text-decoration: none
}

.push{
	position:fixed;
	bottom:35px;
	left:8px;
	padding-top:10px;
	margin-top:15px;
	width:99%;
	height: 2em;
	display:block;
	margin:auto;
	clear:both;
}

 div#footer{
  position:absolute;
  bottom:0;
  background: rgb(221,221,221);
  left:8px;
  height:25px;
  margin-top:15px;
  width:99%;
 }

 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
   margin-top:5em;
  }
 } 


a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

p.paginate {
	padding: 15px 0 5px;
}

div.paging {
}

/** For Sticky Footer **/
*{
margin:0;
}
html {height: 99%;}



/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}


img {border:0} 


img.footerimg {
	text-align:right;
	float:right;
	margin-right:5px;
}


div#section_view{
	padding-bottom:5%;
}

/***** VIEW FORM *****/


dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 45%;
	height:5%;
}
dl .altrow {
	background: #cecece;
	clear: both;
}
dt {
	font-weight: bold;
	vertical-align: top;
	z-index:-10;
	float:left;
	padding-right: 0.5em;
	clear:left;
	width:15em;
}
dd {
	width: 100%;
	margin-left: 0em;
	vertical-align: top;
	z-index:10;
}

.dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
.dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	z-index:-10;
	float:left;
	padding-right: 0.5em;
	clear:left;
	width:15em;
}
.dt_altrow {
	background: #ff9900;
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	z-index:-10;
	float:left;
	padding-right: 0.5em;
	clear:left;
	width:15em;
}

.dd {
	margin-left: 8em;
	vertical-align: top;
	z-index:10;
}
.dd_altrow {
	background: #ff9900;
	margin-left: 8em;
	vertical-align: top;
	z-index:10;
}

div.spacing{
	height:40px;
	clear:both;
}
 input[type=text], text{
	width:35%;
}  

input[type=password], text{
	width:35%;
}


 input[type=submit], button {
	border:1px solid #6a7f90;
	padding: 3px;
	background:rgb(51,51,51);
	color:#fff;	
	text-align:center;
	text-decoration:none;
}

 a.button {
	border:1px solid #6a7f90;
	padding: 3px;
	width:auto;
	background:rgb(51,51,51);
	color:#fff;	
	float:right;
	text-align:center;
	margin-right:5px;
	text-decoration:none;
}

input[type=submit]:hover, button:hover {
	background:#FFF;
	color:black;
}


.ajax_links{
	border:1px solid #6a7f90;
	padding: 2px;
	display:block;
	background:black;
	color:#fff;	
	text-align:center;
	text-decoration:none;
}

/*************Option Box/ Adding Options***********/
#add_option_box {
	padding: 10px;
}

div.option{
	display:inline;
	border:none;
	padding:2px;
	margin:2px;
}

ul.option_list{
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:100%;
}

ul.option_list li{
	cursor:move;
	padding:2px;
	margin: 5px;
	width:100%;
}

table.state_vars{
	margin-top:10px;
	background:rgb( 196,194,194 );
}

table.state_vars label{
	color:black;
	font-weight:bold;
	padding-right:10px;
}

h1.options_header{
	margin:0;
	padding-bottom:5px;
	width:auto;
	background:black;
	color:white;
	padding-left:15px;
}

div.submit{
	padding-left:235px;
	padding-bottom:15px;
}


/** Approve | Reject section of back end processing **/

#BestatusApproveDiv {
	margin: 10px 5px 10px 0;
}

#BestatusApproveDiv input{
	margin-top: 5px;
	margin-right: 20px;
	width: 150px;
	height: 30px;
	white-space: normal;
}


img.customLogo{
	float:right;
	margin-right:5px;
	background-color:rgba(0,0,0,.25);
	border-radius:5px;
}

form div select{
	width:35%;
}

/** Alert Box **/

#AlertList { 
	border: 3px #999999 solid; width: 90%; 
	margin: 10px; 
	padding: 15px; 
}
#AlertList ul {
	margin: 0px;
	padding-left: 10px;
	list-style: none;
}

#AlertList ul li {
	background-repeat: no-repeat;
	padding: 2px 0px 2px 20px;
}

#AlertList ul li.info {
	background-image: url('/img/icons/info.png');
}

#AlertList ul li.warning {
	background-image: url('/img/icons/warning.png');
}

#AlertList ul li.error {
	background-image: url('/img/icons/error.png');
}