@charset "utf-8";
/* CSS Document */

/*============Default===============*/

body {
	background-color:#7fa9c2;
}

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#wrapper {
	margin: auto;
	position: relative;
	z-index: 5;
}

.content-wrapper {
	width:900px;
	position: relative;
	margin: auto;
}

.ie ul {
	list-style:none;
}

/*============Header===============*/

#header-holder {
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x repeat-y;
	width:100%;
	height:150px;
}
	
	#logo img{
		padding-top:10px;
		padding-bottom:5px;
	}

.practice-name-table {
    margin-left: 50px; 
    width: 500px;
    background-color: gold;
    border: 5px solid goldenrod;
    border-collapse:collapse;
    border-spacing: 0px;
}

.practice-name-table td{
    padding: 5px;
    text-align: center;
    margin: 0px;
}
 
.practice-name-table tr:first-child td {
    font-weight: bold;
    font-size: 16px;
}
/*============Nav===============*/

nav#header-links {
	background-image:url(../../images/header-bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:56px;
	color:#FFF;
}

	nav#header-links ul{
		height: 56px;
		padding-top: 19px;
		left: -18px;
	}
	
	.moz nav#header-links ul{
		padding-top: 18px;
	}
	
	.ie7 nav#header-links ul{
		padding-bottom: 21px;
	}
	
		nav#header-links ul li{
			display:inline;
			border-left:solid 1px #0a5670;
			border-right:solid 1px #539fb9;
			margin-left: -2px;
			padding-top: 20px;
			padding-bottom: 21px;
		}
		
			nav#header-links ul li a{
				padding-left: 38px;
				padding-right: 40px;
				font-size:14px;
				font-weight:bold;
				color:#FFF;
				padding-top: 19px;
				padding-bottom: 21px;
			}
			
			nav#header-links ul li a:hover{
				width:100%;
				background-color:#18627b;
				padding-top: 19px;
				padding-bottom: 21px;;
				color:#7fc2d9;
			}
			
			nav#header-links ul li a:active, nav#header-links ul li a.active{
				width:100%;
				background-color:#0c4153;
				padding-top: 19px;
				padding-bottom: 21px;
			}
                        
/*============Section===============*/

section#holder {
	background-color:white;
	min-height:380px;
	width: 852px;
	padding: 24px;
	margin-top: 57px;
	color:#3a3a3a;
}

section#holder, #form-style, select, option {
	color:#3a3a3a;
}

section#holder #form-style select {
	width: 424px;
	background-color:#f0f0f0;
	padding:5px;
	border:solid 1px #7fa9c2;
	margin-top: 10px;
}

.ie7 section#holder #form-style select {
	width: 392px;
	background-color:#f0f0f0;
	height:20px;
	border:solid 1px #7fa9c2;
	margin-top: 10px;
}

		.main-heading {
			color:#217691;
			font-size:24px;
			padding: 0px 0px 10px 0px;
			font-weight:bold;
			border-bottom:#b4d5e9 1px solid;
		}
		
		.sub-heading {
			color:#3a3a3a;
			font-size:20px;
			padding: 10px 0px 10px 0px;
			border-bottom:#cecece 1px solid;
		}

                .sub-heading > sub-heading-small {
			font-size: 12px;
		}
/*============Main Form===============*/

form#form-style fieldset{
		border: none;
		margin: 0;
		padding: 0;
	}

	form#form-style fieldset ul{
		list-style:none;
		margin-left: -40px;
	}
	
	form#form-style fieldset p{
		font-size: 10px;
		color:#F00;
	}
	
		form#form-style fieldset ul li{
			padding-top: 10px;
			padding-bottom: 15px;
		}
	
			form#form-style fieldset ul li label{
				color:#3a3a3a;
				font-size:14px;
			}
			
			form#form-style fieldset ul li input, textarea{
				color:#3a3a3a;
				background-color:#f0f0f0;
				padding:6px;
				border:solid 1px #7fa9c2;
				width:410px;
				margin-top:10px;
			}
			
			form#form-style fieldset ul li input#save-button{
				background-image:url(../../images/button-bg.png);
				width: 70px;
				height: 26px;
				border: none;
				color:#FFF;
			}
			
			form#form-style fieldset ul li input#save-button:hover{
				background-image:url(../../images/button-over.png);
				width: 70px;
				height: 26px;
				border: none;
				color:#FFF;
			}
			
			.required-field {
				color:#F00;
				font-size:16px;
				font-weight:bold;
			}
			
	li#checkbox input.checkbox{
		width: 50px;
		background:none;
		border:none;
	}
			
