body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: #fff url(../../images/bodystripe2.png) repeat-x 0 69px;    
}
h1
{
    color: #6598b5;
    font-size: 160%;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}
h2
{
    color: #457895;
    font-size: 140%;
    margin-bottom: 4px;
    margin-top: 4px;
    text-align: left;
}
h2.center{
	text-align: center;
}

h3
{
    color: #666;
    font-size: 120%;
    /*padding-top: 6px;*/
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: left;
}
h4
{
    color: #555;
    font-size: 110%;
    margin-bottom: 2px;
    margin-top: 6px;
    text-align: center;
}
img{
	border: none;
}
th
{
    background-color: #a5d8f5;
    font-weight: bold;
    text-align: left;
}
td h2{
	text-align: center;
}


#content
{
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    margin: 0 auto;
    padding: 10px 6px 0 6px;
    width: 700px;
    background: #fff;
    text-align: left;
}
/* for sub-pages content area, 600px wide */
#subContent{
	width: 600px;
	margin: 8px auto 0 auto;
	
}

#pcontent /* for printing only */
{
    border: none;
    margin: 0 auto;
    padding: 10px 6px 0 6px;
    width: 700px;
    background: #fff;
    text-align: left;
}

#banner{
	height: 85px;
	margin-bottom: 5px;
	background: url(../../images/photos_rotate1.jpg) no-repeat;
	
}
.smallPicL{
	margin: 10px 0px 0 0;
}
#searchcontainer{
	margin: 10px auto;
	
}

.centerFL{text-align: center;}

/* menu.ascx */	
#menu
{
    color: #666;
    float: right;
    font-size: 70%;
    font-weight: bold;
    margin-top: -26px;
    padding: 0;
    text-align: right;
    width: 600px;
}
#menu #division
{
    color: #DDD;
    font-size: 214%;
    text-align: right;
    /*width: 630px;*/
}
#mainNav
{
	list-style: none;
	margin: -2px 0 0 0;
	/*padding: 0;
	width: 630px;*/
}
#mainNav li 
{
	display: inline;
	padding: 0 3px 0 3px;
}
#mainNav li a
{
	color: #666;
	text-decoration: none;
}
#mainNav li a:hover{
	color: #000099;
}

/* Photos in header */
#photos
{
    background: #fff;
    height: 180px;
    width: 900px;
    margin: 0 0 10px 0;
    padding-top: 1px; /* stops margin-collapse */ 
}
#photosLeft, #photosRight{
	width: 445px;
	height: 180px;
	margin: 0px 0 0 0;
	padding-bottom: 6px;
	/*border: 1px solid magenta;*/
	border-bottom: 6px solid #a5d8f5;
}
#photosLeft{
	float: left;
}

#photosRight{
	/*margin-left: 460px;*/
	float: right;
	/*border: 1px solid green;*/
}

/* Columns */
#left
{
    /*border: dotted 1px red;*/
    float: left;
    width: 440px;
    padding-bottom: 20px;
	/*padding: 3px 4px 3px 3px;*/
	padding: 3px 4px 20px 4px;
	/*padding: 3px 4px;*/
	/*border-top: 6px solid #a5d8f5;*/
}

#right
{
    /*border: dotted 1px green;*/
    float: right;
    width: 440px;
    padding: 3px 4px 20px 4px;
    /*border-top: 6px solid #a5d8f5;*/
}

.imgBlock{
	display:block;
	margin: 0 auto;
}
.imgRt{
	float: right;
	margin: 4px 0 8px 8px;
	padding-right: 10px;
}


/* Various text styles */
.textSmaller
{
    font-size: 80%;
}
.textSmallerGray
{
    font-size: 80%;
    color: #555;
    text-align: center;
}
.required
{
    color: #CC0000;
}

.clear
{
    clear:both; 
    height:0; 
    margin:0; 
    font-size: 1px; 
    line-height: 0; 
}



/* Styles for footer.ascx */
#footer
{
    background-color: #1E3B6F;
    color: white;
    font-size: 65%;
    height: 55px;
}
#footer a
{
    color: white;
}
#footer table
{
    width: 20%;
}
#footer .buttons
{
    font-size: 105%;
    font-weight: bold;
    text-align: left;
    width: 20%;
    padding: 10px 0 5px 10px;   
}

/* ***** IP Team Logo branding **** */
#ipBrand
{
    /*border: 1px solid red;*/
	float: right;
	width: 60%; /* may need to change, or remove, depending on layout */
	color: #b5d0e3; /* adjust as needed for layout */
	/*font-size: 90%;*/ /*may need to change depending on layout */
	text-align: right;
	margin: 0 auto; /* adjust as needed depending on layout */
	padding: 5px 15px 0 0; /*prevents margin-collapse */
	height: 40px;
}

#ipBrand .ipLogo{
	float: right;
	padding: 0 0 0 15px;
}

/* GridView styles */
.gridView
{
    background-color: White;
    border: none;
    color: Black;
    font-family: Arial;
    font-size: .75em;
    font-weight: normal;
}
.gridView td
{
    text-align: left;
}
.gridView th
{
    border-width: 0px;
	border-color: Black;
	background-color: #3FA0E7;
	position: relative;
}
/* This rule prevents the headers from scrolling */
.tabpanel .gridView th
{
    border-width: 0px;
	border-color: Black;
	background-color: #3FA0E7;
	position:fixed;
}
.gridView th a
{
    color: White;
}
.headerStyle
{
    /* Inherits from th */
}
.pagerStyle
{
    background-color: #F7F7DE;
    color: Black;
    text-align: right;
}
.rowStyle
{
    background-color: White;   
}
.rowStyle td
{
    padding: 2px 2px 0 6px;   
}
/*.alternatingRowStyle
{
    background-color: #D6E4D4;
}
.alternatingRowStyle td
{
    padding: 2px 2px 0 6px;
}*/
.selectedRowStyle
{
    background-color: #CE5D5A;
    color: White;
    font-weight: bold;
}
.selectedRowStyle td
{
    padding: 2px 2px 0 6px;   
}

/* Details table */
.details
{
    border: solid 1px Gray;
    width: 750px;
}
.details td
{   
    border: solid 6px White;
    font-size: 80%;
    text-align: left;
}
.details th
{
    background-color: #3FA0E7;
    border: solid 6px White;
    color: White;
    font-size: 90%;
}

.Button
{
    background-image: url(btn.jpg);
    background-repeat: repeat-x;
}

.imgHospital
{
    float: right;
}

.CheckBoxList
{
    padding: 0 10px 0 0;
}

.TreeView
{
    border: solid 1px #DDD;
    text-align: left;
}
.TreeView td
{
    text-align: left;
}




#topBorderL
{
    float: left;
    width: 445px;
    height: 3px;
    margin: 6px 3px 5px 0px;
    border-top: 6px solid #a5d8f5;
}
#topBorderR
{
    float: right;
    width: 445px;
    height: 3px;
    margin: 6px 0px 5px 3px;
    border-top: 6px solid #a5d8f5;
}
.whoisP {
   margin-left: 20px;
   font-size: .75em;	
}

#secondNav h1 {
	font-size: 2em;
	display: inline;
	color: #f57f25;
}
#secondNav
{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#secondNav li 
{
	display: inline;
	padding: 3px 3px;
	color: #f57f25;
}

#secondNav li a{
	color: #f57f25;
	text-decoration: none;
	font-weight: bold;
}


#secondNav li a:hover{
	color: #000099;
}