﻿body 
{
	font-family:Arial;
	font-size:12px;
	margin-top:0;
}

.disclosure
{
	padding:15px;
	border: solid 1px Gray;
}
.leftnav
{
	vertical-align:top;
	background-color:#cfd0c6;
	padding:10px 0 10px 0;
}
.pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
.pipe ul li {
	margin-left: 0;
	padding: 0px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}		
.pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
.pipe ul li.here,
.pipe ul li.here a
{
	color:#4d85af;
}

.header
{
	text-align:right;
	vertical-align:bottom;
	padding-bottom:15px; /*Should match logo img margin*/
}
.header ul li.last
{
	padding-right:0;
}

.footer
{
	text-align:left;
	border-top:solid 1px Gray;
	margin-top:10px;
	padding-top:10px;
}
.footer ul li.first
{
	padding-left:0;
}
.content
{
	vertical-align:top;
	text-align:left;
}
.content
{	
	padding:20px 10px 10px 10px;
}

.banner img
{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

/* registration */
.registration
{
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    border-collapse: collapse;
}
.registration h3 
{
    background-color: #cccccc;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
    padding: 2px 5px 2px 5px;
    font-family: verdana, Tahoma, Arial;
    font-size: 12px;    
}
.registration table tr
{
    padding: 2px 5px 2px 5px;
}
.registration .bottomSeparator
{
    height: 20px;
}


.print
{
   font-family: Arial;
   font-size: 12px; 
   margin: 15px; 
   
}
.print h3
{
    background-color: #ccffff;
    border: solid 1px #666666;
    padding: 5px;

}
.print h4
{
    background-color: #ccffcc;
    border: solid 1px #666666;
    padding: 5px;
}


.application
{
    font-family: Arial;
    font-size: 12px; 
}
.application h3
{
    background-color: #ccffff;
    border: solid 1px #666666;
    padding: 5px; 
    margin:3px;
}
.application h4
{
    background-color: #ccffcc;
    border: solid 1px #666666;
    padding: 5px;
    margin:3px;
}
.application .red, .print .red
{
    color: Red;
}
.applicaation .italic, .print .italic 
{
    font-style: italic;
}
.application .underline, .print .underline
{
    text-decoration: underline;
}
.application div
{
    padding: 0;
}
hr 
{
    background-color: Black;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


/* form view */
.formview th
{
    text-align:right;
    padding: 5px 10px 5px 10px;
}
.formview td
{
    text-align: left;
}

.reportView 
{
    width: 550px;
    border-collapse: collapse;
}
.reportView td, .reportView th
{
    border: solid 1px #CCCCCC;
}

/* expense */
.expense_report 
{
    font-family:  Arial;
    font-size: 12px;
}

.expense_report h1
{
    font-size: 14px;
}
.expense
{
    
    border-collapse: collapse;
}
.expense th
{
    background-color: #cccccc;
    border: solid 1px black;
    padding: 5px;
}
.expense td
{
    border: solid 1px black;
    padding: 5px;
}

.expert_resource_table 
{
    font-size: 12px;
}

.expert_resource_table th 
{
    text-align: left;
    padding: 5px;
}

.expertResourceHeader 
{
    border: solid 1px black;
    background-color: #cccccc;
    font-size:16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 2px;
}

.expertResourceHeaderSub 
{    
    background-color: #cccccc;
    font-size:16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.expertResourceForm
{
    font-size:16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.expert_table 
{
    border-collapse: collapse;
}

.expert_table th
{
    font-weight: bold;
    color: White;
    background-color: #5D7B9D;
    border: solid 1px #cccccc;
}
.expert_table td
{
    border: solid 1px #cccccc;
}

.expert_table tr 
{
    color: #333333;
    
}

.expert_table tr.alt 
{
    background-color: #F7F6F3;    
    color: #284775;
}

.expert_table td table td
{
    border: solid 0px white;
}

.ajax__calendar_container 
{
    z-index: 300;
}

div.form-section
{
	height:25px;
	line-height:25px;
	margin:10px 0;
	padding:0 10px;
	font-weight:bold;
	font-size:14px;
	background-color:#CCC;
	border:solid 1px black;
}

/* HTML tags */

h1
{
	margin:0 0 10px 0;
	font-family:Arial;
	color:Black;
	font-size:16px;
	font-weight:bold;
}

/* CSS classes */
.footernavText
{
	font-family:Arial;
	color:#555555;
	font-size:11px;
	text-transform:lowercase;	
}
.footernavText a
{
	font-family:Arial;
	color:#555555;
	font-size:11px;
	text-transform:lowercase;
	text-decoration:none;
}
.footernavText a:hover
{
	color:#4d85af;
}
.text
{
	font-family:Arial;
	font-size:12px;
}
.disclosure
{
	font-family:Arial;
	font-size:11px;
}

/* ListTemplate */

.listView
{
}
.headerList
{

}
.itemList td
{

}
.altList td 
{

}
.altList
{
    background-color: #f0f8ff;
}
.editList
{
    background-color: #f8f8ff   ;
    border: solid 1px #00008b;
}

.editList th
{
    text-align: right;
    font-weight: normal;
    padding-right: 10px;
}
.editList input[type="submit"]
{
     background-color: #808080;
     color: White;
     border: solid 0px white;
}

.appStatus
{
	font-weight:bold;
	font-size:14px;
	color:Red;	
}

.success
{
    font-weight:bold;
    color:Blue;
}

.required
{
    font-size:18px;
    font-weight:bold;
}


.grayout{
    background-color:gray; 
    filter:alpha(opacity=10);
    opacity:0.1; 
    z-index: 1000;}
    
.progress{
    position: fixed; 
    z-index: 1001;     
    padding: 10px;
    border:solid 1px Gray;
    background-color:White;
    /*
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: solid 1px #F47529; 
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
*/}
    
.progress span{
    font-size: 13px;
    font-weight:bold;
    font-family: Arial;
    position: relative;
    }
    
.progress img{margin:0 10px 0 0;}

div.grid-filter
{
   border-bottom:dashed 1px black;
   margin:5px 0;
   padding:5px 0;
}