/*============Table===============*/

#table-style {
	padding-top:10px;
}

	#table-style table tbody tr#table-headings td{
		font-size: 14px;
		font-weight: bold;
		background: #0C4153;
		color: white;
		padding: 5px;
                padding-left: 0px;
	}

        #table-style table tbody tr#table-headings td:first{
                padding-left: 5px;
	}
	#table-style table tbody tr{
		border-bottom: 1px solid #DDD;
	}
	
		#table-style table tbody tr td{
			padding: 6px 1px 6px 1px;
		}
		
		.ie8 #table-style table tbody tr td{
			padding: 10px 1px 10px 1px;
		}
		
		.ie7 #table-style table tbody tr td{
			padding: 12px 1px 12px 1px;
			border-bottom: 1px solid #DDD;
		}
	
			#table-style table tbody tr td input{
				width: 93%;
				padding: 1px;
			}
	
		#table-style table tbody tr td input#update-button{
			background-image:url(../../images/button-bg.png);
			width: 70px;
			height: 26px;
			border: none;
			color:#FFF;
		}
		
		#table-style table tbody tr td input#update-button:hover{
			background-image:url(../../images/button-over.png);
			width: 70px;
			height: 26px;
			border: none;
			color:#FFF;
		}
	
	#table-style table tbody tr td select{
		width: 93%;
		padding: 1px;
	}
	
	#table-style table tbody tr td a{
		text-decoration:underline;
		color:#0c4153;
	}
	
		#table-style table tbody tr td a:hover{
			text-decoration:underline;
			color:#6c92a8;
		}
		
#table-style a{
	text-decoration:underline;
	color:#0c4153;
	position: relative;
	top: 4px;
}

	#table-style a:hover{
		text-decoration:underline;
		color:#6c92a8;
	} 

/*============Login===============*/	

div#flashMessage {
	color: blue;
	padding: 5px;
	font-size: 20px;
	border: 1px solid;
	margin-bottom: 20px;
	text-align: center;
}

form#login-style ul{
		list-style:none;
		margin-left: -40px;
	}
	
	form#login-style p{
		font-size: 10px;
	}
	
		form#login-style ul li{
			padding-top: 5px;
			padding-bottom:10px;
		}
	
			form#login-style ul li label{
				color:#3a3a3a;
				font-size:14px;
			}
			
			form#login-style ul li input{
				color:#3a3a3a;
				background-color:#f0f0f0;
				padding:5px;
				border:solid 1px #7fa9c2;
				width:400px;
				margin-top:5px;
			}
			
			form#login-style ul li input#save-button{
				background-image:url(../../images/button-bg.png);
				width: 70px;
				height: 26px;
				border: none;
				color:#FFF;
			}
			
			form#login-style ul li input#save-button:hover{
				background-image:url(../../images/button-over.png);
				width: 70px;
				height: 26px;
				border: none;
				color:#FFF;
			}

/*============Events===============*/

ul.event-list {
	list-style-image:url(../../images/list-circle.png);
}

ul.event-list li{
	padding-top: 5px;
}

	ul.event-list li span{
		color:#50778e;
		font-weight:bold;
	}

	
/*============Footer===============*/

#footer {
	background-color: #E9E9E9;
	width: 900px;
	height: 60px;
	margin: auto;
}

	#footer-line{
		background-image:url(../../images/line-footer.jpg);
		background-repeat:repeat-x;
		width:auto;
		height:4px;
	}
	
	#footer-data {
		text-align: center;
		padding-top: 20px;
		color:#999999;
	}