/***************************************************************************
 *                                  css/style.css
 *                            ------------------------
 *   begin                : 12/01/08
 *   author               : Chad Berg
 *   email                : chad@bdhtek.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

/* main page and link styles */
body{
	background-color:#FFFFFF;
	color:#000000;
	margin:0px;
}
body,p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a,a:visited{ 
	color:#0033ff;
	text-decoration:none;
}
a:hover, a:active{
	color:#0033ff;
	text-decoration:underline;
}

/* Copyright and bottom info */
#copyright{
	margin:0 auto;
	width:300px;
	text-align:center;
	color:#000000; 
	padding-top:15px;
}
.copyright {
	font-weight:bolder !important;;
	font-size:12px;
}
a.copyright, a.copyright:visited{
	color:#000000 !important;
	text-decoration:none;
} 
a.copyright:hover, a.copyright:active {
	color:#000000 !important; 
	text-decoration:underline;
}

/* Listing of offerings */
.clinicnamelist li {
}
.clinicnamelist li {
	list-style:none;
	padding-bottom:1em;
}
.clinicnamelist li li { /* A sub li could be used inside of a offering description */
	list-style:disc;
	padding-bottom:0em;
}
.clinictitle {
	font-size: 1.25em;
}

#login_page_div, #login_form_div {
	width:650px;
}

#switch_template {
	margin: 0 auto;
	width:300px;
	text-align:center;
	padding-top:7px;
	font-size:0.75em;
}
#switch_template a, #switch_template a:visited{
	color:#000000 !important;
	text-decoration:none;
} 
#switch_template a:hover, #switch_template a:active {
	color:#000000 !important; 
	text-decoration:underline;
}

#google_translate_element {
	margin:0 auto;
	text-align:center;
	width:300px;
	background-color:transparent !important;
	background:transparent !important;
}

#user_welcome_box {
	font-style:italic;
}